This program displays metadata/data header/configuration information associated with one or more data files. The following file types are supported:
- Search-mode PSRFITS
- DAS
.specfilterbank format - SIGPROC
.filfilterbank format (including the headerless version, provided a.fhdconfiguration file is present in the same directory) - SIGPROC
.timtime series format - PRESTO
.dattime series format
Usage:
yapp_viewmetadata [options] data-files
The options are:
-hor--help: Display a short help text.-vor--version: Display the version.
The data file name may be a composed of standard shell wildcards such
as * or ?.
Examples:
The following displays the metadata for the SIGPROC filterbank file
data.fil. If this is a headerless filterbank file, it is
expected that a file with metadata information, named data.fhd
is present in the same directory as the data file.
yapp_viewmetadata data.fil
The following displays the metadata for all PRESTO dedispersed time
series files in the /data directory.
yapp_viewmetadata /data/*.dat