Changeset 7696 for trunk/Ohana/src/addstar/include/sedstar.h
- Timestamp:
- Jun 26, 2006, 4:35:44 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/include/sedstar.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/include/sedstar.h
r7693 r7696 1 # include "addstar.h" 2 # include "kapa.h" 1 3 2 typedef structu { 3 int Nfilter; 4 float *wavecode; 5 float *vegaToAB; 6 int *hashcode; 7 int codeP; 8 int codeM; 9 SEDtableRow **row; 10 int Nrow; 11 } SEDtable; 4 typedef enum { 5 SED_FIT, 6 SED_REQ, 7 SED_MODEL, 8 SED_SAMPLE, 9 } SEDtableModes; 12 10 13 11 typedef struct { … … 24 22 } SEDfit; 25 23 24 typedef struct { 25 int Nfilter; 26 float *wavecode; 27 float *vegaToAB; 28 int *mode; 29 int *hashcode; 30 int *code; 31 int codeP; 32 int codeM; 33 SEDtableRow **row; 34 int Nrow; 35 } SEDtable; 36 26 37 SEDtableRow **sort_SEDtable (SEDtableRow *raw, int N); 27 int SEDcolorBracket (SEDtableRow **table, int Ntable, float color);28 38 SEDfit SEDchisq (SEDtableRow *ref, SEDtableRow *data, SEDtableRow *error, int Nfilter); 29 39 SEDtable *SEDtableLoad (char *filename); 40 int SEDcolorBracket (SEDtable *table, float color); 41 int SEDfitInit (SEDtable *table); 42 int SEDfitPlot (SEDtable *table, double R, double D, SEDfit *minFit, SEDtableRow *sourceValue, SEDtableRow *sourceError); 43 int SEDfitCatalog (Catalog *outcat, Catalog *incat, SEDtable *table); 44 void SetLimitsRaw (float *xvec, float *yvec, int Nelements, Graphdata *graphmode);
Note:
See TracChangeset
for help on using the changeset viewer.
