| # config_camus.yaml - comments were autogenerated from PARAMETER_DESCRIPTIONS in zea/config/parameters.py | |
| # The data section contains the parameters for the data. | |
| data: | |
| # The path of the folder to load data files from (relative to the user data | |
| # root as set in users.yaml) | |
| dataset_folder: hf://zeahub/camus-sample | |
| # The path of the file to load when running the UI (either an absolute path or | |
| # one relative to the dataset folder) | |
| file_path: val/patient0401/patient0401_4CH_half_sequence.hdf5 | |
| # true: use local data on this device, false: use data from NAS | |
| local: false | |
| # The form of data to load (raw_data, rf_data, iq_data, beamformed_data, | |
| # envelope_data, image, image_sc) | |
| dtype: image_sc | |
| # The dynamic range for showing data in db [min, max] | |
| dynamic_range: [-60, 0] | |
| # The frame number to load when running the UI (null, int, 'all') | |
| frame_no: all | |
| # The type of data to convert to (raw_data, aligned_data, beamformed_data, | |
| # envelope_data, image, image_sc) | |
| to_dtype: image_sc | |
| # Settings pertaining to plotting when running the UI (`zea --config | |
| # <path-to-config.yaml>`) | |
| plot: | |
| # Set to true to save the plots to disk, false to only display them in the UI | |
| save: true | |
| # The plotting library to use (opencv, matplotlib) | |
| plot_lib: opencv |