Skip to content
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

Error while initializing Rayleigh Fit with v4.6 #12

Open
aHafiz11 opened this issue Sep 19, 2023 · 1 comment
Open

Error while initializing Rayleigh Fit with v4.6 #12

aHafiz11 opened this issue Sep 19, 2023 · 1 comment

Comments

@aHafiz11
Copy link

Hi @nikolaos-siomos ,

I encounter another error while trying to run the new version of ATLAS.


Initializing the Rayleigh Fit...

-- channel: 0355xpar
Traceback (most recent call last):
File "C:\Users\afwan\OneDrive\GitHub\ATLAS_master_.py", line 61, in
processing_chain.ray_test(mst_cfg = mst_cfg,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\afwan\OneDrive\GitHub\ATLAS\helper_functions\processing_chain.py", line 388, in ray_test
rayleigh_fit(ray_args, version)
File "C:\Users\afwan\OneDrive\GitHub\ATLAS\visualizer_rayleigh_fit_.py", line 164, in main
fpath = make_plot.rayleigh(dir_out = args['output_folder'],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\afwan\OneDrive\GitHub\ATLAS\visualizer\plotting\make_plot.py", line 268, in rayleigh
run(["magick", "convert", fpath, "-posterize", "8", fpath])
File "C:\Users\afwan\miniconda3\envs\my_env\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\afwan\miniconda3\envs\my_env\Lib\subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\afwan\miniconda3\envs\my_env\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified
(my_env) PS C:\Users\afwan\OneDrive\GitHub\ATLAS>

I am not sure which file the error referring to.

@nikolaos-siomos
Copy link
Owner

Hi @aHafiz11,
this is probably an error having to do with imagemagick. Could you try the new version 0.4.7. You will probably not experience this problem anymore
Best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants