cta-observatory / dragonboard_testbench

Collection of programs to look at test data from the LST prototype camera.
1 stars 2 forks source link

fit_delta_t #41

Closed dneise closed 8 years ago

dneise commented 8 years ago

I think plotting and calculating should not be mixed up. We told this Mario in the beginning and should stick to it ourselves.

The globals should be removed

Either an outfilename should be given or an outfilepath should be given and the name is derived from the name of the input file, thus making it less probably of confusing which input file was used for which calibration file.

this joblib verbosity should not be fixed to 5.

dneise commented 8 years ago

there is a scrips/plot_all_fit_results.py which was written for the duplicate script, so one could create some possibly interesting plots from the file containing the fits. It made no sense anymore, so I adjusted it to the format written by the new scripts/fit_delta_t.py

So now all there is to be done is remove the plotting code from the fitting script. And of course let the plotting script do more interesting plots at will.