For calibration, one way to organize data is to have each NCCatalog corresponds to a particular dataset or artifact. There are cases where you want to use data from multiple NCCatalogs, so having an uniform way of accessing the data through one object as opposed to multiple objects would be nice.
The only problem is that the preprocessing is attached to a struct that wrap NCCatalog, so this might not be as effective.
For calibration, one way to organize data is to have each
NCCatalogcorresponds to a particular dataset or artifact. There are cases where you want to use data from multipleNCCatalogs, so having an uniform way of accessing the data through one object as opposed to multiple objects would be nice.The only problem is that the preprocessing is attached to a struct that wrap
NCCatalog, so this might not be as effective.