IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2007, 10:43:21 AM (19 years ago)
Author:
eugene
Message:

failure for a chip is not a failure for the camera; temporarily turn off luminosity func test; better numbers for min Nstars

File:
1 edited

Legend:

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

    r12712 r12718  
    4747                // the absolute minimum number of stars is 4 (for order = 1)
    4848                if ((rawstars->n < 4) || (refstars->n < 4)) {
     49                    readout->data_exists = false;
    4950                    psLogMsg ("psastro", 3, "insufficient rawstars (%ld) or refstars (%ld)",
    5051                            rawstars->n, refstars->n);
     
    7273                // XXX update the header with info to reflect the failure
    7374                if (!psastroOneChip (fpa, chip, refstars, rawstars, recipe, updates)) {
     75                    readout->data_exists = false;
    7476                    psLogMsg ("psastro", 3, "failed to find a solution\n");
    7577                    psFree (updates);
Note: See TracChangeset for help on using the changeset viewer.