Skip to content

Commit 68d4c80

Browse files
committed
Clarified H5 copy
1 parent 298779c commit 68d4c80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/online-docs/pages/User guide/Post-processing/post-processing-h5copy.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
h5copy.py
22
=========
33

4-
This program copies ``HDF5`` file(s) to a designated output ``HDF5`` file. If the output file is an existing ``HDF5`` file,
5-
the user can specify whether the existing content should be erased before copying begins, or whether the copied data should
6-
be appended to the existing data. If multiple files are given as input files, the resultant ``HDF5`` file is the concatenation
7-
of the input files.
4+
This program copies ``COMPAS_Output.h5`` ``HDF5`` file(s) [but not ``Detailed_Ouput`` files] to a designated output ``HDF5`` file.
5+
If the output file is an existing ``HDF5`` file, the user can specify whether the existing content should be erased before copying
6+
begins, or whether the copied data should be appended to the existing data. If multiple files are given as input files, the
7+
resultant ``HDF5`` file is the concatenation of the input files.
88

99

1010
Some nomenclature

0 commit comments

Comments
 (0)