source: fact/tools/pyscripts/pyfact

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17683   10 years dneise adjusted to new C++ header files
(edit) @16991   11 years kraehenb CalFactFitsTest.py: Fixed error on some systems about missing ...
(edit) @16947   11 years kraehenb Updated the comments in calfactfits.h.
(edit) @14487   12 years neise debugged pointer f**k in implementation of despiker in calfactfits
(edit) @14486   12 years neise new class FastSlidingAverage with Weave! 50Hz .. yeah
(edit) @14482   12 years neise implemented spike destruction algo from TB into calfactfits class
(edit) @14469   12 years neise added UnixTimeUTC member to RawData class - called unixtime - seconds ...
(edit) @14468   12 years neise added 2D support
(edit) @14467   12 years neise added Max's laptop to the list of known boxes
(edit) @14429   12 years neise no comment
(edit) @14428   12 years neise some sanitychecks
(edit) @14427   12 years neise minor changes
(edit) @14423   12 years neise forgot to define f=self.f in SlowData::register
(edit) @14422   12 years neise added destructor to SlowData and checked if constructor file path exists
(edit) @14406   12 years neise adjusted absolute path to files for RawData iterator test
(edit) @14261   12 years neise I know it shouldnt be here
(edit) @14158   12 years neise SlowData.register() had a bug, input_str was not renamed everywhere to ...
(edit) @14118   12 years neise added a lot of docu
(edit) @14117   12 years neise docu
(edit) @14116   12 years neise added sphinx automodule support. just 3 lines of self.__module__ = ...
(edit) @14115   12 years neise added member euch2chid and debugges map file access
(edit) @14107   12 years neise added case for PC factcontrol at TU Dortmund
(edit) @13815   12 years neise added import ctypes
(edit) @13644   12 years neise RawData.board_times and RawData.start_cells are now numpy array. They ...
(edit) @13631   12 years neise removed new class DRSSpikes_2D ... not needed
(edit) @13630   12 years neise return_dict=True is now default
(edit) @13566   12 years neise debugged memory allocation bug. mem of trigger_offset was allocated ...
(edit) @13551   12 years neise removed some multiplications from GetCalEvent() to Constructor ... not ...
(edit) @13550   12 years neise compiling with optimize
(edit) @13518   12 years neise RawData uses CalFactFits as default, see __init__() parameter ...
(edit) @13517   12 years neise reverted former check in ... was too messy ... sorry
(edit) @13516   12 years neise test of RawData using CalFactFits
(edit) @13514   12 years kraehenb Renamed the header guards in calfactfits.h to CALFACTFITS_H.
(edit) @13513   12 years neise debugged _test_SlowData
(edit) @13512   12 years neise using now class FactFits instead of class fits
(edit) @13511   12 years neise file deleted, class is now called SlowData in module pyfact
(edit) @13510   12 years neise renamed class fits to FactFits
(edit) @13509   12 years neise renamed to factfits.h
(edit) @13508   12 years neise deleted
(edit) @13507   12 years neise renamed class
(edit) @13506   12 years neise creating shared object files from C++ header files
(edit) @13505   12 years neise added class SlowData. This class was formerly known as FactFits in ...
(edit) @13504   12 years neise adding deprication warning
(edit) @13503   12 years kraehenb Part 2 of the file moving, comments see last commit.
(edit) @13458   12 years neise ...testing...
(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   12 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
Note: See TracRevisionLog for help on using the revision log.