Update hit_l1a.py to use new hit_utils.py functions to handle processing housekeeping data. The utils file was created to share functions needed to process both housekeeping L1A and L1B products.
New Files
test_hit_utils.py
new test file to test functions in hit_utils.py
Updated Files
hit_l1a.py
remove duplicate functions that exist in hit_utils.py and update code to import those functions
Update hit_l1a.py to use new hit_utils.py functions to handle processing housekeeping data. The utils file was created to share functions needed to process both housekeeping L1A and L1B products.
New Files
Updated Files
closes issue #1175