Changeset 8630 for trunk/Ohana/src/photdbc/include/photdbc.h
- Timestamp:
- Aug 26, 2006, 9:53:48 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/photdbc/include/photdbc.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/photdbc/include/photdbc.h
r4864 r8630 53 53 double SIGMA_MAX; 54 54 int NMEAS_MIN; 55 double ZERO_POINT; 55 56 57 int ExcludeByInstMag; 58 double INST_MAG_MIN; 59 double INST_MAG_MAX; 60 61 int ExcludeByMaxMinMag; 62 double MAX_MIN_MAG; 63 64 SkyRegion REGION; 56 65 PhotCodeData photcodes; 57 66 … … 92 101 void unique_measures (Catalog *catalog); 93 102 void wcatalog (Catalog *catalog); 94 Catalog *subcatalog (Catalog *catalog);103 int make_subcatalog (Catalog *subcatalog, Catalog *catalog); 95 104 void check_directory (char *basefile); 96 105 … … 103 112 void SetProtect (int mode); 104 113 int SetSignals (); 114 115 116 int copy_images (char *outdir);
Note:
See TracChangeset
for help on using the changeset viewer.
