Converting to star file

I tried several ways, with and without passthrough file, using cs files from a Refinement or Select 2D jobs. The only method that worked was to convert cs to star without any options:
csparc2star.py cryosparc_P116_J670_001_particles.cs cryosparc_P116_J670_001_particles.star

then curing mcs file names in the resulting star file with sed:
sed 's/J664\/imported\/[0-9]*_FoilHole/Extract\/job025\/Micrographs\/FoilHole/g'

then re-calling the lines using grep and copying the header from the original relion extract star file:

I don’t know what changed. I think we are using the latest version of csparc. Dashboard says “Current version: v3.2.0+210713”. Pyem is fairly recent (updated on 20210614).

Peter