Changeset 38019
- Timestamp:
- Mar 26, 2015, 3:16:39 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150326/psastro/src
- Files:
-
- 1 added
- 2 edited
-
psastro.h (modified) (1 diff)
-
psastroDataSave.c (modified) (1 diff)
-
psastroGalaxyShapeErrors.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150326/psastro/src/psastro.h
r37552 r38019 197 197 bool psastroExtractFreeChipBounds(void); 198 198 199 bool psastroGalaxyShapeErrors (psMetadata *recipe, pmReadout *readout); 200 199 201 ///@} 200 202 # endif /* PSASTRO_H */ -
branches/eam_branches/ipp-20150326/psastro/src/psastroDataSave.c
r36441 r38019 69 69 if (!readout->data_exists) { continue; } 70 70 71 psastroGalaxyShapeErrors (recipe, readout); 72 71 73 // Put version information into the header 72 74 pmHDU *hdu = pmHDUGetHighest(output->fpa, chip, cell);
Note:
See TracChangeset
for help on using the changeset viewer.
