IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 26, 2004, 10:22:20 AM (22 years ago)
Author:
eugene
Message:

added imsmooth, vload, findpeaks

File:
1 edited

Legend:

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

    r2598 r2826  
     1# include "opihi.h"
    12
    2 /* place in program-specific file? */
    3 # define opihi_name "DVO"
    4 # define opihi_prompt "dvo: "
    5 # define opihi_description "Desktop Virtual Observatory\n"
    6 # define opihi_history ".dvo"
    7 # define opihi_resource ".dvorc"
     3# ifndef MANA_H
     4
     5int *findrowpeaks (float *row, int Nrow, float threshold, int *npeaks);
     6
     7# endif
Note: See TracChangeset for help on using the changeset viewer.