Changeset 10880 for trunk/psastro/src/psastroChipAstrom.c
- Timestamp:
- Jan 2, 2007, 3:26:52 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroChipAstrom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroChipAstrom.c
r10855 r10880 4 4 bool psastroChipAstrom (pmConfig *config, psArray *refs) { 5 5 6 bool status;7 6 pmChip *chip = NULL; 8 7 pmCell *cell = NULL; … … 22 21 return false; 23 22 } 24 25 double plateScale = psMetadataLookupF32 (&status, recipe, "PSASTRO.PLATE.SCALE");26 if (!status) plateScale = 1.0;27 23 28 24 pmFPAview *view = pmFPAviewAlloc (0);
Note:
See TracChangeset
for help on using the changeset viewer.
