Index: trunk/Ohana/src/getstar/src/getstar.c
===================================================================
--- trunk/Ohana/src/getstar/src/getstar.c	(revision 38441)
+++ trunk/Ohana/src/getstar/src/getstar.c	(revision 38471)
@@ -24,4 +24,6 @@
 
   // create an output catalog with the desired name and format options
+  dvo_catalog_init (&output, TRUE);
+
   dvo_catalog_init (&output, TRUE);
   output.filename  = OUTPUT;
@@ -61,4 +63,5 @@
       for (i = 0; i < skylist[0].Nregions; i++) {
 	// set the parameters which guide catalog open/load/create
+	dvo_catalog_init (&catalog, TRUE);
 	catalog.filename = skylist[0].filename[i];
 	catalog.Nsecfilt  = GetPhotcodeNsecfilt ();
@@ -93,4 +96,5 @@
       for (i = 0; i < skylist[0].Nregions; i++) {
 	// set the parameters which guide catalog open/load/create
+	dvo_catalog_init (&catalog, TRUE);
 	catalog.filename = skylist[0].filename[i];
 	catalog.Nsecfilt  = GetPhotcodeNsecfilt ();
