lwa-project / orville_wideband_imager

The Orville Wideband Imager
https://leo.phys.unm.edu/~lwa/lwatv2.html
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Update OrvilleImageDB.py #10

Closed ctaylor-physics closed 2 years ago

ctaylor-physics commented 2 years ago

For this change I assumed that "mask = numpy.fromfile(self.file, 'u1', nchan)" returns a boolean array of size (198,) where flagged channels are True. Not sure if I can really test if that is the correct assumption, so let me know if that is wrong.

Craig