Skip to content

bias_board and bias_channel columns for pixel_dataframe #59

@dneise

Description

@dneise

I'd like to have these two columns in the pixel_dataframe for pure convenience.

p = fact.instrument.get_pixel_dataframe()
p['bias_board_id'] = p.bias_patch_id // 32
p['bias_channel_id'] = p.bias_patch_id % 32

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions