I2PC / scipion

Scipion is an image processing framework to obtain 3D models of macromolecular complexes using Electron Microscopy (3DEM)
http://scipion.i2pc.es
Other
76 stars 47 forks source link

Fixing bug which was overwriting the range of the frames in the creat… #1932

Closed DStrelak closed 5 years ago

DStrelak commented 5 years ago

…ed movies See also https://github.com/I2PC/scipion-em-xmipp/pull/56

pconesa commented 5 years ago

@delarosatrevin , this identified by a test not passing, having the FramedRange wrong. This also was caused since I "propagated" the FramesRange in the SoM (SetOfMovies).copyInfo. The problem here is that the copyInfo was happening always and we think this should happen only when there the set is created: if os.path.exists(setFile) and os.path.getsize(setFile) > 0:

Do you mind to have a look if we have missed anything?