get_instrument_path_and_class_name¶
- sofia_redux.scan.utilities.class_provider.get_instrument_path_and_class_name(instrument)[source]¶
Get the module path and class name prefix for a given instrument name.
- Parameters:
- instrumentstr
The name of the instrument.
- Returns:
- instrument_module_path, class_prefixstr, str
The instrument module path such as ‘sofia_redux.scan.custom.hawc_plus’ and the class name prefix for the instrument such as ‘HawcPlus’.