|
This script is not yet supported (and may never be), but is provided in the interim because many users may find it valuable. Questions about this script should be referred to the script author. The status of the script is noted.
Name:
bb - A utility to convert "pseudo binary" to readable integers (similar to the old pb utility but is simpler and can handle larger numbers).
Status:
If folks really find this useful it could be supported. Let us know.
Information:
This script prompts for 'pseudo binary' code and converts it to a readable integer. Pseudo binary is the compressed data format used by many data collection platforms transmitting via GOES satellite.
To run the script, simply download it, make it executable (chmod +x bb), and type the script name to execute it. Script then prompts for the pseudo binary to decode.
Script Language:
perl
Author(s): (for unsupported scripts, please address questions/comments to the author)
Original author Barry Jackson (btjackson@usgs.gov) written with specs provided by Bubba Brossett (brossett@usgs.gov), Little Rock, Arkansas.
Known Problems/Limitations/Need Improvements:
May not work with all types of 'pseudo binary' - in particular 'Campbell binary' seems to be different than traditional pseudo binary and may not work with this script (untested...).
Latest Version Release Notes: