nabu.pipeline.helical.dataset_validator module¶
- class nabu.pipeline.helical.dataset_validator.HelicalDatasetValidator(nabu_config, dataset_info, logger=None)[source]¶
Bases:
FullFieldDatasetValidator
Allows more freedom in the choice of the slice indices
Perform a coupled validation of nabu configuration against dataset information. Check the consistency of these two structures, and modify them in-place.
- Parameters:
nabu_config (dict) – Dictionary containing the nabu configuration, usually got from nabu.pipeline.config.validate_config() It will be modified !
dataset_info (DatasetAnalyzer instance) – Structure containing information on the dataset to process. It will be modified !