Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/spacetelescope/rad into RAD…
Browse files Browse the repository at this point in the history
…-175_PSFetalSchema
  • Loading branch information
PaulHuwe committed Sep 27, 2024
2 parents 72fb9be + f3648f3 commit e0c5de5
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
args: ["--py38-plus"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.5'
rev: 'v0.6.7'
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -56,7 +56,7 @@ repos:
- id: black

- repo: https://github.com/PyCQA/bandit
rev: 1.7.9
rev: 1.7.10
hooks:
- id: bandit
args: ["-r", "-ll"]
1 change: 1 addition & 0 deletions changes/446.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update schema docs to clarify headings and add links to roman_datamodels and asdf.
36 changes: 18 additions & 18 deletions docs/ground_tests.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _ground_tests:

Ground Tests File Schemas
=========================
Ground Tests Schemas
====================

FPS
---
Expand All @@ -22,19 +22,19 @@ Tags

.. asdf-autoschemas::

# fps/basic-1.0.0
# fps/cal_step-1.0.0
# fps/common-1.0.0
# fps/exposure-1.0.0
# fps/exposure_type-1.0.0
# fps/groundtest-1.0.0
# fps/guidestar-1.0.0
# fps/ref_file-1.0.0
# tvac/basic-1.0.0
# tvac/cal_step-1.0.0
# tvac/common-1.0.0
# tvac/exposure-1.0.0
# tvac/exposure_type-1.0.0
# tvac/groundtest-1.0.0
# tvac/guidestar-1.0.0
# tvac/ref_file-1.0.0
fps/basic-1.0.0
fps/cal_step-1.0.0
fps/common-1.0.0
fps/exposure-1.0.0
fps/exposure_type-1.0.0
fps/groundtest-1.0.0
fps/guidestar-1.0.0
fps/ref_file-1.0.0
tvac/basic-1.0.0
tvac/cal_step-1.0.0
tvac/common-1.0.0
tvac/exposure-1.0.0
tvac/exposure_type-1.0.0
tvac/groundtest-1.0.0
tvac/guidestar-1.0.0
tvac/ref_file-1.0.0
2 changes: 1 addition & 1 deletion docs/reference_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Reference File Schemas
======================

Nancy Grace Roman Space Telescope Reference Files:
Schemas used in Nancy Grace Roman Space Telescope Reference Files:

.. asdf-autoschemas::
:standard_prefix: schemas/reference_files
Expand Down
20 changes: 12 additions & 8 deletions docs/schemas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,33 @@
Science Products Schemas
========================

Level 1 (uncalibrated) File schema
----------------------------------
The following ASDF schemas define the structures used in Nancy Grace Roman Space Telescope files.
See :ref:doc:`roman_datamodels:roman_datamodels/datamodels/general_structure` for more details about how these schemeas are used.
See :ref:`asdf-standard:asdf-schemas` for more information about ASDF schemas.

Level 1 (uncalibrated) schema
-----------------------------

.. asdf-autoschemas::

wfi_science_raw-1.0.0

Level 2 (calibrated exposure) File schema
-----------------------------------------
Level 2 (calibrated exposure) schema
------------------------------------

.. asdf-autoschemas::

wfi_image-1.0.0

Level 3 (resampled mosaic) File schema
--------------------------------------
Level 3 (resampled mosaic) schema
---------------------------------

.. asdf-autoschemas::

wfi_mosaic-1.0.0

Level 4 File schemas
--------------------
Level 4 (ancillary) schemas
---------------------------

.. asdf-autoschemas::

Expand Down

0 comments on commit e0c5de5

Please sign in to comment.