When defining the desired satellite, using EAST works fine, but defining it as "WEST" does not when using the example below: ```python G = GOES(satellite="WEST", product="ABI-L1b-RadC", domain=selected_domain, bands=selected_option_actual) ```