IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 29, 2006, 8:36:33 AM (20 years ago)
Author:
eugene
Message:

extensive work to catch errors and clear leaks; implement mosaics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroParseCamera.c

    r10438 r10855  
    2222    pmFPAfileDefineOutput (config, input->fpa, "PSASTRO.OUTPUT");
    2323
    24     // Chip selection: turn on only the chips specified
     24    // Chip selection: turn on only the chips specified (option is not required)
    2525    char *chipLine = psMetadataLookupStr(NULL, config->arguments, "CHIP_SELECTIONS");
     26    if (chipLine == NULL) psErrorClear();
     27
    2628    psArray *chips = psStringSplitArray (chipLine, ",", false);
    2729    if (chips->n > 0) {
Note: See TracChangeset for help on using the changeset viewer.