Changeset 38040 for trunk/psastro/src/psastroConvert.c
- Timestamp:
- Mar 28, 2015, 7:19:52 AM (11 years ago)
- Location:
- trunk/psastro/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psastroConvert.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src
- Property svn:ignore
-
old new 18 18 psastroExtract 19 19 psastroVersionDefinitions.h 20 psastroVersionDefinitions.h.tmp
-
- Property svn:ignore
-
trunk/psastro/src/psastroConvert.c
r36868 r38040 335 335 pmChip *chip = readout->parent->parent; 336 336 char *chipName = psMetadataLookupStr (NULL, chip->concepts, "CHIP.NAME"); 337 338 // skip stacks 339 if (!strcmp(chipName, "SkyChip")) { 340 psLogMsg ("psastro.correctKH", PS_LOG_DETAIL, "skipping KH correction: not a gpc1 chip\n"); 341 return true; 342 } 343 344 // only try to address gpc1 chips (should probably check the camera) 345 if (strncmp(chipName, "XY", 2)) { 346 psLogMsg ("psastro.correctKH", PS_LOG_DETAIL, "skipping KH correction: not a gpc1 chip\n"); 347 return true; 348 } 337 349 338 350 psAssert (strlen(chipName) == 4, "error in chip name");
Note:
See TracChangeset
for help on using the changeset viewer.
