Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mcverter(1) [debian man page]

MCVERTER(1)							   User Commands						       MCVERTER(1)

NAME
mcverter - non-interactive MRI conversion software SYNOPSIS
mcverter -o <str> -f <str> [-x] [-d] [-a] [-n] [-b] [-u] [-s <num>] [-m <str>] [-F <str>] [-r] [-v] [-i] [-h] Input directory or file(s)... DESCRIPTION
-o, --output=<str> Output directory for converted files -f, --format=<str> Output format: fsl, spm, meta, nifti, analyze, or bv -x Save each series to a separate directory -d Save output volumes as 4D files -a Save header only (metaimage only) -n, --nii Save files as .nii (nifti/fsl only) -b, --v16 Save .v16 files (BrainVoyager only) -u Use patient id instead of patient name for output file -s, --skip=<num> Skip first n volumes -m, --match=<str> Only convert files whose series descriptions include this string -F, --fnformat=<str> Use this format for name of output file: +/- PatientName, PatientId, SeriesDate, SeriesTime, StudyId, StudyDescription, SeriesNum- ber, SequenceName, ProtocolName, SeriesDescription -r, --rescale Apply rescale slope and intercept to data -v, --verbose Verbose mode -i, --version Version info -h, --help Display help SEE ALSO
The full documentation for mcverter is maintained as a Texinfo manual. If the info and mcverter programs are properly installed at your site, the command info mcverter should give you access to the complete manual. mcverter 2.0.235 March 2012 MCVERTER(1)

Check Out this Related Man Page

asn1_octet_der(3)						     libtasn1							 asn1_octet_der(3)

NAME
asn1_octet_der - API function SYNOPSIS
#include <libtasn1.h> void asn1_octet_der(const unsigned char * str, int str_len, unsigned char * der, int * der_len); ARGUMENTS
const unsigned char * str the input data. int str_len STR length (str[0]..str[*str_len-1]). unsigned char * der encoded string returned. int * der_len number of meaningful bytes of DER (der[0]..der[der_len-1]). DESCRIPTION
Creates a length-value DER encoding for the input data. The DER encoding of the input data will be placed in the der variable. Note that the OCTET STRING tag is not included in the output. This function does not return any value because it is expected that der_len will contain enough bytes to store the string plus the DER encoding. The DER encoding size can be obtained using asn1_length_der(). COPYRIGHT
Copyright (C) 2006-2013 Free Software Foundation, Inc.. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for libtasn1 is maintained as a Texinfo manual. If the info and libtasn1 programs are properly installed at your site, the command info libtasn1 should give you access to the complete manual. libtasn1 3.3 asn1_octet_der(3)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Condition for decimal numbers

Hi experts, My number output has somehting like below filename /temp 0.23 10.23 How do i put a condition to the above numbers? e.g if then the . seem to give me problems. Pls help. thanks ---------- Post updated at 05:25 PM ---------- Previous update was at 05:23 PM... (9 Replies)
Discussion started by: streddy
9 Replies

2. AIX

Free PP Allocation problem

Firstly, I can't stress enough how much of a newb I am to AIX or Linux in general so please be very patient. I am strictly a MS man, however I now need to administer an IBM power series blade server which sits on top of an AIX VIOS. The VIOS version I am running is 2.1.2.0 and it is mirrored on two... (18 Replies)
Discussion started by: broonster
18 Replies

3. Shell Programming and Scripting

Split a file

Hi all, A file reports.txt (see attachment) contains 17 pages of patient reports. Each patient is identified by a prefix i.e. 11 and a 7 digits number. There are total six patients reports in the file. One patient report may contain multiple pages. Following are the page count of each Lab no... (6 Replies)
Discussion started by: sraj142
6 Replies

4. UNIX for Dummies Questions & Answers

rename files based on their respective directory name

I have a number of files in directories labeled like this: /Data/tr_gray/tr_DTI/dti_FA.nii.gz (the brackets here represent a range of number that the files are labeled with) I need to rename each dti_FA.nii.gz file according to the name of the folder it resides in. For example, the file ... (3 Replies)
Discussion started by: tk0034
3 Replies

5. Shell Programming and Scripting

Ubuntu 16 Bash strange output

Hello, I work in Ubuntu 16.04, I am new to Bash and something is wrong with my script, please help. I have a few hundreds of subjects data (like subj003.nii.gz, subj012.nii.gz etc. up to subj567.nii.gz) in a directory /usr/afewmoredirectories/subjects. I may run for each subject a command... (5 Replies)
Discussion started by: lim-lim
5 Replies