Working with Western Atlas BIT Data

I have an archive of data and I’d like a summary

There is a command line tool tdbitread (a wrapper around TotalDepth.BIT.ReadBIT) which can generate a summary of a body of BIT files. There is a tutorial here: Summarise BIT Files with tdbitread

I’d like to convert BIT files to LAS format files

There is a tutorial here : Converting BIT Files to LAS Files with tdbittolas.

Getting the Frame Data as a numpy Array

TotalDepth’s BIT parser represents the channel data as Numpy arrays. There is a tutorial here on writing code that allows you to access the Numpy channel data directly: Reading a BIT File Log Data

I have some troublesome BIT files

This is a highly specialised area. Feel free to contact the author for advice.