source: trunk/FACT++

Revision Log Mode:


Legend:

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