from compare_halos import compare_halo_resolutions for wf in ["DB2", "DB4", "DB8", "shannon"]: for res in [128, 256, 512]: compare_halo_resolutions( ref_waveform="shannon", comp_waveform=wf, reference_resolution=128, comparison_resolution=res, plot=False, plot3d=False, velo_halos=True, single=False )