- Timestamp:
- Nov 16, 2009, 6:35:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091113/psastro/src/psastroMosaicOneChip.c
r24037 r26167 31 31 32 32 // select the raw objects for this readout 33 psArray *rawstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.RAWSTARS ");33 psArray *rawstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.RAWSTARS.SUBSET"); 34 34 if (rawstars == NULL) return false; 35 35 36 psArray *refstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.REFSTARS ");36 psArray *refstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.REFSTARS.SUBSET"); 37 37 if (refstars == NULL) return false; 38 38 … … 162 162 163 163 // determine fromFPA transformation and apply new transformation to raw & ref stars 164 psastroUpdateChipToFPA (fpa, chip , rawstars, refstars);164 psastroUpdateChipToFPA (fpa, chip); 165 165 166 166 //plot results
Note:
See TracChangeset
for help on using the changeset viewer.
