Skip to content

Commit eba6f6e

Browse files
authored
Update documentaiton for B14 (#419)
2 parents f24109d + c1811ab commit eba6f6e

4 files changed

Lines changed: 62 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
0.19.4 (unreleased)
22
-------------------
33

4-
4+
- Updated RTD with documentation for new data products. [#419]
55

66
0.19.3 (2024-04-25)
77
-------------------
@@ -47,7 +47,7 @@
4747
- Add source_catalog and segmentation_map schemas for Level 2 and Level 3 files. [#393]
4848

4949

50-
0.19.0 (2024-02-09)
50+
0.19.0 (2024-02-09)
5151
-------------------
5252

5353
- Added streamlined Level 3 Mosaic metadata schemas. [#334]

docs/ground_tests.rst

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
.. _ground_tests:
2+
3+
Ground Tests File Schemas
4+
=========================
5+
6+
FPS
7+
---
8+
9+
.. asdf-autoschemas::
10+
11+
fps-1.0.0
12+
13+
TVAC1
14+
-----
15+
16+
.. asdf-autoschemas::
17+
18+
tvac-1.0.0
19+
20+
Tags
21+
----
22+
23+
.. asdf-autoschemas::
24+
25+
# fps/basic-1.0.0
26+
# fps/cal_step-1.0.0
27+
# fps/common-1.0.0
28+
# fps/exposure-1.0.0
29+
# fps/exposure_type-1.0.0
30+
# fps/groundtest-1.0.0
31+
# fps/guidestar-1.0.0
32+
# fps/ref_file-1.0.0
33+
# tvac/basic-1.0.0
34+
# tvac/cal_step-1.0.0
35+
# tvac/common-1.0.0
36+
# tvac/exposure-1.0.0
37+
# tvac/exposure_type-1.0.0
38+
# tvac/groundtest-1.0.0
39+
# tvac/guidestar-1.0.0
40+
# tvac/ref_file-1.0.0

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The following are listings of all the schemas provided by this package for ASDF.
2626
schemas.rst
2727
reference_files.rst
2828
manifests.rst
29+
ground_tests.rst
2930

3031
Developer Resources
3132
===================

docs/schemas.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ Level 3 (resampled mosaic) File schema
2424

2525
wfi_mosaic-1.0.0
2626

27+
Level 4 File schemas
28+
--------------------
29+
30+
.. asdf-autoschemas::
31+
32+
source_catalog-1.0.0
33+
segmentation_map-1.0.0
34+
mosaic_source_catalog-1.0.0
35+
mosaic_segmentation_map-1.0.0
36+
37+
2738
Tags
2839
----
2940

@@ -65,3 +76,11 @@ Tags
6576
wfi_detector-1.0.0
6677
wfi_mode-1.0.0
6778
wfi_optical_element-1.0.0
79+
tagged_scalars/file_date-1.0.0
80+
tagged_scalars/calibration_software_version-1.0.0
81+
tagged_scalars/filename-1.0.0
82+
tagged_scalars/model_type-1.0.0
83+
tagged_scalars/origin-1.0.0
84+
tagged_scalars/prd_software_version-1.0.0
85+
tagged_scalars/sdf_software_version-1.0.0
86+
tagged_scalars/telescope-1.0.0

0 commit comments

Comments
 (0)