Releases: desihub/desitarget
Releases · desihub/desitarget
desitarget 2.4.0
desitarget 0.22.0
Updated target selection for Data Release 7 of the Legacy Surveys.
desitarget 0.21.0
Used by DESI software release 18.6.
Significant updates to sky target selection and inclusion of Gaia.
desitarget 0.19.1
Bug fix for mocks
desitarget 0.19.0
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
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 parameterIVARs
in target outputs
- Use :mod:
- Include GMM model data for mocks when installing (PR #222)
- Initial simplistic code for generating sky positions (PR #220)
desitarget 0.15.0
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]- Has a simple binary that runs the plot-making software in full
- Creates (weighted) 1-D and 2-D density plots
- Makes color-color plots
- Produces a simple .html page that wraps the plots, e.g.
http://portal.nersc.gov/project/desi/users/adamyers/desitargetQA/
- 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
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 filesdesitarget.cuts
now always uses DR4-style column names and formats- new 60-bit
TARGETID
schema that incorporatesRELEASE
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 toHEALPix
- column
PHOTSYS
added to output files, recording North or South for the photometric system
desitarget 0.11.0
Fixed stdstar cuts, adding infrastructure for mocks -> targets + spectra.
desitarget 0.10.0
maintenance release with documentation fixes and WIP updates to mock building