Skip to content

Default value for lookup table relative error threshold. #186

@YooSunYoung

Description

@YooSunYoung

Can we have a default value of this LookupTableRelativeErrorThreshold so that we can just set an empty dictionary as a default parameter...?

Or do we always want to explicitly set the error threshold...?

table=table, error_threshold=error_threshold[detector_name]

wf = GenericNeXusWorkflow(run_types=run_types, monitor_types=monitor_types)
for provider in eto_to_tof.providers():
wf.insert(provider)
wf.insert(load_tof_lookup_table)
# Default parameters
wf[PulseStrideOffset] = None

Metadata

Metadata

Assignees

No one assigned

    Labels

    essreduceIssues for essreduce.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions