(file) Return to jtsfiddle.c CVS log (file) (dir) Up to [Development] / JSOC / proj / globalhs / apps

Diff for /JSOC/proj/globalhs/apps/jtsfiddle.c between version 1.11 and 1.12

version 1.11, 2012/09/20 17:36:14 version 1.12, 2012/10/03 00:52:28
Line 19 
Line 19 
 #include <fftw3.h> #include <fftw3.h>
 //#include "fahlman_ulrych_C99.h" //#include "fahlman_ulrych_C99.h"
 //#include "detrend_C99.h" //#include "detrend_C99.h"
 #include <complex.h>  //#include "detrendcode.c"
 #include <string.h>  //#include "gapfillcode.c"
 #include <float.h>  
 #include "detrendcode.c"  
 #include "gapfillcode.c"  
  
 #include "jsoc_main.h" #include "jsoc_main.h"
 #include "fitsio.h" #include "fitsio.h"
Line 87  ModuleArgs_t module_args[] =
Line 84  ModuleArgs_t module_args[] =
 #include "timing.c" #include "timing.c"
 #include "set_history.c" #include "set_history.c"
  
 #define DIE(code) { fprintf(stderr,"jtsfiddle died with error code %d\n",(code)); return 0;}  extern void cdetrend_discontig( int n, _Complex float *data, int *isgood,
                                   int degree, int length, int skip,
                                   int m, int *sect_last, int detrend_first);
   
   int cfahlman_ulrych(int n, _Complex float *data, int *isgood,
                       int minpercentage, int maxorder, int iterations,
                       int padends, int *order, _Complex float *ar_coeff);
   
   char *getdetrendversion(void);
   char *getgapfillversion(void);
  
 /* global variables holding the values of the command line variables. */ /* global variables holding the values of the command line variables. */
 static char *logfile, *gapfile, *sectionfile; static char *logfile, *gapfile, *sectionfile;


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

Karen Tian
Powered by
ViewCVS 0.9.4