fnndsc/pl-xfm

By fnndsc

Updated about 4 years ago

MNI Xfm Transformations

Image
Integration & delivery
Data science
0

7.0K

fnndsc/pl-xfm repository overview

MNI Xfm Transformations

Version MIT License ci

pl-xfm is a ChRIS ds plugin which takes in .obj and .mnc files from an input directory, applies the linear transformation specified by its arguments, and writes the results to an output directory.

Installation

pl-xfm is a ChRIS plugin, meaning it can run from either within ChRIS or the command-line.

Get it from chrisstore.co

Local Usage

To get started with local command-line usage, use Apptainer (a.k.a. Singularity) to run pl-xfm as a container.

To print its available options, run:

singularity exec docker://fnndsc/pl-xfm cxfm --help

Examples

To scale every object inside a directory named incoming/ to be larger by a factor of 2, run

singularity exec docker://fnndsc/pl-xfm cxfm --scale 2.0 incoming/ outgoing/
Sample Data

Tag summary

Content type

Image

Digest

Size

2 GB

Last updated

about 4 years ago

docker pull fnndsc/pl-xfm