source: fact/tools

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12719   13 years neise at least it compiles
(edit) @12718   13 years neise initial commit
(edit) @12717   13 years lusterma added callisto2.py, run2.py and runlist_20111124.txt as example on how ...
(edit) @12713   13 years Jens Buss histos of pixels with to high gain in seperate folder, comments, fit ...
(edit) @12712   13 years Jens Buss added differnt typee of fit function to see which fits best; detect ...
(edit) @12690   13 years Jens Buss added plot Amplification vs. Channel
(edit) @12683   13 years neise adjusted for current Calibration and did some code formatting ... ...
(edit) @12682   13 years neise removed the reason for a stupid compiler warning
(edit) @12673   13 years neise treating every 9th channel differently - cutting off 60 slices in the end
(edit) @12651   13 years lusterma typo corrected
(edit) @12650   13 years lusterma added run.py - an example how to run root scripts on a series of files ...
(edit) @12640   13 years Jens Buss same as gainfit.C but makes a 3-Gaussian fit over a amplitude spectrum
(edit) @12610   13 years lusterma added pyscripts folder to tools added fsc3.py, fscvolt1.py for ...
(edit) @12607   13 years lusterma this file is cited as an example in the README and hence I added it ...
(edit) @12606   13 years lusterma various updates of the contents and the form, not finished
(edit) @12604   13 years lusterma added fana2.C, a working version of fana.C
(edit) @12581   13 years neise GetDrsOffset.C initial commit
(edit) @12580   13 years neise ingnore root dependency files *.d now
(edit) @12579   13 years neise GetN(const string &key) produces now decent error output in case of ...
(edit) @12578   13 years neise remove Maxima Below accepts negative thresholds now
(edit) @12556   13 years Jens Buss ...now has most propable Single peak in one Histogram with Landau-fit
(edit) @12545   13 years Jens Buss added export of Overlay Maximum into histogram
(edit) @12527   13 years neise faster abort in case of wrong ROI calib file
(edit) @12521   13 years neise supports new DRS calibration and new fits open methods
(edit) @12519   13 years neise this way of subtracting TriggerOffset minimizes the mean and rms
(edit) @12518   13 years neise works now with the current DrsCalibration.C and openXXXFits.c
(edit) @12517   13 years neise should work now ...
(edit) @12516   13 years neise missing semicolon
(edit) @12515   13 years neise default value for verbosity Level
(edit) @12514   13 years neise try with new calibration
(edit) @12513   13 years neise next try
(edit) @12512   13 years neise debugged typo
(edit) @12511   13 years neise tried to prepare for all ROIs and added a lot of comments
(edit) @12509   13 years neise trying to generalize fits file opening
(edit) @12508   13 years neise 1st step towards calibrating all ROIs
(edit) @12502   13 years neise runnable with just the first 3 parameters
(edit) @12486   13 years neise
(edit) @12467   13 years kraehenb Newest version from the mcore directory. Fixed the bug in the ...
(edit) @12393   13 years neise removed typos and unused varaibles
(edit) @12392   13 years neise tidied up tpeak.C and put an entry into README.txt
(edit) @12391   13 years neise initial commit of flightpulser.C with an additional method in ...
(edit) @12389   13 years neise short description of gainfit.C
(edit) @12388   13 years neise initial commit gainfit.C see README.txt
(edit) @12387   13 years neise added entry for fpeak_cfd.C ... gainfit will follow soon
(edit) @12386   13 years neise deleted
(edit) @12385   13 years neise corrected typo in filename
(edit) @12384   13 years neise adjusted to the changes in DrsCalibration.C and zerosearch.C
(edit) @12383   13 years neise Now the first 12 and the last 12 slices wil be removed from Ameas
(edit) @12382   13 years neise changed name of function, which removes Region, where the Maximum is ...
(edit) @12381   13 years neise adjusted to the new OpenDataFile() method
(edit) @12380   13 years neise garbage collection; deleted intermediate vector NextNeighbors; TODO ...
(edit) @12379   13 years neise moved spike removal out of this file
(edit) @12378   13 years neise moved SpikeRemoval methods into dedicated files
(edit) @12371   13 years neise produces TH2F with an amplitude spektrum for all pixels
(edit) @12370   13 years neise added method to remove peaks, which sit on a falling edge of another peak
(edit) @12369   13 years neise cleaned up a bit ...still needs testing
(edit) @12368   13 years neise added another Function to open a Datafile ... see example use in ...
(edit) @12367   13 years neise drs calibration function 'getValue()' of Werner and another implementation
(edit) @12366   13 years Jens Buss This a modified Version of dNeises fpeak, which produces a ...
(edit) @12365   13 years kraehenb More comments in calscope_batch, and exclude spikes in the peakfinderscope.
(edit) @12364   13 years kraehenb New version which is easier to use (by first getting the full ...
(edit) @12363   13 years kraehenb This program plots all calibrated events of a file when pressing ENTER ...
(edit) @12362   13 years kraehenb New version of the calscope-script which is easier to adapt. The ...
(edit) @12357   13 years neise starting point for gain fit
(edit) @12356   13 years neise adjusted fbsl for ISDC cluster .. I basically renamed a few variables ...
(edit) @12307   13 years neise added '#define HAVE_ZLIB'
(edit) @12306   13 years neise added removeMaximaAbove method
(edit) @12305   13 years neise adjusted use of zerosearch() method ... this method doesn't return ...
(edit) @12304   13 years neise added symmetric sliding average filter
(edit) @12303   13 years kraehenb Save spectra of gainanalysis to the file gainspectra.root.
(edit) @12299   13 years kraehenb Include #define HAVE_ZLIB for compressed data files.
(edit) @12298   13 years lusterma added fbsl.C ...extract baseline data
(edit) @12276   13 years kraehenb Moved declaration of parread_tmp to the other declarations of read ...
(edit) @12275   13 years kraehenb Added more comments. Questions please to tpk@phys.ethz.ch.
(edit) @12265   13 years neise removed needless include statement
(edit) @12264   13 years neise whitespaces
(edit) @12263   13 years neise a better example than fpeak_discri.C ... at least I hope so
(edit) @12262   13 years neise makes use of the new discriminators
(edit) @12261   13 years neise whitespaces only
(edit) @12260   13 years neise I case you want to see real raw data
(edit) @12259   13 years neise discriminator does now return vector<Region>
(edit) @12258   13 years neise zerosearch does now return vector<Region>
(edit) @12257   13 years neise vector<Region> are returned by most of my discriminators
(edit) @12256   13 years neise added zipped fits file support
(edit) @12255   13 years neise i know its wrong ... but i can't work without these files...
(edit) @12225   13 years Jens Buss more comments edited
(edit) @12224   13 years Jens Buss Comments edited
(edit) @12220   13 years neise now with ramping
(edit) @12207   13 years lusterma
(edit) @12206   13 years lusterma
(edit) @12205   13 years neise removed CRLF
(edit) @12204   13 years neise removed CRLF
(edit) @12200   13 years Daniela Dorner added dummy version of this file with link where to find the file
(edit) @12199   13 years Daniela Dorner added dummy version of this file with link where to find file
(edit) @12198   13 years Daniela Dorner removed (to avoid having the file twice in the svn)
(edit) @12197   13 years Daniela Dorner removed (to have file not double in svn)
(edit) @12196   13 years neise typo
(edit) @12195   13 years neise erm .. not yet working.. but I want to submit it anyway
(edit) @12194   13 years neise copy of FACT++/externals ... shouldn't be here .. but i don't know a ...
(edit) @12193   13 years neise formerly fana.C test for zipped fits files
Note: See TracRevisionLog for help on using the revision log.