sidereal.py
H_PAT
This regular expression matches “h” or “H”. It is used in parsing quantities in hours.
h
H
H_PAT = re.compile ( r'[hH]' )