|
|
@17654
|
11 years |
tbretz |
Removed the obsolete ra/dec arguments; output pdf as well
|
|
|
@17653
|
11 years |
tbretz |
Renormalized the relative nergy threshold to 1 at best conditions.
|
|
|
@17651
|
11 years |
tbretz |
Updated with the current prediction from the calibration paper; make ...
|
|
|
@17649
|
11 years |
tbretz |
Removed a stray instantiation of a non-existing variable.
|
|
|
@17647
|
11 years |
tbretz |
Added average and rms of Uov for logging; some updates to show how the ...
|
|
|
@17645
|
11 years |
tbretz |
Removed an unused argument.
|
|
|
@17644
|
11 years |
tbretz |
Implemented the auto pause command, the pause and resume command and a ...
|
|
|
@17640
|
11 years |
tbretz |
Implemented an outomatic voltage off at sunrise
|
|
|
@17639
|
11 years |
tbretz |
Replaced define by enum.
|
|
|
@17636
|
11 years |
tbretz |
Simplified the code to read from the socket; some more cosmitcs and ...
|
|
|
@17624
|
11 years |
dneise |
introduced POD which describes FSC binary output format
|
|
|
@17623
|
11 years |
dneise |
adapted for new firmware version
no ASCII parsing needed, so this was ...
|
|
|
@17540
|
11 years |
tbretz |
Fixed a stupid mistake, the roi is always well defined.
|
|
|
@17520
|
11 years |
tbretz |
Check humidity only when the lid is open, not when a run is started, ...
|
|
|
@17515
|
11 years |
tbretz |
There is no state of the BIAS kLocked.
|
|
|
@17514
|
11 years |
tbretz |
Decided to make kLocked the last state to keep numbers consistent.
|
|
|
@17513
|
11 years |
tbretz |
Added locked state
|
|
|
@17512
|
11 years |
tbretz |
Allow change of ramp target vals durimg ramping; added a shutdown ...
|
|
|
@17498
|
11 years |
tbretz |
Implemented that one can wait for 'not a state' to check if a state ...
|
|
|
@17417
|
11 years |
tbretz |
Fixed a bug when calculating the azimuth from the tpoint data; fixed ...
|
|
|
@17401
|
11 years |
tbretz |
Set beginskip and endskip as explicit argument in GetPixelStats; do ...
|
|
|
@17397
|
11 years |
tbretz |
There was a typo in the wind gusts warning; 98 is too high...
|
|
|
@17395
|
11 years |
tbretz |
Finally updated the function for the Pt1000 to something which is ...
|
|
|
@17394
|
11 years |
tbretz |
Increased the interval in which events are selected close to the 5s ...
|
|
|
@17393
|
11 years |
tbretz |
Fixed a bug which caused replace() to fail. Memory was reallocated and ...
|
|
|
@17389
|
11 years |
tbretz |
Updated Dim service description.
|
|
|
@17376
|
11 years |
tbretz |
Updated to display 1440 pixels now in event display
|
|
|
@17375
|
11 years |
tbretz |
Handle the case when /home/fact is not defined, this can happen for ...
|
|
|
@17369
|
11 years |
tbretz |
Fixed aproblem with the new temperature hist and the displayed GPS time.
|
|
|
@17368
|
11 years |
tbretz |
Do not display 1e2 for the currents if they exceed 100uA
|
|
|
@17367
|
11 years |
tbretz |
Missed the correct calculation of the coefficient derived from the ...
|
|
|
@17366
|
11 years |
tbretz |
Updated prediction with something which takes the distance to the moon ...
|
|
|
@17364
|
11 years |
tbretz |
After startup the status line was blue instead of white.
|
|
|
@17362
|
11 years |
tbretz |
Added server name to startup message.
|
|
|
@17361
|
11 years |
tbretz |
Removed a stray paranthesis
|
|
|
@17360
|
11 years |
tbretz |
The description in the DATA service were in the wrong order
|
|
|
@17359
|
11 years |
tbretz |
Added TEMPERATURE/DATA, AGILENT_CONTROL/DATA and GPS_CONTROL/NEMA
|
|
|
@17358
|
11 years |
tbretz |
Added forward declaration for std::mutex
|
|
|
@17357
|
11 years |
tbretz |
Fixed a compilation error.
|
|
|
@17350
|
11 years |
tbretz |
Adapted the resource type to the zofits argument types
|
|
|
@17348
|
11 years |
tbretz |
A more efficient handling and more options for the path to the log files.
|
|
|
@17347
|
11 years |
tbretz |
Display when lid is moving.
|
|
|
@17346
|
11 years |
tbretz |
Updated the temperature coefficient of the Pt1000 to better fit the ...
|
|
|
@17345
|
11 years |
tbretz |
Automatically try to send STOP if after an UNLOCK the systme is in error.
|
|
|
@17344
|
11 years |
tbretz |
We don't need a warning if the history file cannot be opened, it might ...
|
|
|
@17343
|
11 years |
tbretz |
Removed DimWriteStatistics::CreateDirectory - can be replaced by ...
|
|
|
@17342
|
11 years |
tbretz |
Adapted to the changes in MessageImp to allow the datalogger to write ...
|
|
|
@17341
|
11 years |
tbretz |
Implemented an output if between two messages, the date changes. This ...
|
|
|
@17340
|
11 years |
tbretz |
Fixed an option description.
|
|
|
@17339
|
11 years |
tbretz |
Use the new ReadGrid from Interpolator2D
|
|
|
@17332
|
11 years |
tbretz |
Added a trigger counter in the run and event object and count the ...
|
|
|
@17331
|
11 years |
tbretz |
75s is too short, because in the case of the first event, it can ...
|
|
|
@17330
|
11 years |
tbretz |
Give access to the full information in Open/Write/Close
|
|
|
@17329
|
11 years |
tbretz |
Removed trigger counter - this is now done globally; adapted function ...
|
|
|
@17325
|
11 years |
tbretz |
The status is requested once in a minute, so it is pointless to check ...
|
|
|
@17320
|
11 years |
tbretz |
Implemented missing Overcurrent state.
|
|
|
@17319
|
11 years |
tbretz |
Added some crosschecks for the switching of the night after an recent ...
|
|
|
@17318
|
11 years |
tbretz |
Updated query for case sensitivity of database.
|
|
|
@17316
|
11 years |
tbretz |
|
|
|
@17300
|
11 years |
tbretz |
RunDescription given to Open missed the information about maxevts and ...
|
|
|
@17299
|
11 years |
tbretz |
Added some comments to the code.
|
|
|
@17291
|
11 years |
lyard |
BugFixed fitsdump to display the correct num of rows also for ...
|
|
|
@17280
|
11 years |
tbretz |
When we take data (eg drs-pedestal) and the voltag eis off do not ...
|
|
|
@17278
|
11 years |
tbretz |
Updated the number of bytes in the DRS_RUN service.
|
|
|
@17276
|
11 years |
tbretz |
Set a catalog size which is reasonable for normal data taking / data ...
|
|
|
@17272
|
11 years |
tbretz |
Added night to the end of the DRS_RUNS service.
|
|
|
@17271
|
11 years |
tbretz |
Added night to the DRS_RUNS service.
|
|
|
@17266
|
11 years |
tbretz |
Removed the std:: from the fits classes.
|
|
|
@17259
|
11 years |
lyard |
added output of tables in a file for fitsdump
|
|
|
@17256
|
11 years |
tbretz |
Fixed some compiling issues.
|
|
|
@17252
|
11 years |
tbretz |
Changed the order of arguments to WriteFitsImp.
|
|
|
@17244
|
11 years |
tbretz |
Added new options and commands to configure file compression; added ...
|
|
|
@17238
|
11 years |
tbretz |
Using the new Queue implementation, all queued functions need to ...
|
|
|
@17236
|
11 years |
tbretz |
Using the new Queue implementation, all queued functions need to ...
|
|
|
@17235
|
11 years |
tbretz |
Some changes to limits: An alarm is now posted if the difference ...
|
|
|
@17234
|
11 years |
tbretz |
So far the assumption was that the precise one is the DAC, but (most ...
|
|
|
@17233
|
11 years |
tbretz |
Get the last available drs calibration to initialize the ...
|
|
|
@17232
|
11 years |
tbretz |
Give the night to DrsCalibration::WriteFitsImp
|
|
|
@17231
|
11 years |
tbretz |
Moved the implementation of the output file from a data memember to a ...
|
|
|
@17230
|
11 years |
tbretz |
Use Queue from externals instead of src.
|
|
|
@17229
|
11 years |
tbretz |
Use Queue from externals instead of src.
|
|
|
@17220
|
11 years |
tbretz |
Reverting to last revision.
|
|
|
@17219
|
11 years |
lyard |
draft zofits working with Queue and MemoryManager
|
|
|
@17214
|
11 years |
tbretz |
This fix should change that sometimes the rate is displayed in red ...
|
|
|
@17213
|
11 years |
tbretz |
Some additons to the tab-completion.
|
|
|
@17212
|
11 years |
tbretz |
Added new file format ZFits
|
|
|
@17203
|
11 years |
tbretz |
Added custom channel offsets to correct gain variations seen in the ...
|
|
|
@17192
|
11 years |
tbretz |
Read the mean value for the temperatures directly from the report; ...
|
|
|
@17191
|
11 years |
tbretz |
There is no need to wiat for the commad to be sent.
|
|
|
@17186
|
11 years |
tbretz |
Fixed a typo in the evaluation of the configuration; added sending ...
|
|
|
@17185
|
11 years |
tbretz |
Reverting to last revision.
|
|
|
@17184
|
11 years |
tbretz |
Reverting to last revision.
|
|
|
@17183
|
11 years |
tbretz |
Reverting to last revision.
|
|
|
@17174
|
11 years |
tbretz |
Some minor updates and a bug fix in the format of the NOMINAL service.
|
|
|
@17173
|
11 years |
tbretz |
Use the new algorithm by default; implemented temperature correction ...
|
|
|
@17172
|
11 years |
tbretz |
Read bias patch wise tenmperatures from fscctrl instead of calculating ...
|
|
|
@17170
|
11 years |
tbretz |
Implemented a new service providing bias patch wise temperatures; in ...
|
|
|
@17169
|
11 years |
tbretz |
Improved the median calculation; added a sanity check for the rms ...
|
|
|
@17167
|
11 years |
tbretz |
Added sanity check for rms calculation.
|
|
|
@17166
|
11 years |
tbretz |
There must be a cast to size -- I missed that last time; fixed a bug ...
|
|
|