v1.0.0-rc.85
This commit is contained in:
@@ -144,6 +144,11 @@ void NXmx::LinkToData_VDS(const StartMessage &start, const EndMessage &end) {
|
||||
VDS(start, "/entry/MX/strongPixels", {total_images}, HDF5DataType((uint32_t) 0));
|
||||
VDS(start, "/entry/MX/bkgEstimate", {total_images}, HDF5DataType(0.0f));
|
||||
VDS(start, "/entry/MX/resolutionEstimate",{total_images}, HDF5DataType(0.0f));
|
||||
|
||||
VDS(start, "/entry/MX/peakCountUnfiltered",{total_images}, HDF5DataType((uint32_t) 0));
|
||||
VDS(start, "/entry/MX/peakCountIceRingRes",{total_images}, HDF5DataType((uint32_t) 0));
|
||||
VDS(start, "/entry/MX/peakCountLowRes",{total_images}, HDF5DataType((uint32_t) 0));
|
||||
VDS(start, "/entry/MX/peakCountIndexed",{total_images}, HDF5DataType((uint32_t) 0));
|
||||
}
|
||||
|
||||
if (start.indexing_algorithm != IndexingAlgorithmEnum::None) {
|
||||
|
||||
Reference in New Issue
Block a user