Changeset 26877
- Timestamp:
- Feb 10, 2010, 4:19:15 PM (16 years ago)
- Location:
- branches/eam_branches/20091201/psastro/src
- Files:
-
- 2 edited
-
psastroLoadCrosstalk.c (modified) (1 diff)
-
psastroZeroPoint.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psastro/src/psastroLoadCrosstalk.c
r26274 r26877 193 193 continue; 194 194 } 195 // czw: 2010-01-27 196 // Potential new crosstalk: OTA4yXY5v <=> OTA4yXY6v 197 // Currently not enough info to be convinced of this, however, as the artifacts are very faint. 195 198 196 199 // Calculate destination positions -
branches/eam_branches/20091201/psastro/src/psastroZeroPoint.c
r26259 r26877 43 43 // given the existing per-chip astrometry, determine matches between raw and ref stars 44 44 // is this needed? yes, if we didn't do SingleChip astrometry first 45 if (!psastroMosaicSetMatch (fpa, recipe, 0)) {46 psError(PSASTRO_ERR_UNKNOWN, false, "failed to match raw and ref stars for mosaic");47 return false;48 }45 // if (!psastroMosaicSetMatch (fpa, recipe, 0)) { 46 // psError(PSASTRO_ERR_UNKNOWN, false, "failed to match raw and ref stars for mosaic"); 47 // return false; 48 // } 49 49 50 50 // XXX eventually: look up the photcode info from the recipe, use the ZEROPT and A_0 terms … … 147 147 148 148 // XXX make this depend on the mode? 149 if ( dMag->n < 3) {149 if (!dMag || dMag->n < 3) { 150 150 fprintf (stderr, "zero point NaN +/- NaN\n"); 151 151 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
