- Timestamp:
- Nov 16, 2009, 6:35:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091113/psastro/src/psastroMosaicFPtoTP.c
r21409 r26167 45 45 46 46 // select the raw objects for this readout 47 psArray *rawstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.RAWSTARS ");47 psArray *rawstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.RAWSTARS.SUBSET"); 48 48 if (rawstars == NULL) { continue; } 49 49 50 50 // select the raw objects for this readout 51 psArray *refstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.REFSTARS ");51 psArray *refstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.REFSTARS.SUBSET"); 52 52 if (refstars == NULL) { continue; } 53 53 … … 126 126 } 127 127 128 // apply the rotation and scale to all stars in PSASTRO.REFSTARS (also adjusts 129 // PSASTRO.REFSTARS.SUBSET since they are the same pointers) 128 130 bool psastroMosaicApplyRotAndScale (pmFPA *fpa, psPlaneTransform *TPtoFP) { 129 131
Note:
See TracChangeset
for help on using the changeset viewer.
