Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

h52gif(1) [debian man page]

h52gif(1)						      General Commands Manual							 h52gif(1)

NAME
h52gif - Converts an HDF5 file to a GIF file. SYNOPSIS
h52gif h5_file gif_file -i h5_image [ -p h5_palette ] DESCRIPTION
h52gif accepts as input the HDF5 file h5_file and the names of images and associated palettes within that file as input and produces the GIF file gif_file, containing those images, as output. h52gif expects at least one h5_image. You may repeat -i h5_image [-p h5_palette] up to 50 times, for a maximum of 50 images. OPTIONS
-i h5_image Image option, specifying the name of an HDF5 image or dataset containing an image to be converted -p h5_palette Palette option, specifying the name of an HDF5 dataset containing a palette to be used in an image conversion SEE ALSO
h5dump(1), h5ls(1), h5diff(1), h5repart(1), h5import(1), gif2h5(1), h5perf(1) h52gif(1)

Check Out this Related Man Page

h5ls(1) 						      General Commands Manual							   h5ls(1)

NAME
h5ls - Prints information about a file or dataset. SYNOPSIS
h5ls [OPTIONS] file [OBJECTS...] DESCRIPTION
h5ls prints selected information about file objects in the specified format. OPTIONS
-h or -? or --help Print a usage message and exit. -a or --address Print addresses for raw data. -d or --data Print the values of datasets. -e or --errors Show all HDF5 error reporting. -f or --full Print full path names instead of base names. -g or --group Show information about a group, not its contents. -l or --label Label members of compound datasets. -r or --recursive List all groups recursively, avoiding cycles. -s or --string Print 1-bytes integer datasets as ASCII. -S or --simple Use a machine-readable output format. -wN or --width=N Set the number of columns of output. -v or --verbose Generate more verbose output. -V or --version Print version number and exit. -x or --hexdump Show raw data in hexadecimal format. file The file name may include a printf(3C) integer format such as %%05d to open a file family. objects Each object consists of an HDF5 file name optionally followed by a slash and an object name within the file (if no object is speci- fied within the file then the contents of the root group are displayed). The file name may include a printf(3C) integer format such as "%05d" to open a file family. SEE ALSO
h5dump(1), h5diff(1), h5repart(1), h5import(1), gif2h5(1), h52gif(1), h5perf(1) h5ls(1)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

count alphabets in a flat file and print

I have a text file with a huge dataset, and each row in that dataset has some data(65479 rows). In that file I need to find the number of times a-z & A-Z Appears. How Can I Initialise Array into an Array to parse the count also I need to parse a,A into a single array preferably. example of... (3 Replies)
Discussion started by: vmsenthil
3 Replies

2. Solaris

flarecreate for zfs root dataset and ignore multiple dataset

Hi All, I want to write a script to create flar images on multiple servers. In non zfs filesystem I am using -X option to refer a file to exclude mounts on different servers. but on ZFS -X option is not working. I want multiple mounts to be ignore on ZFS base system during flarecreate. I... (0 Replies)
Discussion started by: uxravi
0 Replies

3. UNIX for Dummies Questions & Answers

counting?

Hi all, I promise this is my very last dumb question.. but how to you count how many unique names you have. My dataset is: >Bac1 afdsgrr >Bac4 egege >Bac8 dgrjh >Bac1 afdsgrr >Bac1 afdsgrr >Bac8 dgrjh What i want to know is that how many unique names there is, so the output would... (3 Replies)
Discussion started by: Iifa
3 Replies

4. Shell Programming and Scripting

Reformatting data in matrix form

Hi, Some assistance with respect to the following problem will be very helpful. I want to reformat my dataset in the following manner for subsequent analysis. I have first column values (which repeat for each value of 2nd column) which are names, the second column specifies position ad the... (1 Reply)
Discussion started by: newbie83
1 Replies

5. Shell Programming and Scripting

How to repeat a character in a field if it's a single character?

I have a csv dataset like this : C,rs18768 G,rs13785 GA,rs1065 G,rs1801279 T,rs9274407 A,rs730012 I'm thinking of use like awk, sed to covert the dataset to this format: (if it's two character, then keep the same) CC,rs18768 GG,rs13785 GA,rs1065 GG,rs1801279 TT,rs9274407... (7 Replies)
Discussion started by: nengcheng
7 Replies