-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slam pipeline positions not able to update from previous search #270
Comments
Are the positions input here:
Accurate and robust and something you trust to use for all fits? |
Is there any way to specify all positions manually? The position solver going on behind the scenes is not 100% reliable yet (we're working on fixing this atm) so doing it by hand and getting positions you therefore trust is a good shout (this is what I do). With these lines of code:
You can actually do this if you have
This will use the input positions (e.g. it will skip the position solver) but still update the threshold using these positions. This is more robust and should fix the bug posted above, so try that :). No idea whats causing the bug. |
Can you not just use this GUI or manual input script: https://github.com/Jammy2211/autolens_workspace/blob/release/scripts/imaging/data_preparation/gui/positions.py
I think it would be fine, the line:
Is always updating the distance threshold to be 3.0 times the best solution they trace too previously... so even if your positions are not great the threshold will adapt to prevent it from rejecting plausible mass models. |
I will try this and see how the solutions looks like. Would love to go that way, fingers crossed. |
Hello,
I am running the SLAM pipeline from parametric to pixelization for an interferometer dataset. I modified the script to use the tracer mass of the
mass_total
run of a different dataset for the parametric model search, i.e. fix the mass distribution to be exactly the same as the end result from anothermass_total
run.Unfortunately, when completing the
source_lp
run, the code breaks when trying to get theposition_likelihood
for the next analysis object:The individual slam scripts are the same as in runs where this is not an issue.
I am using the PyAutoLens version that still uses planes.
The relevant script I use is:
The text was updated successfully, but these errors were encountered: