Timeline



04/13/13:

20:24 Changeset [15325] by tbretz
Fixed a compiler warning.
20:22 Changeset [15324] by tbretz
New program to readout the temp sensor of the power switch
17:13 Changeset [15323] by Daniela Dorner
added cron for InfoForMWL.sh
17:13 Changeset [15322] by Daniela Dorner
fixed bug and improved logging
17:12 Changeset [15321] by Daniela Dorner
added sqlrc
16:41 Changeset [15320] by Daniela Dorner
added (script to write files David needs for his MWL webpages)

04/12/13:

19:57 Changeset [15319] by Daniela Dorner
added (script to create rate scan plots)
19:57 Changeset [15318] by Daniela Dorner
added (script to create scheduling plots on gate
19:56 Changeset [15317] by Daniela Dorner
added directory for data checking scripts
15:45 Changeset [15316] by Daniela Dorner
added buttons (+1day, -2weeks, etc) and check if files exist
14:44 Changeset [15315] by Daniela Dorner
added (page with scheduling plots)
14:44 Changeset [15314] by Daniela Dorner
added (page with shift evaluation list)
14:43 Changeset [15313] by Daniela Dorner
added (page to show plots from quicklook analysis)
14:43 Changeset [15312] by Daniela Dorner
added (page for magic shifter to get info about fact shift)
13:34 Changeset [15311] by Daniela Dorner
add directory for various datachecking websites
13:05 Changeset [15310] by Daniela Dorner
adapted names of scripts for automatic analysis
13:03 Changeset [15309] by Daniela Dorner
adapted paths for automatic analysis scripts
11:33 Changeset [15308] by Daniela Dorner
added (script to run third step of the quick look analysis: light curve)
11:32 Changeset [15307] by Daniela Dorner
added (script to run second step of the quick look analysis: building datasets, ganymed - night basis)
11:32 Changeset [15306] by Daniela Dorner
added (script to run second step of the quick look analysis: building datasets, ganymed - run basis)
11:31 Changeset [15305] by Daniela Dorner
added (script to run first step of the quick look analysis: building sequences, callisto, star)
11:29 Changeset [15304] by Daniela Dorner
added (script to run ganymed for quick look analysis)
11:29 Changeset [15303] by Daniela Dorner
added (script to redo star for quick look analysis)
11:28 Changeset [15302] by Daniela Dorner
added (script to run star for quick look analysis)
11:28 Changeset [15301] by Daniela Dorner
added (script to run callisto for quick look analysis)
11:27 Changeset [15300] by Daniela Dorner
added (directory for automatic analysis in LP)
11:07 Changeset [15299] by Daniela Dorner
updated path of FACT++
11:06 Changeset [15298] by Daniela Dorner
added filling of source key
11:06 Changeset [15297] by Daniela Dorner
updated fitsdump commands to usage of current FACT++ version

04/10/13:

11:56 Changeset [15296] by tbretz
Fixed a typo in a command.
10:51 Changeset [15295] by tbretz
Updated includes.
10:50 Changeset [15294] by tbretz
Copy the whole network address at once... just to be sure; added a kind of reset for the INCOMPLETE service.
10:42 Changeset [15293] by tbretz
Added a check for schedule-database
10:42 Changeset [15292] by tbretz
Function to retrieve schedule from database
10:19 Changeset [15291] by tbretz
Read the schedule from the database instead of the file directly. The old version is still available as MainClassic.js
10:18 Changeset [15290] by tbretz
Copy of the classical version directly reading the schedule from a file.
10:17 Changeset [15289] by tbretz
Improved the code to handle the INCOMPLETE message, added some code to suppress double shutdown and allow simple tests during day-time.
10:16 Changeset [15288] by tbretz
Copy property id if available -- needed to read the schedule from the db.

04/09/13:

18:54 Changeset [15287] by Daniela Dorner
added cron for CheckRatesFileAvail.sh
09:50 Changeset [15286] by tbretz
Fixed the description of FILE_FORMAT and INCOMPLETE
09:49 Changeset [15285] by tbretz
Added the missing termination character in case of incomplete events.
09:48 Changeset [15284] by tbretz
Moved getTimeSinceLastDrsCalib to its own function; added automatic DRS calibration in case of SINGLEPE; added automatic shutdown at sun-rise; added 'startup message'; added first try to automatically process fad-losses

04/08/13:

20:14 Changeset [15283] by tbretz
Show the log according to the link in /users/fact/operation if no path is given.
15:07 Changeset [15282] by tbretz
Updated to v20r7.
14:27 Changeset [15281] by tbretz
Send a report if incomplete events oocur.
14:26 Changeset [15280] by tbretz
Added a new, faster, scheme to allocate and free memory. Memeory new is never really free'd anymore. Note that decreasing memory usage during operation at the moment is not possible at the moment. For the moment switched off some log output to improve performance. The sleeping was a bit odd on a slow machine. Instead, sleep once after each try of all 40 boards for 1us. Restructured the reading loop (continue instead of many if's and goto's) for better readability and maintainability.
13:13 Changeset [15279] by lyard
forgot this header in previous commit (15278)
13:07 Changeset [15278] by lyard
fixed wrong run type display, fixed calibration loading
12:21 Changeset [15277] by lyard
added fits files header key support
11:55 Changeset [15276] by tbretz
Updated my email address.
11:27 Changeset [15275] by tbretz
Fixed a typo.

04/07/13:

23:54 Changeset [15274] by tbretz
Fixed a typo... the class name is Mail not Sky
23:51 Changeset [15273] by tbretz
Added explanation for new magic variables.
23:38 Changeset [15272] by tbretz
Added magic values __DATE__, __FILE__ and __START__

04/06/13:

16:51 Changeset [15271] by tbretz
Removed obsolete suscription to FAD_CONTROL/STATISTICS2
16:47 Changeset [15270] by tbretz
Restructured the code.
13:02 Changeset [15269] by tbretz
Added the HAVE_ZLIB flag and libz for AcliC compilation to get the gzip support properly working in that case.
13:02 Changeset [15268] by tbretz
Added the misisng namespace for endl in case or MARS
13:01 Changeset [15267] by tbretz
It seems there is a problem with the defines used by CINT in AcLiC and there seems to be a problem with NameMangling. Having GetRow overloaded does not seem to work. It needs a different name seen by root.
12:19 Changeset [15266] by tbretz
Allocation the buffer on the stack can give problems because it is pretty big. Allocate it on the heap instead.

04/05/13:

17:58 Changeset [15265] by tbretz
Adapted the display of the rate graph to the changed in the trgger rates reports.
16:43 Changeset [15264] by tbretz
Moved back to FACT++/src
14:59 Changeset [15263] by tbretz
The file format is not changed automatically anymore... I think the reason for unintentionally written files is easier figured out than for missing ones.
14:58 Changeset [15262] by tbretz
Added libnova to the libraries linked in AcLiC
14:57 Changeset [15261] by tbretz
Added a missing type conversion
14:56 Changeset [15260] by tbretz
As disussed on the weekly telcon, I have increased all current limits by 10uA
11:58 Changeset [15259] by fact_opr
Added: FillEffectiveOn.sh; to get the EffectiveOn time onto the db

04/04/13:

14:24 Changeset [15258] by tbretz
Removed some unsused parameters from the header to avoid compiler warnings.
14:23 Changeset [15257] by tbretz
Removed some unsused parameters from the header to avoid compiler warnings.
14:23 Changeset [15256] by tbretz
Removed some unsused parameters from the header to avoid compiler warnings.
14:22 Changeset [15255] by tbretz
Added ln_get_solar_equ_coords and ln_get_lunar_sdiam
14:22 Changeset [15254] by tbretz
Added ln_get_solar_equ_coords and ln_get_lunar_sdiam
14:19 Changeset [15253] by tbretz
The problem with the izsream is solved. It was the allocation of the large chunk of stack memory in izstream - now dynamic
14:11 Changeset [15252] by tbretz
Unified the checkState during data taking; improved some log-output; some little bug fixes
14:09 Changeset [15251] by tbretz
Update include path to PixelMap
14:08 Changeset [15250] by tbretz
Updated include path to PixelMap
14:02 Changeset [15249] by tbretz
Updated include path for PixelMap
14:00 Changeset [15248] by tbretz
Updated the include path to PixelMap
13:59 Changeset [15247] by tbretz
Removed an obsolete log-message.
13:58 Changeset [15246] by tbretz
Fixed a problem that if a string is printed to the console with several null-characters.
13:54 Changeset [15245] by tbretz
Updated the include path to the PixelMap
12:54 Changeset [15244] by Daniela Dorner
added (macro to plot quality parameter)
12:39 Changeset [15243] by Daniela Dorner
added (macro to plot ratescan info from db)
12:33 Changeset [15242] by Daniela Dorner
added directory for plotting macros
11:34 Changeset [15241] by lyard
another dummy commit for testing
11:27 Changeset [15240] by lyard
dummy commit for testing
11:16 Changeset [15239] by tbretz
Fixed a race-condition during configuration with the states of the ratecontrol.
11:14 Changeset [15238] by tbretz
Added detection of JD in constructor and SetJD memeber function

04/03/13:

18:47 Changeset [15237] by Daniela Dorner
adapted path for setup file for sequence definition
18:36 Changeset [15236] by Daniela Dorner
added directory for resource files for FACT
17:08 Changeset [15235] by Daniela Dorner
added (macro for background suppression)
16:58 Changeset [15234] by Daniela Dorner
added (macro to build sequences)
16:49 Changeset [15233] by Daniela Dorner
added (macro to calibrate data)
16:47 Changeset [15232] by Daniela Dorner
updated name
16:37 Changeset [15231] by Daniela Dorner
added (macro for image cleaning and to calculate image parameters)
16:37 Changeset [15230] by Daniela Dorner
added (macro to merge slow control information to the star files)
16:25 Changeset [15229] by Daniela Dorner
added directory for analysis macros
15:58 Changeset [15228] by Daniela Dorner
added (macro to fill information from rate scans to database)
15:57 Changeset [15227] by Daniela Dorner
added (macro to calibrate currents, i.e. create the file CALIBRATED_CURRENTS)
15:56 Changeset [15226] by Daniela Dorner
added (macro to extract control deviation from the file DRIVE_CONTROL_TRACKING_POSITION)
15:55 Changeset [15225] by Daniela Dorner
added (macro to extract drs temperature from the file FAD_CONTROL_TEMPERATURE)
15:50 Changeset [15224] by Daniela Dorner
added (macro to extract outside temperature from the file MAGIC_WEATHER_DATA)
15:48 Changeset [15223] by Daniela Dorner
added (macro to extract camera temperature from the file FSC_CONTROL_TEMPERATURE)
15:42 Changeset [15222] by Daniela Dorner
added (macro to extract currents from the file CALIBRATED_CURRENTS)
14:53 Changeset [15221] by Daniela Dorner
add directory for FACT specific stuff
11:23 Changeset [15220] by Daniela Dorner
updated FACT++ path
11:18 Changeset [15219] by Daniela Dorner
fixed logfile name

03/30/13:

12:46 Changeset [15218] by tbretz
Added hv(PixelMapEntry\&) as member function
12:45 Changeset [15217] by tbretz
Added PixelMap
12:44 Changeset [15216] by tbretz
12:11 Changeset [15215] by tbretz
12:07 Changeset [15214] by tbretz
Moved a lot of code to the header file, removed dependencies from FACT++ and the need of a source file.
11:36 Changeset [15213] by tbretz
11:35 Changeset [15212] by tbretz
Made aware of Mars.
02:57 Changeset [15211] by tbretz
Removed obsoleete includes.
02:55 Changeset [15210] by tbretz
Updated to use new nova C++ wrapper
02:51 Changeset [15209] by tbretz
Updated to use new nova C++ wrapper
02:43 Changeset [15208] by tbretz
Fixed a problem with the coordinate system... libnova's hrz has a different definition of the azimuth.
02:33 Changeset [15207] by tbretz
Fixed a compilation issue and the coordinate system problem.

03/30/13:

16:39 Changeset [15206] by tbretz
Make use of the new GetNextSunRise() function of the Time-class
16:39 Changeset [15205] by tbretz
Use some simplifications coming with the new C++ wrapper for libnova.
16:38 Changeset [15204] by tbretz
Use some simplifications coming with the new C++ wrapper of libnova
16:38 Changeset [15203] by tbretz
Added GetEquFromHrz
16:26 Changeset [15202] by tbretz
Simplified using libnova with the new C++ wrapper. ln_get_solar_rst_horizon is kept, because a wrong value might be safety relevant, so we can keep the return value.
16:24 Changeset [15201] by tbretz
Simplified using libnova by using the new C++ wrapper
16:13 Changeset [15200] by tbretz
Another update to get the checkes most reliable.
16:05 Changeset [15199] by tbretz
16:04 Changeset [15198] by tbretz
Updated to C++ wrapper
16:04 Changeset [15197] by tbretz
15:59 Changeset [15196] by tbretz
Added ORM observer and functions with fixed observer location.
15:34 Changeset [15195] by tbretz
Added some functions for export and a C++ wrapper.
15:06 Changeset [15194] by tbretz
14:36 Changeset [15193] by tbretz
Remove leading spaces from url, user and password
14:20 Changeset [15192] by tbretz
Plot a message about a new file format only when it was changed; reset fLastOpened at the beginning of the 'night'
13:49 Changeset [15191] by tbretz
Added ln_get_solar_rst
13:35 Changeset [15190] by tbretz
Implemented function to get the time of the previous and next sun-rise. Updated NightAsInt to use that as reference instead of noon, to get consistent with the changes in the datalogger.
12:20 Changeset [15189] by tbretz
Updated to include 'to top' and 'to bottom' links
12:20 Changeset [15188] by tbretz
Fixed some compilation issues with older boost version as installed on gate.
11:50 Changeset [15187] by tbretz
Adapted the detection of very low trigger rates to the changes in ftmctrl.
11:46 Changeset [15186] by tbretz
Also added a consistency check on the TimeStamp. Now everything should be consistent and we can remove the negative rate.

03/29/13:

21:28 Changeset [15185] by tbretz
Keep the rate of the first report afte a state change at -1 to signal that the value would be unreliable and to have a handle when the values were resetted. The same is done for the ftm time reference, because it is not available. The on-time however is correct... we keep that.
20:41 Changeset [15184] by tbretz
Updated the calculation of on-time and eff. on-time. In some special cases when the timestamp and the trigger counter had increased by the ontime counter decreased (new run started), a negative sign could get propagated as odiff to DimTriggerRates resulting in huge values in the file. Now instead of a artificial check of the values the state change itself is used plus a sanity check that the trigger counter has not decreased an dthe on-time counter has not decreased. In both cases the start or stop of the trigger is also assumed.
17:40 Changeset [15183] by tbretz
Added missing definition of LIBNOVA
17:31 Changeset [15182] by tbretz
17:17 Changeset [15181] by tbretz
Renamed nova to libnova
17:16 Changeset [15180] by tbretz
A ropot wrapper for libnova
17:15 Changeset [15179] by tbretz
Added nova-path to get nova wrapper compiled.
12:50 Changeset [15178] by tbretz
Added some comments about time zone offsets in root plots.

03/28/13:

20:51 Changeset [15177] by tbretz
Added a --no-log option, just in case...
15:42 Changeset [15176] by tbretz
Updated and added some svn shortcuts
15:28 Changeset [15175] by tbretz
Updated and added some svn shortcuts
11:01 Changeset [15174] by tbretz
Fixed some typos in the help-message, increased the validity delay a bit.
10:57 Changeset [15173] by tbretz
Choose the quiet option by default.

03/27/13:

18:00 Changeset [15172] by tbretz
Changed the Mail class a bit to have the arrays as data members ReadOnly.
16:40 Changeset [15171] by tbretz
Updated.
16:40 Changeset [15170] by tbretz
I prefer this instead of the previous one
16:38 Changeset [15169] by tbretz
Updated the 'mailx' check:
16:23 Changeset [15168] by tbretz
Store a global set of all described services.
16:22 Changeset [15167] by tbretz
Added Split(), a wrapper around boost::split
16:21 Changeset [15166] by tbretz
A helper class to easily check the DATA_LOGGER/SUBSCRIPTIONS

03/26/13:

22:37 Changeset [15165] by tbretz
Updated the response to script submission; added the missing type to the audio source element - this makes sound work on mobile chrome and firefox.
22:36 Changeset [15164] by tbretz
Added missing output of user name in case of a successfull login (how did it disappear?)
17:42 Changeset [15163] by tbretz
Added some ifdef to make the datalogger also compile without libnova.
17:37 Changeset [15162] by tbretz
Allow the datalogger also to be in Logging. It just means that the 'run-file' was not yet closed, which doesn't matter.
17:37 Changeset [15161] by tbretz
Request 15 seconds of data for the underflow check. As soon as the requested event has arrived the run is stopped again anyway.
17:27 Changeset [15160] by tbretz
Check for 'mailx'
17:24 Changeset [15159] by tbretz
Added 'mailx' to the checked programs.
17:23 Changeset [15158] by tbretz
Fixed a typo in an exception.
17:18 Changeset [15157] by tbretz
Fixed a problem which could cause the fadctrl after a successsfull configuration to go first to WritingData (old file still open), Connected (old file closed) and WritingData again (new file open). Now it will only go to WritingData when the new file has been opened.
17:17 Changeset [15156] by tbretz
Implemented sendmail class (via mailx) Mail. Re-structured the exception handling to have a more clear structure for better maintainance.
17:16 Changeset [15155] by tbretz
Implemented a new 'user' which can be used to add entries for debugging to be able to seperate them from normal shift entries.
17:08 Changeset [15154] by Daniela Dorner
fixed logfile name
17:01 Changeset [15153] by lyard
changed close time of files from noon to 30 minutes after sunrise for faster transfer to archive. Also disabled writing of report file.

03/25/13:

09:54 Changeset [15152] by tbretz
Added desription for String.count
09:53 Changeset [15151] by tbretz
Updated dim.wait description.
09:52 Changeset [15150] by tbretz
dim.wait now uses undefined instead of null as the value for infinite wait.
09:50 Changeset [15149] by ftemme
changed the path to the configuration files in ceres.rc
09:35 Changeset [15148] by tbretz
Removed some debug output. Moved to a slightly less conservative threshold formula.
09:34 Changeset [15147] by tbretz
Log a message when a STOP command was received.
09:32 Changeset [15146] by tbretz
Catch the timeout when a run is started and check for FAD loss; removed the need stop the ratecontrol over and over when not necessary; added DRSCALIB and SINGLEPE task; make use of v8.timeout; adapted timeout when starting a run to the use of the current based threshold calibration; implemented timout for the run duration
09:28 Changeset [15145] by tbretz
Replaced blocking while by v8.timeout.
08:45 Changeset [15144] by ftemme
Added several configuration files for ceres in resmc/

03/23/13:

20:34 Changeset [15143] by tbretz
Fixed another problem with the display of exceptions in certain conditions.
20:10 Changeset [15142] by tbretz
Updated description of wait.
20:08 Changeset [15141] by tbretz
Allow null as third argument in dim.wait; return undefined in by include.

03/22/13:

23:28 Changeset [15140] by tbretz
Improved handling of exceptions coming from included files. This allows to catch exceptions from the included file.
22:45 Changeset [15139] by tbretz
Fixed a problem with the return value in the timeout function. The HandleScope was not properly closed. Just for sanity, I did that also for the Constructor calls in the Astronomy classes. Simplified the main loop in getData
17:31 Changeset [15138] by tbretz
Replaced the pre-compiled v8.sleep() by an ulock and a usleep, which should have the same effect; added the count function to the String object
17:14 Changeset [15137] by tbretz
Reoragnized and improved the output; instead of just waiting for the voltage to get up, we now wait until the steps between two ratecontrol induced updates are reasonably small. The pure waiting was too short (espacially during bright moon light) and might have effected a lot of pedestal and light-pulser runs. The waiting was typically 30s, but it can take up to two minutes.
17:12 Changeset [15136] by tbretz
Removed some obsolete check; close open files if any to avoid late arrival of events from previous runs as much as possible; for the same reason wait a second; fixed a bug in the event and drs_counter - both never really accessed the counter.
17:10 Changeset [15135] by tbretz
Connect of disconnected.
17:10 Changeset [15134] by tbretz
Connect and stop the FAD together with the other programs to get the corretc status for the feedback - if this gives trouble, we have to move it back and check for 'Disconnected' of the fadctrl before we can handle the Feedback states.
17:08 Changeset [15133] by tbretz
Fixed a typo in a service description.
17:06 Changeset [15132] by tbretz
Fixed a typo in a state description.
15:16 Changeset [15131] by ftemme
now only the WriteCamData file, not the WriteCamMC file gets a .fits suffix

03/21/13:

09:13 Changeset [15130] by tbretz
Some more updates to improve the log output and reduce the amount during normal data taking.
09:13 Changeset [15129] by tbretz
Added an additional sanity check in timeout.

03/20/13:

18:44 Changeset [15128] by tbretz
Do not print 'use strict' as result... this produces starnge results if somebody really wants to get that, but this is more unlikely than the 'use strict' annoying in the data stream.
14:38 Changeset [15127] by lyard
changed all sleep times to 1 usec
13:50 Changeset [15126] by lyard
fixed mem alloc and changed sleep time with Thomas

03/19/13:

18:23 Changeset [15125] by tbretz
Reorganized some code around the triming of comments to get more reasonable output.
16:59 Changeset [15124] by tbretz
Remove the 3D option kLabelsX which is not supported by newer root versions anymore.
13:25 Changeset [15123] by lyard
linked statistic window do drawPatch checkbox
09:38 Changeset [15122] by tbretz
Fixed a problem which occured when the status of both lids was empty before the first report after starting a move arrived.
09:34 Changeset [15121] by Jens Buss
fill additional distribution histogtrams
09:25 Changeset [15120] by Jens Buss
added distribution histograsms
09:24 Changeset [15119] by Jens Buss
add GetEdgePositions and GetMaxPositions to functions
09:22 Changeset [15118] by Jens Buss
add comments

03/18/13:

21:24 Changeset [15117] by tbretz
Moved reading of the schedule to the beginning of the file so that typos get noticed before all the rest of the startup procedure.
21:23 Changeset [15116] by tbretz
Small change in the order... for a little speed improvement.
21:23 Changeset [15115] by tbretz
Uncommented the _right_ lines :S
18:27 Changeset [15114] by tbretz
Fixed some typo in the recent commit.
17:16 Changeset [15113] by tbretz
Fixed a buggy example.
16:59 Changeset [15112] by tbretz
16:43 Changeset [15111] by tbretz
The name of the program has to be extracted from conf.GetName()
16:42 Changeset [15110] by tbretz
Removed default from file name resources.
16:42 Changeset [15109] by tbretz
Removed default from 'host'
16:41 Changeset [15108] by tbretz
Increased waiting time for the servers to come up to 10s
14:59 Changeset [15107] by tbretz
Added SUBSCRIPTIONS on the black list by default.
14:58 Changeset [15106] by tbretz
The operator comparing the static data now does not compare the threesholds anymore. Thus the ratecontrol can start already even before the the end of the configuration procedure ans the ftmctrl will stay in Configured.
14:57 Changeset [15105] by tbretz
Default is quiet mode now.
14:56 Changeset [15104] by tbretz
Allow to overwrite script depth (for java script procesing)
14:56 Changeset [15103] by tbretz
Handle the 'Power Problem' a bit more accurate.
14:55 Changeset [15102] by tbretz
Signal the base class about loading and ending so that it can access the readline script depth.
14:54 Changeset [15101] by tbretz
Set a script depth!=0 when a script is running to avoid smartfact doing the wrong sound.
14:54 Changeset [15100] by tbretz
Go to Locked state after a parking command. This is not ideal because it hides the movement, but avoids movements more efficient.
14:53 Changeset [15099] by tbretz
Output if new file format was set; do not update the Feedback data anymore
14:52 Changeset [15098] by tbretz
Improved and compacted output; disable feedback while voltage should be switched off (to avoid the command being rejacted because of the Ramping state); some logic fixed which could cause exceptions (e.g. trigger switched on during ratescan); added a safety check for the parking position at the end of the shutdown; fixed the messages printed before the main loop is started; added a check that the last event is a shutdown; added Idle task; implemented the new scheme with schedules observation with several measurements
14:44 Changeset [15097] by tbretz
Added how to look for an already open Subscription.
14:43 Changeset [15096] by tbretz
Fixed a typo in the output.
14:43 Changeset [15095] by tbretz
Convert ra/dec to fload (just to be sure)
14:42 Changeset [15094] by tbretz
Tries to improve a problem which cantake place when the script is re-started before the previous run is properly closed; improved output.
14:41 Changeset [15093] by tbretz
Removed some debug output.
14:40 Changeset [15092] by tbretz
Run a check if all servers are up and running after compilation; do not stop servers if compiling.lock still exists.
14:39 Changeset [15091] by tbretz
Improvements in output.
14:39 Changeset [15090] by tbretz
The script now determines from a link the name and residence of a program, so that by linking start.sh any program can be started.
14:38 Changeset [15089] by tbretz
Added dimserver as a standalone program (although being identical to dimctrl)
14:36 Changeset [15088] by tbretz
Fixed a typo in a log-message.
14:36 Changeset [15087] by tbretz
Send arguments with the START command, determine '--server' option from the program name.
14:35 Changeset [15086] by tbretz
Unify dimctrl and 'dimserver' (dimctrl --server)
14:34 Changeset [15085] by tbretz
To 'solve' the problem with the unordered_map MARS will now use a std::map. Fixed a problem which caused the ReadRow to write below the buffer - weird that this never resulted in any problem.

03/15/13:

13:57 Changeset [15084] by tbretz
Adapted to new style of writing a schedule.
13:56 Changeset [15083] by tbretz
Example for a schedule in the new style.
13:46 Changeset [15082] by tbretz
Some minor logic fixed around the bias crate calibration.
13:43 Changeset [15081] by tbretz
Fixed the deletion of alarms from the list
13:42 Changeset [15080] by tbretz
If alarms are cleared sending an empty string, it is not necessary to produce any output on the console.
13:41 Changeset [15079] by tbretz
It is not necessary anymore to send a fake empty strng in Comment or Alarm.
13:40 Changeset [15078] by tbretz
Emit an empty string if no arguments are given in dim.log
12:21 Changeset [15077] by tbretz
Added more examples for get()
12:21 Changeset [15076] by tbretz
Some small fixes to the text.
12:20 Changeset [15075] by tbretz
Do not add something to the history in the StaticPrompt if it is identical to the last history entry.
12:20 Changeset [15074] by tbretz
Added the new function v8.timeout
12:19 Changeset [15073] by tbretz
Implemented v8::timeout and let dim.getDescription return an object of type Description; some improvements to the exception handling of the java console, which ensures that (hopefully) all exceptions are handled and printed and that all of them are catched before the next execution; make sure that all threads are stopped before the return to the command line prompt; made the bahaviour of dim.wait more intuitive; fixed a bug which caused the thread-ids to be not correctly removed from the list after a thread terminated
11:57 Changeset [15072] by tbretz
Added exceptions to the descriptions.

03/14/13:

10:12 Changeset [15071] by tbretz
return does not exist if it is not a function which is called; run.data must be runs.data.
10:11 Changeset [15070] by tbretz
Fixed a problem with overwriting of an existing variable name in case of failure.
10:05 Changeset [15069] by tbretz
Added reading of pixel map and setting of initial thresholds for hot patches; implemented reading the configuration from the resources.
04:44 Changeset [15068] by Daniela Dorner
added additional variables
04:43 Changeset [15067] by Daniela Dorner
added (script to fill ratescan info to db)
04:43 Changeset [15066] by Daniela Dorner
added (script to fill thresholds to DB)
04:41 Changeset [15065] by Daniela Dorner
added crons for new scripts
Note: See TracTimeline for information about the timeline view.