Skip to content

Allow hidding some ewoks input and / or output to Orange

payno requested to merge fix_31 into main

close #31 (closed)

result

interface before the PRScreenshot_from_2023-11-20_09-36-08 interface after the PR and adding the following to the widget

class MyEwoksOrangeWidget:
    ...
    _ewoks_inputs_to_hide_from_orange = (
        "__process__",
        "raw_projections_required",
        "raw_projections_each",
        "raw_darks_required",
        "raw_flats_required",
    )

Screenshot_from_2023-11-20_10-37-21

Edited by payno

Merge request reports