IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2006, 9:53:48 AM (20 years ago)
Author:
eugene
Message:

updating photdbc to be a more general DVO db copy program

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/photdbc/include/photdbc.h

    r4864 r8630  
    5353double SIGMA_MAX;
    5454int    NMEAS_MIN;
     55double ZERO_POINT;
    5556
     57int ExcludeByInstMag;
     58double INST_MAG_MIN;
     59double INST_MAG_MAX;
     60
     61int ExcludeByMaxMinMag;
     62double MAX_MIN_MAG;
     63
     64SkyRegion REGION;
    5665PhotCodeData photcodes;
    5766
     
    92101void          unique_measures (Catalog *catalog);
    93102void          wcatalog (Catalog *catalog);
    94 Catalog      *subcatalog (Catalog *catalog);
     103int           make_subcatalog (Catalog *subcatalog, Catalog *catalog);
    95104void          check_directory (char *basefile);
    96105
     
    103112void SetProtect (int mode);
    104113int SetSignals ();
     114
     115
     116int copy_images (char *outdir);
Note: See TracChangeset for help on using the changeset viewer.