IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2012, 10:00:08 PM (14 years ago)
Author:
bills
Message:

Didn't realize that many of the pmSourceIO files were automagically generated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO_CMF.c.in

    r32633 r33693  
    8080    table = psArrayAllocEmpty (sources->n);
    8181
    82     short nImageOverlap;
    8382    float magOffset;
    8483    float zeroptErr;
    8584    float fwhmMajor;
    8685    float fwhmMinor;
    87     pmSourceOutputsCommonValues (&nImageOverlap, &magOffset, &zeroptErr, &fwhmMajor, &fwhmMinor, readout, imageHeader);
     86    pmSourceOutputsCommonValues (&magOffset, &zeroptErr, &fwhmMajor, &fwhmMinor, readout, imageHeader);
    8887
    8988    // we write out PSF-fits for all sources, regardless of quality.  the source flags tell us the state
     
    179178
    180179        // XXX not sure how to get this : need to load Nimages with weight?
    181         @ALL@     psMetadataAdd (row, PS_LIST_TAIL, "N_FRAMES",         PS_DATA_U16, "Number of frames overlapping source center", nImageOverlap);
     180        @ALL@     psMetadataAdd (row, PS_LIST_TAIL, "N_FRAMES",         PS_DATA_U16, "Number of frames overlapping source center", source->nFrames);
    182181        @ALL@     psMetadataAdd (row, PS_LIST_TAIL, "PADDING",          PS_DATA_S16, "padding", 0);
    183182
Note: See TracChangeset for help on using the changeset viewer.