Skip to content

2. Converting the data

Jules Scholler edited this page Mar 9, 2022 · 1 revision

A converter class pipapr.converter.tileConverter is provided to automatically convert a multi-tile data-set. Note that this class can also batch reconstruct APR data to voxel.

tiles = pipapr.parser.colmParser(path, channel=0)
converter = pipapr.converter.tileConverter(tiles)
converter.batch_convert_to_apr()

In practice the user should check for the right parameters and set them correctly in order to get an optimal conversion:

  • Ip_th should be equal to the background level
Clone this wiki locally