Changeset 38471 for trunk/Ohana/src/getstar
- Timestamp:
- Jun 14, 2015, 10:12:31 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/getstar/src/getstar.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/getstar/src/getstar.c
r38441 r38471 24 24 25 25 // create an output catalog with the desired name and format options 26 dvo_catalog_init (&output, TRUE); 27 26 28 dvo_catalog_init (&output, TRUE); 27 29 output.filename = OUTPUT; … … 61 63 for (i = 0; i < skylist[0].Nregions; i++) { 62 64 // set the parameters which guide catalog open/load/create 65 dvo_catalog_init (&catalog, TRUE); 63 66 catalog.filename = skylist[0].filename[i]; 64 67 catalog.Nsecfilt = GetPhotcodeNsecfilt (); … … 93 96 for (i = 0; i < skylist[0].Nregions; i++) { 94 97 // set the parameters which guide catalog open/load/create 98 dvo_catalog_init (&catalog, TRUE); 95 99 catalog.filename = skylist[0].filename[i]; 96 100 catalog.Nsecfilt = GetPhotcodeNsecfilt ();
Note:
See TracChangeset
for help on using the changeset viewer.
