Changeset 14590 for trunk/Ohana/src/opihi/include/dvoshell.h
- Timestamp:
- Aug 21, 2007, 2:10:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/dvoshell.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/dvoshell.h
r14401 r14590 42 42 MEAS_NMEAS, 43 43 MEAS_NMISS, 44 MEAS_NPHOT,45 MEAS_NCODE,46 44 MEAS_OBJFLAGS, 47 45 MEAS_MAG, … … 170 168 Image *LoadImages PROTO((int *Nimage)); 171 169 Image *MatchImage PROTO((unsigned int time, short int source)); 172 Image *MatchImage PROTO((unsigned int time, short int source));173 170 Coords *MatchMosaic PROTO((unsigned int time, short int source)); 174 171 int Quality PROTO((Measure *measure, int IsDophot)); … … 227 224 char *strfloat PROTO((float value)); 228 225 226 int get_skyregion (double *Rs, double *Re, double *Ds, double *De); 227 int set_skyregion (double Rs, double Re, double Ds, double De); 228 void FreeImageSelection (); 229 230 void FreeSkyRegionSelection (SkyRegionSelection *selection); 231 int wordhash (char *word); 232 229 233 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
