- Timestamp:
- Sep 22, 2016, 11:13:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/Ohana/src/addstar/include/gaia.h
r39710 r39711 15 15 AddstarClientOptions args_loadgaia_client (int *argc, char **argv, AddstarClientOptions options); 16 16 17 int loadgaia_table ( SkyList *skylistInput, HostTable *hosts, char*filename, AddstarClientOptions *options);17 int loadgaia_table (int Nstart, int Nend, SkyList *skylistInput, HostTable *hosts, char **filename, AddstarClientOptions *options); 18 18 19 19 Gaia_Stars *loadgaia_make_subset (Gaia_Stars *stars, int Nstars, int start, SkyRegion *region, int *nsubset); … … 38 38 Gaia_Stars *loadgaia_load_stars (char *filename, int *nstars); 39 39 40 Gaia_Stars *loadgaia_readstars (char *filename, int *nstars);40 Gaia_Stars *loadgaia_readstars (char *filename, Gaia_Stars *stars, int *nstars, AddstarClientOptions *options); 41 41 42 42 int loadgaia_sortStars (Gaia_Stars *stars, int Nstars);
Note:
See TracChangeset
for help on using the changeset viewer.
