SyneRBI / SIRF

Main repository for the CCP SynerBI software
http://www.ccpsynerbi.ac.uk
Other
58 stars 29 forks source link

add tests between different SIRFImageData types #526

Open KrisThielemans opened 4 years ago

KrisThielemans commented 4 years ago
evgueni-ovtchinnikov commented 4 years ago

@rijobro: So far as I can see otherengine can only be Reg at present - or is there a branch that has other conversions implemented?

rijobro commented 4 years ago

yes unfortunately we can only convert to NiftiImageData, not the other way round.

PR for ImageData->Gadgetron https://github.com/CCPPETMR/SIRF/pull/537, PR for ImageData->STIR https://github.com/CCPPETMR/SIRF/pull/535.

KrisThielemans commented 4 years ago

I guess the point is to have the test in master, then merge it into the PRs above, and extend it to the other cases.