filter_list¶
- rubin_sim.maf.batches.filter_list(all=True, extra_sql=None, extra_info_label=None)¶
Return a list of filters, plot colors and orders.
- Parameters:
- all
bool
, optional Include ‘all’ in the list of filters and as part of the colors/orders dictionaries. Default True.
- extra_sqlstr, optional
Additional sql constraint to add to sqlconstraints returned per filter. Default None.
- extra_info_labelstr, optional
Substitute info_label to add to info_label strings composed per band. Default None.
- all
- Returns:
- list, dict, dict
List of filter names, dictionary of colors (for plots), dictionary of orders (for display)