Skip to content
Snippets Groups Projects
Commit a853051a authored by Hernán Asorey's avatar Hernán Asorey
Browse files

Automatic detection of features included. Version under test by Yunior. If...

Automatic detection of features included. Version under test by Yunior. If everything work as expected, is ready for prod
parent ccda2212
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
using namespace std; using namespace std;
//global variables //global variables
int irange=0, iband=0, ipeak=0, icompress=0, iflux = 0, iverbose=0; int irange=0, ipos=0, iband=0, ipeak=0, icompress=0, iflux = 0, iauto=1, iverbose=0;
int check = 0; int check = 0;
const int maxcharge=4096; const int maxcharge=4096;
double fluxtime=1.; double fluxtime=1.;
...@@ -49,4 +49,4 @@ double itpl_pos(double *pos_avg, double *chr_der, int i); ...@@ -49,4 +49,4 @@ double itpl_pos(double *pos_avg, double *chr_der, int i);
double itpl_chr(double *pos_avg, double *chr_der, int i, double x); double itpl_chr(double *pos_avg, double *chr_der, int i, double x);
double fitHisto(int xi, int xf, double* h, double* r); double fitHisto(int xi, int xf, double* h, double* r);
void Usage(char *prog); void Usage(char *prog);
FILE *fi, *out, *cal; FILE *fi, *out, *cal, *muo, *pof;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment