EnglishFrenchSpanish

Ad


OnWorks favicon

minc_modify_header - Online in the Cloud

Run minc_modify_header in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command minc_modify_header that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


minc_modify_header - modify the attributes in the header of a minc file

SYNOPSIS


minc_modify_header [<options>] <file>.mnc

DESCRIPTION


Minc_modify_header allows the modification, insertion or deletion of attributes in a minc
file. If possible, the file is modified in place, without copying the data. This will
happen when inserting (modifying) an attribute that already exists and that ends up being
the same length or shorter in the new file. If an attribute is deleted or lengthened, then
a complete copy of the data is made, resulting in a completely new file that replaces the
original.

If the file is compressed, then it is first decompressed into a file whose name is either
the same as that of the original file up to the ".mnc" extension or the same minus the
compression extension (".bz", ".bz2", ".gz", ".Z", ".z" or ".zip"). The new file will not
be re-compressed.

Care is taken to completely overwrite any existing attribute when inserting a new
attribute so that information is guaranteed to be removed from the file.

OPTIONS


Note that options can be specified in abbreviated form (as long as they are unique) and
can be given anywhere on the command line.

-sinsert var:attr=value
Insert a string attribute into the header. If the attribute does not exist or the
new string is longer than the existing one, then all data in the file will be
copied.

-sappend var:attr=value
Similar to -sinsert, but appends the string to the attribute's value. If the
attribute already exists it must be of string type.

-dinsert var:attr=value(,...)
Insert a double precision attribute into the header. If the attribute does not
exist or the new attribute is longer than the existing one, then all data in the
file will be copied. A comma-separated array of values can be specified.

-dappend var:attr=value(,...)
Similar to -dinsert, but appends the list of double precision values to the
attribute's value. If the attribute already exists it must be of double precision
type.

-delete var:attr
Delete an attribute from the header. USE OF THIS OPTION WILL FORCE A COMPLETE COPY
OF ALL DATA TO BE MADE. Use -sinsert with an empty string to delete information
without copying data (the attribute will continue to exist).

-help Print summary of command-line options and exit.

-version
Print the program's version number and exit.

EXAMPLES:


To replace the patient name with an identifier string:

minc_modify_header file.mnc -sinsert 'patient:full_name=C02-F0023'

To delete the patient name completely (forcing a copy of all data):

minc_modify_header file.mnc -delete 'patient:full_name'

To hide the patient name without copying data, assuming that we know that the attribute
exists (the attribute will remain in the file, but it will be empty):

minc_modify_header file.mnc -sinsert 'patient:full_name='

Use minc_modify_header online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad