It looks like your files have 16 bit short integers (NBITS 16), not bytes. Try replacing "byte" with "short" in your header.
Best, Robert On Tue, Nov 22, 2011 at 4:44 PM, Puneet Kishor <[email protected]> wrote: > > I have to figure out what information to extract from the above to create a > FlexRaw compatible header the way readenvi.pl does, but am a loss for now. I > have tried something like the following, but with no luck > > byte > 3 > 43200 18000 1 > > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
