Changes between Version 13 and Version 14 of PublicPages/CosmoRepo


Ignore:
Timestamp:
Apr 20, 2015 11:13:40 AM (9 years ago)
Author:
Benjamin Alan Weaver
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PublicPages/CosmoRepo

    v13 v14  
    5252=== DECam Data ===
    5353
    54 Public DECam data not necessarily affiliated with the DECaLS project is obtained by first (repeatedly!) querying the NOAO portal with something like this:
     54Public DECam data not necessarily affiliated with the DECaLS project is obtained by first querying the NOAO portal with something like this:
    5555{{{
    5656SELECT md5sum, reference, dtpropid, surveyid, release_date, start_date,
     
    5959    reference AS archive_file, filesize, noao_id
    6060FROM voi.siap
    61 WHERE dtacqnam LIKE '%0014____.fits.fz'
     61WHERE dtacqnam LIKE '%001____.fits.fz'
    6262AND proctype = 'Raw'
    6363AND telescope = 'ct4m'
    6464AND instrument = 'decam'
    65 AND release_date < '2015-02-01'
    66 LIMIT 10000;
     65AND release_date < '2015-04-01'
     66LIMIT 100000;
    6767}}}
    6868The resulting VOTable XML files are not actually valid, so they have to be fixed up before converting them to a FITS table.