Changeset 15743 for trunk/Ohana/src/getstar
- Timestamp:
- Dec 5, 2007, 3:29:29 PM (19 years ago)
- Location:
- trunk/Ohana/src/getstar/src
- Files:
-
- 2 edited
-
getstar.c (modified) (3 diffs)
-
select_by_region.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/getstar/src/getstar.c
r15540 r15743 21 21 output.catformat = dvo_catalog_catformat (CATFORMAT); // set the default catformat from config data 22 22 output.catmode = dvo_catalog_catmode (CATMODE); // set the default catmode from config data 23 output.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF; 23 24 output.Nsecfilt = GetPhotcodeNsecfilt (); 24 25 … … 47 48 exit (2); 48 49 } 49 if (!catalog.Nave _disk) {50 if (!catalog.Naves_disk) { 50 51 dvo_catalog_unlock (&catalog); 51 52 dvo_catalog_free (&catalog); … … 78 79 } 79 80 /* skip empty catalogs */ 80 if (!catalog.Nave _disk) continue;81 if (!catalog.Naves_disk) continue; 81 82 stars = select_by_image (&catalog, &image, 0, 0, stars, &Nstars); 82 83 } -
trunk/Ohana/src/getstar/src/select_by_region.c
r15543 r15743 91 91 output[0].Naverage = Nave; 92 92 output[0].Nmeasure = Nmeas; 93 output[0].Nsecf_mem = Nave*Nsecfilt; 94 93 95 fprintf (stderr, "output catalog has %d stars (%d measures, %d secfilt)\n", 94 96 output[0].Naverage, output[0].Nmeasure, output[0].Nsecfilt);
Note:
See TracChangeset
for help on using the changeset viewer.
