basic-1.0.0

Basic Information

Outline

Schema Definitions

This type is an object with the following properties:

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,
  ]