source: trunk/FACT++/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12850   13 years tbretz Simplified all the loops looping over the columns to be displayed; do ...
(edit) @12849   13 years tbretz Allow 'A' as format.
(edit) @12848   13 years tbretz If we have a fixed char-array and the unit is either text or string ...
(edit) @12847   13 years tbretz fCalibration must be a float because the service takes floats.
(edit) @12846   13 years tbretz Allow 'A' when converting FITS format to Dim format.
(edit) @12844   13 years tbretz There was a mismatch with the units in SOURCE_POSITION
(edit) @12843   13 years tbretz pixH was not needed because it was never used, but the src++ was ...
(edit) @12840   13 years tbretz fCalibration must be resize to 2*416 not 416
(edit) @12839   13 years tbretz Set precision of ra/dec output to 8
(edit) @12838   13 years tbretz Corrected the DB query and output the sources from the DB.
(edit) @12837   13 years tbretz Renamed the tracking with source name to TRACK_SOURCE; replaced C by W ...
(edit) @12836   13 years tbretz PrintHelp didn't output the commands so far - fixed.
(edit) @12835   13 years tbretz Commented variables which were defined but never used in a reasonable ...
(edit) @12834   13 years tbretz Changed an ifdef to make it compile wth boost 1.46
(edit) @12831   13 years tbretz Removed variables which were defined but never really used in any ...
(edit) @12828   13 years tbretz Removed a line producing an unused variable.
(edit) @12827   13 years tbretz Changed ifdef to make it compile with boost 1.46
(edit) @12826   13 years tbretz Changed ifdef to make it compile with boost 1.46
(edit) @12825   13 years tbretz Fixed a couple of stupid mistakes introduced with the last commit.
(edit) @12824   13 years tbretz Changed ifdef to make it compile with boost 1.46
(edit) @12823   13 years tbretz Changed ifdef to make it compile with boost 1.46
(edit) @12822   13 years tbretz Removed a line producing an unused variable.
(edit) @12809   13 years tbretz Added a compile time warning so that we are not surprised that some ...
(edit) @12808   13 years tbretz Removed an obsolete log message.
(edit) @12807   13 years tbretz Added options to read sources names from a database and to start ...
(edit) @12806   13 years tbretz Fixed a compiler warning because a function argument was never used.
(edit) @12805   13 years tbretz Store calibration; implemented command to print a stored calibration; ...
(edit) @12787   13 years tbretz Icreased compatibility with different boost versions.
(edit) @12786   13 years tbretz Icreased compatibility with different boost versions.
(edit) @12785   13 years tbretz In addition to the information whether a drs file exist store also the ...
(edit) @12784   13 years tbretz Should be std::function not boost::function
(edit) @12783   13 years tbretz Icreased compatibility with different boost versions.
(edit) @12782   13 years tbretz Icreased compatibility with different boost versions.
(edit) @12781   13 years tbretz Icreased compatibility with different boost versions.
(edit) @12780   13 years tbretz Icreased compatibility with different boost versions.
(edit) @12772   13 years tbretz Removed more stray debug out; replaced Get<vector<string>> by Vec<string>
(edit) @12771   13 years tbretz Removed some stray debug output
(edit) @12770   13 years tbretz Added a new dim service SOURCE_POSITION and a new command WOBBLE.
(edit) @12766   13 years lyard fixed end of line issue with fitsdump
(edit) @12765   13 years tbretz Removed the stray .his from the boot message
(edit) @12759   13 years tbretz Replaced 'short' by 'incomplete'
(edit) @12758   13 years tbretz Some comment to suppress unnecessary compiler warnings
(edit) @12749   13 years lyard fixed compil without plotting
(edit) @12748   13 years lyard removed plotting
(edit) @12747   13 years lyard put fitsdump in line with fits.h
(edit) @12740   13 years lyard added special minmax for raw data
(edit) @12731   13 years lyard changed from FitsHacker to FitsRepair
(edit) @12730   13 years lyard rowChecker program
(edit) @12729   13 years lyard added more options
(edit) @12727   13 years lyard added minmax and nozero
(edit) @12726   13 years lyard bugfix fitsdump
(edit) @12725   13 years lyard bugfix fitsdump
(edit) @12724   13 years lyard fixed fitsdump warnings
(edit) @12723   13 years lyard replaced cfitsio by fits.h
(edit) @12716   13 years tbretz Make sure fSP always has a valid size.
(edit) @12715   13 years tbretz Added log output in case of a new step size.
(edit) @12711   13 years lyard changed logtime
(edit) @12710   13 years lyard forgot this one yesterday
(edit) @12709   13 years tbretz Commented out access of the non-existing bias-database.
(edit) @12708   13 years lyard added the fits logging of QoS only (I did not want to, Thomas obliged me ;)
(edit) @12705   13 years lyard added more columns in grouping files
(edit) @12704   13 years lyard fixed start bug for aux run files
(edit) @12700   13 years tbretz Always the lower rate should be used, either the camera rate or the ...
(edit) @12699   13 years tbretz Adapted sign of offset to currently used GAPDmap_20111126.txt
(edit) @12698   13 years tbretz Fixed the size of the data sent in the service and changed the ...
(edit) @12689   13 years lyard changed runnum to runid in aux headers
(edit) @12688   13 years lyard added run number in keywords
(edit) @12687   13 years lyard removed plotting in fitsdump svn version
(edit) @12686   13 years lyard added handling of mjdref in fitsdump
(edit) @12675   13 years lyard improved display of fitsdump
(edit) @12674   13 years lyard Added handling of raw data files
(edit) @12672   13 years lyard bug fix
(edit) @12663   13 years tbretz Changed all references to vcoltages to DAC
(edit) @12654   13 years tbretz Changing the step size didn't work with the previous implementation.
(edit) @12653   13 years tbretz Little fixed to the new weather data.
(edit) @12652   13 years tbretz Get the magic weather station data properly into the GUI.
(edit) @12649   13 years tbretz Do not send tracking reports if there is no tracking (MJD==0)
(edit) @12648   13 years tbretz Fixed a bug which caused the feedback to ramp up the voltages even ...
(edit) @12647   13 years tbretz
(edit) @12639   13 years tbretz Fixed a compiler warning.
(edit) @12638   13 years tbretz Some little improvement to command descriptions.
(edit) @12637   13 years tbretz fMjd now Unix time.
(edit) @12636   13 years tbretz Adapted writing of TSTART and TSTOP to fMjd in the data logger now ...
(edit) @12634   13 years tbretz Initialize the trigger counters to zero.
(edit) @12620   13 years tbretz Removed some stray endl in messages.
(edit) @12619   13 years tbretz Implemented writing to the header whether a corresponding drs-calib ...
(edit) @12618   13 years tbretz Implemented Time::UnixDate and use this instead of UnixTime when ...
(edit) @12617   13 years tbretz Removed some debug output.
(edit) @12616   13 years tbretz Changed TSTART/TSTOP according to match the latest changes in the raw ...
(edit) @12615   13 years tbretz Some fixed to the latest changes.
(edit) @12613   13 years tbretz Implemented TSTART and TSTOP as integral and fractional part of Unix ...
(edit) @12612   13 years tbretz Set the file format back to kCalib if the thrid drs calibration run is ...
(edit) @12611   13 years tbretz Added MJDREF and TIMEUNIT to header.
(edit) @12605   13 years tbretz Implemented counters for the different trigger types and time of first ...
(edit) @12571   13 years tbretz Fixed more option description.
(edit) @12570   13 years tbretz Fixed some option description.
(edit) @12555   13 years tbretz Added the UNIX start-time to the report.
(edit) @12542   13 years tbretz Start the calibration even when the voltage is off
(edit) @12540   13 years tbretz Fixed a bug which could cause crahses when a transmission is ...
(edit) @12538   13 years lyard moved the flush from every row entry to every minute
Note: See TracRevisionLog for help on using the revision log.