# # ChangeLog for fact/tools/pyscripts/pyfact # # Generated by Trac 1.5.2 # 11/07/24 20:48:50 Mon, 19 Mar 2012 11:41:15 GMT neise [13143] * fact/tools/pyscripts/pyfact/cleaners.py (modified) * fact/tools/pyscripts/pyfact/coor.py (modified) * fact/tools/pyscripts/pyfact/drs_spikes.py (modified) * fact/tools/pyscripts/pyfact/extractor.py (modified) * fact/tools/pyscripts/pyfact/fir_filter.py (modified) * fact/tools/pyscripts/pyfact/generator.py (modified) * fact/tools/pyscripts/pyfact/hist.py (modified) * fact/tools/pyscripts/pyfact/image_extractors.py (modified) * fact/tools/pyscripts/pyfact/plotter.py (modified) * fact/tools/pyscripts/pyfact/plotters.py (modified) included python -tt option. thus checking for tabs/spaces Mon, 19 Mar 2012 11:34:36 GMT neise [13142] * fact/tools/pyscripts/pyfact/pyfact.py (modified) included tab checking, and substituded all tabs by spaces Mon, 19 Mar 2012 11:32:50 GMT neise [13141] * fact/tools/pyscripts/pyfact/pyfact.py (moved) moved newer pyfact_rename.py to pyfact.py ... keeping its history ... Mon, 19 Mar 2012 11:31:36 GMT neise [13140] * fact/tools/pyscripts/pyfact/pyfact.py (deleted) deletet depricated pyfact.py Mon, 19 Mar 2012 11:31:15 GMT neise [13139] * fact/tools/pyscripts/pyfact/coor.py (modified) debugged two lines Fri, 16 Mar 2012 09:01:52 GMT neise [13133] * fact/tools/pyscripts/pyfact/coor.py (modified) added new member Coordinator.chid2vec, which is the same as ... Fri, 16 Mar 2012 08:58:47 GMT neise [13132] * fact/tools/pyscripts/pyfact/extractor.py (modified) moved tests out of __main__ into dedicated _test_funcs(), so making ... Fri, 16 Mar 2012 08:54:22 GMT neise [13130] * fact/tools/pyscripts/pyfact/image_extractors.py (added) initial commit of Image Parameter Extractor classes ... only the ... Fri, 16 Mar 2012 08:52:51 GMT neise [13129] * fact/tools/pyscripts/pyfact/plotters.py (modified) moved _test_SimplePlotter() down in the file Thu, 15 Mar 2012 22:38:09 GMT lusterma [13124] * fact/tools/pyscripts/pyfact/pyfact.py (modified) pyfact made identical to pyfact_rename.py Thu, 15 Mar 2012 21:41:30 GMT lusterma [13121] * fact/tools/pyscripts/pyfact/pyfact_rename.py (modified) bug fix in drs calibration Thu, 15 Mar 2012 13:56:29 GMT neise [13119] * fact/tools/pyscripts/pyfact/cleaners.py (modified) debugged return value of AmplitudeCleaner in case of ... Thu, 15 Mar 2012 13:43:02 GMT neise [13118] * fact/tools/pyscripts/pyfact/plotters.py (modified) included Plotter-class from depricated plotter.py-module with name ... Wed, 14 Mar 2012 17:24:57 GMT lusterma [13106] * fact/tools/pyscripts/pyfact/drs_spikes.py (modified) tiny correction Wed, 14 Mar 2012 16:51:46 GMT neise [13103] * fact/tools/pyscripts/pyfact/cleaners.py (modified) added some comments Wed, 14 Mar 2012 15:00:50 GMT neise [13101] * fact/tools/pyscripts/pyfact/cleaners.py (added) initial commit of class AmplitudeCleaner Wed, 14 Mar 2012 14:59:57 GMT neise [13100] * fact/tools/pyscripts/pyfact/plotters.py (modified) debugged handling of boolean masks in CamPlotter Wed, 14 Mar 2012 09:07:34 GMT lusterma [13095] * fact/tools/pyscripts/pyfact/hist.py (modified) modified class hist for more compatibility with ROOT Tue, 13 Mar 2012 19:34:47 GMT neise [13090] * fact/tools/pyscripts/pyfact/plotters.py (modified) debugged CamPlotter class ... wrong identation as some point Tue, 13 Mar 2012 19:33:01 GMT neise [13089] * fact/tools/pyscripts/pyfact/coor.py (modified) the same hack as in plotters was included, in order to ensure, that ... Tue, 13 Mar 2012 12:00:16 GMT neise [13080] * fact/tools/pyscripts/pyfact/plotters.py (modified) made CamPlotter smarter, can now handle data, and masks Mon, 12 Mar 2012 16:34:59 GMT neise [13076] * fact/tools/pyscripts/pyfact/pyfact_rename.py (modified) added function __add__ to RawData. one can now jump over a certain ... Mon, 12 Mar 2012 16:34:05 GMT neise [13075] * fact/tools/pyscripts/pyfact/pyfact_rename.py (modified) added readout of the FAD trigger time out of the raw data. ... Mon, 12 Mar 2012 16:32:11 GMT neise [13074] * fact/tools/pyscripts/pyfact/plotters.py (modified) solved an issue with CamPlotter, when calling it from a different ... Fri, 09 Mar 2012 10:25:59 GMT neise [13029] * fact/tools/pyscripts/pyfact/euclid.py (added) class somewhere from the internet. used in coor.py for 2D vectors Fri, 09 Mar 2012 10:23:42 GMT neise [13028] * fact/tools/pyscripts/pyfact/extractor.py (modified) added class WindowIntegrator, which integrate around a give position ... Fri, 09 Mar 2012 10:19:01 GMT neise [13027] * fact/tools/pyscripts/pyfact/fir_filter.py (modified) in case the length of the filter coeffs is zero, the shape of the ... Fri, 09 Mar 2012 10:15:13 GMT neise [13026] * fact/tools/pyscripts/pyfact/coor.py (added) intitial commit of class that calculates list of NN for each pixel Fri, 09 Mar 2012 09:39:02 GMT neise [13022] * fact/tools/pyscripts/pyfact/pyfact_rename.py (modified) debug: some ROI=1024 was still hardcoded ... using now self.Nbln, ... Fri, 09 Mar 2012 09:04:38 GMT lusterma [13021] * fact/tools/pyscripts/pyfact/drs_spikes.py (modified) added callback function Thu, 08 Mar 2012 16:03:29 GMT neise [13019] * fact/tools/pyscripts/pyfact/plotters.py (modified) updated doc strings Thu, 08 Mar 2012 15:56:06 GMT neise [13018] * fact/tools/pyscripts/pyfact/plotters.py (added) more plotters: testable via ./plotters.py Thu, 08 Mar 2012 11:24:57 GMT lusterma [13014] * fact/tools/pyscripts/pyfact/drs_spikes.py (modified) bugs fixed, looks o.k., but more detailed testing needed, threshold = 7. Thu, 08 Mar 2012 10:04:39 GMT lusterma [13012] * fact/tools/pyscripts/pyfact/drs_spikes.py (modified) improved algorithm, now only loops previously defined candidates, now ... Thu, 08 Mar 2012 08:30:46 GMT lusterma [13011] * fact/tools/pyscripts/pyfact/plotter.py (modified) use plt.figure.number instead of UniqueID, class UniqueID removed Mon, 05 Mar 2012 15:48:54 GMT lusterma [12992] * fact/tools/pyscripts/pyfact/plotter.py (added) added plotter.py Thu, 01 Mar 2012 15:47:58 GMT lusterma [12987] * fact/tools/pyscripts/pyfact/pyfact_rename.py (modified) next() fixed, filters removed Thu, 01 Mar 2012 15:31:05 GMT neise [12986] * fact/tools/pyscripts/pyfact/extractor.py (modified) * fact/tools/pyscripts/pyfact/generator.py (modified) generator now allows for more than one spike .... generator option ... Thu, 01 Mar 2012 14:46:51 GMT neise [12983] * fact/tools/pyscripts/pyfact/fir_filter.py (modified) filters work now also in the case of: length = 0 ... they do nothing then Thu, 01 Mar 2012 12:33:18 GMT neise [12982] * fact/tools/pyscripts/pyfact/generator.py (moved) renamed SignalGenerator.py to generator.py Thu, 01 Mar 2012 12:32:48 GMT neise [12981] * fact/tools/pyscripts/pyfact/extractor.py (modified) included test functions in __main__ and debugged a lot Thu, 01 Mar 2012 08:29:54 GMT neise [12977] * fact/tools/pyscripts/pyfact/SignalGenerator.py (modified) debugged wrong handling of option_str in __init__ Thu, 01 Mar 2012 08:14:35 GMT neise [12976] * fact/tools/pyscripts/pyfact/SignalGenerator.py (added) initial commit - test with ./SignalGenerator.py Wed, 29 Feb 2012 22:02:53 GMT lusterma [12975] * fact/tools/pyscripts/pyfact/pyfact_rename.py (modified) added iterator to RawData, _test_iter function gives an example on ... Tue, 28 Feb 2012 18:29:56 GMT neise [12953] * fact/tools/pyscripts/pyfact/fir_filter.py (modified) implemented correcto handling for 2D data arrays ... 3D will still fail. Tue, 28 Feb 2012 17:51:32 GMT neise [12952] * fact/tools/pyscripts/pyfact/extractor.py (modified) now it does at least compile... Tue, 28 Feb 2012 17:43:28 GMT neise [12951] * fact/tools/pyscripts/pyfact/extractor.py (modified) debugged interpolation of zero-x-ing time in class ZeroXing Tue, 28 Feb 2012 17:38:27 GMT lusterma [12950] * fact/tools/pyscripts/pyfact/drs_spikes.py (added) added drs_spikes.py: finds and removes double spikes, contains a ... Tue, 28 Feb 2012 17:37:33 GMT neise [12949] * fact/tools/pyscripts/pyfact/extractor.py (added) initial commit. not even tested, but you can look at it :-) Tue, 28 Feb 2012 17:37:03 GMT neise [12948] * fact/tools/pyscripts/pyfact/fir_filter.py (modified) filters use the 1st sample as initial values, instead of zero. Mon, 27 Feb 2012 17:19:06 GMT lusterma [12947] * fact/tools/pyscripts/pyfact/fir_filter.py (added) * fact/tools/pyscripts/pyfact/pyfact.py (modified) * fact/tools/pyscripts/pyfact/pyfact_rename.py (modified) added labels to plots in _test* of fir_filter.py Wed, 22 Feb 2012 14:35:06 GMT neise [12916] * fact/tools/pyscripts/pyfact/pyfact_rename.py (modified) reduced line length, of most lines to 79 characters Wed, 22 Feb 2012 14:27:11 GMT neise [12915] * fact/tools/pyscripts/pyfact/pyfact_rename.py (modified) renamed maxPos, maxAmp & sums --> pulse_amplitude, _time_of_maximum & ... Thu, 16 Feb 2012 21:07:48 GMT lusterma [12896] * fact/tools/pyscripts/pyfact/pyfact_rename.py (modified) corrections to pyfact coding style Thu, 16 Feb 2012 20:30:38 GMT lusterma [12895] * fact/tools/pyscripts/pyfact/pyfact_rename.py (added) added Sat, 04 Feb 2012 07:45:53 GMT neise [12842] * fact/tools/pyscripts/pyfact/pyfact.py (modified) corrected import name of scipy.signal from spsi to signal Fri, 03 Feb 2012 22:47:29 GMT lusterma [12841] * fact/tools/pyscripts/pyfact/pyfact.py (modified) fixed bug in class fnames - wrong drscal file name Fri, 03 Feb 2012 10:11:57 GMT neise [12818] * fact/tools/pyscripts/pyfact/pyfact.py (modified) debugged creation of empty vars .. was in next() now in __init__() Fri, 03 Feb 2012 09:59:59 GMT neise [12816] * fact/tools/pyscripts/pyfact/pyfact.py (modified) implemented filters, peak-amplitude and peak-integral computation Fri, 03 Feb 2012 07:50:47 GMT neise [12815] * fact/tools/pyscripts/pyfact/pyfact.py (modified) whitespace cleanup: 8 spaces instead of tab in line 128 Thu, 02 Feb 2012 20:29:35 GMT lusterma [12814] * fact/tools/pyscripts/pyfact/hist.py (added) added hist.py : several histogram classes Thu, 02 Feb 2012 20:18:45 GMT lusterma [12812] * fact/tools/pyscripts/pyfact/pyfact.py (added) added pyfact.py Thu, 02 Feb 2012 17:28:16 GMT lusterma [12811] * fact/tools/pyscripts/pyfact (added) * fact/tools/pyscripts/tools (added) added folders pyfact and tools pyfact classes for FACT data access ...