Changes between Version 11 and Version 12 of PublicPages/CosmoRepo
- Timestamp:
- Feb 7, 2015 8:44:49 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PublicPages/CosmoRepo
v11 v12 52 52 === DECam Data === 53 53 54 Public DECam data not necessarily affiliated with the DECaLS project is obtained by first querying the NOAO portal with something like this. 55 {{{ 56 SELECT md5sum, reference, dtpropid, surveyid, release_date, start_date, date_obs, dtpi, ra, dec, telescope, instrument, filter, exposure, obstype, obsmode, proctype, prodtype, seeing, depth, dtacqnam, reference AS archive_file, filesize, noao_id FROM voi.siap WHERE (proctype = 'Raw') AND (telescope = 'ct4m' AND instrument = 'decam') AND release_date < '2014-09-17'; 57 }}} 58 The resulting VOTable XML files are not actually valid, so they have to be fixed up before converting them to a FITS table. 59 54 60 [attachment:decam-exposures.fits.gz FITS file with coordinates of all DECam images through 16 June 2014] 55 61