- Timestamp:
- Aug 10, 2009, 3:47:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/Ohana/src/libdvo/include/dvo.h
r25020 r25035 325 325 PhotCodeData *GetPhotcodeTable (void); 326 326 327 int LoadPhotcodes (char *catdir_file, char *master_file );327 int LoadPhotcodes (char *catdir_file, char *master_file, int readwrite); 328 328 int LoadPhotcodesText (char *filename); 329 329 int LoadPhotcodesFITS (char *filename); … … 432 432 SkyTable *SkyTableLoad PROTO((char *filename, int VERBOSE)); 433 433 SkyTable *SkyTableFromGSC PROTO((char *filename, int depth, int VERBOSE)); 434 SkyTable *SkyTableLoadOptimal PROTO((char *catdir, char *SKYFILE, char *GSCFILE, int depth, int VERBOSE));434 SkyTable *SkyTableLoadOptimal PROTO((char *catdir, char *SKYFILE, char *GSCFILE, int readwrite, int depth, int VERBOSE)); 435 435 int SkyTableSetDepth PROTO((SkyTable *sky, int depth)); 436 436 SkyList *SkyRegionByPoint PROTO((SkyTable *table, int depth, double ra, double dec));
Note:
See TracChangeset
for help on using the changeset viewer.
