IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40743 for trunk


Ignore:
Timestamp:
May 16, 2019, 11:08:19 AM (7 years ago)
Author:
mhuber
Message:

mock params mode has to be set PSFSTAR to accommodate changed made in psphot:psphotReadoutCleanupReadout and psphotPSFstats to psphotPSFstatsSources...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotLoadSRCTEXT.c

    r36868 r40743  
    9898            source->moments->Myy = 0.0;
    9999
    100             source->mode = 0;
     100            //source->mode = 0;
     101            // MEH -- has to be PSFSTAR to accommodate changed made in psphot:psphotReadoutCleanupReadout and psphotPSFstats to psphotPSFstatsSources
     102            source->mode = 64;
    101103           
    102104            psArrayAdd (sources, 100, source);
Note: See TracChangeset for help on using the changeset viewer.