! Started logfile: J0942-0759_X_2005_05_12_yyk_uvs.log on Sat Oct 8 17:13:48 2005 obs J0942-0759_X_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0942-0759_X_2005_05_12_yyk_uve.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.735185 visibilities/baseline/integration-bin. ! Found source: J0942-0759 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1442 lines of history. ! ! Reading 1588 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ![@muppet J0942-0759_X_2005_05_12_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.199645 Jy uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8052 mas, bmaj=3.041 mas, bpa=-17.29 degrees ! Estimated noise=1.43198 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.152212 Jy ! Component: 100 - total flux cleaned = 0.172959 Jy ! Total flux subtracted in 100 components = 0.172959 Jy ! Clean residual min=-0.010337 max=0.015244 Jy/beam ! Clean residual mean=-0.000006 rms=0.003103 Jy/beam ! Combined flux in latest and established models = 0.172959 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.172959 Jy ! ! Correcting IF 1. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.088010Jy sigma=1.754521 ! Fit after self-cal, rms=0.061486Jy sigma=1.117382 ! Inverting map and beam ! Estimated beam: bmin=0.8052 mas, bmaj=3.041 mas, bpa=-17.29 degrees ! Estimated noise=1.43198 mJy/beam. print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.072 mas, bmaj=3.47 mas, bpa=-15.47 degrees ! Estimated noise=1.03225 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0189802 Jy ! Component: 100 - total flux cleaned = 0.0232363 Jy ! Component: 150 - total flux cleaned = 0.0243877 Jy ! Component: 200 - total flux cleaned = 0.0245335 Jy ! Total flux subtracted in 200 components = 0.0245335 Jy ! Clean residual min=-0.005844 max=0.004956 Jy/beam ! Clean residual mean=-0.000008 rms=0.001383 Jy/beam ! Combined flux in latest and established models = 0.197492 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 26 components and 0.197492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057724Jy sigma=1.027885 ! Fit after self-cal, rms=0.057712Jy sigma=1.027848 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.072 x 3.47 at -15.47 degrees (North through East) ! Clean map min=-0.0056308 max=0.18957 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.01199 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.94 HN 1.00* KP 0.96 ! LA 1.06 MK 0.99 NL 1.02 OV 1.00 ! PT 0.95 SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00844 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.97 HN 1.00* KP 0.93 ! LA 1.06 MK 0.97 NL 1.03 OV 0.98 ! PT 0.96 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.992572 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.01 HN 1.00* KP 0.87 ! LA 1.03 MK 1.07 NL 0.96 OV 1.03 ! PT 1.06 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.983265 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 1.00* KP 1.00 ! LA 1.00 MK 0.98 NL 1.01 OV 1.05 ! PT 1.10 SC 1.00* ! ! ! Fit before self-cal, rms=0.057712Jy sigma=1.027848 ! Fit after self-cal, rms=0.056138Jy sigma=0.996621 selfcal false, false, phase_soltime ! Performing phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056138Jy sigma=0.996621 ! Fit after self-cal, rms=0.056135Jy sigma=0.996598 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.075 mas, bmaj=3.464 mas, bpa=-15.4 degrees ! Estimated noise=1.02896 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000204862 Jy ! Component: 100 - total flux cleaned = 0.000167767 Jy ! Component: 150 - total flux cleaned = 0.000132444 Jy ! Component: 200 - total flux cleaned = 0.000131514 Jy ! Total flux subtracted in 200 components = 0.000131514 Jy ! Clean residual min=-0.004020 max=0.003510 Jy/beam ! Clean residual mean=-0.000007 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.197624 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.197624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056115Jy sigma=0.995787 ! Fit after self-cal, rms=0.056101Jy sigma=0.995734 ! Inverting map print "************** FINISHED AMPLITUDE GSCALE SELF-CAL **************" ! ************** FINISHED AMPLITUDE GSCALE SELF-CAL ************** ! phase_soltime=phase_soltime2 selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056101Jy sigma=0.995734 ! Fit after self-cal, rms=0.052320Jy sigma=0.924162 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000665282 Jy ! Component: 100 - total flux cleaned = 0.000698942 Jy ! Component: 150 - total flux cleaned = 0.000676501 Jy ! Component: 200 - total flux cleaned = 0.000654982 Jy ! Total flux subtracted in 200 components = 0.000654982 Jy ! Clean residual min=-0.003880 max=0.003395 Jy/beam ! Clean residual mean=-0.000007 rms=0.001025 Jy/beam ! Combined flux in latest and established models = 0.198279 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 44 components and 0.198279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052308Jy sigma=0.923632 ! Fit after self-cal, rms=0.052137Jy sigma=0.920435 ! Inverting map print "*** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime ***" ! *** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime *** ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.075 x 3.464 at -15.4 degrees (North through East) ! Clean map min=-0.0037943 max=0.19032 Jy/beam if(peak(flux) > thresh) selfcal true, true, amp_soltime1 selfcal false, false, phase_soltime flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true, amp_soltime2 selfcal false, false, phase_soltime flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) print "************** FINISHED AMPLITUDE SELF-CAL **************" end if ! Performing amp+phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052137Jy sigma=0.920435 ! Fit after self-cal, rms=0.051775Jy sigma=0.902712 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051775Jy sigma=0.902712 ! Fit after self-cal, rms=0.051789Jy sigma=0.902381 ! Inverting map and beam ! Estimated beam: bmin=1.073 mas, bmaj=3.468 mas, bpa=-15.46 degrees ! Estimated noise=1.02646 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.36048e-05 Jy ! Component: 100 - total flux cleaned = 7.0246e-05 Jy ! Component: 150 - total flux cleaned = 0.00010133 Jy ! Component: 200 - total flux cleaned = 0.00011593 Jy ! Total flux subtracted in 200 components = 0.00011593 Jy ! Clean residual min=-0.003675 max=0.003227 Jy/beam ! Clean residual mean=-0.000005 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.198395 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.198395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051783Jy sigma=0.902182 ! Fit after self-cal, rms=0.051795Jy sigma=0.902134 ! Inverting map ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051795Jy sigma=0.902134 ! Fit after self-cal, rms=0.051222Jy sigma=0.884976 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051222Jy sigma=0.884976 ! Fit after self-cal, rms=0.051248Jy sigma=0.884937 ! Inverting map and beam ! Estimated beam: bmin=1.069 mas, bmaj=3.459 mas, bpa=-15.49 degrees ! Estimated noise=1.02528 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000363156 Jy ! Component: 100 - total flux cleaned = 0.000437921 Jy ! Component: 150 - total flux cleaned = 0.000454556 Jy ! Component: 200 - total flux cleaned = 0.000441354 Jy ! Total flux subtracted in 200 components = 0.000441354 Jy ! Clean residual min=-0.003774 max=0.003159 Jy/beam ! Clean residual mean=-0.000001 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.198836 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.198836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051231Jy sigma=0.884745 ! Fit after self-cal, rms=0.051237Jy sigma=0.884738 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.603 mas, bmaj=4.444 mas, bpa=12.23 degrees ! Estimated noise=1.18442 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000335481 Jy ! Component: 100 - total flux cleaned = -0.000358288 Jy ! Component: 150 - total flux cleaned = -0.000367772 Jy ! Component: 200 - total flux cleaned = -0.000367607 Jy ! Total flux subtracted in 200 components = -0.000367607 Jy ! Clean residual min=-0.004703 max=0.003743 Jy/beam ! Clean residual mean=-0.000001 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.198468 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 66 components and 0.198469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051237Jy sigma=0.884744 ! Fit after self-cal, rms=0.051241Jy sigma=0.884725 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8038 mas, bmaj=3.035 mas, bpa=-17.29 degrees ! Estimated noise=1.42738 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.163652 Jy ! Component: 100 - total flux cleaned = 0.185516 Jy ! Component: 150 - total flux cleaned = 0.192245 Jy ! Component: 200 - total flux cleaned = 0.195967 Jy ! Total flux subtracted in 200 components = 0.195967 Jy ! Clean residual min=-0.004044 max=0.003794 Jy/beam ! Clean residual mean=0.000005 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.195967 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.195967 Jy ! Inverting map and beam ! Estimated beam: bmin=1.069 mas, bmaj=3.459 mas, bpa=-15.49 degrees ! Estimated noise=1.02528 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00257807 Jy ! Component: 100 - total flux cleaned = 0.00284813 Jy ! Component: 150 - total flux cleaned = 0.00293934 Jy ! Component: 200 - total flux cleaned = 0.00296908 Jy ! Total flux subtracted in 200 components = 0.00296908 Jy ! Clean residual min=-0.003860 max=0.003176 Jy/beam ! Clean residual mean=-0.000001 rms=0.000872 Jy/beam ! Combined flux in latest and established models = 0.198936 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 40 components and 0.198936 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.603 mas, bmaj=4.444 mas, bpa=12.23 degrees ! Estimated noise=1.18442 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000323704 Jy ! Component: 100 - total flux cleaned = -0.000353624 Jy ! Component: 150 - total flux cleaned = -0.000391014 Jy ! Component: 200 - total flux cleaned = -0.000408544 Jy ! Total flux subtracted in 200 components = -0.000408544 Jy ! Clean residual min=-0.004722 max=0.003770 Jy/beam ! Clean residual mean=-0.000001 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.198527 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 47 components and 0.198527 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.069 mas, bmaj=3.459 mas, bpa=-15.49 degrees ! Estimated noise=1.02528 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 7.99351e-05 Jy ! Component: 100 - total flux cleaned = 9.82913e-05 Jy ! Component: 150 - total flux cleaned = 9.87418e-05 Jy ! Component: 200 - total flux cleaned = 8.23288e-05 Jy ! Total flux subtracted in 200 components = 8.23288e-05 Jy ! Clean residual min=-0.003830 max=0.003149 Jy/beam ! Clean residual mean=-0.000000 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.19861 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.19861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051244Jy sigma=0.884928 ! Fit after self-cal, rms=0.051244Jy sigma=0.884914 wmodel J0942-0759_X_2005_05_12_yyk\_map.mod ! Writing 52 model components to file: J0942-0759_X_2005_05_12_yyk_map.mod wobs J0942-0759_X_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0942-0759_X_2005_05_12_yyk_uvs.fits wwins J0942-0759_X_2005_05_12_yyk\_map.win ! wwins: Wrote 1 windows to J0942-0759_X_2005_05_12_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00092871 Jy ! Component: 100 - total flux cleaned = -0.00145428 Jy ! Component: 150 - total flux cleaned = -0.00173726 Jy ! Component: 200 - total flux cleaned = -0.00165052 Jy ! Component: 250 - total flux cleaned = -0.00156748 Jy ! Component: 300 - total flux cleaned = -0.0014913 Jy ! Component: 350 - total flux cleaned = -0.0014189 Jy ! Component: 400 - total flux cleaned = -0.00138371 Jy ! Component: 450 - total flux cleaned = -0.00121407 Jy ! Component: 500 - total flux cleaned = -0.00105029 Jy ! Component: 550 - total flux cleaned = -0.00095384 Jy ! Component: 600 - total flux cleaned = -0.000737852 Jy ! Component: 650 - total flux cleaned = -0.000678066 Jy ! Component: 700 - total flux cleaned = -0.000590831 Jy ! Component: 750 - total flux cleaned = -0.000421097 Jy ! Component: 800 - total flux cleaned = -0.000338067 Jy ! Component: 850 - total flux cleaned = -0.000203312 Jy ! Component: 900 - total flux cleaned = -7.13253e-05 Jy ! Component: 950 - total flux cleaned = 3.13355e-05 Jy ! Component: 1000 - total flux cleaned = 8.18534e-05 Jy ! Component: 1050 - total flux cleaned = 0.000180322 Jy ! Component: 1100 - total flux cleaned = 0.000276302 Jy ! Component: 1150 - total flux cleaned = 0.000300147 Jy ! Component: 1200 - total flux cleaned = 0.000323169 Jy ! Component: 1250 - total flux cleaned = 0.000368307 Jy ! Component: 1300 - total flux cleaned = 0.000390671 Jy ! Component: 1350 - total flux cleaned = 0.000348315 Jy ! Component: 1400 - total flux cleaned = 0.000411944 Jy ! Component: 1450 - total flux cleaned = 0.000411844 Jy ! Component: 1500 - total flux cleaned = 0.000330007 Jy ! Component: 1550 - total flux cleaned = 0.000369857 Jy ! Component: 1600 - total flux cleaned = 0.000369799 Jy ! Component: 1650 - total flux cleaned = 0.000369759 Jy ! Component: 1700 - total flux cleaned = 0.000312497 Jy ! Component: 1750 - total flux cleaned = 0.000293521 Jy ! Component: 1800 - total flux cleaned = 0.000274866 Jy ! Component: 1850 - total flux cleaned = 0.00022061 Jy ! Component: 1900 - total flux cleaned = 0.000238443 Jy ! Component: 1950 - total flux cleaned = 0.00023836 Jy ! Component: 2000 - total flux cleaned = 0.000221021 Jy ! Total flux subtracted in 2048 components = 0.000237895 Jy ! Clean residual min=-0.001064 max=0.000951 Jy/beam ! Clean residual mean=-0.000001 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.198848 Jy keep ! Adding 136 model components to the UV plane model. ! The established model now contains 188 components and 0.198847 Jy ![Exited script file: muppet] wmap "J0942-0759_X_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.069 x 3.459 at -15.49 degrees (North through East) ! Clean map min=-0.0026253 max=0.18992 Jy/beam ! Writing clean map to FITS file: J0942-0759_X_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.189924 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000324363 device "J0942-0759_X_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0942-0759_X_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.512357 0.512357 1.02471 2.04943 4.09885 8.19771 16.3954 32.7908 65.5817 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.189 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.069 x 3.459 at -15.49 degrees (North through East) ! Clean map min=-0.0026253 max=0.18992 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0942-0759_X_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0942-0759_X_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0942-0759_X_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:13:52 2005