issues
search
RecordEvolution
/
IMCtermite
Enables extraction of measurement data from binary files with extension 'raw' used by proprietary software imcFAMOS/imcSTUDIO and facilitates its storage in open source file formats
MIT License
27
stars
9
forks
source link
fix default output format
#7
Closed
mario-fink
closed
3 years ago
mario-fink
commented
3 years ago
cython: print_table():
uses fixed width by default, which is inconvenient and wasting space
change to actual csv with comma by default!!
provide optional parameter for any separation character (like old version and TDM)
mario-fink
commented
3 years ago
234876c5a9c556ec2e2c346a3f1de4375bd7c7d3
cython: print_table():