IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2010, 3:12:05 PM (16 years ago)
Author:
eugene
Message:

populate the source peak SN element correctly; add PS1_DV1 format (includes close-neighbor match info)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/psModules/src/objects/pmSourceIO.c

    r28643 r28860  
    552552            PM_SOURCES_WRITE("PS1_SV1",   CMF_PS1_SV1);
    553553            PM_SOURCES_WRITE("PS1_DV1",   CMF_PS1_DV1);
     554            PM_SOURCES_WRITE("PS1_DV2",   CMF_PS1_DV2);
    554555
    555556            psFree (outhead);
     
    10061007                sources = pmSourcesRead_CMF_PS1_DV1 (file->fits, hdu->header);
    10071008            }
     1009            if (!strcmp (exttype, "PS1_DV2")) {
     1010                sources = pmSourcesRead_CMF_PS1_DV2 (file->fits, hdu->header);
     1011            }
    10081012
    10091013            if (!pmReadoutReadDetEff(file->fits, readout, deteffname)) {
Note: See TracChangeset for help on using the changeset viewer.