Changeset 41895 for trunk/psastro/src/psastroAstromGuess.c
- Timestamp:
- Nov 4, 2021, 6:08:21 PM (5 years ago)
- Location:
- trunk/psastro
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psastroAstromGuess.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-dev-20210817/psastro (added) merged: 41799,41814,41816,41822,41833,41837,41876-41877,41883,41889
- Property svn:mergeinfo changed
-
trunk/psastro/src/psastroAstromGuess.c
r39926 r41895 342 342 if (!updates) goto skip_chip; 343 343 344 // in psastroOneChipFit & psastroMosaicOneCihp, astrometry failures are marked with NASTRO = 0 345 // these should be ignored when checking the overall solution 344 346 int nAstro = psMetadataLookupS32 (&status, updates, "NASTRO"); 345 347 if (!nAstro) goto skip_chip; 346 348 349 // it is not clear when astError = 0.0 347 350 float astError = psMetadataLookupF32 (&status, updates, "CERROR"); 348 351 if (fabs(astError) < 1e-6) goto skip_chip; … … 397 400 } 398 401 399 psPlaneTransform *map = psPlaneTransformAlloc (1, 1 );402 psPlaneTransform *map = psPlaneTransformAlloc (1, 1, PS_POLYNOMIAL_ORD); 400 403 map->x->coeffMask[1][1] = PS_POLY_MASK_SET; 401 404 map->y->coeffMask[1][1] = PS_POLY_MASK_SET;
Note:
See TracChangeset
for help on using the changeset viewer.
