radproc.core.import_idarray_from_txt

radproc.core.import_idarray_from_txt(txtFile)

Imports cell ID values from text file into one-dimensional numpy-array.

Parameters:
txtFile : string
Path to a textfile containing cell ID values. Format: One value per line.
Returns:
idArr : one-dimensional numpy-array of dtype int32