IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2005, 6:33:25 AM (21 years ago)
Author:
eugene
Message:

working on the update concept, added split table support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/include/dvo.h

    r5228 r5234  
    2424
    2525/* catalog values to be loaded */
    26 # define LOAD_AVES 0x01
    27 # define LOAD_MEAS 0x02
    28 # define LOAD_MISS 0x04
    29 # define LOAD_SECF 0x08
     26# define LOAD_AVES      0x01
     27# define LOAD_MEAS      0x02
     28# define LOAD_MISS      0x04
     29# define LOAD_SECF      0x08
     30# define LOAD_MEAS_META 0x10
    3031
    3132/* invalid mag value */
     
    128129  Missing *missing;
    129130  SecFilt *secfilt;
    130   int Naverage, Nmeasure, Nmissing, Nsecfilt;
     131  int Naverage, Nmeasure, Nmissing, Nsecfilt;   /* current number of each component */
     132  int Nave_disk, Nmeas_disk, Nmiss_disk;        /* number of component on disk */
     133  int Nmeas_off;                                /* dist seq of first loaded data value */
     134  /* note the different counting for Nsecfilt */
    131135
    132136  /* pointers to split data files */
     
    139143  int catmode;                          /* storage mode (raw, mef, split, mysql) */
    140144  int catformat;                        /* storage format (elixir, panstarrs, etc) */
    141   int ordered;                          /* is measure table average-ordered? */
     145  int sorted;                           /* is measure table average-sorted? */
    142146 
    143147  /* pointers for data manipulation */
     
    177181int load_catalog (Catalog *catalog, char mode, int VERBOSE);
    178182int save_catalog (Catalog *catalog, char VERBOSE);
     183int update_catalog (Catalog *catalog, char VERBOSE);
    179184
    180185int FindMosaicForImage (Image *images, int Nimages, int entry);
     
    291296int load_catalog_split (Catalog *catalog, char mode, int VERBOSE);
    292297int save_catalog_split (Catalog *catalog, char VERBOSE);
     298int update_catalog_split (Catalog *catalog, char VERBOSE);
    293299
    294300/*** DVO image db I/O Functions ***/
Note: See TracChangeset for help on using the changeset viewer.