IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2016, 11:13:19 AM (10 years ago)
Author:
eugene
Message:

added dvo loadgaia ingest version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/Ohana/src/addstar/include/gaia.h

    r39710 r39711  
    1515AddstarClientOptions args_loadgaia_client (int *argc, char **argv, AddstarClientOptions options);
    1616
    17 int loadgaia_table (SkyList *skylistInput, HostTable *hosts, char *filename, AddstarClientOptions *options);
     17int loadgaia_table (int Nstart, int Nend, SkyList *skylistInput, HostTable *hosts, char **filename, AddstarClientOptions *options);
    1818
    1919Gaia_Stars *loadgaia_make_subset (Gaia_Stars *stars, int Nstars, int start, SkyRegion *region, int *nsubset);
     
    3838Gaia_Stars *loadgaia_load_stars (char *filename, int *nstars);
    3939
    40 Gaia_Stars *loadgaia_readstars (char *filename, int *nstars);
     40Gaia_Stars *loadgaia_readstars (char *filename, Gaia_Stars *stars, int *nstars, AddstarClientOptions *options);
    4141
    4242int loadgaia_sortStars (Gaia_Stars *stars, int Nstars);
Note: See TracChangeset for help on using the changeset viewer.