basic-1.0.0
Basic Information
Outline
Schema Definitions ¶
This type is an object with the following properties:
calibration_software_name
asdf://stsci.edu/datamodels/roman/tags/calibration_software_name-1.0.0 Required Calibration Software Name
Name of the calibration software package used in processing this file.
calibration_software_version
asdf://stsci.edu/datamodels/roman/tags/calibration_software_version-1.0.0 Required Calibration Software Version Number
The version number of the calibration software used in processing this file.
product_type
asdf://stsci.edu/datamodels/roman/tags/product_type-1.0.0 Product Type Descriptor
A descriptor for the type of data contained within the file. This corresponds to the standard file suffixes for archival data products. Consult the documentation for the list of options.
filename
asdf://stsci.edu/datamodels/roman/tags/filename-1.0.0 Required File Name
The auto-generated name of this file.
file_date
asdf://stsci.edu/datamodels/roman/tags/file_date-1.0.0 Required File Creation Date
The date and time this file was created.
model_type
asdf://stsci.edu/datamodels/roman/tags/model_type-1.0.0 Required Data Model Type
The type of data model contained within this file.
origin
asdf://stsci.edu/datamodels/roman/tags/origin-1.0.0 Required Institution / Organization Name
The name of the institution or organization responsible for creating this file.
prd_version
asdf://stsci.edu/datamodels/roman/tags/prd_version-1.0.0 Required SOC PRD Version Number
The version number of the Science Operations Center (SOC) Project Reference Database (PRD) used in generating this file.
sdf_software_version
asdf://stsci.edu/datamodels/roman/tags/sdf_software_version-1.0.0 Required SOC SDF Version Number
The version number of the Science Operations Center (SOC) Science Data Formatting (SDF) software used in generating this file.
telescope
asdf://stsci.edu/datamodels/roman/tags/telescope-1.0.0 Required Telescope Name
The name of the telescope used to acquire the data.
Original Schema ¶
%YAML 1.1
---
$schema: asdf://stsci.edu/datamodels/roman/schemas/rad_schema-1.0.0
id: asdf://stsci.edu/datamodels/roman/schemas/basic-1.0.0
title: Basic Information
type: object
properties:
# Meta Variables
calibration_software_name:
title: Calibration Software Name
description: |
Name of the calibration software package used in
processing this file.
tag: asdf://stsci.edu/datamodels/roman/tags/calibration_software_name-1.0.0
calibration_software_version:
title: Calibration Software Version Number
description: |
The version number of the calibration software used in processing this
file.
tag: asdf://stsci.edu/datamodels/roman/tags/calibration_software_version-1.0.0
product_type:
title: Product Type Descriptor
description: |
A descriptor for the type of data contained within the
file. This corresponds to the standard file suffixes for
archival data products. Consult the documentation for the list
of options.
tag: asdf://stsci.edu/datamodels/roman/tags/product_type-1.0.0
filename:
title: File Name
description: |
The auto-generated name of this file.
tag: asdf://stsci.edu/datamodels/roman/tags/filename-1.0.0
file_date:
title: File Creation Date
description: |
The date and time this file was created.
tag: asdf://stsci.edu/datamodels/roman/tags/file_date-1.0.0
model_type:
title: Data Model Type
description: |
The type of data model contained within this file.
tag: asdf://stsci.edu/datamodels/roman/tags/model_type-1.0.0
origin:
title: Institution / Organization Name
description: |
The name of the institution or organization
responsible for creating this file.
tag: asdf://stsci.edu/datamodels/roman/tags/origin-1.0.0
prd_version:
title: SOC PRD Version Number
description: |
The version number of the Science Operations Center
(SOC) Project Reference Database (PRD) used in generating this
file.
tag: asdf://stsci.edu/datamodels/roman/tags/prd_version-1.0.0
sdf_software_version:
title: SOC SDF Version Number
description: |
The version number of the Science Operations Center
(SOC) Science Data Formatting (SDF) software used in generating
this file.
tag: asdf://stsci.edu/datamodels/roman/tags/sdf_software_version-1.0.0
telescope:
title: Telescope Name
description: |
The name of the telescope used to acquire the data.
tag: asdf://stsci.edu/datamodels/roman/tags/telescope-1.0.0
required:
[
calibration_software_name,
calibration_software_version,
filename,
file_date,
model_type,
origin,
prd_version,
sdf_software_version,
telescope,
]