Mercurial > hg > orthanc
comparison TODO @ 5326:fbe857e942cd
store metrics as integers instead of floats to avoid precision loss in increments
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 25 Jun 2023 18:28:49 +0200 |
parents | 0b8068aa7142 |
children | b376abae664a |
comparison
equal
deleted
inserted
replaced
5325:9c00e832985f | 5326:fbe857e942cd |
---|---|
35 https://github.com/DCMTK/dcmtk/blob/master/dcmtls/include/dcmtk/dcmtls/tlsciphr.h#L83 | 35 https://github.com/DCMTK/dcmtk/blob/master/dcmtls/include/dcmtk/dcmtls/tlsciphr.h#L83 |
36 (e.g: TSP_Profile_BCP195_ND instead of TSP_Profile_BCP195) | 36 (e.g: TSP_Profile_BCP195_ND instead of TSP_Profile_BCP195) |
37 * Add configurations to enable/disable warnings: | 37 * Add configurations to enable/disable warnings: |
38 - Modifying an instance while keeping its original SOPInstanceUID: This should be avoided! | 38 - Modifying an instance while keeping its original SOPInstanceUID: This should be avoided! |
39 - Modifying a study while keeping its original StudyInstanceUID: This should be avoided! | 39 - Modifying a study while keeping its original StudyInstanceUID: This should be avoided! |
40 * In Orthanc <= 1.12.0, all the metrics were floating-point. | |
41 Since Orthanc >= 1.12.1, all the metrics are integer. | |
42 => Add a data type in class MetricsRegistry. | |
40 | 43 |
41 | 44 |
42 ============================ | 45 ============================ |
43 Documentation (Orthanc Book) | 46 Documentation (Orthanc Book) |
44 ============================ | 47 ============================ |