IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2009, 1:36:37 PM (18 years ago)
Author:
beaumont
Message:

Added QA plots to ppSub. Migrated psastro QA plots to psModules/extras.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branch_20090113/psastro/src/psastroUtils.c

    r20804 r21208  
    4242            if (!chip->toFPA) { continue; }
    4343
    44             if (chip->cells->n == 0) { continue; }
    45             pmCell *cell = chip->cells->data[0];
     44            if (chip->cells->n == 0) { continue; }
     45            pmCell *cell = chip->cells->data[0];
    4646            if (!cell->process || !cell->file_exists) { continue; }
    4747
    48             if (cell->readouts->n == 0) { continue; }
    49             pmReadout *readout = cell->readouts->data[0];
    50             if (! readout->data_exists) { continue; }
     48            if (cell->readouts->n == 0) { continue; }
     49            pmReadout *readout = cell->readouts->data[0];
     50            if (! readout->data_exists) { continue; }
    5151
    5252            pixelScale1 = hypot (chip->toFPA->x->coeff[1][0], chip->toFPA->x->coeff[0][1]);
     
    8888    psastroMosaicSetAstrom (fpa);
    8989    if (!useExternal) {
    90         psastroVisualPlotCommonScale (fpa, oldScale);
     90        pmAstromVisualPlotCommonScale (fpa, oldScale);
    9191    }
    9292    psFree (oldScale);
Note: See TracChangeset for help on using the changeset viewer.