IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29019


Ignore:
Timestamp:
Aug 23, 2010, 1:56:12 PM (16 years ago)
Author:
eugene
Message:

remove dump of window images; add AP_MAG_RAW to PS1_SV1

Location:
trunk/psModules/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionStamps.c

    r29004 r29019  
    830830    }
    831831
    832 #if 1
     832#if 0
    833833    {
    834834        psFits *fits = NULL;
  • trunk/psModules/src/objects/pmSourceIO_CMF_PS1_SV1.c

    r29004 r29019  
    198198        psMetadataAdd (row, PS_LIST_TAIL, "PSF_INST_FLUX_SIG",PS_DATA_F32, "Sigma of PSF instrumental flux",             source->psfFluxErr);
    199199        psMetadataAdd (row, PS_LIST_TAIL, "AP_MAG",           PS_DATA_F32, "magnitude in standard aperture",             source->apMag);
     200        psMetadataAdd (row, PS_LIST_TAIL, "AP_MAG_RAW",       PS_DATA_F32, "magnitude in reported aperture",             source->apMagRaw);
    200201        psMetadataAdd (row, PS_LIST_TAIL, "AP_MAG_RADIUS",    PS_DATA_F32, "radius used for aperture mags",              apRadius);
    201202        psMetadataAdd (row, PS_LIST_TAIL, "PEAK_FLUX_AS_MAG", PS_DATA_F32, "Peak flux expressed as magnitude",           peakMag);
Note: See TracChangeset for help on using the changeset viewer.