Index: trunk/psastro/src/psastroMosaicFPtoTP.c
===================================================================
--- trunk/psastro/src/psastroMosaicFPtoTP.c	(revision 21409)
+++ trunk/psastro/src/psastroMosaicFPtoTP.c	(revision 26259)
@@ -45,9 +45,9 @@
 
 		// select the raw objects for this readout
-		psArray *rawstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.RAWSTARS");
+		psArray *rawstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.RAWSTARS.SUBSET");
 		if (rawstars == NULL) { continue; }
 
 		// select the raw objects for this readout
-		psArray *refstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.REFSTARS");
+		psArray *refstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.REFSTARS.SUBSET");
 		if (refstars == NULL) { continue; }
 
@@ -126,4 +126,6 @@
 }
 
+// apply the rotation and scale to all stars in PSASTRO.REFSTARS (also adjusts
+// PSASTRO.REFSTARS.SUBSET since they are the same pointers)
 bool psastroMosaicApplyRotAndScale (pmFPA *fpa, psPlaneTransform *TPtoFP) {
 
