Closed dlersch closed 1 month ago
Data parser for AIDAPT has been uploaded and inherits from the jlab_datascience_core. A few functions have been overwritten to implement the interface but have trivial implementations (pass
). Specifically:
save()
/load()
of the module doesn't do anything since the module doesn't contain a state beyond the config
.save_data()
could be implemented but the computation to create the data isn't very expensive, and it wouldn't match well with the current implementation of load_data()
This looks really good! Here are few thoughts that we can discuss:
Goal is to migrate the AIDAPT code from the current repo to this repo. Each hall has its own folder: HallA, HallB, HallC and HallD. For now, please add the HallB dataparser for aidapt. The dataparser should inherit from the jlab_datascience_core