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

h5repart(1)						      General Commands Manual						       h5repart(1)

NAME
h5repart - Repartitions a file or family of files. SYNOPSIS
h5repart [-v] [-V] [-[b|m]N[g|m|k]] source_file dest_file DESCRIPTION
h5repart splits a single file into a family of files, joins a family of files into a single file, or copies one family of files to another while changing the size of the family members. h5repart can also be used to copy a single file to a single file with holes. Sizes associated with the -b and -m options may be suffixed with g for gigabytes, m for megabytes, or k for kilobytes. File family names include an integer printf format such as %d. OPTIONS
-v Produce verbose output. -V Print a version number and exit. -bN The I/O block size, defaults to 1kB -mN The destination member size or 1GB source_file The name of the source file dest_file The name of the destination files SEE ALSO
h5dump(1), h5ls(1), h5diff(1), h5import(1), gif2h5(1), h52gif(1), h5perf(1) h5repart(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