get_cellnumbers_from_confile¶
- simrun.utils.get_cellnumbers_from_confile(confile)¶
- Get the amount of cells of each type from a confile. - get_cellnumbers_from_confile()reads the confile and returns (alongisde the anatomical ID, here unused) a dictionary of the format:- {cell_type: [(cellType, cellID, synID), ...]}- This method fetches the cellID of the last cell each cell type and adds 1 to infer the amount of cells of that type. 
Documentation unclear, incomplete, broken or wrong? Let us know