Index: branches/tap_branches/psastro/src/psastroMosaicGradients.c
===================================================================
--- branches/tap_branches/psastro/src/psastroMosaicGradients.c	(revision 25900)
+++ branches/tap_branches/psastro/src/psastroMosaicGradients.c	(revision 27838)
@@ -48,9 +48,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; }
 
