This is a minor version bringing some fixes in the application.
### Application
- In the HDF5-NX dataset file, the pixel size taken by nabu is now `magnified_pixel_size` instead of `pixel_size`. This will have notable consequences for phase retrieval (`delta_beta` will be much smaller to obtain the same effect).
- The `nabu-config` command line does not need the `--bootstrap` flag anymore, as it is not the default behavior.
- Configuration file: angles in `angles_files` have to be provided in degrees (as for `angles_offset`)
- Fixed some comments in configuration file
- A more helpful error will be returned if either flat/dark is missing from NX file.
"help":"In the case you want to override the angles found in the files metadata",
"help":"In the case you want to override the angles found in the files metadata. The angles are in degree.",
"validator":optional_file_location_validator,
"type":"optional",
},
...
...
@@ -285,7 +285,7 @@ nabu_config = {
},
"overwrite_results":{
"default":"0",
"help":"What to do in the case where the output file exists.\nBy default, the output data is never overwritten and the process is interrupted if the file already exists.\nSet this option to 1 if you want to overwrite without asking.",
"help":"What to do in the case where the output file exists.\nBy default, the output data is never overwritten and the process is interrupted if the file already exists.\nSet this option to 1 if you want to overwrite the output files.",