Skip to content
Snippets Groups Projects
Commit de1f0ac0 authored by payno's avatar payno
Browse files

h52nx: avoid creating master file

parent e7f7ab3f
No related branches found
No related tags found
No related merge requests found
...@@ -176,6 +176,7 @@ class NXTomomillOW( ...@@ -176,6 +176,7 @@ class NXTomomillOW(
self.__configuration_cache.entries = (bliss_scan.entry,) self.__configuration_cache.entries = (bliss_scan.entry,)
self.__configuration_cache.single_file = False self.__configuration_cache.single_file = False
self.__configuration_cache.overwrite = True self.__configuration_cache.overwrite = True
self.__configuration_cache.no_master_file = True
self.__configuration_cache.request_input = self.request_input self.__configuration_cache.request_input = self.request_input
self.__configuration_cache.file_extension = ".nx" self.__configuration_cache.file_extension = ".nx"
......
...@@ -84,7 +84,7 @@ class H5ToNxProcess( ...@@ -84,7 +84,7 @@ class H5ToNxProcess(
raise TypeError( raise TypeError(
"h5_to_nx_configuration should be a dict or an instance of {HDF5Config}" "h5_to_nx_configuration should be a dict or an instance of {HDF5Config}"
) )
config.bam_single_file = True # config.bam_single_file = True
try: try:
convs = nxtomomill_converter.from_h5_to_nx( convs = nxtomomill_converter.from_h5_to_nx(
configuration=config, progress=self.progress configuration=config, progress=self.progress
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment