radproc.core.save_idarray_to_txt

radproc.core.save_idarray_to_txt(idArr, txtFile)

Write cell ID values to text file.

Parameters:
idArr : one-dimensional numpy array
containing ID values of dtype int32
txtFile : string
Path and name of a new textfile to write cell ID values into. Writing format: One value per line.
Returns:
No return value