Changes between Version 2 and Version 3 of ConversionSoftware


Ignore:
Timestamp:
07/26/07 15:02:54 (17 years ago)
Author:
MatthewWhiting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConversionSoftware

    v2 v3  
    77 * {{{pvosummary}}}: Summarise the positions, observation date/time, frequency of PSRFITS files, with the ability to produce a csv file listing a range of useful metadata.
    88 * {{{pvoconesearch}}}: A command-line tool to search for PSRFITS files that cover sky within a specified radius of a specified position.
     9 * {{{pvotapesummary}}}: Summarise PKS format "tape" files (the first block, at least).
    910
    1011The source code for these programs is available in this repository: source:/trunk/src [[BR]]
    11 It has also been installed in the pulsar file system, in {{{/pulsar/psr/pvo/}}} and the binaries have been compiled under linux and installed in {{{/pulsar/linux/bin/}}}.
     12It has also been installed in the pulsar file system, in {{{/pulsar/psr/pvo/}}} and the binaries have been compiled under linux and installed in {{{/pulsar/psr/linux/bin/}}}.
    1213
    1314== Usage ==
     
    6263  2. pvoconesearch -h
    6364}}}
     65
     66=== PVOTAPESUMMARY ===
     67
     68{{{pvotapesummary}}} is a tool to summarise some basic metadata of the first block of PKS survey tape files. This is designed to give you an overview of the contents and type of data of the tape files. It produces a list in a similar format to {{{pvosummary}}}, but with slightly different columns: FILENAME, RAJ, DECJ, OBSFREQ, SCANLEN, MOVE, DATE-OBS, where MOVE is the moving flag, indicating whether the telescope is scanning or doing a pointed (timing) observation. It works either on a single file, or on all files in a given directory.
     69
     70{{{
     71Usage:
     72  1. pvotapesummary [FILE]
     73  2. pvotapesummary -d <DIR>
     74}}}