Skip to content

Bayes grid estimation is not called when sometimes necessary #11

Description

@paulbarber

Bayes results are based on searching a multidimensional grid of possible values and then refining from there. This grid needs to be setup to cover the possible range of parameters (lifetime etc.)

In BayesFitWorker.java
On creation of BayesFitWorker class instance BayesFitWorker() looks for min/max == NULL then uses estimategrid() and calls Bayes_set _search_grid() in FLIMlib to set the grid.
So on creation the grid is estimated and set and seems to work with the test data.
Is this done at any other time, or is there a way to force it when the estimation is not correct?
Not sure of the optimal solution. In TRI2 we have an "Estimate Cursors" button which will also estimates the grid. This is where I would look at the sum of entire image transient and estimate the grid on that.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions