Changeset 40408 for trunk/Ohana/src/opihi/include/dvoshell.h
- Timestamp:
- Apr 26, 2018, 12:37:03 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/dvoshell.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/dvoshell.h
r39569 r40408 41 41 char *HOSTDIR; 42 42 char *RESULT_FILE; 43 44 typedef struct { 45 int Nmeasure; 46 int Nperiods; 47 opihi_flt *period; 48 opihi_flt *power; 49 double P50; 50 double R50; 51 double R90; 52 } PeriodogramResult; 53 54 /*** Periodogram functions (avperiodogram and avperiodomatch) ***/ 55 void PeriodogramResultFree (PeriodogramResult *result); 56 void PeriodogramResultSave (PeriodogramResult *result, char *extname, FILE *foutput, Average *average); 57 void PeriodogramSetOptions (float minimumPeriod, float maximumPeriod); 58 PeriodogramResult *PeriodogramRawFloatingMean (opihi_flt *time, opihi_flt *flux, opihi_flt *dflux, int Npts); 43 59 44 60 /*** dvo prototypes ***/
Note:
See TracChangeset
for help on using the changeset viewer.
