|
|
@20102
|
3 years |
tbretz |
Added =-operator exlicitly.
|
|
|
@20067
|
4 years |
tbretz |
That is a better solution.
|
|
|
@20066
|
4 years |
tbretz |
Minor fix on excpetion formatting issue.
|
|
|
@20062
|
4 years |
tbretz |
Allow access to the checksum.
|
|
|
@19856
|
5 years |
tbretz |
Also the include of unordered_map only needs to be secured for ROOTv5 CINT.
|
|
|
@19829
|
5 years |
tbretz |
There is a problem with the rootcint hack with root v6. I hope that ...
|
|
|
@19655
|
5 years |
tbretz |
Added to more functions to be able to access the returncode for the object.
|
|
|
@19552
|
5 years |
tbretz |
Added functions to get rise/transit/set times of any object
|
|
|
@19442
|
6 years |
tbretz |
Added default constructor to SolarObjects.
|
|
|
@19405
|
6 years |
tbretz |
n can be of type size_t, no need for a cast. It will not be negative:
|
|
|
@19404
|
6 years |
tbretz |
Make i consistent with num_cols
|
|
|
@19394
|
6 years |
tbretz |
Minor fix.
|
|
|
@19388
|
6 years |
tbretz |
Declare all functions inline to avoid multiple definitions when ...
|
|
|
@19293
|
6 years |
tbretz |
kSolarStandardHorizon for convenience (no need to include libnova.h ...
|
|
|
@19290
|
6 years |
tbretz |
As a static member it is missing in the dictionary, as an inline ...
|
|
|
@19284
|
6 years |
tbretz |
Removed processings from BlockHeader, as a variable size array, it ...
|
|
|
@19250
|
6 years |
tbretz |
Made the 'only-for-mars' pre-compiler conditionals compatible with root 6
|
|
|
@19087
|
6 years |
tbretz |
Icluded functional for bind
|
|
|
@19003
|
7 years |
tbretz |
Clang has a problem which somehow happends in the root dictionary... ...
|
|
|
@18979
|
7 years |
tbretz |
Use a reinterpret_cast to make the compiler more happy.
|
|
|
@18955
|
7 years |
tbretz |
The specialized template must be declared inline.
|
|
|
@18953
|
7 years |
tbretz |
Implemented a specialized template for Entry::Get in case of a string, ...
|
|
|
@18926
|
7 years |
tbretz |
Some fixes to make Mars compile at ISDC with an old compiler and ...
|
|
|
@18835
|
8 years |
tbretz |
Allow to reset the calibration as obtained from the file - this is as ...
|
|
|
@18830
|
8 years |
tbretz |
Simplified CINT workaround. Added RWTH.
|
|
|
@18827
|
8 years |
tbretz |
Changed to upper case, automatically convert to upper case, use an ...
|
|
|
@18820
|
8 years |
tbretz |
Slightly modified the interface to access the observatory. This allows ...
|
|
|
@18594
|
8 years |
tbretz |
It seems typedefs and templates need to be public with the newer ...
|
|
|
@18462
|
9 years |
tbretz |
Changed the order of the fixed and non-fixed size members to avoid a ...
|
|
|
@18461
|
9 years |
tbretz |
Fixed a problem with the intiatlization of the arrays.
|
|
|
@18460
|
9 years |
tbretz |
Fixed a warning that the increment operator is not defined for a boolean.
|
|
|
@18156
|
10 years |
tbretz |
Added Reset to DrsCalibrateTime and removed the reading and writing of ...
|
|
|
@18143
|
10 years |
tbretz |
Made a mistake by not writing mean and rms.
|
|
|
@18122
|
10 years |
tbretz |
Added ReadFitsImp and WriteFitsImp to read and write time calibration ...
|
|
|
@18119
|
10 years |
tbretz |
Allow to access the calibration coefficients.
|
|
|
@18049
|
10 years |
tbretz |
|
|
|
@18035
|
10 years |
lyard |
Fixed bug related to drs-calibration table
|
|
|
@17976
|
10 years |
mknoetig |
mknoetig: Added static cast to resolve the ambiguous overloaded ...
|
|
|
@17952
|
10 years |
tbretz |
Use a general object which stored the coordinates of the solar objects ...
|
|
|
@17951
|
10 years |
tbretz |
A central current predictor.
|
|
|
@17911
|
10 years |
tbretz |
Added a possibility to turn off exceptions for SetPtrAddress operations
|
|
|
@17849
|
11 years |
tbretz |
Made std::to_string ISDC-prove.
|
|
|
@17779
|
11 years |
tbretz |
Use COmmentFromType and SizeFromType from FITS namespace; try using ...
|
|
|
@17778
|
11 years |
tbretz |
Cleanup includes and defines; moved CommentFromType and SizeFromType ...
|
|
|
@17777
|
11 years |
tbretz |
Solved the problem that so far cint does not define __MARS__; added an ...
|
|
|
@17776
|
11 years |
tbretz |
Added a function to check whether a key is a reserved key; added the ...
|
|
|
@17767
|
11 years |
tbretz |
Fixed a minor compilation problem.
|
|
|
@17766
|
11 years |
tbretz |
Removing the std::exception_ptr by an ifdef is dangerous, because CINT ...
|
|
|
@17761
|
11 years |
tbretz |
Added an semi-automatic setting of PACKAGE_NAME, PACKAGE_VERSION and ...
|
|
|
@17757
|
11 years |
tbretz |
MTime is not needed here anymore.
|
|
|
@17754
|
11 years |
tbretz |
There were some casts missing to allow large memory sizes
|
|
|
@17753
|
11 years |
tbretz |
I am not sure this is needed here, but to avoid potential problems I ...
|
|
|
@17752
|
11 years |
tbretz |
The condition was wrong... it was not possible to properly set the ...
|
|
|
@17751
|
11 years |
tbretz |
I realized that we were one level too high with deriving the class. ...
|
|
|
@17750
|
11 years |
tbretz |
Improved error message.
|
|
|
@17749
|
11 years |
tbretz |
Give CINT a hint about the size of the structures.
|
|
|
@17748
|
11 years |
tbretz |
Minor simplifications.
|
|
|
@17747
|
11 years |
tbretz |
'using namespace std' should never appear in header
|
|
|
@17743
|
11 years |
tbretz |
Some fixes to the no-exception part.
|
|
|
@17685
|
11 years |
tbretz |
Fixed revision 17607. When starting with tile 0 the currentTile can be ...
|
|
|
@17677
|
11 years |
tbretz |
Fixed the last fix... using a variable type which allows hundreds of ...
|
|
|
@17667
|
11 years |
lyard |
fixed uint32 bug for max available memory
|
|
|
@17650
|
11 years |
tbretz |
Commented two unused variables to avoid compiler warnings.
|
|
|
@17648
|
11 years |
tbretz |
Fixed a typo in a comment.
|
|
|
@17607
|
11 years |
lyard |
Fixed bug that wrongly calculated the checksum of compressed files. ...
|
|
|
@17559
|
11 years |
aparavac |
Added compatibilty for gcc 4.7 and c11 std
|
|
|
@17539
|
11 years |
lyard |
moved uint64 to int64 in DrsCalibration member variables
|
|
|
@17402
|
11 years |
tbretz |
Updated to allow a real streaming, even for shrunk files.
|
|
|
@17400
|
11 years |
tbretz |
To determine the maximum devision by 8 is not necessary, only for the ...
|
|
|
@17392
|
11 years |
tbretz |
Simplified: keep a list of all skipped tables. There is no need to lop ...
|
|
|
@17382
|
11 years |
tbretz |
Simplified conditional.
|
|
|
@17338
|
11 years |
tbretz |
Updated the interface to have an option to read directly from a file.
|
|
|
@17336
|
11 years |
tbretz |
Added a new spike removal algorithm; changed the interface from 'all ...
|
|
|
@17305
|
11 years |
lyard |
Moved catalog reconstruction only when a row is read so that headers ...
|
|
|
@17304
|
11 years |
lyard |
Adapted compilation on older Gcc
|
|
|
@17302
|
11 years |
tbretz |
fRealRowWidth is know already before the header is written, so it can ...
|
|
|
@17301
|
11 years |
tbretz |
Removed an obsolete const-qualifier... again.
|
|
|
@17298
|
11 years |
lyard |
Fixed wrong header bug
|
|
|
@17297
|
11 years |
tbretz |
Added some more tweaks needed by CINT (default constructors, handling ...
|
|
|
@17296
|
11 years |
lyard |
Gave the possibility to change the number of threads, as long as ...
|
|
|
@17295
|
11 years |
tbretz |
Removed an obsolete const-qualifier
|
|
|
@17293
|
11 years |
tbretz |
Found a better solution to allow rootcint to parse unordered_map.
|
|
|
@17292
|
11 years |
tbretz |
Added some tweaks to allow root cint to parse the C++11 stuff.
|
|
|
@17290
|
11 years |
tbretz |
Added a Compression constructor which allows CINT to pass the argument ...
|
|
|
@17289
|
11 years |
tbretz |
Added missing Mars style exception handling.
|
|
|
@17288
|
11 years |
lyard |
Bugfix to be able to reuse the same zofits object to write more than ...
|
|
|
@17285
|
11 years |
lyard |
fixed bug related to thread-safe-ness
|
|
|
@17284
|
11 years |
lyard |
added special case for sanity checks if calibration table is compressed
|
|
|
@17283
|
11 years |
lyard |
added no-wait condition when processing is immediate
|
|
|
@17282
|
11 years |
tbretz |
Added some more missing std:: for the compilition in Mars
|
|
|
@17281
|
11 years |
tbretz |
Use the correct define as setup by configure
|
|
|
@17277
|
11 years |
tbretz |
Missed the possibility to setup the number of tiles after the ...
|
|
|
@17275
|
11 years |
tbretz |
The allowed-scheme to distinguish between what to do in case of a ...
|
|
|
@17274
|
11 years |
tbretz |
Added more missing std::
|
|
|
@17269
|
11 years |
tbretz |
Instead of a lot of conditionals in case of no queue, the queues are ...
|
|
|
@17268
|
11 years |
tbretz |
Implemented a <-operator to allow for sorting and the possibility to ...
|
|
|
@17267
|
11 years |
tbretz |
Added header guard.
|
|
|
@17265
|
11 years |
tbretz |
changed std::ofits to just ofits
|
|
|
@17264
|
11 years |
tbretz |
Hopefully finished removing the std namespace from the headers.
|
|
|
@17263
|
11 years |
tbretz |
Added more std:: namespace qualifiers
|
|
|