Rafael Vescovi

Results 2 issues of Rafael Vescovi

I have files named: `random_start/test_raf/Cocoa_proc/int-2-Cocoa_3_37023.pickle` because of the 'tar' in start mod_input keeps trying to open the pickles as tar. https://github.com/cctbx/cctbx_project/blob/c6e33af78a268d0d867080fcb70ae0b682d1e133/prime/postrefine/mod_input.py#L598 A solution would be to look for ``` if...

Hey, I am trying to use save_tiff_stack into a dtype='uint32' and the saved tiff's are corrupted (it is trying to save 64bit of information). When i do a cast im...