IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 30, 2010, 5:32:33 AM (16 years ago)
Author:
eugene
Message:

add read to PS1_V3

File:
1 edited

Legend:

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

    r29004 r29273  
    10011001                sources = pmSourcesRead_CMF_PS1_V2 (file->fits, hdu->header);
    10021002            }
     1003            if (!strcmp (exttype, "PS1_V3")) {
     1004                sources = pmSourcesRead_CMF_PS1_V3 (file->fits, hdu->header);
     1005            }
    10031006            if (!strcmp (exttype, "PS1_SV1")) {
    10041007                sources = pmSourcesRead_CMF_PS1_SV1 (file->fits, hdu->header);
Note: See TracChangeset for help on using the changeset viewer.