fascicle.save
- fascicle.save(fname='fascicle.json', extracel_context=False, intracel_context=False, rec_context=False, save=True, _fasc_save=True, blacklist=[])[source]
Save a fascicle in a json file
- Parameters:
fname (str) – name of the file to save the fascicle
extracel_context (bool) – if True, add the extracellular context to the saving
intracel_context (bool) – if True, add the intracellular context to the saving
rec_context (bool) – if True, add the recording context to the saving
blacklist (list[str]) – key to exclude from saving
save (bool) – if false only return the dictionary
- Returns:
key_dict – Python dictionary containing all the fascicle information
- Return type:
dict