Skip to content

Releases: desihub/desispec

desispec 0.51.13

14 Apr 16:43
Compare
Choose a tag to compare

Version used by fuji, to be included with DESI Early Data Release.

desispec 0.27.1

28 Jan 17:46
Compare
Choose a tag to compare

QL updates for the QL/F readiness review January 2019.

desispec 0.22.1

19 Jul 00:41
0.22.1
Compare
Choose a tag to compare

Used by DESI software release 18.6

Major updates to QL and pipeline in releases 0.21.0 and 0.22.0 since last major DESI release. Minor integration updates / bug fixes for 0.22.1.

desispec 0.20.0

29 Mar 23:17
Compare
Choose a tag to compare

Major update to spectro pipeline plus many other non-backwards compatible changes. Candidate tag for DESI software release 18.3.

desispec 0.16.0

29 Sep 23:17
Compare
Choose a tag to compare
  • Small fixes to desi_qa_prod and qa_prod
  • Removes a number of QL metrics from offline qa
  • Fixes integration tests for desisim newexp refactor
  • Removes spectra grouping by brick; nside=64 healpix grouping default
  • Add get_nights method to io.meta (PR #422)
  • Add search_for_framefile method to io.frame (PR #422)
  • Add desi_qa_frame script to generate frame QA (PR #424)
  • Add frame_meta to parameters (for slurping the Frame headers) (PR #425)
  • Add get_reduced_frames() method to io.meta (PR #425)
  • Modifies QA_Prod meta file output to be JSON (PR #425)
  • Add load_meta() method to QA_Exposure (PR #425)
  • Add time_series ploting to desi_qa_prod (PR #425)
  • Add several new plots for skysub residuals (PR #425)
  • Adds method to generate QA Table for Prod (PR #425)
  • Refactor of skysubresid script (PR #425)
  • Refactor QA files to sit in their own folder tree (PR #429)
  • Generate HTML files with links to QA figures (PR #429)
  • Enable generation of Exposure level QA (PR #429)
  • Normalize fiberflat QA by fiber area (PR #429)
  • Fixed exptime in fluxcalib ZP calculation (PR #429)
  • Added find_exposure_night() method (PR #429)
  • Add MED_SKY metric to QA and bright/dark flag in desi_qa_prod
  • Update pipeline code for specex and redrock (PR #439 and #440)
  • Adds code for adjusting trace locations to match sky lines (PR #433)
  • Updates to DB loading (PR #431)
  • Adds pixelflat code (PR #426)

desispec 0.15.2

12 Jul 21:48
Compare
Choose a tag to compare

Release 0.15.2 for desimodules 17.7. Includes cleanup for "2% spring" data challenge and new spectra format.

desispec 0.13.2

28 Mar 03:52
Compare
Choose a tag to compare

documentation and test cleanup; DTS delivery script placeholders

desispec 0.13.1

04 Mar 01:26
Compare
Choose a tag to compare

Fixes installation of ccd calibration data. Otherwise see 0.13.0 for changes.

desispec 0.13.0

03 Mar 22:05
Compare
Choose a tag to compare

Many updates since 0.12.0, including

  • Fix brick update corruption (PR #314_).
  • Close PSF file after initializing PSF object.
  • Refactor :mod:desispec.io.database to use SQLAlchemy_.
  • Fix :func:~desispec.pipeline.graph.graph_path usage in workers.
  • Update :func:desispec.io.raw.write_raw to enable writing simulated raw
    data with new headers.
  • Allow test_bootcalib to run even if NERSC portal is returning 403 errors.
  • Add bricksize property to :class:desispec.brick.Bricks; allow
    :meth:~desispec.brick.Bricks.brickname to specify bricksize.
  • Do SVD inverses when cholesky decompositions fail in fiberflat, sky
    subtraction, and flux calibration.
  • Algorithm updates for teststand and BOSS data
  • pipeline updates for docker/shifter
  • quicklook updates

desispec 0.11.0

15 Oct 03:59
Compare
Choose a tag to compare
  • Update template Module file to reflect DESI+Anaconda infrastructure.
  • update redmonster wrapper for reproducibility
  • Brick.get_target_ids() returns them in the order they appear in input file
  • set BUNIT header keywords (#284)
  • Improved pipeline logging robustness
  • MPI updates for robustness and non-NERSC operation
  • more py3 fixes