<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">Hi - </p>
<p dir="auto">I'm new to NiBabel. I'd like to open some ECAT 7 images, but I see that while the class <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">EcatImage</code> exists, it is not included in <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">all_image_classes</code> in <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">imageclasses.py</code>. If I add it and try <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">load()</code>, I get errors that suggest <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">ecat.py</code> is written in Python 2 (<code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">next()</code> is called on an iter). Grepping around for 'ecat' returns lots of 'deprecated' (coincidence, I'm sure!) and not much else.</p>
<p dir="auto">Is ECAT still a supported image format? It's as old as the hills, but we have a PET scanner that produces it.</p>
<p dir="auto">Thanks,<br>
Andrew</p>
</div>
</div>
</body>
</html>