IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2010, 2:54:22 PM (16 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20100823

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO.c

    r29004 r29546  
    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.