File:: util/data_manager.py Tags:: util
Description
This class handles folder creation, dataset indexing and parsing the file to the correct IO class, according to the format. Modular approach allows for the inclusion of new file formats in the future.
Connected Classes
Attributes
folder_name:str - same as VQH session namelatest_index: int - unique identifier of an experiment dataset inside a folder.file_io: FileIO - A specific file reader/writer
Methods
writereadcreate_parent_foldercreate_new_data_folderget_latest_index