You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running lsm.pybdsm_search(<imagename>, threshold=<somevalue>)
then in pybdsm, <somevalue> is not passed to thresh_pix anymore. thresh_pix is set to default value. No error messages from pyxis.
Using directly thresh_pix as an option in lsm.pybdsm_search() works correctly though.
Attached is the pybdsm log file and the pyxis output
from the terminal which shows a first run using lsm.pybdsm_search(threshold=8) and a second run with lsm.pybdsm_search(thresh_pix=8)
When running
lsm.pybdsm_search(<imagename>, threshold=<somevalue>)
then in pybdsm,
<somevalue>
is not passed tothresh_pix
anymore.thresh_pix
is set to default value. No error messages from pyxis.Using directly
thresh_pix
as an option inlsm.pybdsm_search()
works correctly though.Attached is the pybdsm log file and the pyxis output
from the terminal which shows a first run using
lsm.pybdsm_search(threshold=8)
and a second run withlsm.pybdsm_search(thresh_pix=8)
pybdsm.txt
pyxis.txt
The text was updated successfully, but these errors were encountered: