IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2007, 3:29:29 PM (19 years ago)
Author:
eugene
Message:

importing updates from eam_branch_20071130

Location:
trunk/Ohana/src/getstar/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/getstar/src/getstar.c

    r15540 r15743  
    2121  output.catformat = dvo_catalog_catformat (CATFORMAT);  // set the default catformat from config data
    2222  output.catmode   = dvo_catalog_catmode (CATMODE);      // set the default catmode from config data
     23  output.catflags  = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
    2324  output.Nsecfilt  = GetPhotcodeNsecfilt ();
    2425
     
    4748          exit (2);
    4849        }
    49         if (!catalog.Nave_disk) {
     50        if (!catalog.Naves_disk) {
    5051          dvo_catalog_unlock (&catalog);
    5152          dvo_catalog_free (&catalog);
     
    7879        }
    7980        /* skip empty catalogs */
    80         if (!catalog.Nave_disk) continue;
     81        if (!catalog.Naves_disk) continue;
    8182        stars = select_by_image (&catalog, &image, 0, 0, stars, &Nstars);
    8283      }
  • trunk/Ohana/src/getstar/src/select_by_region.c

    r15543 r15743  
    9191  output[0].Naverage = Nave;
    9292  output[0].Nmeasure = Nmeas;
     93  output[0].Nsecf_mem = Nave*Nsecfilt;
     94
    9395  fprintf (stderr, "output catalog has %d stars (%d measures, %d secfilt)\n",
    9496           output[0].Naverage, output[0].Nmeasure, output[0].Nsecfilt);
Note: See TracChangeset for help on using the changeset viewer.