Changeset 26259 for trunk/psastro/src/psastroChipAstrom.c
- Timestamp:
- Nov 22, 2009, 2:57:41 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroChipAstrom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroChipAstrom.c
r25299 r26259 56 56 57 57 // select the raw objects for this readout 58 psArray *rawstars = psMetadataLookupPtr (&status, readout->analysis, "PSASTRO.RAWSTARS ");58 psArray *rawstars = psMetadataLookupPtr (&status, readout->analysis, "PSASTRO.RAWSTARS.SUBSET"); 59 59 if (rawstars == NULL) { continue; } 60 60 61 61 // select the raw objects for this readout 62 psArray *refstars = psMetadataLookupPtr (&status, readout->analysis, "PSASTRO.REFSTARS ");62 psArray *refstars = psMetadataLookupPtr (&status, readout->analysis, "PSASTRO.REFSTARS.SUBSET"); 63 63 if (refstars == NULL) { continue; } 64 64 … … 66 66 if ((rawstars->n < 4) || (refstars->n < 4)) { 67 67 readout->data_exists = false; 68 psLogMsg ("psastro", 3, "insufficient rawstars (%ld) or refstars (%ld)", 69 rawstars->n, refstars->n); 68 psLogMsg ("psastro", 3, "insufficient rawstars (%ld) or refstars (%ld)", rawstars->n, refstars->n); 70 69 continue; 71 70 }
Note:
See TracChangeset
for help on using the changeset viewer.
