IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2016, 12:01:06 PM (10 years ago)
Author:
eugene
Message:

finished setobjflags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/include/setobjflags.h

    r39496 r39525  
    22typedef struct {
    33  double R, D;
    4   e_time time;
     4//e_time time;
     5//short filter;
    56  int myBit;
    67  int flag; // in a subset?
     
    2324int args_setobjflags_client (int *argc, char **argv);
    2425
    25 int setobjflags_table (SkyList *skylistInput, HostTable *hosts, char *filename, int myBit);
     26int setobjflags_table (SkyList *skylistInput, HostTable *hosts);
    2627
    2728MyStars *setobjflags_make_subset (MyStars *stars, int Nstars, int start, SkyRegion *region, int *nsubset);
     
    4647MyStars *setobjflags_load_stars (char *filename, int *nstars);
    4748
    48 MyStars *setobjflags_loadfile (char *file, int mybit, int *Nstars);
    49 // MyStars *setobjflags_readstars (char *filename, int *nstars);
     49MyStars *setobjflags_loadfile (int *Nstars);
    5050
    5151int setobjflags_sortStars (MyStars *stars, int Nstars);
Note: See TracChangeset for help on using the changeset viewer.