Closed EmmaRV closed 4 years ago
@EmmaRV It would be good to look at the actual file(s) that you try to process/inspect. On the face of it this could be some file access error but let's see the actual file. Which worker version is this?
@cselenyi I'm using worker 201903281122 I encountered the issue now with some more subjects.
@EmmaRV this seems to be windows file I/O related issue, not strictly speaking a solena bug. But I will introduce workarounds into the code so it can tolerate this error message from Windows ("Memory Map (CreateFileMapping): The handle is invalid.") and anyhow read the PET image. Will keep you posted.
@EmmaRV: issue should now be resolved in new worker version (solena_worker_201911061323). I still leave the case open so that you can report back your experience with the new worker.
For a few subjects errors occur when using MR2PET
This is the error I get when creating the average frame (running average_frames):
And this is the error I get when inspecting the realignment file (from realignEcat7):
The realignment plots don't look odd. I tried using the realign method 'BEST', but the same problem occurred then.
Does anyone has any idea of what the problem could be?
@cselenyi ?