Changeset 27933 for branches/pap/pswarp/src/pswarp.h
- Timestamp:
- May 12, 2010, 12:56:07 PM (16 years ago)
- File:
-
- 1 edited
-
branches/pap/pswarp/src/pswarp.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/pswarp/src/pswarp.h
r27126 r27933 29 29 #define PSASTRO_RECIPE "PSASTRO" ///< Name of the recipe to use 30 30 31 #define PSWARP_ANALYSIS_VARFACTOR "PSWARP.VARFACTOR" ///< Name for variance factor in analysis metadata32 31 #define PSWARP_ANALYSIS_GOODPIX "PSWARP.GOODPIX" ///< Name for number of good pixels in analysis metadata 33 32 #define PSWARP_ANALYSIS_COVARIANCES "PSWARP.COVARIANCES" ///< Name for covariance matrices on analysis MD 33 #define PSWARP_ANALYSIS_JACOBIAN "PSWARP.JACOBIAN" ///< Name for Jacobian on analysis MD 34 34 35 35 /** … … 70 70 int xMin, xMax, yMin, yMax; ///< Bounds of tile 71 71 psKernel *covariance; ///< Covariance matrix 72 double jacobian; ///< (Square root of) local Jacobian 72 73 } pswarpTransformTileArgs; 73 74
Note:
See TracChangeset
for help on using the changeset viewer.
