Recent Changes - Search:

Homepage

This is the old Camino website, please visit our new page to download the code and get the latest documentation.









UCL MIG Home

UCL CS Home

UCL Home

edit SideBar

Man /

Short2txt

Content-type: text/html Manpage of short2txt

short2txt

Section: User Commands (1)
Index Return to Main Contents

 

NAME

short2txt - Converts big-endian binary short integer data to text.

 

SYNOPSIS

short2txt [-linenum] [-components <N>]

 

DESCRIPTION

Reads big-endian binary short integer data from the standard input and outputs each short as text to the standard output.

 

EXAMPLES

Output as text the short integers stored as binary data in test.Bshort:

cat test.Bshort | short2txt

The output has the form:


  16459
 -32768
  0
  0
 -16455
  :

 

OPTIONS

-linenum
Print line numbers in output.

-components <N>
Assume output is voxel data with N components. Output will be annotated with voxel number and component number.

 

AUTHORS

Daniel Alexander <camino@cs.ucl.ac.uk>

 

SEE ALSO

byte2txt(1), char2txt(1), int2txt(1), long2txt(1), double2txt(1), float2txt(1), shredder(1).

 

BUGS


 

Index

NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
OPTIONS
AUTHORS
SEE ALSO
BUGS

This document was created by man2html, using the manual pages.
Time: 02:07:11 GMT, December 04, 2017

Edit - History - Print - Recent Changes - Search
Page last modified on October 26, 2009, at 03:05 PM