IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 26, 2006, 1:02:29 PM (20 years ago)
Author:
eugene
Message:

updates to getstar for first working version

File:
1 edited

Legend:

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

    r6968 r6995  
    1515  ALLOCATE (catalog[0].missing, Missing, 1);
    1616
     17  // there is no data yet on disk:
     18  catalog[0].Nave_disk = 0;
     19  catalog[0].Nmeas_disk = 0;
     20  catalog[0].Nmiss_disk = 0;
     21  catalog[0].Nmeas_off = 0;
    1722}
     23
     24/* setup secondary filters to match photcodes:
     25 * Nsecfilt is number of filters.  Number of entries in array is
     26 * Nsecfilt * Naverage.  At this point, N entries == 0
     27 */
Note: See TracChangeset for help on using the changeset viewer.