Skip to content

Commit

Permalink
Merge branch 'master' into addqc
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmejia committed Nov 11, 2024
2 parents 7ebabdb + c830575 commit 41fff22
Show file tree
Hide file tree
Showing 18 changed files with 2,402 additions and 5,588 deletions.
27 changes: 22 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,33 @@ Change Log

This document records the main changes to the drp code.

1.1.0 (unreleased)
1.1.1dev (unreleased)
------------------
- Honor MJD exclusion list stored in LVMCORE
- Fix crash in add_astrometry if guider frame ra,dec not present (early SV data)

1.1.0 (30-10-2024)
------------------

- Adds a lockfile to drpall write, with 5 sec timeout, to prevent collisions during parallel writes.
- Adds `OBJECT` and `OBSTIME` header keys to the drpall summary file
- Implemented flux calibration using IFU field stars
- Improved twilight flat reduction and treatment for much improved fiberflats
- Add heliocentric velocity to headers
- More accurate resampling/rebinning code
- Improved wavelenth solution (especially in b channel) and more robust fits
- Allowing wavelength thermal shifts to vary along slit and improving wavelength/LSF fitting routines
- Fixing fiber thermal shifts
- Speed up tracing
- More robust and accurate fiber thermal shifts
- Add memory usage and execution time reporting
- Speed up pipeline across the board
- Adds a lockfile to drpall write, with 5 sec timeout, to prevent collisions during parallel writes.
- Adds `OBJECT` and `OBSTIME` header keys to the drpall summary file
- Added sky QA plots
- Improved QA plots across different routines
- Log exceptions to header COMMENT section
- Implement infrastructure for versioning for master calibration files
- Separate 2d reductions, extraction & 1d reduction, post-extraction stages, allow
to run each individually
- More flexible CLI for cluster job submission
- Many bugfixes & stability/robustness improvements

1.0.3 (29-05-2024)
------------------
Expand Down
308 changes: 308 additions & 0 deletions examples/lco_com/gaia_stars_analysis.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 41fff22

Please sign in to comment.