|
1 | 1 | %YAML 1.1 |
2 | 2 | --- |
3 | 3 | $schema: asdf://stsci.edu/datamodels/roman/schemas/rad_schema-1.0.0 |
4 | | -id: asdf://stsci.edu/datamodels/roman/schemas/basic-1.0.0 |
| 4 | +id: asdf://stsci.edu/datamodels/roman/schemas/basic-1.1.0 |
5 | 5 |
|
6 | 6 | title: Basic Information |
7 | 7 |
|
8 | 8 | type: object |
9 | 9 | properties: |
10 | 10 | # Meta Variables |
11 | 11 | calibration_software_name: |
12 | | - title: Calibration Software Name |
13 | | - description: | |
14 | | - Name of the calibration software package used in |
15 | | - processing this file. |
16 | | - tag: asdf://stsci.edu/datamodels/roman/tags/calibration_software_name-1.0.0 |
| 12 | + $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/calibration_software_name-1.0.0 |
17 | 13 | calibration_software_version: |
18 | | - title: Calibration Software Version Number |
19 | | - description: | |
20 | | - The version number of the calibration software used in processing this |
21 | | - file. |
22 | | - tag: asdf://stsci.edu/datamodels/roman/tags/calibration_software_version-1.0.0 |
| 14 | + $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/calibration_software_version-1.0.0 |
23 | 15 | product_type: |
24 | | - title: Product Type Descriptor |
25 | | - description: | |
26 | | - A descriptor for the type of data contained within the |
27 | | - file. This corresponds to the standard file suffixes for |
28 | | - archival data products. Consult the documentation for the list |
29 | | - of options. |
30 | | - tag: asdf://stsci.edu/datamodels/roman/tags/product_type-1.0.0 |
| 16 | + $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/product_type-1.0.0 |
31 | 17 | filename: |
32 | | - title: File Name |
33 | | - description: | |
34 | | - The auto-generated name of this file. |
35 | | - tag: asdf://stsci.edu/datamodels/roman/tags/filename-1.0.0 |
| 18 | + $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/filename-1.0.0 |
36 | 19 | file_date: |
37 | | - title: File Creation Date |
38 | | - description: | |
39 | | - The date and time this file was created. |
40 | | - tag: asdf://stsci.edu/datamodels/roman/tags/file_date-1.0.0 |
| 20 | + $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/file_date-1.0.0 |
41 | 21 | model_type: |
42 | | - title: Data Model Type |
43 | | - description: | |
44 | | - The type of data model contained within this file. |
45 | | - tag: asdf://stsci.edu/datamodels/roman/tags/model_type-1.0.0 |
| 22 | + $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/model_type-1.0.0 |
46 | 23 | origin: |
47 | | - title: Institution / Organization Name |
48 | | - description: | |
49 | | - The name of the institution or organization |
50 | | - responsible for creating this file. |
51 | | - tag: asdf://stsci.edu/datamodels/roman/tags/origin-1.0.0 |
| 24 | + $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/origin-1.0.0 |
52 | 25 | prd_version: |
53 | | - title: SOC PRD Version Number |
54 | | - description: | |
55 | | - The version number of the Science Operations Center |
56 | | - (SOC) Project Reference Database (PRD) used in generating this |
57 | | - file. |
58 | | - tag: asdf://stsci.edu/datamodels/roman/tags/prd_version-1.0.0 |
| 26 | + $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/prd_version-1.0.0 |
59 | 27 | sdf_software_version: |
60 | | - title: SOC SDF Version Number |
61 | | - description: | |
62 | | - The version number of the Science Operations Center |
63 | | - (SOC) Science Data Formatting (SDF) software used in generating |
64 | | - this file. |
65 | | - tag: asdf://stsci.edu/datamodels/roman/tags/sdf_software_version-1.0.0 |
| 28 | + $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/sdf_software_version-1.0.0 |
66 | 29 | telescope: |
67 | | - title: Telescope Name |
68 | | - description: | |
69 | | - The name of the telescope used to acquire the data. |
70 | | - tag: asdf://stsci.edu/datamodels/roman/tags/telescope-1.0.0 |
| 30 | + $ref: asdf://stsci.edu/datamodels/roman/schemas/meta/telescope-1.0.0 |
71 | 31 | required: |
72 | 32 | [ |
73 | 33 | calibration_software_name, |
|
0 commit comments