IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36598


Ignore:
Timestamp:
Mar 19, 2014, 3:48:35 PM (12 years ago)
Author:
bills
Message:

when reading cff files don't set the moments as measured

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20140114/psModules/src/objects/pmSourceIO_CFF.c

    r36586 r36598  
    177177        source->moments->My = Y;
    178178        source->moments->Mrf = kronRadius * 0.4; // kronRadius is 2.5 * first radial moment
    179         source->tmpFlags |= PM_SOURCE_TMPF_MOMENTS_MEASURED;
    180         // XXX does the above cause a problem with pmSourceMoments (do we run it? yes we do)
     179
     180        // Don't mark the moments as measured because that causes many fields to be left blank.
     181        // The moments code knows not to change the position or the Mrf for external sources
     182        // source->tmpFlags |= PM_SOURCE_TMPF_MOMENTS_MEASURED;
    181183
    182184        if (isfinite(petRadius)) {
Note: See TracChangeset for help on using the changeset viewer.