IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24036


Ignore:
Timestamp:
May 1, 2009, 5:23:45 PM (17 years ago)
Author:
eugene
Message:

if no chips are valid, exit with an error (change to quality)

File:
1 edited

Legend:

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

    r21409 r24036  
    130130    }
    131131
     132    if (numGoodChips == 0) {
     133        psError(PSASTRO_ERR_UNKNOWN, false, "Failed to fit any chips");
     134        return false;
     135    }
     136
    132137    if (!psastroFixChips (config, recipe)) {
    133138        psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips");
Note: See TracChangeset for help on using the changeset viewer.