IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2015, 6:50:35 AM (11 years ago)
Author:
eugene
Message:

loadgalphot mostly done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150616/Ohana/src/addstar/include/loadgalphot.h

    r38501 r38518  
    3030} GalPhot_Stars;
    3131
     32typedef struct {
     33  int *ID;
     34  int *type;
     35  int  N;
     36} GalPhotIDset;
     37
    3238AddstarClientOptions args_loadgalphot (int argc, char **argv, AddstarClientOptions options);
    3339
     
    5359int fit2d (Fit2D *fit, float *xval, float *yval, float *zval, float *zfit, char *mask, int Npts);
    5460int fit2d_reset (Fit2D *fit);
     61
     62int *join_IDs (GalPhotIDset *gal, GalPhotIDset *fit);
     63int strhash (char *string, int module);
     64
     65void sort_IDs_seqonly (int *X, int *S, int N);
Note: See TracChangeset for help on using the changeset viewer.