|
|
@17821
|
11 years |
tbretz |
Make it easier to debug printing the executed command.
|
|
|
@17820
|
11 years |
tbretz |
Added support for reading DRS calibration constants and Monte Carlo files.
|
|
|
@17819
|
11 years |
tbretz |
Added support to display the DRS calibration constants and Monte Carlo ...
|
|
|
@17818
|
11 years |
tbretz |
Return drs files and MC files as well, compile the path properly.
|
|
|
@17817
|
11 years |
tbretz |
Some small layout improvements; added the MC checkbox and the Drs checkbox.
|
|
|
@17816
|
11 years |
tbretz |
Switch CodeMirror theme to our own theme; some improvements in the ...
|
|
|
@17815
|
11 years |
tbretz |
Added CodeMirror theme.
|
|
|
@17814
|
11 years |
tbretz |
Some small layout improevemnts; added Grid-checkbox
|
|
|
@17813
|
11 years |
tbretz |
Remove the carriage return from returned editor contents ;)
|
|
|
@17812
|
11 years |
tbretz |
Allow gaps in the returned array of arrays; null is interpreted as 0 - ...
|
|
|
@17811
|
11 years |
tbretz |
Minor optimizations.
|
|
|
@17810
|
11 years |
tbretz |
Recalculate the image parameters with each redraw to allow to use the ...
|
|
|
@17808
|
11 years |
tbretz |
Added debug for caluclation time and removed the second loop from the ...
|
|
|
@17807
|
11 years |
tbretz |
Added a checkbox for displaying the image and a help text for the ...
|
|
|
@17806
|
11 years |
tbretz |
Forgot to remove the debug output
|
|
|
@17805
|
11 years |
tbretz |
Implemented the calculation of the basic image paremeters and the ...
|
|
|
@17800
|
11 years |
tbretz |
It is nicer to have teh distance between two neighbors as 1. ...
|
|
|
@17799
|
11 years |
tbretz |
Removed conversion factor. Calculate geometry in degree instead.
|
|
|
@17798
|
11 years |
tbretz |
Updated help text
|
|
|
@17797
|
11 years |
tbretz |
Fixed the calculation of the geometry; added $.conv
|
|
|
@17796
|
11 years |
tbretz |
Make sure image is on top during movement; remove zindex again afterwards
|
|
|
@17793
|
11 years |
tbretz |
Now as JS code in internal.js
|
|
|
@17792
|
11 years |
tbretz |
Neighbors is not used anymore. A JS array will be faster than a php ...
|
|
|
@17791
|
11 years |
tbretz |
Code which is executed before proc and main.
|
|
|
@17790
|
11 years |
tbretz |
Added $.geom and $.map
|
|
|
@17789
|
11 years |
tbretz |
Some updates to the time calculation (more accurate position); check ...
|
|
|
@17788
|
11 years |
tbretz |
Simplified getIndex (now using the coordinate array)
|
|
|
@17775
|
11 years |
tbretz |
unified the tooltip functions.
|
|
|
@17774
|
11 years |
tbretz |
Added the possibility to access calibrated data files.
|
|
|
@17773
|
11 years |
tbretz |
Added the container needed to display the histograms. It is more or ...
|
|
|
@17772
|
11 years |
tbretz |
Added the possibility to load calibrated files, added a slider with ...
|
|
|
@17771
|
11 years |
tbretz |
An interface to access the fits raw data files and get an event in as ...
|
|
|
@17746
|
11 years |
tbretz |
Fixed an issue when the slected pixel had no value attached; some ...
|
|
|
@17745
|
11 years |
tbretz |
There is no need to send the neighbors with the output; trim the null ...
|
|
|
@17744
|
11 years |
tbretz |
Performance improvement in the example.
|
|
|
@17742
|
11 years |
tbretz |
Updated codemirror config; automatically colorize code snippets
|
|
|
@17741
|
11 years |
tbretz |
Added style for match highlighting.
|
|
|
@17740
|
11 years |
tbretz |
Switch to strict mode.
|
|
|
@17739
|
11 years |
tbretz |
Use Codemirror colorized for code snippets in the help text; ...
|
|
|
@17738
|
11 years |
tbretz |
Added xmin and xmax controls for the waveform.
|
|
|
@17732
|
11 years |
tbretz |
Added another accordion for the display of additional controls; ...
|
|
|
@17729
|
11 years |
tbretz |
Darker text color for diables elements in firefox
|
|
|
@17728
|
11 years |
tbretz |
Added marker for selected pixel; added runinfo and trigger info; ...
|
|
|
@17727
|
11 years |
tbretz |
Read more data from getevent; some simplification to the global ...
|
|
|
@17726
|
11 years |
tbretz |
A pixel neighbors table to be used in php.
|
|
|
@17725
|
11 years |
tbretz |
Added evtserver, getevent and soem improrvement to the doc rule.
|
|
|
@17724
|
11 years |
tbretz |
The error message wasn't that clear for the case a schedule of tonight ...
|
|
|
@17723
|
11 years |
tbretz |
Some more help text.
|
|
|
@17722
|
11 years |
tbretz |
By never using more than one php array for a single pixel at a time ...
|
|
|
@17721
|
11 years |
tbretz |
Added missing disable of submit button. Adapted debug output to ...
|
|
|
@17720
|
11 years |
tbretz |
Some minor improvements to layout, mainly nowrap.
|
|
|
@17719
|
11 years |
tbretz |
Fixed the pixel click issue on firefox... and hopefully other browsers ...
|
|
|
@17718
|
11 years |
tbretz |
Increased memory limit to allow for roi=1024 -- There is unfortunately ...
|
|
|
@17717
|
11 years |
tbretz |
Removed an obsolete comment.
|
|
|
@17716
|
11 years |
tbretz |
Do not line break the date in the table header; added more help text.
|
|
|
@17714
|
11 years |
tbretz |
getevent.php is now called index.php; added some more help texts
|
|
|
@17713
|
11 years |
tbretz |
Proc wasn't in the global namespace anymore.
|
|
|
@17712
|
11 years |
tbretz |
Fixed a case when proc returns more than one waveform.
|
|
|
@17711
|
11 years |
tbretz |
Do not process main when only the pixel has been changed; some ...
|
|
|
@17710
|
11 years |
tbretz |
Added a missing whitespace.
|
|
|
@17709
|
11 years |
tbretz |
Some more HTML5 cleanup
|
|
|
@17708
|
11 years |
tbretz |
Fixed table layout.
|
|
|
@17707
|
11 years |
tbretz |
Adapted table name from measurement to Measurement
|
|
|
@17706
|
11 years |
tbretz |
Turn off debug text by default.
|
|
|
@17705
|
11 years |
tbretz |
Added more checks for the schedule.
|
|
|
@17704
|
11 years |
tbretz |
Times could change if the first task was removed from an observation ...
|
|
|
@17703
|
11 years |
tbretz |
Added a help paragraph about the data.
|
|
|
@17702
|
11 years |
tbretz |
Updated the styles for the calendar
|
|
|
@17701
|
11 years |
tbretz |
A first version of the scheduling interface created from the svn/schedule.
|
|
|
@17700
|
11 years |
tbretz |
First version of a web based event viewer.
|
|
|
@17681
|
11 years |
tbretz |
Some updated to the authentication code to make the result more ...
|
|
|
@17680
|
11 years |
tbretz |
Opacity of 'gray out' to 50%
|
|
|
@17679
|
11 years |
tbretz |
Fixed a bug which could cause infinite loops when an event with ...
|
|
|
@17678
|
11 years |
tbretz |
It can happen that an event has been created but no header is ever ...
|
|
|
@17676
|
11 years |
tbretz |
New program to display smartfact events from the previous night during ...
|
|
|
@17675
|
11 years |
lyard |
modified the fitsDecompressor code to take into account the ...
|
|
|
@17674
|
11 years |
lyard |
modified the fitsCompressor code to take into account the refactoring ...
|
|
|
@17673
|
11 years |
tbretz |
Adapted to have three agilentctrl running instead of one.
|
|
|
@17672
|
11 years |
tbretz |
Replaced one agilentctrl by three; fixed the calculatio of the power; ...
|
|
|
@17671
|
11 years |
tbretz |
Removed old agilent.page and replaced that with one per Agilent.
|
|
|
@17670
|
11 years |
tbretz |
Added all three agients
|
|
|
@17669
|
11 years |
tbretz |
Implemented the possibility to start more than one agilentctrl to read ...
|
|
|
@17668
|
11 years |
tbretz |
Remplaced the double backslash in a root axis title by a #. Otherwiese ...
|
|
|
@17659
|
11 years |
tbretz |
Output when the MCP/STOP command has been sent.
|
|
|
@17658
|
11 years |
tbretz |
Even if the event is not valid, attach the latest trigger counter to it.
|
|
|
@17657
|
11 years |
tbretz |
Use the trigger counter from the last event when writing the footer ...
|
|
|
@17656
|
11 years |
tbretz |
To calculate the relative energy threshold not the current must be ...
|
|
|
@17655
|
11 years |
tbretz |
To check for not equal one should use != not == and to add a text to a ...
|
|
|
@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 ...
|
|
|
@17646
|
11 years |
tbretz |
Same LED for VoltageOff and Locked
|
|
|
@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.
|
|
|
@17638
|
11 years |
tbretz |
Allow ir interruption during ovtest, updated shutdown message.
|
|
|
@17637
|
11 years |
tbretz |
Catch when a DRS calibration could not be restored.
|
|
|