Index: /trunk/Ohana/src/mosastro/src/getgsc.c
===================================================================
--- /trunk/Ohana/src/mosastro/src/getgsc.c	(revision 8514)
+++ /trunk/Ohana/src/mosastro/src/getgsc.c	(revision 8515)
@@ -20,5 +20,5 @@
 
   /* load regions from GSC table, restrict to patch */
-  sky = SkyTableFromGSC (GSCFILE, 3, VERBOSE);
+  sky = SkyTableFromGSC (GSCFILE, SKY_DEPTH_HST, VERBOSE);
   SkyTableSetFilenames (sky, GSCDIR, "cpt");
   skylist = SkyListByPatch (sky, -1, &patch);
Index: /trunk/Ohana/src/mosastro/src/getptolemy.c
===================================================================
--- /trunk/Ohana/src/mosastro/src/getptolemy.c	(revision 8514)
+++ /trunk/Ohana/src/mosastro/src/getptolemy.c	(revision 8515)
@@ -19,5 +19,5 @@
 
   /* load regions from GSC table, restrict to patch */
-  sky = SkyTableFromGSC (GSCFILE, 3, VERBOSE);
+  sky = SkyTableLoadOptimal (CATDIR, NULL, GSCFILE, SKY_DEPTH_HST, VERBOSE);
   SkyTableSetFilenames (sky, CATDIR, "cpt");
   skylist = SkyListByPatch (sky, -1, &patch);
