Timeline



10/15/19:

16:19 Changeset [19777] by tbretz
ROOT_VERSION must not be a list when evaluated with VERSION_GREATER_EQUAL
15:52 Changeset [19776] by tbretz
Improved some comments and removed some obsolete code lines.
10:53 Changeset [19775] by tbretz
root 5 doesn't know that target and the links are not required either.
10:47 Changeset [19774] by tbretz
looks like a better handling of the dictionary pcm files.
10:32 Changeset [19773] by tbretz
If the file already exists - do nothing.
08:42 Changeset [19772] by tbretz
Added a warning on file naming.
08:42 Changeset [19771] by tbretz
Fixed a bug which could lead (not in La Palma though) to inconsistent path and file names.

10/13/19:

20:08 Changeset [19770] by tbretz
Fit an atmospheric profile from an atmprof file to get the coefficients used in MAtmosphere to calculate the extinction coefficients.
18:15 Changeset [19769] by tbretz
Changed IntendedPulsPos from samples to nano-seconds.
15:21 Changeset [19768] by tbretz
Minor corrections to a comment.

10/12/19:

20:08 Changeset [19767] by tbretz
The default obs level is 0 now
20:08 Changeset [19766] by tbretz
And another constructor
20:06 Changeset [19765] by tbretz
fHeight is not used right now... (note that the current default coeffieints also don't match). The loops for ozone and aerosols stopped one entry to early which produced a step in aerosol contents as for all hogher values the last entry was used, aerosol and ozone was only properly initialized if numericall by chance the counting hit the bin border, InitOzone errornesously checked for valid Aerosols, prepared a more reaosnable default consztrucotr: the current one did more or less nothing as the fObLevel was not yet initialized.
20:02 Changeset [19764] by tbretz
Compare corsika and ceres atmosphere...
15:48 Changeset [19763] by tbretz
Moved the atmosphere code to its own files and make it accessible from teh interpreter.
15:45 Changeset [19762] by tbretz
Setter for production height.
15:44 Changeset [19761] by tbretz
fgEarthRadius can be public.

10/11/19:

19:22 Changeset [19760] by tbretz
They are added to the ListOfCleanups. This is implemented as a THashTable. According to the root documentation, it is required to rehash the table whenever the name of an object in the table changes. This is now guranteed if name change happens via SetName
16:48 Changeset [19759] by tbretz
Not nice... but those billions of warnings from root are just too annoying.
10:35 Changeset [19758] by tbretz
Produce root version number of not already available.
09:48 InstallingROOT edited by tbretz
(diff)
09:35 Changeset [19757] by tbretz
Changed the strategy how root finds GQt (if available at all) and minor improvements to the output.
09:33 Changeset [19756] by tbretz
Some minor improvements to root detection output. If a root build directory is used, the pcm files are not at the right location -> create links.
09:31 Changeset [19755] by tbretz
Make it more robust against missing version numbers.

10/10/19:

21:26 InstallingMars edited by tbretz
(diff)
20:09 InstallingROOT edited by tbretz
(diff)
19:57 Changeset [19754] by tbretz
Implemented VIEWER_ONLY option.
19:56 Changeset [19753] by tbretz
Allow setting SurfaceRoughness (note that this is DANGEROUS to use) and fixed some compiler warnings.
19:52 Changeset [19752] by tbretz
Wrong return type.
19:50 Changeset [19751] by tbretz
Intendation is confusing some compilers giving warnings.
19:48 InstallingFACT++ edited by tbretz
(diff)
19:45 InstallingFACT++ edited by tbretz
(diff)
19:43 InstallingFACT++ edited by tbretz
(diff)
17:08 Changeset [19750] by tbretz
In some configurations the root version is missing -> don't check then

10/08/19:

21:02 InstallingROOT edited by tbretz
(diff)
17:22 Changeset [19749] by tbretz
Pulses in the data can start as early as 250.
17:21 Changeset [19748] by tbretz
The pusle position in the data is earlier
17:05 Changeset [19747] by tbretz
Make rule work for data files as well.
17:04 Changeset [19746] by tbretz
No unsuitable pixel as a default, adapted extraction range to data, make rule work for data files as well.
14:00 Changeset [19745] by tbretz
Updated cleaning levels.
13:59 Changeset [19744] by tbretz
Updated cleaning levels, updated histogram binnings.
09:04 Changeset [19743] by Daniela Dorner
added all expert info
09:03 Changeset [19742] by Daniela Dorner
added listing of all duties
09:00 Changeset [19741] by Daniela Dorner
added runid for list of runs
08:58 Changeset [19740] by Daniela Dorner
added needed command lines for scheduler

10/07/19:

22:29 Changeset [19739] by tbretz
A plotting macro that allows to easily test processing in star.
22:28 Changeset [19738] by tbretz
Do not use cout but gLog
22:28 Changeset [19737] by tbretz
Improved Print output
22:28 Changeset [19736] by tbretz
The Ellipse wasn't trasnaperent.
21:33 Changeset [19735] by tbretz
Fixed a race condition problem and made the loop turn around.
21:03 Changeset [19734] by tbretz
A simple event display for calibrated data.
13:35 Changeset [19733] by Daniela Dorner
added new options (cut on correction-factors, cut for rows with empty values)
13:31 Changeset [19732] by Daniela Dorner
added new options for download-website
12:57 Changeset [19731] by Daniela Dorner
fixed errors for corrected LCs, added new options (cut on correction-factors, cut for rows with empty values), fixed typo in header

10/06/19:

17:24 Changeset [19730] by tbretz
usage information added
17:18 Changeset [19729] by tbretz
Example how to plot a ratescan

10/05/19:

20:53 Changeset [19728] by tbretz
Allow to configure zfits compression.
20:52 Changeset [19727] by tbretz
Allow for .fz extension in input files.
20:51 Changeset [19726] by tbretz
Switch to compressed files -- the algorithm which columnis compressed how is a bit arbitrary and might only work for our raw files.
20:50 Changeset [19725] by tbretz
Switch from ofits to zofits
17:22 Changeset [19724] by tbretz
A fix to the output file names and better binnings.
16:56 Changeset [19723] by tbretz
Do not write MMc* when writing MC calibration files.
16:55 Changeset [19722] by tbretz
No need to keep GetFileName private
16:55 Changeset [19721] by tbretz
No need to keep GetFileName private.
16:54 Changeset [19720] by tbretz
Added a constructor which allows to instantiate MDIrIter with just one argument
16:53 Changeset [19719] by tbretz
Some updates, in particular allowing to process more than one file at a time.
16:41 Changeset [19718] by tbretz
Moved

10/04/19:

20:49 Changeset [19717] by tbretz
Typo
20:48 FlareAlertsSent edited by Daniela Dorner
(diff)
20:47 Changeset [19716] by tbretz
Use a new flag from the DB to decice if this source followws sattelite pointings.
19:19 healpix-example.png attached to InstallingHealpixForMars by tbretz
19:19 InstallingHealpixForMars edited by tbretz
(diff)
19:18 InstallingHealpixForMars edited by tbretz
(diff)
19:16 InstallingHealpixForMars edited by tbretz
(diff)
19:15 InstallingHealpixForMars edited by tbretz
(diff)
19:15 InstallingHealpixForMars edited by tbretz
(diff)
19:14 DatabaseBasedAnalysis/Tables edited by tbretz
(diff)
19:10 InstallingHealpixForMars edited by tbretz
(diff)
19:09 InstallingHealpixForMars edited by tbretz
(diff)
19:06 InstallingHealpixForMars edited by tbretz
(diff)
19:05 InstallingHealpixForMars edited by tbretz
(diff)
19:03 InstallingHealpixForMars edited by tbretz
(diff)
18:59 InstallingHealpixForMars edited by tbretz
(diff)
18:56 InstallingHealpixForMars edited by tbretz
(diff)
18:47 Changeset [19715] by tbretz
Added the possibility to add RootHealPix to the Mars library.
18:46 RootHealPix-master.zip attached to InstallingHealpixForMars by tbretz
From https://github.com/akira-okumura/RootHealPix
18:45 InstallingHealpixForMars edited by tbretz
(diff)
18:44 InstallingHealpixForMars created by tbretz

10/03/19:

15:55 Changeset [19714] by tbretz
Added ratescan program for HAWC's Eye
13:08 InstallingFACT++ edited by tbretz
(diff)
12:29 Changeset [19713] by tbretz
Forgot to rename the server.
12:23 Changeset [19712] by tbretz
Added GTC dust measurements
12:22 Changeset [19711] by tbretz
Removed an obsolete line from the request.
12:21 Changeset [19710] by tbretz
Removed some obsolete code, fixed a typo.
12:06 Changeset [19709] by tbretz
Added new GTC dust.
12:04 Changeset [19708] by tbretz
Added tool to read GTC dust values.

10/01/19:

15:28 Changeset [19707] by tbretz
Handle the MC MGeomCamFAMOUS data reasonably
15:28 Changeset [19706] by tbretz
Improved naming convention.
15:27 Changeset [19705] by tbretz
Minor fixes and simplifications.
15:27 Changeset [19704] by tbretz
Minor fixed and simplification.
15:26 Changeset [19703] by tbretz
Typo.
13:27 Changeset [19702] by tbretz
Adapted some binning, removed wobble option, added comments, set a reasonable (whatever that means) trigger threshold, fixed the source position for th eplots in the center o fthe camera.
13:02 Changeset [19701] by tbretz
A macro to get the OriginalMC data into the root file.

09/29/19:

11:46 Changeset [19700] by tbretz
Improved error output
11:45 Changeset [19699] by tbretz
Typo

09/27/19:

21:56 Changeset [19698] by tbretz
Changed the default of BaselineShift to false. This is what we use in all our simulations so far. Instead, it can now be manually enabled as a none baseline shft introduces strange values (which depend on the number of connected pixels) due to the clipping.
21:54 Changeset [19697] by tbretz
Added a function to shift the signal.
21:54 Changeset [19696] by tbretz
Fixed the caluclation of num events in case of single telescope files belonging to multi telescope setups.
20:13 Changeset [19695] by tbretz
Added an option to write the trigger channel intp the raw channels to sample the trigger channel instead of the raw channels.
20:12 Changeset [19694] by tbretz
Only check number of input files if input files are t be expected.
20:12 Changeset [19693] by tbretz
Implemented to copy the signal
20:10 Changeset [19692] by tbretz
The average curve errorneously took into account empty channels.
16:43 Changeset [19691] by Daniela Dorner
adapted setup for new scheduling
16:41 Changeset [19690] by tbretz
Allow MWriteFitsFile to access the fadc resolution.
16:41 Changeset [19689] by tbretz
Propagate name of camera geometry to the header
16:40 Changeset [19688] by tbretz
Propagate name of camera geometry to the header
16:40 Changeset [19687] by tbretz
Avoid some warnings.
16:39 Changeset [19686] by tbretz
Improved output and fixed some issued with MC files which had less than 1440 pixels.
16:38 Changeset [19685] by tbretz
Improved output
16:27 Changeset [19684] by Daniela Dorner
added new algorithms (visiblity ratio, time-shift) and featues (plotting, zd-histogram)
14:23 Changeset [19683] by tbretz
Minor cosmetics
12:55 InstallingFACT++ edited by tbretz
(diff)
12:55 InstallingMars edited by tbretz
(diff)
12:55 InstallingROOT edited by tbretz
(diff)
12:51 InstallingFACT++ edited by tbretz
(diff)
12:45 InstallingMars edited by tbretz
(diff)

09/26/19:

09:05 Changeset [19682] by tbretz
Renamed famousbias source file.

09/25/19:

20:51 Changeset [19681] by tbretz
Renamed source file.

09/24/19:

16:26 Changeset [19680] by tbretz
Tried to get close to the ceres_12.rc, the most recent configuration for FACT.
15:57 Changeset [19679] by tbretz
Fixed a type in the units of the COG
15:39 Changeset [19678] by tbretz
Better titles and labels. This is logically easier to understand as the position of X=0 in the pulse is arbitrary
15:26 Changeset [19677] by tbretz
The first spline knot after the cable delay is still affected by the none-simulation of the cable delay at earlier knots 8most like also the coming ones suffer slightly) -- therefore, this knot is not considered (this is mainly for convenience as it would be removed later anyways)
15:23 Changeset [19676] by tbretz
Converted from percent to coefficient.
15:22 Changeset [19675] by tbretz
Allow to read Transmission curve during init process, simplified the main loop a bit further by removing the pre-step, note that the transmission is now a coefficient and not in percent anymore.
15:21 Changeset [19674] by tbretz
Correct for the difference between teh pulse Xmin and X=0 so that 0 is really the time of the first photon w.r.t. to X=0
15:19 Changeset [19673] by tbretz
Allow to create a camera without the blind pixels.
14:34 Changeset [19672] by tbretz
Some hints to resolve some chaos.

09/23/19:

20:37 Changeset [19671] by tbretz
This seems to be a minimalistic way to link the libraries -- I had problems on ihp-pc45 with the old scheme. Not sure why it doesn't know libm though.
18:35 Changeset [19670] by tbretz
typo
18:26 Changeset [19669] by tbretz
Allow to access the number of files, fNumTelescopes should be unsigned.
18:25 Changeset [19668] by tbretz
Adapted to the cahnges in MSimGeomCam
18:22 Changeset [19667] by tbretz
Added Width and Length to adjustable binnings, return an error in case no file was given, fixed the display of the delay between the first photon and the trigger, fixed th e binning of the corresponding histogram (adjusted to nanoseconds)
18:20 Changeset [19666] by tbretz
Adapted unit conversion to intended trigger position in nanoseconds, and trigge rposition in nanoseconds.
18:18 Changeset [19665] by tbretz
PulsePos is in naoseconds -- therefore the conversion is wrong: fixed, the trigger position is now in nanoseconds.
18:17 Changeset [19664] by tbretz
Added some longer comments on the meaning of some variables, the valid range must be aligned with the pulse width, not Xminand Xmax of the pulse. The pulse is now shifted such that a photon with t=0 (w.r.t. to the simulation sampling window) gets sampled fully into the window
18:11 Changeset [19663] by tbretz
last is the number of samples converted to nanoseconds, the conversion was wrong -- fixed. Renamed ns to win for a better readability. The pulse spline x-axis is samples, not nano-seconds, added the conversion factor. Added a longer comment about the calculation.
18:08 Changeset [19662] by tbretz
Added some comments about units
18:07 Changeset [19661] by tbretz
Removed a stray cout

09/21/19:

18:20 InstallingROOT edited by tbretz
(diff)

09/19/19:

15:34 Changeset [19660] by tbretz
New files

09/17/19:

18:35 Changeset [19659] by tbretz
This solution works on my laptop and piotl. I hope it does not break another system now.
10:38 Changeset [19658] by tbretz
Same as before, but nicer and easier to read.
10:30 Changeset [19657] by tbretz
A mistake in the logic.
10:03 Changeset [19656] by tbretz
Ignore shortName for types 171,173 and 174.
09:51 Changeset [19655] by tbretz
Added to more functions to be able to access the returncode for the object.
09:51 Changeset [19654] by tbretz
Fixed a problem (hopefully) when type 7 alerts are entered into the database. The visibility of the object was totally nonesense.

09/16/19:

10:36 Changeset [19653] by tbretz
Minor cleanup
10:10 InstallingROOT edited by tbretz
(diff)
10:10 InstallingFACT++ edited by tbretz
(diff)
10:09 InstallingMars edited by tbretz
(diff)

09/15/19:

22:45 Changeset [19652] by tbretz
Fixed a surprisingly old bug. The legend was wrong.
22:35 Changeset [19651] by tbretz
Focal length according to datasheet.
22:35 Changeset [19650] by tbretz
Set a reasonable default angle
22:24 Changeset [19649] by tbretz
Defining correct focal distance, disentengle wavelength for lens definition from photon wavelength
22:23 Changeset [19648] by tbretz
Minor fixes and improvements.
22:22 Changeset [19647] by tbretz
That was the better fix
22:20 Changeset [19646] by tbretz
Replaces gLog by *fLog, try-and-error debugging (using d=10 and d=20) what the correct focal distance is, fixed a bug in FindPeak (accessing fGroove[-1] does not work)
18:36 Changeset [19645] by tbretz
Added
18:32 Changeset [19644] by tbretz
Added some comments and tried to adapt the geometry to what I would expect to be correct.
15:04 Changeset [19643] by Daniela Dorner
added total number of alerts
14:51 Changeset [19642] by Daniela Dorner
added total number of alerts
14:37 Changeset [19641] by Daniela Dorner
replace ATel in comment by link to ATel
14:23 Changeset [19640] by tbretz
Added default constructor for vector<MQuaternion>
14:23 Changeset [19639] by tbretz
Added a random function to simulate a gaussian shape with long tails which do not extend over pi/2
14:22 Changeset [19638] by tbretz
Updated the algorithm and added comments (still not final, I think)
14:21 Changeset [19637] by tbretz
Added the possibility to turn off Fresnel reflection and added some comments.
14:20 Changeset [19636] by tbretz
Added some absorption and some comments:
13:50 Changeset [19635] by Daniela Dorner
added user
13:50 Changeset [19634] by Daniela Dorner
addapted tables to new information, fixed bug in QLA links
13:27 Changeset [19633] by Daniela Dorner
added (page to display sent alerts)
Note: See TracTimeline for information about the timeline view.