Timeline



04/27/14:

22:59 Changeset [17703] by tbretz
Added a help paragraph about the data.
22:51 Changeset [17702] by tbretz
Updated the styles for the calendar
22:33 Changeset [17701] by tbretz
A first version of the scheduling interface created from the svn/schedule.
21:01 Changeset [17700] by tbretz
First version of a web based event viewer.

04/26/14:

15:35 Changeset [17699] by tbretz
Improved the calling convention. There is really no need to give so many arguments. Pipe some Monte Carlo values through. I wonder what special MC macros are for which omit all the Monte Carlo data in their output.

04/25/14:

18:01 Changeset [17698] by tbretz
A wrong checksum was silently ignored
18:00 Changeset [17697] by tbretz
Some cosmetics
12:00 Changeset [17696] by dneise
was missing
12:00 Changeset [17695] by dneise
removed: warning: narrowing conversion and adjusted two includes
10:01 Changeset [17694] by dneise
removed rm in externals folder
10:00 Changeset [17693] by dneise
removed warning about time marker channels, since it is there since ages and nothing happens. So why should we warn about it?
09:59 Changeset [17692] by dneise
removed warning: "list-initializer for non-class type must not be parenthesized"

04/24/14:

18:14 Changeset [17691] by kraehenb
The file extern_Mars_mcore/factfits.h was imported instead of factfits.h. Now corrected.
17:51 Changeset [17690] by dneise
reverting back to copied headers, because SVN externals do not yet work :-(
16:29 Changeset [17689] by dneise
some new deveolpment. not really working .. just some thoughts
15:59 Changeset [17688] by dneise
adjusted class name FactFits to factfits
15:58 Changeset [17687] by dneise
differs from Mars/mcore only in special python accessors like GetPy_KeyKeys and similar.
15:33 Changeset [17686] by dneise
towards using only C++ Header files from Mars/mcore
11:16 Changeset [17685] by tbretz
Fixed revision 17607. When starting with tile 0 the currentTile can be either -1 or 0 depending on fNumRowsPerTile; this can lead to wrong results for isNextTile or when checked if a new tikle should be read; therefore implemented a different solution which also ensures that the copy feature and the checksum calculation gets every tile if read sequentially.

04/23/14:

17:04 Changeset [17684] by dneise
adding externals link
16:50 Changeset [17683] by dneise
adjusted to new C++ header files
13:53 Changeset [17682] by ftemme
Added the clipping of the trigger signal

04/22/14:

23:31 Changeset [17681] by tbretz
Some updated to the authentication code to make the result more logical; a minor update to handling interrupts
23:30 Changeset [17680] by tbretz
Opacity of 'gray out' to 50%
14:55 Changeset [17679] by tbretz
Fixed a bug which could cause infinite loops when an event with invalid FADhead was checked for timout (the it++ was missing), added a lot of comments

04/19/14:

01:13 Changeset [17678] by tbretz
It can happen that an event has been created but no header is ever received. If it times out, the header was accessed which is not valid. With the recent fix, I assume that whenever something is received all the rest from the board is received as well, or: half events from one board do not time out.

04/18/14:

22:00 Changeset [17677] by tbretz
Fixed the last fix... using a variable type which allows hundreds of terabytes to be allocated is for sure no option. Actually, restricting the amount of memory which can be allocated is a feature not a problem. The correct way to fix the problem is to properly cast the variable before it is converted from kB to Byte.
21:13 Changeset [17676] by tbretz
New program to display smartfact events from the previous night during daytime.

04/17/14:

08:40 Changeset [17675] by lyard
modified the fitsDecompressor code to take into account the refactoring of the fits classes, namely the introduction of FITS.h
08:32 Changeset [17674] by lyard
modified the fitsCompressor code to take into account the refactoring of the fits classes, namely the introduction of FITS.h

04/16/14:

23:51 Changeset [17673] by tbretz
Adapted to have three agilentctrl running instead of one.
21:07 Changeset [17672] by tbretz
Replaced one agilentctrl by three; fixed the calculatio of the power; display all pixels, and use ch8 at TM channel
20:33 Changeset [17671] by tbretz
Removed old agilent.page and replaced that with one per Agilent.
20:32 Changeset [17670] by tbretz
Added all three agients
18:43 Changeset [17669] by tbretz
Implemented the possibility to start more than one agilentctrl to read from all agilents.
17:11 Changeset [17668] by tbretz
Remplaced the double backslash in a root axis title by a #. Otherwiese some root version fail to create the eps

04/14/14:

12:36 Changeset [17667] by lyard
fixed uint32 bug for max available memory

04/11/14:

12:03 Changeset [17666] by ftemme
Forget to compile, before checkin, and therefore didn't see some small mistakes in the code
11:57 Changeset [17665] by ftemme
Forget to set the arrays of the MTruePhotonsPerPixel container to zero, before adding the photons in MSimCamera

04/08/14:

16:14 Changeset [17664] by tbretz
Added return code
12:45 Ticket #8 (crosscheck PDE simulation) created by dneise
(This ticket is derived from a mail from Thomas Bretz) The PDE curve …
12:43 Ticket #7 (crosstalk variations) created by dneise
(This ticket is derived from a mail from Thomas Bretz) The crosstalk …
12:42 Ticket #6 (biased light pulser based calibration) created by dneise
(This ticket is derived from a mail from Thomas Bretz) The current …
12:40 Ticket #5 (Simulation of time jitter) created by dneise
(This ticket is derived from a mail from Thomas Bretz) I am not sure …
12:38 Ticket #4 (Simulate SiPM time jitter) created by dneise
(This ticket is derived from a mail from Thomas Bretz) Currently the …
12:27 Ticket #3 (Writing of all primitive datatypes and arrays of them in the fits output) created by ftemme
It would be nice, that mfileio/MWriteFitsFile would have the …
12:25 Ticket #2 (Verify DrsCalibrateTime) created by dneise
The calculation of the calibration constants to perform the …
12:21 Ticket #1 (McTruth number of cherenkov photons in pixel) closed by ftemme
fixed: - resolved in the changesets [17661], [17662], [17663] - Added the …

04/07/14:

15:05 Changeset [17663] by ftemme
Added the creation of a MTruePhotonsPerPixelCont in MSimCamera and the filling of the arrays of the container. Also added the container to the fitsoutput
15:03 Changeset [17662] by ftemme
Added the new MTruePhotonsPerPixelCont MParContainer to store the mctruth of the number of cherenkov photons and so on. Also made the necessary changes in SimCameraLinkDef and Makefile
15:01 Changeset [17661] by ftemme
Added the writing of MArrayF in MWriteFitsFile

04/06/14:

14:02 Changeset [17660] by tbretz
Fixed the binning, so that we are not suing the overflow bin anymore for the last bin.
14:01 Changeset [17659] by tbretz
Output when the MCP/STOP command has been sent.
13:54 Changeset [17658] by tbretz
Even if the event is not valid, attach the latest trigger counter to it.
13:53 Changeset [17657] by tbretz
Use the trigger counter from the last event when writing the footer data; this might need another update when we start to discarde events due to software triggers and the like; it fixes a problem which occured in cases with fadloss when an inavlid event is posted to the queue and the runClose used that data to write the footer; updated the comments in the FITS header

04/05/14:

19:31 Changeset [17656] by tbretz
To calculate the relative energy threshold not the current must be used but the trigger threshold -- used the numbers from the paper; adapted y-scale of the plot accordingly

04/04/14:

22:05 Changeset [17655] by tbretz
To check for not equal one should use != not == and to add a text to a string, the text alone is not enough.
11:34 Changeset [17654] by tbretz
Removed the obsolete ra/dec arguments; output pdf as well
11:25 Changeset [17653] by tbretz
Renormalized the relative nergy threshold to 1 at best conditions.
11:15 Changeset [17652] by tbretz
Updated to the latest current prediction (from the calibration paper); some code improvements; store files now by default into a subdirectory and omit the '-quality' in the filename; added some more information on the currents in the camera
11:02 Changeset [17651] by tbretz
Updated with the current prediction from the calibration paper; make plots only for VHE sources.
10:15 Changeset [17650] by tbretz
Commented two unused variables to avoid compiler warnings.
10:15 Changeset [17649] by tbretz
Removed a stray instantiation of a non-existing variable.
10:11 Changeset [17648] by tbretz
Fixed a typo in a comment.

04/03/14:

19:35 Changeset [17647] by tbretz
Added average and rms of Uov for logging; some updates to show how the resistance of the broken patches is calculated; ensure that Udrp does not get negative; Do not allow an overvoltage to be less than -0.44V in real this roubly correponds to the breakdown voltage -- that has to be fixed); in all calculation take into account that the assumed overvoltage of 1.1V is wrong and the real one is about 1.4V; all these changes exist since a long time, but are just comitted now
19:29 Changeset [17646] by tbretz
Same LED for VoltageOff and Locked
16:08 Changeset [17645] by tbretz
Removed an unused argument.
16:07 Changeset [17644] by tbretz
Implemented the auto pause command, the pause and resume command and a Paused state.
11:54 Changeset [17643] by ftemme
Added a MParameterD for the Crosstalkcoefficient, so that MSimCamera can access the crosstalk coefficient for the calculation of the accoupling.

04/01/14:

15:56 Changeset [17642] by tbretz
Moved the AppendPad before all histograms. In this was when a canvas is opened from a file and deleted first the destructor of MH3 and then fHist is called, so that they are deleted in the correct order -- this is a workaround, but should do the trick.
14:38 Changeset [17641] by ftemme
Added the calculation of Disp and ThetaSq in the MC-Star macro and commented the lightpulser calibration in the MC-Callisto macro out
12:08 DataTakingCheckList edited by ftemme
(diff)
12:06 DataTakingMainPage edited by ftemme
(diff)

03/31/14:

16:16 Changeset [17640] by tbretz
Implemented an outomatic voltage off at sunrise
16:14 Changeset [17639] by tbretz
Replaced define by enum.
16:13 Changeset [17638] by tbretz
Allow ir interruption during ovtest, updated shutdown message.
16:12 Changeset [17637] by tbretz
Catch when a DRS calibration could not be restored.
Note: See TracTimeline for information about the timeline view.