You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.
Extracts data from LRIT Additional Data (ADD) files.
Data includes Alpha-numeric text (ANT), CMDPS (CT/CTT/CTH), and GOCI.
"""
import argparse
from coms import COMS as comsClass
argparser = argparse.ArgumentParser(description="Extracts data from LRIT Additional Data (ADD) files. Data includes Alpha-numeric text (ANT), CMDPS (CT/CTT/CTH), and GOCI.")