source: fact/tools/pyscripts/pyfact

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13441   12 years neise init of class RawDataFake ... not yet functional
(edit) @13420   12 years neise new class Signal Generator CSV
(edit) @13419   12 years neise PulseTemplate
(edit) @13418   12 years neise PulseTemplate
(edit) @13417   12 years neise PulseTemplate
(edit) @13415   12 years neise exchanged naming of cols, such that it fits to the way TB does it.
(edit) @13407   12 years neise added some comments
(edit) @13402   12 years neise coordinator has now the x,y coordinates as members x and y
(edit) @13395   12 years neise quick hack
(edit) @13391   12 years neise using map.txt instead of map_dn.txt ... added a lot of comments
(edit) @13384   12 years neise DRS amplitude cal optimized. At least I don't see more potential
(edit) @13383   12 years neise just a test
(edit) @13382   12 years neise optimizing amplitude_calibration: no np.roll() and moved reshaping to ...
(edit) @13380   12 years neise new option in RawData.__init__() one can set do_calibration=False. and ...
(edit) @13375   12 years neise debugged typo in _test_iter
(edit) @13374   12 years neise adjusted _test_iter for dict return value of RawData.next()
(edit) @13367   12 years neise ZeroXing supports also Xings at different levels, so one can set the ...
(edit) @13361   12 years neise
(edit) @13357   12 years neise deleted testfile: pynew.py
(edit) @13356   12 years neise new class RawDataFeeder initial commit
(edit) @13355   12 years neise supports table columns type 'A'
(edit) @13354   12 years neise initial commit of new python wrapper class. usable for reading of slow ...
(edit) @13338   12 years neise ignoreing *.d and __pycache__ folder
(edit) @13333   12 years neise supports automodule
(edit) @13332   12 years neise inserted getters for fits header information
(edit) @13331   12 years neise added first unit test of fir_filter module - use py.test to conduct it
(edit) @13330   12 years neise debugged filter artifacts in the first few slices, by hand.... ugly ...
(edit) @13329   12 years neise added automodule support
(edit) @13328   12 years neise added automodule support
(edit) @13327   12 years neise added doc strings
(edit) @13323   12 years lusterma set a data path which would run at the cluster
(edit) @13321   12 years lusterma limit iterations for _test_iter
(edit) @13320   12 years lusterma better call it fits_h.so
(edit) @13319   12 years lusterma for convinience
(edit) @13318   12 years lusterma changed fitslib name to pyfits_h.so, which is the default created by ROOT
(edit) @13317   12 years lusterma added copies of fits.h == pyfits.h and izstream.h for simplicity
(edit) @13299   12 years neise removed debug print out
(edit) @13250   13 years neise just a test
(edit) @13233   13 years neise moved matplotlib import statement to __main__, so it is only imported, ...
(edit) @13232   13 years neise moved matplotlib import statement to __main__, so it is only imported, ...
(edit) @13231   13 years neise using math module instead of pylab ...
(edit) @13230   13 years neise moved matplotlib import statement to __main__, so it is only imported, ...
(edit) @13229   13 years neise still testing
(edit) @13226   13 years neise corrected typo
(edit) @13182   13 years neise included calculation of some more hillas parameters, still no unit ...
(edit) @13181   13 years neise added member, which contains numpy arrays instead of Vector2 objects. ...
(edit) @13180   13 years neise test functions are using Plotter class, and SignalGenerator class in ...
(edit) @13175   13 years neise introduced calculation of number of islands, but I did not want to ...
(edit) @13174   13 years neise Plotter was not correctly plotting the grid, introduced the plotting ...
(edit) @13156   13 years neise new interface of next(), and hence a new option in the __init__() ...
(edit) @13155   13 years neise debugged DRs amplitude calibration. tom must not be rolled
(edit) @13143   13 years neise included python -tt option. thus checking for tabs/spaces
(edit) @13142   13 years neise included tab checking, and substituded all tabs by spaces
(edit) @13141   13 years neise moved newer pyfact_rename.py to pyfact.py ... keeping its history hopefully
(edit) @13140   13 years neise deletet depricated pyfact.py
(edit) @13139   13 years neise debugged two lines
(edit) @13133   13 years neise added new member Coordinator.chid2vec, which is the same as chid2coor, ...
(edit) @13132   13 years neise moved tests out of __main__ into dedicated _test_funcs(), so making ...
(edit) @13130   13 years neise initial commit of Image Parameter Extractor classes ... only the upper ...
(edit) @13129   13 years neise moved _test_SimplePlotter() down in the file
(edit) @13124   13 years lusterma pyfact made identical to pyfact_rename.py
(edit) @13121   13 years lusterma bug fix in drs calibration
(edit) @13119   13 years neise debugged return value of AmplitudeCleaner in case of ...
(edit) @13118   13 years neise included Plotter-class from depricated plotter.py-module with name ...
(edit) @13106   13 years lusterma tiny correction
(edit) @13103   13 years neise added some comments
(edit) @13101   13 years neise initial commit of class AmplitudeCleaner
(edit) @13100   13 years neise debugged handling of boolean masks in CamPlotter
(edit) @13095   13 years lusterma modified class hist for more compatibility with ROOT
(edit) @13090   13 years neise debugged CamPlotter class ... wrong identation as some point
(edit) @13089   13 years neise the same hack as in plotters was included, in order to ensure, that ...
(edit) @13080   13 years neise made CamPlotter smarter, can now handle data, and masks
(edit) @13076   13 years neise added function __add__ to RawData. one can now jump over a certain ...
(edit) @13075   13 years neise added readout of the FAD trigger time out of the raw data. ...
(edit) @13074   13 years neise solved an issue with CamPlotter, when calling it from a different ...
(edit) @13029   13 years neise class somewhere from the internet. used in coor.py for 2D vectors
(edit) @13028   13 years neise added class WindowIntegrator, which integrate around a give position ...
(edit) @13027   13 years neise in case the length of the filter coeffs is zero, the shape of the ...
(edit) @13026   13 years neise intitial commit of class that calculates list of NN for each pixel
(edit) @13022   13 years neise debug: some ROI=1024 was still hardcoded ... using now self.Nbln, ...
(edit) @13021   13 years lusterma added callback function
(edit) @13019   13 years neise updated doc strings
(edit) @13018   13 years neise more plotters: testable via ./plotters.py
(edit) @13014   13 years lusterma bugs fixed, looks o.k., but more detailed testing needed, threshold = 7.
(edit) @13012   13 years lusterma improved algorithm, now only loops previously defined candidates, now ...
(edit) @13011   13 years lusterma use plt.figure.number instead of UniqueID, class UniqueID removed
(edit) @12992   13 years lusterma added plotter.py
(edit) @12987   13 years lusterma next() fixed, filters removed
(edit) @12986   13 years neise generator now allows for more than one spike .... generator option ...
(edit) @12983   13 years neise filters work now also in the case of: length = 0 ... they do nothing then
(edit) @12982   13 years neise renamed SignalGenerator.py to generator.py
(edit) @12981   13 years neise included test functions in __main__ and debugged a lot
(edit) @12977   13 years neise debugged wrong handling of option_str in __init__
(edit) @12976   13 years neise initial commit - test with ./SignalGenerator.py
(edit) @12975   13 years lusterma added iterator to RawData, _test_iter function gives an example on ...
(edit) @12953   13 years neise implemented correcto handling for 2D data arrays ... 3D will still fail.
(edit) @12952   13 years neise now it does at least compile...
(edit) @12951   13 years neise debugged interpolation of zero-x-ing time in class ZeroXing
(edit) @12950   13 years lusterma added drs_spikes.py: finds and removes double spikes, contains a small ...
(edit) @12949   13 years neise initial commit. not even tested, but you can look at it :-)
Note: See TracRevisionLog for help on using the revision log.