-
|
Hi guys, Great to see the new update and the possibility of bypassing the detection image with the assoc mode! However, I struggle to make it work, and the syntax of how to do it is not very clear to me. I am interested in running SE++ to fit models on a list of measurement images in different bands. I construct an assoc file that contains Can you please clarify to me what is the syntax to run SE++ in assoc mode only and bypassing the detection image? I have tried to simply not pass a detection image as an argument in the command line like: But I get the error This happens even if I disable the multithreading ( In case it matters, my model is Could you please provide/describe a simple example of how to run the assoc mode without a detection image? Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 10 replies
-
|
Hi @mShuntov, a bold, and no easy move, especially since the documentation is sub-optimal (meaning non-existent). Also I have always problems setting a run up. Two possible problems:
The second might be the problem. If you continue to have problems I could provide a test data set (originally from @marcschefer ) and you could come from that side. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks so much @mkuemmel ! Setting the assoc file is a simple .txt file. It can read it, because if there was a problem with the format it would raise a different error (e.g. columns correspond to I tried snooping in the source code for this error but didn't find the reason.. So, yes it might be helpful if you can share a working example and I try to figure out what's going on. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Hi @mShuntov, please try two things:
Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @mkuemmel, the first point (adding |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Hi guys, I am coming back to this discussion with another question because I am trying to understand the details of this assoc mode feature. In general, everything it works really really well for me and I am very happy with the results. But, running on 30+ bands I need to look into the nitty-gritty details and try to speed things up wherever possible. It seems that the fitting area (managed by I checked the output Is this something hard coded or can it be controlled via the configuration? Cheers! |
Beta Was this translation helpful? Give feedback.
-
|
The fitting size should scale with the image scale. From you plot that does not seem to be the case. Maybe @marcschefer can have a look at this? Could you provide some example images? |
Beta Was this translation helpful? Give feedback.
-
|
The sizes are defined as pixels of the reference image (which is either the detection image if there is one or the first measurement image). They are scaled to the other images. |
Beta Was this translation helpful? Give feedback.
-
|
I can confirm what @marcschefer described: Note that there is another mechanism to influence the fitting area in the no-detection case. When dealing with rotated images, the fitting area is made to enclose the fitting area in the first image projected to the measurement area. The rotation part of the projection enlarges the fitting area in the measurement image. This can explain the points in the upper left of your diagram. But still the different scale should show up. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @mkuemmel and @marcschefer for the explaination! |
Beta Was this translation helpful? Give feedback.



Hi @mShuntov, please try two things:
--partition-multithreshold=falseto your command. If this works then it is a bug and we open an issue;https://cloud.physik.lmu.de/index.php/s/XYTs7AX7TdFKsF6 to have kind of a fresh start; there is one command that works (--> run.sh);
Hope this helps.