Releases: spacetelescope/rad
Releases · spacetelescope/rad
0.31.0
Changes
- Update units and description of local background aperture columns
- Add SSC wcs_update schema
- Update pointing quaternion and guide star metadata
- Add CGI metadata
- Update matched-psf flux measurement column names
- Fix pixel scale unit documentation
- Add data_encoding_offset metadata field
- Add new Exposure Time Calculator reference file schema
- Add psf_match_reference_filter to multiband catalog schema
- Add high-gain antenna movement metadata to exposure schema
- Add start and end times to guide window metadata
New Contributors
- @larrybradley made their first contribution in #834
- @jsobeck made their first contribution in #861
Full Changelog: 0.30.0...0.31.0
0.30.0
Major Changes
- Update L2 schema to include new
chi^2anddumofields. - Change
flagged_spatial_indextoflagged_spatial_id. - Remove
var_readnoiseand change uncertainty data types tofloat16. - Add new
stepsizeandorderkeywords used during resampling. - Drop unused error array from the ramp model.
What's Changed
- RAD-811: Update Archive Meta for Multiband SC and SM. by @jbrookens in #812
- Bump the actions group in /.github/workflows with 4 updates by @dependabot[bot] in #818
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #819
- drop err array from ramp model by @braingram in #803
- Add reference files, cal_steps, and changed name of flagged_spatial_id by @schlafly in #815
Full Changelog: 0.29.1...0.30.0
0.29.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #791
- RAD-242: add tests for MOC required metadata by @braingram in #787
- Bump the actions group in /.github/workflows with 2 updates by @dependabot[bot] in #790
- Fix the extras tests by @WilliamJamieson in #792
- Fix issue when file is deleted in archive script by @WilliamJamieson in #793
- Clean up a stray file by @WilliamJamieson in #794
- Bump asdf metaschema version by @WilliamJamieson in #796
- Replaced MSOS object catalog with Periodic and Fiducial variants by @cjarnold in #797
- CGI Build 21 Updates - Ancillary Products by @scfleming in #788
- CGI Build 21 Updates - Remove Unneeded Keywords L1-L4 by @scfleming in #789
- ROMAN-4091 SSC Update GDPS to match roman-gdps v4.1.0rc2 by @gduggan-caltech in #770
- CGI B21 follow ups by @cjarnold in #799
- Update L2 schema for B21, adding dumo and chisq by @schlafly in #795
- RAD-248: Add wfi_parallel to visit section by @PaulHuwe in #800
- [SCSB-234] use Python 3.13 to build docs with Sphinx 9 by @zacharyburnett in #805
- RCAL-1311 Add stepsize and order to l3_resample schema by @stscieisenhamer in #806
- Fix bugs in latest testing by @WilliamJamieson in #807
Full Changelog: 0.29.0...0.29.1
0.29.0
What's Changed
- RAD-749_ArchiveMetaForB20 by @jbrookens in #750
- RAD-752_ArchiveDestinationsForB20 by @jbrookens in #754
- RAD-756_RemoveWFICommonArchiveDestsForB20 by @jbrookens in #757
- Add python 3.14 testing by @braingram in #732
- RAD-759_ArchiveDestinationUpdatesForB20 by @jbrookens in #760
- Bump the actions group in /.github/workflows with 3 updates by @dependabot[bot] in #761
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #762
- CCSP docs and example schemas by @braingram in #747
- Fix romancal CI test by @WilliamJamieson in #774
- Bump the actions group in /.github/workflows with 4 updates by @dependabot[bot] in #772
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #773
- Guidewindow cleanup by @WilliamJamieson in #765
- RTB-1027: Add wfi18_transient step to l2_cal_step schema by @melanieclarke in #780
- RAD-243: Remove MA Table Keys from Dark by @PaulHuwe in #776
- RAD-246: Integral Non-Linearity by @PaulHuwe in #777
- RAD-244: Dark Decay by @PaulHuwe in #779
- RAD-245: Detector Status by @PaulHuwe in #778
- Jitter Keywords by @PaulHuwe in #755
- Make cal_step required for ramp by @WilliamJamieson in #782
- Update default cal_step_flag by @WilliamJamieson in #784
- RAD-240: Add wfi_parallel by @PaulHuwe in #753
- Revert "RAD-240: Add wfi_parallel" by @PaulHuwe in #786
New Contributors
- @melanieclarke made their first contribution in #780
Full Changelog: 0.28.0...0.29.0
0.28.0
- tag removals / rad schema reorganization. This has a lot of internal consequences but should be largely visible downstream from us.
- catalog metadata updates; the catalogs include a lot more image metadata than they used to
other changes to the schemas - reset_read -> reference_read and related changes in the L1 files, removing optional reset read information from the L2 files which we had never populated
- allow some guide window quantities to be null
- let the pedigree of a reference file be a generic string
- make "product type" a required quantity
- update the 'photom' file type to include filter bandpasses, other changes
- new SSC manifest schemas
- documentation updates
What's Changed
- Initial GDPS related keywords based on SSC manifest examples by @cjarnold in #665
- initial YAML files for MSOS products by @scfleming in #671
- Removed category prefix from MSOS archive keywords by @cjarnold in #674
- consistent
pre-commitconfig by @zacharyburnett in #681 - consistent CI by @zacharyburnett in #677
- use new pytest asdf plugin by @braingram in #667
- Bugfix for creating new resources with rad script by @WilliamJamieson in #673
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #689
- Bump actions/checkout from 4.2.2 to 5.0.0 in /.github/workflows in the actions group by @dependabot[bot] in #690
- RAD-220: Remove versioning and ASDF packaging of SSC schemas by @WilliamJamieson in #686
- Make Guidewindow schema static by @WilliamJamieson in #687
- RAD-219 Update contributors file by @WilliamJamieson in #682
- RAD-221: Add statistics to the FPS schema by @WilliamJamieson in #685
- DEP: Remove pyerfa-dev by @pllim in #695
- Add psf to msos_stack.yaml by @wlim-ipac in #692
- tell setuptools-scm we use release branches by @braingram in #703
- Fix the readme badges by @WilliamJamieson in #704
- make associations schema static by @braingram in #702
- RAD-216: Remove the use of the tagged scalars take 2 by @WilliamJamieson in #688
- SSC ROMAN-3776 Update GDPS data models for G1DP by @gduggan-caltech in #701
- Add ability to manual trigger to tests workflow by @WilliamJamieson in #706
- Add note to contributor guide by @WilliamJamieson in #707
- Move Individual image meta to its own schema by @WilliamJamieson in #716
- Bump the actions group in /.github/workflows with 2 updates by @dependabot[bot] in #717
- RAD-227: Update archive_meta as necessary by @jbrookens in #711
- Pulling in a more complete list of CGI keywords by @cjarnold in #664
- SSC MSOS archive search keywords update by @cjarnold in #700
- RAD-680: Fixed typo WFICommon.telescopes to telescope by @jbrookens in #718
- Remove internal tags by @WilliamJamieson in #691
- RAD-224: Final cleaning now that internal tags have been removed. by @WilliamJamieson in #719
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #723
- update g2dp keywords by @antonioaddis in #722
- remove help@stsci.edu by @braingram in #728
- fix path in test by @braingram in #730
- don't require maxLength for enums by @braingram in #731
- remove maxLength from ref_file entries, skip maxLength/varchar checks for ref_file by @braingram in #729
- RAD-178: Add effective area to photom by @tddesjardins in #630
- RAD-231: Make product_type required by @PaulHuwe in #733
- RAD-236: Update Reset to Reference Read by @PaulHuwe in #735
- RAD-237: GW detector centroid quality acquisition null by @PaulHuwe in #737
- RAD-179: Change Ref Common Pedigree by @PaulHuwe in #734
- Update L4 catalog metadata to match input metadata (either L2 or L3) by @braingram in #724
- Remove default usage and add test confirming no default by @braingram in #740
- RAD-217 Super Schema and Archive Data parsers by @WilliamJamieson in #721
- remove private asdf api usage by @braingram in #742
- Bugfix for CI on forks by @WilliamJamieson in #746
- RAD-229: Clean up the documentation after all the RAD updates. by @WilliamJamieson in #745
New Contributors
- @cjarnold made their first contribution in #665
- @scfleming made their first contribution in #671
- @wlim-ipac made their first contribution in #692
- @gduggan-caltech made their first contribution in #701
- @antonioaddis made their first contribution in #722
- @tddesjardins made their first contribution in #630
Full Changelog: 0.27.0...0.28.0
0.27.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #646
- add zenodo badge by @braingram in #645
- Initial Schema definitions for the CGI schemas by @WilliamJamieson in #651
- Bump OpenAstronomy/github-actions-workflows from 2.1.0 to 2.2.1 in /.github/workflows in the actions group by @dependabot[bot] in #654
- Updates to archive destinations for CGI schemas by @WilliamJamieson in #655
- Make dark cube optional by @PaulHuwe in #653
Full Changelog: 0.26.0...0.27.0
0.26.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #610
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #614
- Enable yaml formatting by @WilliamJamieson in #607
- Bump the datamodels to v1.3.0 now that rad 0.25 is released by @WilliamJamieson in #612
- Fix romancal CI job by @WilliamJamieson in #619
- Add cal_step_flag helper schema by @WilliamJamieson in #598
- add missing tags to l1_detector_guidewindow by @braingram in #613
- RCAL-968: add var_sky to mosaic schema. by @mairanteodoro in #573
- Update wsm_edge_used title by @wcschultz in #621
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #620
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #623
- Use schemas for catalog schemas, add new SourceCatalogModel schemas by @braingram in #624
- Versioning Assistance App by @WilliamJamieson in #593
- Small bugfix for the rad resource helper by @WilliamJamieson in #625
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #626
- Remove the FPS/TVAC schemas from latest by @WilliamJamieson in #617
- RAD-195: Move
mosaic.cal_logstomosaic.meta.cal_logsto be consistent withimage.meta.cal_logsby @WilliamJamieson in #601 - Consistency fixes for
maxLengthandnvarcharby @WilliamJamieson in #611 - Bump OpenAstronomy/github-actions-workflows from 1.16.0 to 2.1.0 in /.github/workflows in the actions group by @dependabot[bot] in #629
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #628
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #631
- Remove deprecated exposure types from schema definitions by @WilliamJamieson in #636
- Revert "Remove deprecated exposure types from schema definitions" by @braingram in #637
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #638
- Fix fgs_modes_used nvarchar by @PaulHuwe in #641
- Hotfix Version Test by @PaulHuwe in #644
- L3 Metadata updates by @braingram in #632
New Contributors
- @wcschultz made their first contribution in #621
Full Changelog: 0.25.0...0.26.0
0.25.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #585
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #587
- [SCSB-205]
project.license.file->project.license-filesby @zacharyburnett in #588 - Bump actions/setup-python from 5.5.0 to 5.6.0 in /.github/workflows in the actions group by @dependabot in #589
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #596
- Reorganize Schemas to allow for better schema reviews by @WilliamJamieson in #586
- Bump the asdf version to 4.1.0 to fix schema_info issue by @WilliamJamieson in #603
- Add new exposure_types by @WilliamJamieson in #605
- RAD-211: RAD-212: L1 GuideWindow Schema Fixes by @PaulHuwe in #594
- Add
NOT_CONFIGUREDtowfi_optical_elementby @WilliamJamieson in #599
Full Changelog: 0.24.0...0.25.0
0.24.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #545
- test with latest supported Python version by @zacharyburnett in #546
- Add newly defined reference file schemas to documentation by @nden in #547
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #548
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #549
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #552
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #554
- RAD-180 MA Table Reference Schema by @PaulHuwe in #553
- Bump actions/setup-python from 5.4.0 to 5.5.0 in /.github/workflows in the actions group by @dependabot in #556
- add romancal downstream testing to ci by @braingram in #559
- RAD-205: Update ref_file for PSF reference by @PaulHuwe in #560
- update versioning docs by @braingram in #572
- RAD-197: Remove WFICommon refernces from schemas/guidestar-1.0.0.yaml by @PaulHuwe in #570
- RAD-208: Add info for RSDP processing to "origin:" tags for some attributes by @PaulHuwe in #571
- RAD-206: Define new schema WfiWcs by @stscieisenhamer in #564
- RAD-207: Update L1 and L2 Schema by @PaulHuwe in #574
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #569
- RAD-203: L1 Guide Window Detector by @PaulHuwe in #579
- RAD-204: L1 Average FACE Guide Window File Schema by @PaulHuwe in #580
- RAD-209: Update schema versions docs by @PaulHuwe in #584
Full Changelog: 0.23.1...0.24.0
0.23.1
What's Changed
- Bugfix the oldestdeps job by @WilliamJamieson in #533
- Fix small issues found in two schemas by @WilliamJamieson in #532
- Fix issues with
archive_catalogmarked keywords not being required by @WilliamJamieson in #505 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #534
- RCAL-977 - Version datamodels by @braingram in #528
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #535
- Bump the actions group in /.github/workflows with 2 updates by @dependabot in #537
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #538
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #540
- MNT: Replace ubuntu-20.04 with ubuntu-22.04 by @pllim in #541
- RCAL-919: Formalize the patches (sky cells) file (e.g., add it as a reference file) by @perrygreenfield in #536
- reorder anyOf in apcorr schema to work around asdf bug by @braingram in #542
- RAD-202: add origin definitions for RSDP by @PaulHuwe in #544
Full Changelog: 0.23.0...0.23.1