Changeset 21105
- Timestamp:
- Jan 9, 2009, 3:21:54 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceMatch.c
r21089 r21105 286 286 // Iterate on the star magnitudes and image transparencies 287 287 // Returns the solution chi^2 288 float sourceMatchRelphotIterate(psVector *trans, // Transparencies289 psVector *stars, // Star magnitudes290 const psArray *matches, // Array of matches291 const psVector *zp, // Zero points for each image (includingairmass term)292 const psVector *photo, // Photometric image?293 float sysErr2 // Systematic error, squared294 )288 static float sourceMatchRelphotIterate(psVector *trans, // Transparencies 289 psVector *stars, // Star magnitudes 290 const psArray *matches, // Array of matches 291 const psVector *zp, // Zero points for each image (incl. airmass term) 292 const psVector *photo, // Photometric image? 293 float sysErr2 // Systematic error, squared 294 ) 295 295 { 296 296 psAssert(zp && zp->type.type == PS_TYPE_F32, "Need zero points");
Note:
See TracChangeset
for help on using the changeset viewer.
