IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2007, 3:47:27 PM (20 years ago)
Author:
eugene
Message:

defined features to read in externally-supplied source coordinates

File:
1 edited

Legend:

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

    r11188 r11201  
    88    // find the currently selected readout
    99    pmReadout  *readout = pmFPAfileThisReadout (config->files, view, "PSPHOT.INPUT");
     10    psphotSaveExtSources (readout);
    1011
    1112    // optional break-point for processing
     
    7980    }
    8081
    81     // construct an initial PSF model for each object
     82    // include externally-supplied sources
     83    psphotLoadExtSources (readout, sources);
     84
     85    // construct an initial model for each object
    8286    psphotGuessModels (readout, sources, recipe, psf);
    8387
Note: See TracChangeset for help on using the changeset viewer.