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
After a default install as described in README.md, running python main.py and using the default values for each tab (Dataset, Optical Design, Coded Aperture, Acquisition), running each stage results in an error at the "Run Acquisition" stage:
Traceback (most recent call last):
File "/pathto/simca/gui_elements/AcquisitionWidget.py", line 208, in run
self.cassi_system.image_acquisition(use_psf=self.acquisition_config["psf"]["use_psf"],chunck_size=50)
File "/pathto/simca/simca/CassiSystem.py", line 291, in image_acquisition
measurement_in_3D = generate_dd_measurement(scene, self.filtering_cube, chunck_size)
File "/pathto/simca/simca/functions_acquisition.py", line 53, in generate_dd_measurement
filtered_scene[i:i + chunk_size, j:j + chunk_size, :] = filtering_cube[i:i + chunk_size,
ValueError: could not broadcast input array from shape (50,17,3) into shape (50,1,3)
The text was updated successfully, but these errors were encountered:
After a default install as described in README.md, running
python main.py
and using the default values for each tab (Dataset, Optical Design, Coded Aperture, Acquisition), running each stage results in an error at the "Run Acquisition" stage:The text was updated successfully, but these errors were encountered: