You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only way to modify channel labels is via Sample.as_dataframe() using the col_names kwarg. Then, re-instantiate a new Sample using the DataFrame. This is clunky for "fixing" a label, plus it loses the original metadata. Provide a method to rename channel PnN labels, with optionally setting a new value for the PnS label.
The text was updated successfully, but these errors were encountered:
Currently, the only way to modify channel labels is via
Sample.as_dataframe()
using thecol_names
kwarg. Then, re-instantiate a new Sample using the DataFrame. This is clunky for "fixing" a label, plus it loses the original metadata. Provide a method to rename channel PnN labels, with optionally setting a new value for the PnS label.The text was updated successfully, but these errors were encountered: