Skip to content

Releases: desihub/desitarget

desitarget 2.4.0

14 Apr 16:49
Compare
Choose a tag to compare

Version used by the fuji data processing run, to be included in the DESI Early Data Release.

desitarget 0.22.0

03 Aug 23:05
Compare
Choose a tag to compare

Updated target selection for Data Release 7 of the Legacy Surveys.

desitarget 0.21.0

19 Jul 00:38
0.21.0
Compare
Choose a tag to compare

Used by DESI software release 18.6.

Significant updates to sky target selection and inclusion of Gaia.

desitarget 0.19.1

01 Mar 21:19
Compare
Choose a tag to compare

Bug fix for mocks

desitarget 0.19.0

28 Feb 02:44
Compare
Choose a tag to compare

Major refactor of mock targets. Non-backwards compatible changes to package structure for how target masks are imported (desi_mask, bgs_mask, mws_mask, obsconditions). Requires simqso.

desitarget 0.16.0

02 Nov 01:19
Compare
Choose a tag to compare

0.16.0 (2017-11-01)

  • General clean-up prior to running DR5 targets (PR #229)
    • Use :mod:desiutil.log instead of verbose (everywhere except mocks)
    • Change HEALPix references to header keywords instead of dependencies
    • Include SUBPRIORITY and shape parameter IVARs in target outputs
  • Include GMM model data for mocks when installing (PR #222)
  • Initial simplistic code for generating sky positions (PR #220)

desitarget 0.15.0

29 Sep 22:31
Compare
Choose a tag to compare

0.15.0 (2017-09-29)

  • Refactored desitarget.QA to calculate density fluctuations in HEALPixels
    instead of in bricks [PR #217]
  • Updated desitarget.io for the DR5 RELEASE number [PR #214]
  • Updated desitarget.QA to produce QA plots [PR #210]
  • Changes for mocks [PR #200]:
    • Fix isLRG vs. isLRG_colors
    • Correct random seeds when processing pix in parallel
    • Misc other small bug fixes
  • Added mpi_select_mock_targets
  • Added desitarget.mock.sky.random_sky [PR #219]

desitarget 0.14.0

10 Jul 23:18
Compare
Choose a tag to compare

Refactor to move from the DR3 Data Model for Legacy Survey imaging files to the DR4 Data Model, including:

  • desitarget.io can now read old DR3-style and new DR4-style tractor and sweeps files
  • desitarget.cuts now always uses DR4-style column names and formats
  • new 60-bit TARGETID schema that incorporates RELEASE column from imaging surveys
  • desitarget.brightstar builds masks on DR4-style data
  • HEALPix pixel number (current nside=64) added to output target files
  • select_targets passes around information related to HEALPix
  • column PHOTSYS added to output files, recording North or South for the photometric system

desitarget 0.11.0

13 Apr 21:29
Compare
Choose a tag to compare

Fixed stdstar cuts, adding infrastructure for mocks -> targets + spectra.

desitarget 0.10.0

28 Mar 00:19
Compare
Choose a tag to compare

maintenance release with documentation fixes and WIP updates to mock building