h5dump -w flag

First of all let me appologize for sending an email yesterday with so much "Replies"...

Regarding h5dump -w flag: It's suppose to define output number of columns. If I define, for example 9, with the command:
h5dump -d /Q_FLAGS -y HDF5_DATA_LST_200202170100 >temp_file.ascii -w 9

I get:
     0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
But this is much more than 9 columns. What might not be ok?

Thanks

Antonio

__________ Information from ESET NOD32 Antivirus, version of virus signature database 4891 (20100223) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

Try to put -w after -y, e.g.,

h5dump -d /Q_FLAGS -y -w 9 HDF5_DATA_LST_200202170100 >temp_file.ascii

António Rocha wrote:

···

First of all let me appologize for sending an email yesterday with so much "Replies"...

Regarding h5dump -w flag: It's suppose to define output number of columns. If I define, for example 9, with the command:
h5dump -d /Q_FLAGS -y HDF5_DATA_LST_200202170100 >temp_file.ascii -w 9

I get:
    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
But this is much more than 9 columns. What might not be ok?

Thanks

Antonio

__________ Information from ESET NOD32 Antivirus, version of virus signature database 4891 (20100223) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

Hi

Following Peter's suggestion:

Try to put -w after -y, e.g.,

h5dump -d /Q_FLAGS -y -w 9 HDF5_DATA_LST_200202170100 >temp_file.ascii

If I put 8 or 9 I get:
error: the indentation exceeds the number of cols.
and It produces a file with only one value per line. If I don't put anything, it produces a variable number of values per line.

It's strange and not very practical... Any thoughts?

__________ Information from ESET NOD32 Antivirus, version of virus signature database 4892 (20100224) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

The number of columns is the number of characters that it will be printed out on each line.
There are 9 spaces in the indentation. Try

Try "-w 36"
(9 + 3* 9) = 36 (9 space for indent, 3 space for each value.

--pc

António Rocha wrote:

···

Hi

Following Peter's suggestion:

Try to put -w after -y, e.g.,

h5dump -d /Q_FLAGS -y -w 9 HDF5_DATA_LST_200202170100 >temp_file.ascii

If I put 8 or 9 I get:
error: the indentation exceeds the number of cols.
and It produces a file with only one value per line. If I don't put anything, it produces a variable number of values per line.

It's strange and not very practical... Any thoughts?

__________ Information from ESET NOD32 Antivirus, version of virus signature database 4892 (20100224) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org