logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dst2ascii - Convert DST record files to CSV

Author

       James Watson <jimwatson at mac dot com>.

Description

       This  is a small utility to convert the binary record file produced when performing distance calculations
       to an ASCII file for further analysis.
       Distance calculations are triggered by performing by using the filenames voacapd.dat and voacapd.out  for
       voacap input/output files. e.g.
       voacapl ~/itshfbc voacapd.dat voacapd.output

Environment

       dst2ascii does not make use of any environment variables.

Examples

       dst2ascii
       Creates  an  ASCII  file  (voacapd.asc)  using  the  values found in the voacap.dst and voacapd.idx files
       located in the current working directory.
       dst2ascii my_directory
       Creates an ASCII file (my_directory/voacapd.asc) using the values found in the voacap.dst and voacapd.idx
       files located in the directory 'my_directory'.

Files

voacapd.dstvoacapd.idx
              dst2ascii requires access to the .dst and corresponding index (.idx) files to run.

Name

       dst2ascii - Convert DST record files to CSV

Options

       dst_directory
              The location of the .dst file and corresponding .idx file.  The output ASCII file is saved in this
              directory.  If this parameter is not specified, the current working directory will be used.

See Also

       www.voacap.com

Linux                                               SEO 2013                                          VOACAPL(1)

Synopsis

dst2asciidst2asciidst_directory

See Also