User Tools

Site Tools


analysis:fourfit

This wiki is not maintained! Do not use this when setting up AuScope experiments!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
analysis:fourfit [2015/06/12 07:17]
Jamie McCallum
analysis:fourfit [2017/06/06 01:26] (current)
Jamie McCallum
Line 7: Line 7:
 ====== Aedit ====== ====== Aedit ======
  
-After running "edi dup snr", run "​psplot"​ and check for either grey scans (uncorrelated data) or brown ones +After running "edi dup snr", run "​psplot"​ and check for either grey scans (uncorrelated data) or brown ones indicating non-detections. If found, make sure there'​s a sensible/​known reason for them (module failure, antenna windstowed, etc). If there'​s no explanation,​ get in contact with the correlator ASAP. 
  
 +------------
  
  
Line 30: Line 30:
 A more concise version is included below: A more concise version is included below:
  
-   for i in $(cat /tmp/scans) ; do echo $i ; fourfit -c cf_1234 $i ; done+<​code>​ 
 +parallel ​fourfit -c cf_1234 ​::: $(ls -d 12*) 
 +</​code>​
  
 Once the fourfit processes are complete (15-30 minutes?), run alist with ''​alist * ''​ and then edit the file with the following commands Once the fourfit processes are complete (15-30 minutes?), run alist with ''​alist * ''​ and then edit the file with the following commands
  
    sed -i 's/ 16383 / 1234 /g' alist.out    sed -i 's/ 16383 / 1234 /g' alist.out
-   grep -v " LL " ​alist.out ​| grep -v " ii " | grep -v " xx " | grep -v " ee " | grep -v " HH " | grep -v " gg " | grep -v " WW " ​> alist.ed.out+   grep -v  '​0.000000 0.000  -1  -1' ​alist.out > alist.ed.out
        
 Download the skd file and reprocess it into an ovex file. NB - ''​nskd_ovex.pl''​ needs to have internet access - you'll need to define the proxy settings for most machines. ​ Download the skd file and reprocess it into an ovex file. NB - ''​nskd_ovex.pl''​ needs to have internet access - you'll need to define the proxy settings for most machines. ​
Line 92: Line 94:
    alist *    alist *
    sed -i 's/ 16383 / 1234 /g' alist.out    sed -i 's/ 16383 / 1234 /g' alist.out
-   grep -v " LL " ​alist.out ​| grep -v " ii " | grep -v " HH " | grep -v " ee " | grep -v " xx " | grep -v " gg " | grep -v " TT " | grep -v " TT " | grep -v " WW " ​> alist.ed.out+   grep -v  '​0.000000 0.000  -1  -1' ​alist.out > alist.ed.out
  
  
/home/www/auscope/opswiki/data/attic/analysis/fourfit.1434093472.txt.gz · Last modified: 2015/06/12 07:17 by Jamie McCallum