-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RAD-165: Separate TVAC and FPS Schemas from Main (#414)
* Initial commit. * Tweaked comments. * Flake8 Compliance. * Tweaked schema naming. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Updated Changelog. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8db8b25
commit 60afc24
Showing
45 changed files
with
1,854 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
%YAML 1.1 | ||
--- | ||
$schema: asdf://stsci.edu/datamodels/roman/schemas/rad_schema-1.0.0 | ||
id: asdf://stsci.edu/datamodels/roman/schemas/fps/basic-1.0.0 | ||
|
||
title: FPS Basic Information | ||
|
||
type: object | ||
properties: | ||
# Meta Variables | ||
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/fps/calibration_software_version-1.0.0 | ||
filename: | ||
title: File Name | ||
description: | | ||
The auto-generated name of this file. | ||
tag: asdf://stsci.edu/datamodels/roman/tags/fps/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/fps/file_date-1.0.0 | ||
model_type: | ||
title: Data Model Type | ||
description: | | ||
The type of data model contained in this file. | ||
tag: asdf://stsci.edu/datamodels/roman/tags/fps/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/fps/origin-1.0.0 | ||
prd_software_version: | ||
title: SOC PRD Version Number | ||
description: | | ||
The Science Operations Center (SOC) Project Reference Database (PRD) | ||
version number used in generating this file. | ||
tag: asdf://stsci.edu/datamodels/roman/tags/fps/prd_software_version-1.0.0 | ||
sdf_software_version: | ||
title: SDF Version Number | ||
description: | | ||
The version number of the Science Data Formatting (SDF) software used in | ||
generating this file. | ||
tag: asdf://stsci.edu/datamodels/roman/tags/fps/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/fps/telescope-1.0.0 | ||
required: [calibration_software_version, filename, file_date, | ||
model_type, origin, prd_software_version, | ||
sdf_software_version, telescope] | ||
... |
Oops, something went wrong.