IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 5, 2011, 2:32:03 PM (15 years ago)
Author:
eugene
Message:

introduce PS1_V4 format (adds sky limit info)

File:
1 edited

Legend:

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

    r31670 r32617  
    569569            PM_SOURCES_WRITE("PS1_V2",    CMF_PS1_V2);
    570570            PM_SOURCES_WRITE("PS1_V3",    CMF_PS1_V3);
     571            PM_SOURCES_WRITE("PS1_V4",    CMF_PS1_V4);
    571572            PM_SOURCES_WRITE("PS1_SV1",   CMF_PS1_SV1);
    572573            PM_SOURCES_WRITE("PS1_DV1",   CMF_PS1_DV1);
     
    10251026                sources = pmSourcesRead_CMF_PS1_V3 (file->fits, hdu->header);
    10261027            }
     1028            if (!strcmp (exttype, "PS1_V4")) {
     1029                sources = pmSourcesRead_CMF_PS1_V4 (file->fits, hdu->header);
     1030            }
    10271031            if (!strcmp (exttype, "PS1_SV1")) {
    10281032                sources = pmSourcesRead_CMF_PS1_SV1 (file->fits, hdu->header);
Note: See TracChangeset for help on using the changeset viewer.