Changeset 34838 for branches/eam_branches/ipp-20121130/pswarp/src/pswarp.h
- Timestamp:
- Dec 18, 2012, 5:56:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121130/pswarp/src/pswarp.h
r28043 r34838 62 62 psImage *region; 63 63 64 /** values which are needed to control the background model warping. */ 65 bool background_warping; 66 double offset_x; 67 double offset_y; 68 64 69 /** input values for this tile */ 65 70 int gridX; … … 81 86 bool pswarpParseCamera (pmConfig *config); 82 87 bool pswarpDefine (pmConfig *config); 88 bool pswarpDefineBackground (pmConfig *config); 83 89 bool pswarpLoop (pmConfig *config, psMetadata *stats); 90 bool pswarpLoopBackground (pmConfig *config, psMetadata *stats); 84 91 psExit pswarpExitCode(psExit exitValue); 85 92 bool pswarpTransformReadout (pmReadout *output, pmReadout *input, pmConfig *config);
Note:
See TracChangeset
for help on using the changeset viewer.
