polyvertex / fitdecode

A FIT file parsing and decoding library written in Python3
MIT License
155 stars 33 forks source link

Disable CRC reading for faster processing #1

Closed xmedeko closed 5 years ago

xmedeko commented 6 years ago

I would like to have an option to disable CRC check completely to speed up processing of the large FITs. I.e. some three state enum: DISABLED, READ-ONLY, ENABLED.

Note: the FIT SDK does not report CRC errors by default. (I.e. something like READ-ONLY in the above enum.)