- Timestamp:
- Nov 3, 2021, 11:52:26 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-dev-20210817/psastro/src/psastroAstromGuess.c
r41833 r41877 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;
Note:
See TracChangeset
for help on using the changeset viewer.
