Timeline
09/25/16:
- 22:01 Changeset [18650] by
- Link to the original README file to allow search engines to search
- 21:47 Changeset [18649] by
- It seems the camera reponse has more than one LF now... replace all of them. In addition (in view of the new mode) added a SUSPEND mode which is equal to SLEEP.
- 21:33 Changeset [18648] by
- Link to html wrapper for README text
- 21:31 Changeset [18647] by
- Added some formatting for the README page
- 21:30 Changeset [18646] by
- Adapted to fit a nice markdown page
- 21:29 Changeset [18645] by
- An html interface to the documentation
- 19:52 Ticket #29 (First Image of IR Cam is completely gray) created by
- After the recent upgrade, the first image of the IR cam only shows a …
- 19:39 Ticket #28 (SmartFact only shows log until first observation) created by
- After the recent upgrade, smartfact seems only to show the log until …
- 18:11 Changeset [18644] by
- Make link external, otherwise it is load via ajax (jquery mobile feature)
- 18:02 Changeset [18643] by
- Trying to add mime type to README link.
- 17:27 Changeset [18642] by
- Added short link
- 17:19 Changeset [18641] by
- Extended and updated.
- 17:19 Changeset [18640] by
- Allow to specify the Indico URL on the command line
- 16:50 Changeset [18639] by
- Echanged order of room and location.
- 16:50 Changeset [18638] by
- Implemented link to README
- 16:19 Changeset [18637] by
- 15:46 Changeset [18636] by
- First version of an access to an indico timetable for mobile devices.
- 15:44 Changeset [18635] by
09/23/16:
- 00:10 FlareAlertsSent edited by
- added alert from this night (diff)
09/18/16:
- 20:49 Changeset [18634] by
- Minor updates.
- 20:49 Changeset [18633] by
- Renamed MAINPAGE to MAINPAGE.md to make doxygen 1.8 find it.
- 19:16 Changeset [18632] by
- disable-ftu should pe vars no var
- 19:12 Changeset [18631] by
- Added support for run and event number.
- 19:10 Changeset [18630] by
- Distribute run and event number with the EVENT_DATA service
- 19:01 TracNotification edited by
- (diff)
- 19:01 SandBox edited by
- (diff)
- 19:01 TracInstall edited by
- (diff)
- 19:01 InterTrac edited by
- (diff)
- 19:01 TracQuery edited by
- (diff)
- 19:01 TracInterfaceCustomization edited by
- (diff)
- 19:01 WikiProcessors edited by
- (diff)
- 14:55 Changeset [18629] by
- Disentengle from root and Mars were appropriate, some tidying.
- 14:54 Changeset [18628] by
- Dientengle from root and Mars, added the drawing function from their previous location.
- 14:53 Changeset [18627] by
- Disentengle from root and Mars were possible, clean up of gui from all obsolete stuff
- 14:52 Changeset [18626] by
- Removed base class PixGetter, use unsigned char as base type for image and a depth of 4 byte, disentengle from root were possible, some minor cleanup
- 14:50 Changeset [18625] by
- Removed reference to root dictionary, some minor update to disentengle from root and Mars as much as possible, changed path to horizon.dat
- 14:49 Changeset [18624] by
- 14:48 Changeset [18623] by
- Don't use the root dictionary
- 14:47 Changeset [18622] by
- Removed references to root and obsolete code
- 14:46 Changeset [18621] by
- Removed references to root, replaced with basic types.
- 14:45 Changeset [18620] by
- Removed references to root.
- 14:44 Changeset [18619] by
- Removed references to root.
- 14:43 Changeset [18618] by
- Copied files from Mars and Cosy to compile toold which fit our current drivectrl.
- 11:16 Changeset [18617] by
- This looks like a solution. I start a second detached thread which does nothing else than wait for the first to finish. In this way, it is joined and joinable returns 0 as soon as the thread has stopped execution.
- 01:51 TroubleShootingSoftware edited by
- added pfmini in list (diff)
- 00:03 Changeset [18616] by
- Issue a message when the thread has been shut down.
09/17/16:
- 23:39 Changeset [18615] by
- It seems the new system Ubuntu 16.04 does not support anymore hardware flowcontrol on the USB... or never did but now, we get an error... turned off.
- 23:37 Changeset [18614] by
- Another mystery of thenew system Ubuntu 16.04... the tokenizer here needs a copy to provide proper results.
- 22:29 Changeset [18613] by
- With gcc 5 it seems N also identifies our strings... this might still require more changes!
- 22:22 Changeset [18612] by
- God knows why the constructur fails to work with gcc 5, I don't...
- 22:20 Changeset [18611] by
- FITS column description was too long
- 19:42 Changeset [18610] by
- 19:42 Changeset [18609] by
- 19:38 Changeset [18608] by
- Added required
- 19:34 Changeset [18607] by
- WORKAROUND CH272: Removed the shortcut channel from the list of treated channels.
- 19:33 Changeset [18606] by
- Better handling of special cases like when the lid is closed or the drive is not moving.
- 19:14 Changeset [18605] by
- Just realised that this is automatically created by the missing script. No need to have that in the svn.
- 19:06 Changeset [18604] by
- Downgraded to autoconf 1.14
- 18:59 Changeset [18603] by
- Upadted the build system from a current Ubuntu 16.04 -- let's see if it works on older systems as well.
- 16:33 Changeset [18602] by
- The latest change broke the compiling with root.
- 16:32 Changeset [18601] by
- Updated the handling of the flags to better split between pre-processor and compiler
- 15:27 Changeset [18600] by
- Avoid a compiler warning
- 15:13 Changeset [18599] by
- Fixed three typos.
09/16/16:
- 15:31 Changeset [18598] by
- Fixed two typos.
- 15:30 Changeset [18597] by
- Added some missing but maybe common error codes
- 15:28 Changeset [18596] by
- This is the better fix (although both will work)
- 15:22 Changeset [18595] by
- Fixed a wraning in a conditional (uncritical)
- 15:21 Changeset [18594] by
- It seems typedefs and templates need to be public with the newer compiler to work with the root dictionary (5.34/36) or it is the root version (uncritical)
- 15:19 Changeset [18593] by
- Newers compilers need an explicit cast here.
- 15:17 Changeset [18592] by
- Newer compilers need an explicit cast here.
- 15:17 Changeset [18591] by
- Tried to make the compiler hack compiler version dependent.
- 15:11 Changeset [18590] by
- Fixed a warning about a strange conditional (uncritical)
- 15:10 Changeset [18589] by
- Fixed a minor problem when defining the color of an output line.
- 15:08 Changeset [18588] by
- Fixed a warning due to a missing cast.
- 15:06 Changeset [18587] by
- Fixed a typo and a flaw in a conditions (nothing critical)
- 14:57 Changeset [18586] by
- Fxied a warning about a missing cast.
- 14:54 Changeset [18585] by
- Fixed some warning about unused function parameters.
- 14:52 Changeset [18584] by
- Switching off root didn't work
- 14:25 Ticket #27 (Wrong Free Disk Space on DAQ, displayed in SmartFACT) created by
- The free disk space of DAQ and displayed in SmartFACT is rapidly …
- 11:42 FlareAlertsSent edited by
- added last alert (diff)
09/13/16:
- 09:26 Changeset [18583] by
- Fixed some typos in the docu.
09/10/16:
- 18:31 Changeset [18582] by
- improved output; fixed regular expression for finding rawfiles
- 18:29 Changeset [18581] by
- added crons for filling magic-lidar and tng-dust to db
09/06/16:
- 16:11 Ticket #26 (Error compiling Mars with gcc 5.3) created by
- Trying to compile Mars on Ubuntu 16.04 with gcc 5.3 I get the …
- 10:35 Changeset [18580] by
- Added SetupFits to be able to read the container from a fits file.
- 10:25 Changeset [18579] by
- A copy of mc/callisto.C, removed the pedestal processing, adapted the mapping, removed the timecam from the tasklist to avoid processing the drs time calibration --> all this should go to callisto.C one day where MC files should be processed with the same code than data.
- 10:18 Changeset [18578] by
- MSoftwareTrigger is not required, added missing containers to the output produced by the MC chain
- 10:15 Changeset [18577] by
- Fixed a typo and write the corsika simulated source position and the position of the source in the camera into the output file.
- 10:14 Changeset [18576] by
- The additional acceptance should be excuted no matter of the setup of corsika; files can start with cer or CER; the source position in the camera is now calculated for convenience and stored in the output
09/05/16:
- 14:52 Changeset [18575] by
- added include for fits.h
09/04/16:
- 10:02 Changeset [18574] by
- Fixed a logic flaw for old files without CLTYPE
09/03/16:
- 21:00 Changeset [18573] by
- Fixed wrong order or arguments.
- 20:42 Changeset [18572] by
- Also retrieve the name of the container from the file and create the container accordingly. Inplemented an error message.
- 20:41 Changeset [18571] by
- Implemented a sanity check in SetupFits for the container name.
- 20:41 Changeset [18570] by
- Do not only write container name as CLNAME but also container type as CLTYPE
- 20:40 Changeset [18569] by
- Implemented function SetupFits to be able to read from a fits file.
- 20:39 Changeset [18568] by
- Implemented function SetupFits to be able to read from a fits file.
- 14:54 Changeset [18567] by
- Renamed map to mmap to avoid conflicts with std::map, some snaity checks if the file names are NULL, do not add the drs claibration containers to the lists to signal that no drs calibration should be done, added some output to the root file relevant for the MC data, do not use any mapping (not required) for MC data (identified by the absents of drsfile).
- 14:45 Changeset [18566] by
- Wrong order
- 14:40 Changeset [18565] by
- Ceres fits files do not provide (yet?) MMcRunHeader, ignore it.
- 14:39 Changeset [18564] by
- Set the run type to monte carlo if it is a monte carlo file as it is supposed to be.
- 14:09 Changeset [18563] by
- Make proper use of the fIsMc flag, read and initialize other ocntainers setup in the header.
- 14:07 Changeset [18562] by
- Made fParList accessible from MFitsFileRead
- 14:06 Changeset [18561] by
- Added a function to setup reading from a fits file SetupFits.
- 14:06 Changeset [18560] by
- Added some unit infomration for the fits file, added the function to setup reading from the fits file.
- 14:05 Changeset [18559] by
- Added path to mcore
- 14:05 Changeset [18558] by
- Added path to mcore
- 14:05 Changeset [18557] by
- Added a function to setup reading from a fits file SetupFits.
- 14:04 Changeset [18556] by
- Added a function to setup reading from a fits file SetupFits.
- 14:03 Changeset [18555] by
- Added a new virtual function to setup reading from a fits file.
09/02/16:
- 11:34 Changeset [18554] by
- Standard settings from the monte carlo development phase
- 11:28 Changeset [18553] by
- standard settings
- 11:27 Changeset [18552] by
- wrong user
- 11:26 Changeset [18551] by
- Standard settings
- 11:21 Changeset [18550] by
- Making a new dir.
08/26/16:
- 13:03 Changeset [18549] by
- The wavelength is now kept as a negative value so that it can be checked on the photon level if CEFFIC was turned on. It is however returned without sign for convenience. The loop to simulate the wavelength is only executed if the first photon has a zero wavelength -- it is assumed they are all consistent.
- 13:01 Changeset [18548] by
- If the CEFFIC option is enables and the user has not requested execution explicitly, it is skipped.
- 12:59 Changeset [18547] by
- If the CEFFIC option is enables and the user has not requested execution explicitly, it is skipped.
- 12:58 Changeset [18546] by
- In EventIO the impact is not calculated on the ground, the trajectory option is detected differently, the cherenkov flag is output also as a hex number
- 11:57 Changeset [18545] by
- Simulate the wavelength whenever it is set to zero (unspecified), set it to zero if the data stream does not contain it, print wavelength as decimal number the production height in m.
Note:
See TracTimeline
for information about the timeline view.