IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2011, 2:56:56 PM (15 years ago)
Author:
eugene
Message:

add unofficial PS1_V4 output format (not yet standard); add clean radial profile to find sky limit; use sky limit to control kron analysis window; fix thread / memory problem for radial photometry; fix object matching for forced psf photometry; fix object matching to get the right matches

File:
1 edited

Legend:

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

    r31670 r32633  
    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.