Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hdf_obj_next(3) [debian man page]

hdf_obj_next(3) 						  util/neo_hdf.h						   hdf_obj_next(3)

NAME
hdf_obj_next - Return the next node of a dataset level SYNOPSIS
#include <util/neo_hdf.h> HDF* hdf_obj_next (HDF *hdf); ARGUMENTS
hdf -> the hdf dataset node DESCRIPTION
hdf_obj_next is an accessor function for the HDF struct RETURN VALUE
None SEE ALSO
hdf_set_symlink(3), hdf_get_valuef(3), compareFunc)(3), hdf_dump_str(3), hdf_get_int_value(3), hdf_read_string_ignore(3), hdf_copy(3), hdf_get_node(3), hdf_set_value(3), hdf_obj_child(3), hdf_read_string(3), hdf_set_buf(3), hdf_register_fileload(3), hdf_get_obj(3), hdf_get_attr(3), hdf_obj_top(3), hdf_dump_format(3), hdf_destroy(3), hdf_init(3), hdf_obj_value(3), hdf_write_string(3), hdf_set_val- uevf(3), hdf_sort_obj(3), hdf_write_file_atomic(3), hdf_obj_attr(3), hdf_set_valuef(3), hdf_get_copy(3), hdf_write_file(3), hdf_get_val- uevf(3), hdf_set_int_value(3), hdf_dump(3), hdf_get_value(3), hdf_set_copy(3), hdf_obj_next(3), hdf_search_path(3), hdf_obj_name(3), hdf_set_attr(3), hdf_get_child(3), hdf_remove_tree ClearSilver 12 July 2007 hdf_obj_next(3)

Check Out this Related Man Page

HDFTOR8(1)						      General Commands Manual							HDFTOR8(1)

NAME
hdftor8 - extract 8-Bit raster images and palettes from HDF file SYNOPSIS
hdftor8 hdf-file [-i] [-v] [-r raster-image-file] [-p pallette-file] DESCRIPTION
hdftor8 extracts the raster images and/or palettes from an HDF file and stores them in one file that contains the raster image data and an- other that contains the palette data. The names given for the raster image and palette files are interpreted by hdftor8 as follows: For each raster image file, the file name is given the extension ".#.@.%", where "#" represents the raster image number from the HDF file, "@" represents the x-dimension of the raster image, and "%" represents the y-dimension of the raster image. For each palette file, the file name is given the extensions ".#", where "#" represents the palette number from the HDF format file. If no name is given for the raster image file, the default name "img.#.@.%" is assigned, where "#", "@", and "%" are as defined in the pre- ceding paragraph. The default name for a palette file is "pal.#". OPTIONS
-i Execute the program in interactive mode. -v Execute in verbose mode. Display diagnostic messages during the session. -r raster-image-file Specify the name of the raster image file. -p pallette-file Specify the name of the palette file. EXAMPLES
A file named "denm.hdf" contains three 512 x 256 raster images and three palettes. To store these images and palettes in separate raster image and palette files, use the following hdftor8 command: hdftor8 denm.hdf Six files are created, named "img1.512.256", "img2.512.256", "img3.512.256", "pal.1", "pal.2", and "pal.3". SEE ALSO
r8tohdf(1), hdf(5) November 6, 1999 HDFTOR8(1)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to insert new coloum

Dear friends, I have a dataset like this 2.18 66.86 27.9 2.18 66.86 27.9 2.18 66.86 27.9 2.15 66.88 27.9 2.15 66.88 27.9 Now i have another dataset containing date coloum like this 22-12-2005 22-12-2005 22-12-2005 22-12-2005 22-12-2005 Now i want to... (3 Replies)
Discussion started by: rajan_ka1
3 Replies

2. Shell Programming and Scripting

Redirect Output

Hi, I would like to list files: ls *.hdf But I would like a copy of the output directed to the screen, but also APPENDED to a text file: test.txt I have tried: ls *.hdf | tee test.txt However, that will just write over everything already existing in test.txt. How can I append the... (1 Reply)
Discussion started by: msb65
1 Replies

3. UNIX for Dummies Questions & Answers

Spontaneous File Name Change?

Hi, I am using a PPC Mac running OS 10.4 I have a directory containing a bunch of files. When viewed with the Finder one file is called 2007009-2007016.s0481pfrt-sst.hdf (normal). However, when I type 'ls' in a terminal, the file is called 200700~2.HDF (odd). What is even odder is that I... (2 Replies)
Discussion started by: msb65
2 Replies

4. Shell Programming and Scripting

Script for cygwin, HDF-EOS for converting HDF to TIF

I found a script from HDF-EOS for converting HDF to TIF, i did all steps but when i run there is some errors. Link of instructions: http://newsroom.gsfc.nasa.gov/sdptoolkit/HEG/HEG_Batch_job_Help.txt What I do rong about script? #! /bin/sh # in this script it is assumed that HEG... (6 Replies)
Discussion started by: vardaloupas
6 Replies