<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Use</title><link>https://sourceforge.net/p/heimdall-astro/wiki/Use/</link><description>Recent changes to Use</description><atom:link href="https://sourceforge.net/p/heimdall-astro/wiki/Use/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 28 Dec 2020 23:58:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/heimdall-astro/wiki/Use/feed" rel="self" type="application/rss+xml"/><item><title>Use modified by Andrew Jameson</title><link>https://sourceforge.net/p/heimdall-astro/wiki/Use/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Jameson</dc:creator><pubDate>Mon, 28 Dec 2020 23:58:32 -0000</pubDate><guid>https://sourceforge.net5698afce5ccd2997af6c36f4f8089381dab3b14b</guid></item><item><title>Use modified by Andrew Jameson</title><link>https://sourceforge.net/p/heimdall-astro/wiki/Use/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -4,8 +4,7 @@

 After [Compiling](https://sourceforge.net/p/heimdall-astro/wiki/Install/) a command-line applicaiton named heimdall will be built, as well as some other utiliities. The command line options for the heimdall executable can be displayed by running `heimdall -h` and is shown below:

-~~~
-Usage: heimdall [options]
+    Usage: heimdall [options]
     -k  key                  use PSRDADA hexidecimal key
     -f  filename             process specified SIGPROC filterbank file
     -vVgG                    increase verbosity level
@@ -30,7 +29,6 @@
     -boxcar_max num          maximum boxcar width in samples [4096]
     -fswap                   swap channel ordering for negative DM - SIGPROC 2,4 or 8 bit only
     -min_tscrunch_width num  vary between high quality (large value) and high performance (low value)
-~~~

 To test heimdall on a Sigproc filterbank file, with the default parameters, ensure you have access to a server with an NVidia GPU, and:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Jameson</dc:creator><pubDate>Mon, 28 Dec 2020 23:56:21 -0000</pubDate><guid>https://sourceforge.netf372e273fb1711aa47f49aee34aa4e432e26b20c</guid></item><item><title>Use modified by Andrew Jameson</title><link>https://sourceforge.net/p/heimdall-astro/wiki/Use/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -34,9 +34,9 @@

 To test heimdall on a Sigproc filterbank file, with the default parameters, ensure you have access to a server with an NVidia GPU, and:

-1. Download a filterbank file with a transient pulse in it from the [Swinburne Parkes FRB Data Portal](http://supercomputing.swin.edu.au/data-sharing-cluster/parkes-frbs-archival-data/) (e.g. FRB110220 / fil_files / 03 / 2017-07-04 13:43:57.fil)
-2. Run heimdall on this file with the default search options: heimdall -f 2017-07-04 13:43:57.fil
-3. Combine the output .cand files into a single file for this beam: cat 2.cand &amp;gt; beam01.cand
+1. Download a filterbank file with a transient pulse in it from the [Swinburne Parkes FRB Data Portal](http://supercomputing.swin.edu.au/data-sharing-cluster/parkes-frbs-archival-data/) (e.g. FRB110220 / fil_files / 03 / 2011-02-20-01:52:19.fil)
+2. Run heimdall on this file with the default search options: `heimdall -f 2011-02-20-01:52:19.fil`
+3. Combine the output .cand files into a single file for this beam: `cat *.cand &amp;gt; beam01.cand`

 The colums of the .cand files are:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Jameson</dc:creator><pubDate>Mon, 28 Dec 2020 23:53:11 -0000</pubDate><guid>https://sourceforge.net8198cb96c330f1e11eb7843e969be773b082de5c</guid></item><item><title>Use modified by Andrew Jameson</title><link>https://sourceforge.net/p/heimdall-astro/wiki/Use/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -2,4 +2,57 @@
 + [Sigproc](http://sigproc.sourceforge.net/) Filterbank Files
 + [PSRDada](http://psrdada.sourceforge.net/) Ring Buffers

-It produces a command line utility that reads the meta-data and data files from the input and produces ascii text files in the current directory that contain the canidate dispersed pulses that were identified.
+After [Compiling](https://sourceforge.net/p/heimdall-astro/wiki/Install/) a command-line applicaiton named heimdall will be built, as well as some other utiliities. The command line options for the heimdall executable can be displayed by running `heimdall -h` and is shown below:
+
+~~~
+Usage: heimdall [options]
+    -k  key                  use PSRDADA hexidecimal key
+    -f  filename             process specified SIGPROC filterbank file
+    -vVgG                    increase verbosity level
+    -yield_cpu               yield CPU during GPU operations
+    -gpu_id ID               run on specified GPU
+    -nsamps_gulp num         number of samples to be read at a time [262144]
+    -baseline_length num     number of seconds over which to smooth the baseline [2]
+    -beam ##                 over-ride beam number
+    -output_dir path         create all output files in specified path
+    -dm min max              min and max DM
+    -dm_tol num              SNR loss tolerance between each DM trial [1.25]
+    -coincidencer host:port  connect to the coincidencer on the specified host and port
+    -zap_chans start end     zap all channels between start and end channels inclusive
+    -max_giant_rate nevents  limit the maximum number of individual detections per minute to nevents
+    -dm_pulse_width num      expected intrinsic width of the pulse signal in microseconds
+    -dm_nbits num            number of bits per sample in dedispersed time series [32]
+    -no_scrunching           don't use an adaptive time scrunching during dedispersion
+    -scrunching_tol num      smear tolerance factor for time scrunching [1.15]
+    -rfi_tol num             RFI exicision threshold limits [5]
+    -rfi_no_narrow           disable narrow band RFI excision
+    -rfi_no_broad            disable 0-DM RFI excision
+    -boxcar_max num          maximum boxcar width in samples [4096]
+    -fswap                   swap channel ordering for negative DM - SIGPROC 2,4 or 8 bit only
+    -min_tscrunch_width num  vary between high quality (large value) and high performance (low value)
+~~~
+
+To test heimdall on a Sigproc filterbank file, with the default parameters, ensure you have access to a server with an NVidia GPU, and:
+
+1. Download a filterbank file with a transient pulse in it from the [Swinburne Parkes FRB Data Portal](http://supercomputing.swin.edu.au/data-sharing-cluster/parkes-frbs-archival-data/) (e.g. FRB110220 / fil_files / 03 / 2017-07-04 13:43:57.fil)
+2. Run heimdall on this file with the default search options: heimdall -f 2017-07-04 13:43:57.fil
+3. Combine the output .cand files into a single file for this beam: cat 2.cand &amp;gt; beam01.cand
+
+The colums of the .cand files are:
+
+1. Detection SNR
+2. Candidate Sample Number (for highest frequency channel)
+3. Candidate Time (s)
+4. Boxcar Filter Number (e.g. 3 equates to 2^3 or 8 samples)
+5. Dispersion Measure Trial Number
+6. Dispersion Measure (in pc cm^-3)
+7. Members (the number of individual boxcar/DM trials that were clustered into this event)
+8. First sample that the candidate spans
+9. Last sample that the candidate spans
+
+Inspection the cumulative output from the heimdall in beam01.cand, and sorting via SNR, you should find the line in the file with following values, which corresponds to the FRB in this file
+
+~~~
+51.4261    3267104 209.095 6   1176    944.746 909 3267056 3267280
+~~~
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Jameson</dc:creator><pubDate>Tue, 04 Jul 2017 03:55:08 -0000</pubDate><guid>https://sourceforge.net18e49b629ed085bfd2a1a64a9494123d800b7c6d</guid></item><item><title>Use modified by Andrew Jameson</title><link>https://sourceforge.net/p/heimdall-astro/wiki/Use/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -3,30 +3,3 @@
 + [PSRDada](http://psrdada.sourceforge.net/) Ring Buffers

 It produces a command line utility that reads the meta-data and data files from the input and produces ascii text files in the current directory that contain the canidate dispersed pulses that were identified.
-
-~~~
-Usage: heimdall (options)
-    -k  key                  use PSRDADA hexidecimal key
-    -f  filename             process specified SIGPROC filterbank file
-    -vVgG                    increase verbosity level
-    -yield_cpu               TBA
-    -gpu_id ID               run on specified GPU
-    -nsamps_gulp num         number of samples to be read at a time (262144)
-    -baseline_length num     TBA
-    -beam ##                 over-ride beam number
-    -output_dir path         create all output files in specified path
-    -dm min max              min and max DM
-    -dm_tol num              SNR loss tolerance between each DM trial (1.25)
-    -coincidencer host:port  connect to the coincidencer on the specified host and port
-    -zap_chans start end     zap all channels between start and end channels inclusive
-    -max_giant_rate nevents  limit the maximum number of individual detections per minute to nevents
-    -dm_pulse_width num      TBA
-    -dm_nbits num            TBA
-    -scrunching num          TBA
-    -scrunching_tol num      TBA
-    -rfi_tol num             TBA
-    -rfi_min_beams num       TBA
-    -boxcar_max num          TBA
-    -fswap                   Swap channel ordering for negative DM - SIGPROC 2,4 or 8 bit only
-    -min_tscrunch_width num  vary between high quality (large value) and high performance (low value)
- ~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Jameson</dc:creator><pubDate>Thu, 19 Jan 2017 00:09:04 -0000</pubDate><guid>https://sourceforge.netdbbca4dd989988a9ae30be1fe85931231921b112</guid></item><item><title>Use modified by Andrew Jameson</title><link>https://sourceforge.net/p/heimdall-astro/wiki/Use/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,6 +1,6 @@
 Heimdall can be use to process filterbank data from 2 formats:
-* [Sigproc](http://sigproc.sourceforge.net/) Filterbank Files
-* [PSRDada](http://psrdada.sourceforge.net/) Ring Buffers
++ [Sigproc](http://sigproc.sourceforge.net/) Filterbank Files
++ [PSRDada](http://psrdada.sourceforge.net/) Ring Buffers

 It produces a command line utility that reads the meta-data and data files from the input and produces ascii text files in the current directory that contain the canidate dispersed pulses that were identified.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Jameson</dc:creator><pubDate>Wed, 18 Jan 2017 23:53:08 -0000</pubDate><guid>https://sourceforge.netf69a87468f546e58f9b6f7800ceed18450125664</guid></item><item><title>Use modified by Andrew Jameson</title><link>https://sourceforge.net/p/heimdall-astro/wiki/Use/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -5,19 +5,18 @@
 It produces a command line utility that reads the meta-data and data files from the input and produces ascii text files in the current directory that contain the canidate dispersed pulses that were identified.

 ~~~
-&lt;pre&gt;-Usage: heimdall [options]
+Usage: heimdall (options)
     -k  key                  use PSRDADA hexidecimal key
     -f  filename             process specified SIGPROC filterbank file
     -vVgG                    increase verbosity level
     -yield_cpu               TBA
     -gpu_id ID               run on specified GPU
-    -nsamps_gulp num         number of samples to be read at a time [262144]
+    -nsamps_gulp num         number of samples to be read at a time (262144)
     -baseline_length num     TBA
     -beam ##                 over-ride beam number
     -output_dir path         create all output files in specified path
     -dm min max              min and max DM
-    -dm_tol num              SNR loss tolerance between each DM trial [1.25]
+    -dm_tol num              SNR loss tolerance between each DM trial (1.25)
     -coincidencer host:port  connect to the coincidencer on the specified host and port
     -zap_chans start end     zap all channels between start and end channels inclusive
     -max_giant_rate nevents  limit the maximum number of individual detections per minute to nevents
@@ -30,5 +29,4 @@
     -boxcar_max num          TBA
     -fswap                   Swap channel ordering for negative DM - SIGPROC 2,4 or 8 bit only
     -min_tscrunch_width num  vary between high quality (large value) and high performance (low value)
-    &lt;/pre&gt;
  ~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Jameson</dc:creator><pubDate>Wed, 18 Jan 2017 23:51:47 -0000</pubDate><guid>https://sourceforge.netc66f13f1e31cf6bac4b66e2a46c263dcd22a5ace</guid></item><item><title>Use modified by Andrew Jameson</title><link>https://sourceforge.net/p/heimdall-astro/wiki/Use/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -5,6 +5,7 @@
 It produces a command line utility that reads the meta-data and data files from the input and produces ascii text files in the current directory that contain the canidate dispersed pulses that were identified.

 ~~~
+&lt;pre&gt; Usage: heimdall [options]
     -k  key                  use PSRDADA hexidecimal key
     -f  filename             process specified SIGPROC filterbank file
@@ -29,4 +30,5 @@
     -boxcar_max num          TBA
     -fswap                   Swap channel ordering for negative DM - SIGPROC 2,4 or 8 bit only
     -min_tscrunch_width num  vary between high quality (large value) and high performance (low value)
+    &lt;/pre&gt;
  ~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Jameson</dc:creator><pubDate>Wed, 18 Jan 2017 23:51:12 -0000</pubDate><guid>https://sourceforge.net5e6c42cd34f2aa416b2185fe2f3bac127e9432ba</guid></item><item><title>Use modified by Andrew Jameson</title><link>https://sourceforge.net/p/heimdall-astro/wiki/Use/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -4,6 +4,7 @@

 It produces a command line utility that reads the meta-data and data files from the input and produces ascii text files in the current directory that contain the canidate dispersed pulses that were identified.

+~~~
 Usage: heimdall [options]
     -k  key                  use PSRDADA hexidecimal key
     -f  filename             process specified SIGPROC filterbank file
@@ -28,3 +29,4 @@
     -boxcar_max num          TBA
     -fswap                   Swap channel ordering for negative DM - SIGPROC 2,4 or 8 bit only
     -min_tscrunch_width num  vary between high quality (large value) and high performance (low value)
+ ~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Jameson</dc:creator><pubDate>Wed, 18 Jan 2017 23:50:36 -0000</pubDate><guid>https://sourceforge.netd4c58e8d6a5ee10290d861996772782adba2c24a</guid></item><item><title>Use modified by Andrew Jameson</title><link>https://sourceforge.net/p/heimdall-astro/wiki/Use/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -4,7 +4,6 @@

 It produces a command line utility that reads the meta-data and data files from the input and produces ascii text files in the current directory that contain the canidate dispersed pulses that were identified.

-~~~
 Usage: heimdall [options]
     -k  key                  use PSRDADA hexidecimal key
     -f  filename             process specified SIGPROC filterbank file
@@ -29,4 +28,3 @@
     -boxcar_max num          TBA
     -fswap                   Swap channel ordering for negative DM - SIGPROC 2,4 or 8 bit only
     -min_tscrunch_width num  vary between high quality (large value) and high performance (low value)
-~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Jameson</dc:creator><pubDate>Wed, 18 Jan 2017 23:47:11 -0000</pubDate><guid>https://sourceforge.net0ec49f6d9644447666ed4b7d382ea576dcd55887</guid></item></channel></rss>