Changeset 7080 for trunk/Ohana/src/opihi/dvo/ddmags.c
- Timestamp:
- May 5, 2006, 5:44:26 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/ddmags.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/ddmags.c
r5945 r7080 20 20 RegionName = NULL; 21 21 RegionList = NULL; 22 skylist = NULL; 22 23 23 24 /* load photcode information */ … … 66 67 } 67 68 catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF; 68 if (!load_catalog (&catalog, FALSE)) {69 if (!load_catalog (&catalog, TRUE)) { 69 70 unlock_catalog (&catalog); 70 71 continue; 71 72 } 72 73 unlock_catalog (&catalog); 74 // fprintf (stderr, "seaching %s with %d stars\n", catalog.filename, catalog.Naverage); 75 // ListPhotSelections (); 73 76 74 77 /* get correct mags, convert to X,Y */ … … 109 112 if (M2 != NULL) free (M2); 110 113 } 114 // fprintf (stderr, "selected %d stars\n", Npts); 115 111 116 if (catalog.average != NULL) free (catalog.average); 112 117 if (catalog.secfilt != NULL) free (catalog.secfilt);
Note:
See TracChangeset
for help on using the changeset viewer.
