- Timestamp:
- Nov 16, 2009, 6:35:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091113/psastro/src/psastroOneChipFit.c
r26134 r26167 118 118 // determine fromFPA transformation and apply new transformation to raw & ref stars 119 119 // this applies the transformation to all stars (including subset) 120 psastroUpdateChipToFPA (fpa, chip , rawstars, refstars);120 psastroUpdateChipToFPA (fpa, chip); // updates PSASTRO.RAWSTARS and PSASTRO.REFSTARS 121 121 122 122 // toSky converts from FPA & TPA units (microns) to sky units (radians) … … 171 171 psMetadataAddF32 (updates, PS_LIST_TAIL, "EQUINOX", PS_META_REPLACE, "equinox of ref catalog", 2000.0); // XXX this is bogus: should be defined based on equinox of refstars 172 172 173 // XXX drop from here : determine fromFPA transformation and apply new transformation to raw & ref stars174 // psastroUpdateChipToFPA (fpa, chip, rawstars, refstars);175 176 173 // XXX check if we correctly applied the new transformation: 177 174 if (psTraceGetLevel("psastro.dump") > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
