- Timestamp:
- Jun 23, 2015, 6:50:35 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150616/Ohana/src/addstar/include/loadgalphot.h
r38501 r38518 30 30 } GalPhot_Stars; 31 31 32 typedef struct { 33 int *ID; 34 int *type; 35 int N; 36 } GalPhotIDset; 37 32 38 AddstarClientOptions args_loadgalphot (int argc, char **argv, AddstarClientOptions options); 33 39 … … 53 59 int fit2d (Fit2D *fit, float *xval, float *yval, float *zval, float *zfit, char *mask, int Npts); 54 60 int fit2d_reset (Fit2D *fit); 61 62 int *join_IDs (GalPhotIDset *gal, GalPhotIDset *fit); 63 int strhash (char *string, int module); 64 65 void sort_IDs_seqonly (int *X, int *S, int N);
Note:
See TracChangeset
for help on using the changeset viewer.
