IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2015, 4:49:06 PM (11 years ago)
Author:
eugene
Message:

extensive work on relphot, relastro, uniphot, dvomerge aiming to the construction and calibration of PV3

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/libohana/include/ohana_sort.h

    r33963 r38986  
    6767void dsort (double *value, int N);
    6868void fsort (float *value, int N);
     69void isort (int *value, int N);
     70
     71void dsortpair (double *X, double *Y, int N);
    6972void fsortpair (float *X, float *Y, int N);
    70 void dsortpair (double *X, double *Y, int N);
    7173void isortpair (int *X, int *Y, int N);
     74
    7275void llsortpair (off_t *X, off_t *Y, off_t N);
     76
     77void dsortthree (double *X, double *Y, double *Z, int N);
    7378void fsortthree (float *X, float *Y, float *Z, int N);
    74 void dsortthree (double *X, double *Y, double *Z, int N);
     79
     80void dsortfour (double *X, double *Y, double *Z, double *W, int N);
    7581void fsortfour (float *X, float *Y, float *Z, float *W, int N);
    76 void dsortfour (double *X, double *Y, double *Z, double *W, int N);
     82void isortfour (int *X, int *Y, int *Z, int *W, int N);
    7783
    7884#endif
Note: See TracChangeset for help on using the changeset viewer.