IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2006, 9:43:18 AM (20 years ago)
Author:
eugene
Message:

creating sedstar

File:
1 edited

Legend:

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

    r7690 r7693  
     1
     2typedef 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;
    112
    213typedef struct {
Note: See TracChangeset for help on using the changeset viewer.