Changeset 21422 for trunk/psastro/src/psastroUtils.c
- Timestamp:
- Feb 9, 2009, 11:25:34 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroUtils.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroUtils.c
r21409 r21422 6 6 * 7 7 * @author IfA 8 * @version $Revision: 1.2 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2009-02-0 7 02:03:34 $8 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-09 21:25:34 $ 10 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 11 */ … … 54 54 if (!chip->toFPA) { continue; } 55 55 56 if (chip->cells->n == 0) { continue; }57 pmCell *cell = chip->cells->data[0];56 if (chip->cells->n == 0) { continue; } 57 pmCell *cell = chip->cells->data[0]; 58 58 if (!cell->process || !cell->file_exists) { continue; } 59 59 60 if (cell->readouts->n == 0) { continue; }61 pmReadout *readout = cell->readouts->data[0];62 if (! readout->data_exists) { continue; }60 if (cell->readouts->n == 0) { continue; } 61 pmReadout *readout = cell->readouts->data[0]; 62 if (! readout->data_exists) { continue; } 63 63 64 64 pixelScale1 = hypot (chip->toFPA->x->coeff[1][0], chip->toFPA->x->coeff[0][1]); … … 100 100 psastroMosaicSetAstrom (fpa); 101 101 if (!useExternal) { 102 p sastroVisualPlotCommonScale (fpa, oldScale);102 pmAstromVisualPlotCommonScale (fpa, oldScale); 103 103 } 104 104 psFree (oldScale);
Note:
See TracChangeset
for help on using the changeset viewer.
