currently as it is, the PSF is being replicated into each parallel process. refactor the code in generate_synthetic_data_v1.py so that process_single_iteration can take as input PSF_ref, where PSF_ref = ray.put(PSF)
Need to make adjustments to code in utils as well. maybe reorganize where the files belong.
currently as it is, the PSF is being replicated into each parallel process. refactor the code in
generate_synthetic_data_v1.pyso thatprocess_single_iterationcan take as inputPSF_ref, wherePSF_ref = ray.put(PSF)Need to make adjustments to code in
utilsas well. maybe reorganize where the files belong.