Changeset 27838 for branches/tap_branches/psastro/src/psastroMosaicFPtoTP.c
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psastro/src/psastroMosaicFPtoTP.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/psastro/src/psastroMosaicFPtoTP.c
r21409 r27838 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.
