grss.fit.fit_utils.get_observer_info#
- grss.fit.fit_utils.get_observer_info(obs_df)#
- Creates a list of observer information for each observer code for passing into a libgrss PropSimulation object - Parameters:
- obs_df (pandas DataFrame) – Observation data conatining observer information 
- Returns:
- observer_info – Information about each observer (Spice ID for parent body, longitude, geocentric latitude, and altitude). Shape of each entry changes on type of observation: 4 (optical), 8 (radar), or 9 (doppler). 
- Return type:
- list