IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40767


Ignore:
Timestamp:
May 30, 2019, 9:04:35 AM (7 years ago)
Author:
eugene
Message:

merge changes from trunk (set sources loaded from a text file to be PSF stars)

Location:
tags/ipp-ps2-20190404/psphot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-ps2-20190404/psphot

    • Property svn:mergeinfo deleted
  • tags/ipp-ps2-20190404/psphot/src/psphotLoadSRCTEXT.c

    r36868 r40767  
    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.