- Timestamp:
- Jun 27, 2018, 3:20:35 PM (8 years ago)
- Location:
- branches/czw_branch/20170908/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/include/dvoshell.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/Ohana
- Property svn:mergeinfo changed
-
branches/czw_branch/20170908/Ohana/src/opihi/include/dvoshell.h
r39569 r40477 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.
