- Timestamp:
- Apr 20, 2012, 3:20:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120405/Ohana/src/addstar/include/WISE.h
r33653 r33824 21 21 short WISE_W1, WISE_W2, WISE_W3, WISE_W4; 22 22 23 int ALLSKY; 24 23 25 AddstarClientOptions args_loadwise (int argc, char **argv, AddstarClientOptions options); 24 26 25 int loadwise_ prelim_rawdata (SkyList *skytable, char *filename, AddstarClientOptions options);27 int loadwise_rawdata (SkyList *skytable, char *filename, AddstarClientOptions options, int ALLSKY); 26 28 27 29 int getWISE_setup (); … … 31 33 32 34 int getWISE_sortStars (WISE_Stars *tstars, int Ntstars); 33 int loadwise_star_full (Stars **star, char *line, int Nmax); 35 36 int loadwise_star_allsky (Stars **star, char *line, int Nmax); 37 int loadwise_star_prelim (Stars **star, char *line, int Nmax); 38 34 39 35 40 char *nextWISEfield (char *line);
Note:
See TracChangeset
for help on using the changeset viewer.
