Changeset 21208 for branches/cnb_branch_20090113/psastro/src/psastroUtils.c
- Timestamp:
- Jan 28, 2009, 1:36:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20090113/psastro/src/psastroUtils.c
r20804 r21208 42 42 if (!chip->toFPA) { continue; } 43 43 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]; 46 46 if (!cell->process || !cell->file_exists) { continue; } 47 47 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; } 51 51 52 52 pixelScale1 = hypot (chip->toFPA->x->coeff[1][0], chip->toFPA->x->coeff[0][1]); … … 88 88 psastroMosaicSetAstrom (fpa); 89 89 if (!useExternal) { 90 p sastroVisualPlotCommonScale (fpa, oldScale);90 pmAstromVisualPlotCommonScale (fpa, oldScale); 91 91 } 92 92 psFree (oldScale);
Note:
See TracChangeset
for help on using the changeset viewer.
