IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2019, 5:02:59 PM (7 years ago)
Author:
eugene
Message:

cleanup opihi sort functions; add deimos fitobj function

File:
1 edited

Legend:

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

    r40376 r40642  
    249249int GetKapaChannelFromString (char *string);
    250250
     251// in sort_funcs.c:
     252void sort_opihi_flt_index (opihi_flt *X, int *IDX, int N);
     253void sort_int_index (opihi_int *X, int *IDX, int N);
     254void sort_float_index (float *X, int *IDX, int N);
     255
    251256/*** Neural Network functions (nnet_*) ***/
    252257
Note: See TracChangeset for help on using the changeset viewer.