Changeset 4689 for trunk/Ohana/src/opihi/include/dvo1.h
- Timestamp:
- Jul 31, 2005, 1:04:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/dvo1.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/dvo1.h
r4684 r4689 1 # include "opihi.h"2 1 # include "data.h" 2 # include "basic.h" 3 # include "astro.h" 3 4 4 5 # ifndef DVO1_H … … 68 69 RegionFile *SelectRegions PROTO((char *RegionName, char *RegionList, int *nregions)); 69 70 71 void InitDVO (); 72 73 void FreeImageSelection (); 74 Image *MatchImage (unsigned int time, short int source); 75 int GetRegionSelection (); 76 int SetRegionSelection (int *argc, char **argv, char **RegionName, char **RegionList); 77 void sort_image_subset (Image *image, int *subset, int N); 78 int match_image_subset (Image *image, int *subset, int Nsubset, unsigned int T, short int S); 79 int GetTimeSelection (time_t *tz, time_t *te); 80 70 81 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
