|
|
@17920
|
10 years |
tbretz |
Added NotReady and Ready
|
|
|
@17919
|
10 years |
tbretz |
Added OnStandby, Warning and Critical.
|
|
|
@17918
|
10 years |
tbretz |
First version of the control for the sky quality meter.
|
|
|
@17917
|
10 years |
tbretz |
Added a virtual function which allows the derived class to handle if a ...
|
|
|
@17916
|
10 years |
tbretz |
Start a new connection attempt if connection has failed.
|
|
|
@17884
|
10 years |
tbretz |
Fixed a compiler issue.
|
|
|
@17883
|
10 years |
tbretz |
Added an autoamtic reconnect if the received stream is broken.
|
|
|
@17882
|
10 years |
tbretz |
Disabled the second broken Humidity sensor.
|
|
|
@17856
|
11 years |
tbretz |
Added the possibility to retrieve different file names in the ...
|
|
|
@17852
|
11 years |
tbretz |
Take pixels above maximum out of image parameter calculation; changed ...
|
|
|
@17851
|
11 years |
tbretz |
Some updated to get it properly working.
|
|
|
@17848
|
11 years |
tbretz |
Reordered the elements in the display.
|
|
|
@17847
|
11 years |
tbretz |
Added some information on MC data.
|
|
|
@17843
|
11 years |
tbretz |
Fixed/simplified width/length/disp calculation by applying the scale ...
|
|
|
@17841
|
11 years |
tbretz |
Adapted to the new MC files and paths.
|
|
|
@17840
|
11 years |
tbretz |
Some updates to the CodeMirror colorizer.
|
|
|
@17838
|
11 years |
tbretz |
No fading for tooltip - hopefully this solves the 'maximum stack ...
|
|
|
@17825
|
11 years |
tbretz |
Reset the event to 0 when a new file is opened. That was ...
|
|
|
@17824
|
11 years |
tbretz |
Some layout improrvements around the checkboxes for the run type.
|
|
|
@17823
|
11 years |
tbretz |
The MC checkbox was not yet properly handled.
|
|
|
@17822
|
11 years |
tbretz |
Added isMC, isDRS and isCalibrated
|
|
|
@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; ...
|
|
|