TOOLBOX cont2 (MPIfR) --------------------- CONT2 is a subpackage of the Toolbox package for the analysis of single-dish radio observations (e.g. Effelsberg, Medicina). (Very) brief user guide: ----------------------- Your raw data should be stored in Toolbox formatted files and ideally but not necessarily reside in your local working directory. To start the program just type: cont2 Then appears the prompt, and you can type all the cont2 commands. For instance: Cont2> changefiles=/Locale/data/E01 will load the E01 raw data file where your data should be stored (or the one that corresponds to your observations, this is only an example) A very interesting command is: Cont2> help which gives some information about all available commands. It is also possible to make macros that can be written in a text file and then loaded in cont2. As an example, suppose you have a file macro: 'b6.com' to make the analysis and reduction of the 6cm observations. Yo can load these commands just typing: Cont2> co=b6.com and then: Cont2> read ------------------------ EXAMPLE OF USE: NOTE: User input is after 'Cont2>' prompt. The remaining text is output from the program. Cont2> changefiles=../E09 File E09 LAST MOD 27-JAN-05 17:08:01 Recordsize 124 Dvax First,Last Scan= 3529 4304 N.sub= 3736 of= 15004 KBytes(data)= 444346.1 Your new input file=../E09 Cont2> co=b28.com Cont2> read * commandfile to process cross scans at 2.8 cm * produces channel1: (ch1(h1)+ch2(h1)-ch1(h3)-ch2(h3))/(cal(h1)+cal(h3)) * channel2: (ch1(h1)+ch2(h1)-ch1(h4)-ch2(h4))/(cal(h1)+cal(h4)) * channel3: cos(h1) * channel4: sin(h1) * eachphset=no rxn = 4 tcal 6.444 6.25 3.4564 3.4564 *sig1 = a1 +a2 +a3 +a4 +b1 +b2 +b3 +b4 -i1 -i2 -i3 -i4 -j1 -j2 -j3 -j4 *cal1 = a3 +a4 -a1 -a2 +b3 +b4 -b1 -b2 +i3 +i4 -i1 -i2 +j3 +j4 -j1 -j2 *sig2 = a1 +a2 +a3 +a4 +b1 +b2 +b3 +b4 -m1 -m2 -m3 -m4 -n1 -n2 -n3 -n4 *cal2 = a3 +a4 -a1 -a2 +b3 +b4 -b1 -b2 +m3 +m4 -m1 -m2 +n3 +n4 -n1 -n2 sig1 = a1 +a2 +a3 +a4 +b1 +b2 +b3 +b4 -e1 -e2 -e3 -e4 -f1 -f2 -f3 -f4 cal1 = a3 +a4 -a1 -a2 +b3 +b4 -b1 -b2 +e3 +e4 -e1 -e2 +f3 +f4 -f1 -f2 sig2 = a1 +a2 +a3 +a4 +b1 +b2 +b3 +b4 -m1 -m2 -m3 -m4 -n1 -n2 -n3 -n4 cal2 = a3 +a4 -a1 -a2 +b3 +b4 -b1 -b2 +m3 +m4 -m1 -m2 +n3 +n4 -n1 -n2 sig3 = -c1 +c2 -c3 +c4 cal3 = -c2 -c3 +c1 +c4 sig4 = d sig3 cal4 = d cal3 dropdata=2 2 2 2 drop bandwidth=300. 300. 300. 300. illumination=100 obs.frequency=10.45 10.45 10.45 10.45 baselinedata=0 20 20 0 baseline average=all window=no calmode=lsqfit zfpol2 plotformat=2 2 x-length=6.5; y-length=5 gaussfit; plot=no; histo *punchfit printer=no print=no rms=no *lines=1 *line1=0 10 0 0 1 69 Cont2> on=3560 Cont2> average=yes Cont2> end Cont2> finis ------------------ The first command selects the appropriate E-file. The program says the number of scans stored in this file and also the first and last one. With the second and third commands you select a macro to do the reduction (b28.com) and the program reads it. Then you see the list of commands in that macro. The next step is to select one scan number contained in that e-file (e.g 3560). And when you type 'end' cont2 runs the macro and gives you the desired output. Finally 'finis' closes the session. ------------------------------------------------------------------------------- MORE INFO: There is also a very brief manual of cont2 at these web sites: (HTML) http://www.mpifr-bonn.mpg.de/div/hhertz/documents/smtoum/smtoum/node284.html (PostScript) http://www.mpifr-bonn.mpg.de/div/hhertz/smtoum_ps.html (Appendices C - E) Hope it helps!! Francisco Miguel Montenegro Montes.