embl-cba / imagej-utils

BSD 2-Clause "Simplified" License
2 stars 4 forks source link

Add .mhd writing to BdvRealSourceToVoxelImageExporter #32

Closed K-Meech closed 3 years ago

K-Meech commented 3 years ago

@tischi I'm looking at adding the option to write to mhd here: https://github.com/tischi/imagej-utils/blob/master/src/main/java/de/embl/cba/bdv/utils/export/BdvRealSourceToVoxelImageExporter.java#L81

You have this code in your elastix wrapper - https://github.com/embl-cba/elastixWrapper/blob/master/src/main/java/de/embl/cba/elastixwrapper/metaimage/MetaImage_Writer.java#L207

Could it possibly be moved to imagej-utils?

tischi commented 3 years ago

makes sense.

For now, you could just already add the code to imagej-utils and then I could change the elastix wrapper to depend on it at some later point.

Could you make an issue in the elastixWrapper repo to remind me?

K-Meech commented 3 years ago

Sure - will do!

K-Meech commented 3 years ago

This will move to https://github.com/embl-cba/metaimage-io