NerveMshCreator.save
- NerveMshCreator.save(fname='nervemshcreator.json', save=True, mshfname=None, blacklist=[], **kwargs)[source]
Return extracellular context as dictionary and eventually save it as json file NB: caution, first argument is fname to match with MshCreator.save arguments
- Parameters:
save (bool) – if True, save in json files
fname (str) – Path and Name of the saving file, by default “extracel_context.json”
- Returns:
context_dic – dictionary containing all information
- Return type:
dict