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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: