sbm.get_instrument_table#
- sbm.get_instrument_table(imo: Imo, imo_version='v2')[source]#
This function generates DataFrame which is used for FGBuster as instrument from IMo.
- Parameters:
imo (lbs.Imo) – IMo object which contains the instrument information given by the litebird_sim
imo_version (str) – version of the IMo. Default is “v2”
- Returns:
DataFrame which contains the instrument information
- Return type:
instrument (pandas.DataFrame)