source: trunk/Mars/mcore

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16670   11 years tbretz Removed the include for arpa/inet.h for CINT to make CINT be happy.
(edit) @16669   11 years tbretz Error messages wrongly formatted; setting the bad-bit was missing - ...
(edit) @16603   11 years tbretz Fixed some stupid mistakes of the changes yesterday... maybe I was too ...
(edit) @16602   11 years tbretz Just some cosmetics... using a reverse iterator to inetrate from the ...
(edit) @16564   11 years tbretz Fixing the typo only at one place is not enough; removed the include ...
(edit) @16563   11 years tbretz Turned the login in the loop to ensure no access if no data (can this ...
(edit) @16561   11 years tbretz Performance improved and heavily tested version of the DRS calibration ...
(edit) @16560   11 years tbretz Performance improved and heavily tested version of the calibration ...
(edit) @16546   11 years tbretz Improved performance of checksum calculation by partly unrolling the ...
(edit) @16502   11 years lyard fixed bug with negative start cell
(edit) @16495   11 years lyard removed debug output
(edit) @16485   11 years lyard changed drs calib table name
(edit) @16443   11 years lyard more tweaks to factfits
(edit) @16442   11 years tbretz If exceptions are not enabled, don't throw...
(edit) @16428   11 years tbretz Added copy cnstructor to DrsCalibration; allow CorrectStep to be ...
(edit) @16427   11 years tbretz Replaced push_back by emplace_back and size() by empty() where ...
(edit) @16426   11 years tbretz Fixed some typos and a compiler warning.
(edit) @16425   11 years tbretz requestedTile and currentTile should be uint32_t in ReadBinaryRow; no ...
(edit) @16424   11 years tbretz Added new member in Column to store the total number of bytes; ...
(edit) @16418   11 years lyard Fixed bugs from improvements
(edit) @16417   11 years tbretz removed the obsolete mightFail from the constructor; some little ...
(edit) @16416   11 years tbretz removed the obsolete mightFail from the constructor; some little ...
(edit) @16415   11 years tbretz added total_bytes to support the new member functions GetHeapShift and ...
(edit) @16414   11 years lyard Fixed little size_t to off_t bug
(edit) @16374   11 years tbretz Added ln_get_lunar_phase
(edit) @16331   11 years lyard Added comment functions to ofits.h
(edit) @16287   11 years lyard got rid of a cast on tellg
(edit) @16285   11 years lyard added new files for fitsCompressor and compressed files read headers
(edit) @16284   11 years lyard added fitsCompressor and compressed files read headers
(edit) @15627   11 years lyard bugFix
(edit) @15364   11 years tbretz Implemented the possibility to stream the input file immediately also ...
(edit) @15278   11 years lyard fixed wrong run type display, fixed calibration loading
(edit) @15268   11 years tbretz Added the misisng namespace for endl in case or MARS
(edit) @15267   11 years tbretz It seems there is a problem with the defines used by CINT in AcLiC and ...
(edit) @15266   11 years tbretz Allocation the buffer on the stack can give problems because it is ...
(edit) @15254   11 years tbretz Added ln_get_solar_equ_coords and ln_get_lunar_sdiam
(edit) @15218   11 years tbretz Added hv(PixelMapEntry\&) as member function
(edit) @15215   11 years tbretz
(edit) @15214   11 years tbretz Moved a lot of code to the header file, removed dependencies from ...
(edit) @15207   11 years tbretz Fixed a compilation issue and the coordinate system problem.
(edit) @15203   11 years tbretz Added GetEquFromHrz
(edit) @15197   11 years tbretz
(edit) @15125   12 years tbretz Reorganized some code around the triming of comments to get more ...
(edit) @15085   12 years tbretz To 'solve' the problem with the unordered_map MARS will now use a ...
(edit) @15013   12 years tbretz Fixed name of data member.
(edit) @15008   12 years tbretz Added data mebers to store begin and end date of runs and drs calib; ...
(edit) @14965   12 years tbretz Added ___warn___
(edit) @14960   12 years tbretz Fixed a compilation issue Etienne had introduced with his latest changes.
(edit) @14949   12 years tbretz Added a lot of comments to the timing calibration functions.
(edit) @14935   12 years tbretz Add changes necessary to remove fits completely from namespace std in MARS.
(edit) @14933   12 years tbretz Encapsulated the std-namespace in ifdefs. It seems that ACLIC doesn't ...
(edit) @14904   12 years tbretz Reverting to last revision.
(edit) @14896   12 years tbretz Added MCalibrateFact and MCalibrateDrsTimes
(edit) @14889   12 years tbretz Added GetNumRows
(edit) @14867   12 years lyard Added requirement to explicitely allow for fits comments auto-trim
(edit) @14865   12 years tbretz Added a new function to treat the spikes; improved treatment for steps ...
(edit) @14860   12 years tbretz Added a complete list of stdint.h members for CITN.
(edit) @14795   12 years tbretz
(edit) @14792   12 years lyard Added fits output for MC data
(edit) @14619   12 years tbretz Fixed a bug in GetPixelStats... the first value was added twice
(edit) @14484   12 years tbretz Make cint happy for newer root versions.
(edit) @14405   12 years tbretz Correctly initialize MTime; if the gain is 0 because a sample is ...
(edit) @14237   12 years tbretz Added missing virtual destructor.
(edit) @14203   12 years tbretz Return row 0 if file was not yet opened.
(edit) @14199   12 years tbretz Made ofits::Key public; added a SetRaw function.
(edit) @14197   12 years tbretz Added code to correct for the drs steps; added WriteFitsImp and code ...
(edit) @14101   12 years tbretz Added step remove algorithm.
(edit) @14080   12 years tbretz Made InitSize virtual
(edit) @13999   12 years tbretz Added missing const-qualifiers
(edit) @13998   12 years lyard added the computation of the primary header checksum
(edit) @13988   12 years tbretz Added two lost const qulifiers.
(edit) @13987   12 years lyard fixed checksum issues with the ofits class.
(edit) @13940   12 years tbretz Return the maximum found in GetPixelStats
(edit) @13225   13 years tbretz Do not read more than the expected number of rows per default.
(edit) @13115   13 years lyard moved EXTNAME keyword further down for compatibility with fverify
(edit) @13000   13 years tbretz Fixed a few shadows of previous local
(edit) @12996   13 years tbretz Added automatic checksum checking.
(edit) @12995   13 years tbretz First version of a fits writer.
(edit) @12967   13 years tbretz Fixed some trivial compiler warnings.
(edit) @12946   13 years tbretz Updated some log-messages; added RemoveSpikes2
(edit) @12924   13 years tbretz Added DrsCalibrateTime; removed obsolete old AddT
(edit) @12845   13 years tbretz Implemented 'A' as 8-bit characters; in SetPtrAddress: return an ...
(edit) @12792   13 years tbretz Fixed the 'Empty' TUNIT
(edit) @12737   13 years tbretz added an unordered_map to allow access to the read members by name
(edit) @12732   13 years tbretz Adapted memember function names to Mars convention; fixed a type in a ...
(edit) @12722   13 years lyard added a few accessor functions
(edit) @12714   13 years tbretz Implemented to allow a missing END tag or decline it.
(edit) @12707   13 years lyard added handling of missing END keyword
(edit) @12626   13 years tbretz Return the dfeault constructor rather then 0, to allow using of the ...
(edit) @12503   13 years tbretz Make sure that we don't get exceptions from old drs calib files ...
(edit) @12500   13 years tbretz Some fixes to the new AddT to make it compile.
(edit) @12487   13 years tbretz Preliminary version of a time calibration algorithm
(edit) @12479   13 years tbretz Write the run-numbers to position 1,2,3 instead of 0,1,2; 0 is now ...
(edit) @12471   13 years tbretz Changed the Apply function to support the time marker channels; added ...
(edit) @12466   13 years kraehenb Fixed the PrintKeys() bug, the function works now as expected. ...
(edit) @12423   13 years tbretz Fixed some missing STL includes.
(edit) @12343   13 years tbretz Moved some common code between MARS and FACT++ to DrsCalib.h as new ...
(edit) @12329   13 years tbretz Changed the 'define all' and 'define err' in a way that it is less ...
(edit) @12326   13 years tbretz Removed comments; replaced code in Apply by ApplyCh; fixed the problem ...
(edit) @12285   13 years tbretz Removed stray debug output.
Note: See TracRevisionLog for help on using the revision log.