IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2006, 5:44:26 PM (20 years ago)
Author:
eugene
Message:

big move: fits_ to gfits_; minor updates to relphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/data.h

    r6678 r7080  
    4141void sort_lists (float *X, float *Y, int *S, int N);
    4242void dsort_lists (double *X, double *Y, int *S, int N);
     43void isort_pair (int *X, int *Y, int N);
    4344
    4445/* in fft.c */
     
    120121void          SetLimits             PROTO((Vector *xvec, Vector *yvec, Graphdata *graphmode));
    121122void          ApplyLimits           PROTO((int Xgraph, Graphdata *graphmode, int apply));
     123int           style_args            PROTO((Graphdata *graphmode, int *argc, char **argv, int Nforce));
    122124
    123125int read_table_vectors (int argc, char **argv, char *extname);
Note: See TracChangeset for help on using the changeset viewer.