Skip to content

[Beer] Replace two theta mask function with easier to inspect and understand type #199

@jokasimr

Description

@jokasimr

Currently in the beer workflow TwoThetaMask is a function angle -> bool.
This is very "flexible" but in practice not so useful.

Problems:

  • Can not be inspected easily wf.compute(TwoThetaMask) returns function.main.lambda at xyzabc123.
  • Harder to define for users.

Solution:

  • Replace it with a tuple that defines the upper and lower limits.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions