construct-atlas¶
Synopsis¶
construct-atlas [-h] [-a MEANS [MEANS ...]] [-s SIGMA [SIGMA ...]]
[-o OUTDIR] [-w TMPDIR] [-e ENERGY]
[-c CHANNELS [CHANNELS ...]]
[-m MEASURES [MEASURES ...]] [-b BENDING [BENDING ...]]
[--bins BINS] [--window WINDOW]
[--spacing SPACING [SPACING ...]]
[-j JACOBIAN [JACOBIAN ...]] [--bch-terms BCHTERMS]
[-g GROWTH] [-i START] [-n STEPS] [-q LONGQUEUE]
[--short-queue SHORTQUEUE] [-t THREADS] [-v VERBOSE]
config
Description¶
Construct (spatio-temporal) atlas from images of the same anatomy of different subjects. To construct a spatio-temporal atlas, images of subjects at different ages spread over the atlas time range are required. Please cite the following preprint when you use this command in your research (or the respective peer-reviewed article when accepted): Schuh et al., “Unbiased construction of a temporally consistent morphological atlas of neonatal brain development”, bioRxiv, 2018. doi:10.1101/251512
Command options¶
-
-h,--help¶ show this help message and exit
-
-aMEANS [MEANS ...],--agesMEANS [MEANS ...],--meansMEANS [MEANS ...]¶ Discrete time points for which to construct atlas.
-
-sSIGMA [SIGMA ...],--sigmaSIGMA [SIGMA ...]¶ Standard deviation of temporal kernel(s).
-
-oOUTDIR,--outputOUTDIR,--outdirOUTDIR¶ Output directory of final atlas.
-
-wTMPDIR,--workdirTMPDIR,--tmpdirTMPDIR¶ Working directory for intermediate files.
-
-eENERGY,--energyENERGY¶ Energy function of image registration (e.g., ‘asym’, sym’, ‘ic’).
-
-cCHANNELS [CHANNELS ...],--channelsCHANNELS [CHANNELS ...]¶ Images to use for multi-channel registration.
-
-mMEASURES [MEASURES ...],--measuresMEASURES [MEASURES ...]¶ Image (dis-)similarity measure to use for each channel.
-
-bBENDING [BENDING ...],--bendingBENDING [BENDING ...]¶ Bending energy weight for each step.
-
--binsBINS¶ No. of bins to use for histogram-based measures.
-
--windowWINDOW¶ Local window size for NCC measure in voxels.
-
--spacingSPACING [SPACING ...]¶ Control point spacing for each step.
-
-jJACOBIAN [JACOBIAN ...],--jacobianJACOBIAN [JACOBIAN ...]¶ Jacobian penalty weight for each step.
-
--bch-termsBCHTERMS No. of BCH terms to use for composition of SV FFDs.¶
-
-gGROWTH,--growthGROWTH¶ Whether to joinedly estimate mean shape and change.
-
-iSTART,--startSTART¶ Continue construction after the specified step.
-
-nSTEPS,--stepsSTEPS¶ Number of steps of iterative atlas construction/refinement. Use ‘iterations’ config entry if not specified (default: 10).
-
-qLONGQUEUE,--queueLONGQUEUE,--long-queueLONGQUEUE¶ Name of batch system queue. Use ‘condor’ for HTCondor. Otherwise, the argument is assumed to be the name of a SLURM partition.
-
--short-queueSHORTQUEUE¶ Name of batch system queue to use for short running jobs (about 1-30 min). Use –long-queue by default.
-
-tTHREADS,--threadsTHREADS¶ Maximum number of CPU cores/threads to use.
-
-vVERBOSE,--verboseVERBOSE¶ Verbosity level of output messages: 0) no output, 1) report progress, 2) print command arguments.