Changeset 35537 for branches/eam_branches/ipp-20130419/pswarp/src/pswarp.h
- Timestamp:
- May 8, 2013, 5:07:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/pswarp/src/pswarp.h
r35535 r35537 98 98 bool pswarpLoopBackground (pmConfig *config, psMetadata *stats); 99 99 psExit pswarpExitCode(psExit exitValue); 100 bool pswarpTransformReadout (pmReadout *output, pmReadout *input, pmConfig *config );100 bool pswarpTransformReadout (pmReadout *output, pmReadout *input, pmConfig *config, bool backgroundWarp); 101 101 bool pswarpTransformSources(pmReadout *output, pmReadout *input, pmConfig *config); 102 102 … … 198 198 bool pswarpLoadAstrometry (pmFPAfile *target, pmFPAfile *astrom, pmConfig *config); 199 199 200 bool pswarpTransformToTarget (pmFPA *output, pmReadout *input, pmConfig *config );200 bool pswarpTransformToTarget (pmFPA *output, pmReadout *input, pmConfig *config, bool backgroundWarp); 201 201 bool pswarpMakePSF (pmConfig *config, pmFPAfile *output, psMetadata *stats); 202 202 bool pswarpUpdateStatistics (pmFPA *output, psMetadata *stats, pmFPA *input, pmFPA *astrom, pmConfig *config);
Note:
See TracChangeset
for help on using the changeset viewer.
