Changeset 10855 for trunk/psastro/src/psastroParseCamera.c
- Timestamp:
- Dec 29, 2006, 8:36:33 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroParseCamera.c
r10438 r10855 22 22 pmFPAfileDefineOutput (config, input->fpa, "PSASTRO.OUTPUT"); 23 23 24 // Chip selection: turn on only the chips specified 24 // Chip selection: turn on only the chips specified (option is not required) 25 25 char *chipLine = psMetadataLookupStr(NULL, config->arguments, "CHIP_SELECTIONS"); 26 if (chipLine == NULL) psErrorClear(); 27 26 28 psArray *chips = psStringSplitArray (chipLine, ",", false); 27 29 if (chips->n > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
