! Started logfile: J0050-0929_X_1996_03_13_yyk_uvs.log on Mon Jan 8 01:53:44 2007 obs J0050-0929_X_1996_03_13_yyk_uva.fits ! Reading UV FITS file: J0050-0929_X_1996_03_13_yyk_uva.fits ! AN table 1: 59 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.889266 visibilities/baseline/integration-bin. ! Found source: J0050-0929 ! ! 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.15049e+09 4e+06 1 4e+06 ! 02 2 8.23236e+09 4e+06 1 4e+06 ! 03 3 8.41236e+09 4e+06 1 4e+06 ! 04 4 8.55236e+09 4e+06 1 4e+06 ! ! Polarization(s): RR ! ! Read 655 lines of history. ! ! Reading 9444 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 J0050-0929_X_1996_03_13_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)= 1.50743 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.706 mas, bmaj=1.895 mas, bpa=-1.114 degrees ! Estimated noise=1394.71 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 = 1.26545 Jy ! Component: 100 - total flux cleaned = 1.43758 Jy ! Total flux subtracted in 100 components = 1.43758 Jy ! Clean residual min=-0.022856 max=0.036606 Jy/beam ! Clean residual mean=-0.000011 rms=0.006909 Jy/beam ! Combined flux in latest and established models = 1.43758 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 1.43758 Jy ! ! Correcting IF 1. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.319504Jy sigma=0.002137 ! Fit after self-cal, rms=0.319145Jy sigma=0.002134 ! Inverting map and beam ! Estimated beam: bmin=0.706 mas, bmaj=1.895 mas, bpa=-1.114 degrees ! Estimated noise=1394.71 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=0.8707 mas, bmaj=2.234 mas, bpa=-1.199 degrees ! Estimated noise=1073.45 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.0626967 Jy ! Component: 100 - total flux cleaned = 0.0854568 Jy ! Component: 150 - total flux cleaned = 0.0954581 Jy ! Component: 200 - total flux cleaned = 0.0993516 Jy ! Total flux subtracted in 200 components = 0.0993516 Jy ! Clean residual min=-0.019519 max=0.017848 Jy/beam ! Clean residual mean=-0.000013 rms=0.004368 Jy/beam ! Combined flux in latest and established models = 1.53693 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 37 components and 1.53693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.312597Jy sigma=0.002080 ! Fit after self-cal, rms=0.312592Jy sigma=0.002080 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8707 x 2.234 at -1.199 degrees (North through East) ! Clean map min=-0.018131 max=1.4691 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.999597 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.96 HN 0.98 KP 1.01 ! LA 1.02 MK 1.01 NL 1.01 OV 1.00 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00315 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.97 HN 0.99 KP 1.01 ! LA 1.00 MK 0.98 NL 0.99 OV 1.05 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.99888 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.96 HN 0.97 KP 0.97 ! LA 1.00 MK 1.03 NL 0.99 OV 1.02 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.992718 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.98 HN 1.00 KP 0.99 ! LA 1.01 MK 1.02 NL 1.01 OV 1.00 ! PT 1.00 SC 1.00 ! ! ! Fit before self-cal, rms=0.312592Jy sigma=0.002080 ! Fit after self-cal, rms=0.308976Jy sigma=0.002054 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.308976Jy sigma=0.002054 ! Fit after self-cal, rms=0.308977Jy sigma=0.002054 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8726 mas, bmaj=2.25 mas, bpa=-1.007 degrees ! Estimated noise=1072.51 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.0047483 Jy ! Component: 100 - total flux cleaned = -0.00494375 Jy ! Component: 150 - total flux cleaned = -0.00503452 Jy ! Component: 200 - total flux cleaned = -0.00503467 Jy ! Total flux subtracted in 200 components = -0.00503467 Jy ! Clean residual min=-0.007695 max=0.011560 Jy/beam ! Clean residual mean=-0.000003 rms=0.002447 Jy/beam ! Combined flux in latest and established models = 1.53189 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 1.53189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.308895Jy sigma=0.002054 ! Fit after self-cal, rms=0.308895Jy sigma=0.002054 ! 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.308895Jy sigma=0.002054 ! Fit after self-cal, rms=0.288189Jy sigma=0.001912 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.00315332 Jy ! Component: 100 - total flux cleaned = 0.00337829 Jy ! Component: 150 - total flux cleaned = 0.00338205 Jy ! Component: 200 - total flux cleaned = 0.00338036 Jy ! Total flux subtracted in 200 components = 0.00338036 Jy ! Clean residual min=-0.007363 max=0.008454 Jy/beam ! Clean residual mean=-0.000002 rms=0.002153 Jy/beam ! Combined flux in latest and established models = 1.53527 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 48 components and 1.53527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.288119Jy sigma=0.001912 ! Fit after self-cal, rms=0.284270Jy sigma=0.001887 ! 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: 0.8726 x 2.25 at -1.007 degrees (North through East) ! Clean map min=-0.0067128 max=1.4721 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.284270Jy sigma=0.001887 ! Fit after self-cal, rms=0.283891Jy sigma=0.001885 ! 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.283891Jy sigma=0.001885 ! Fit after self-cal, rms=0.282931Jy sigma=0.001879 ! Inverting map and beam ! Estimated beam: bmin=0.8724 mas, bmaj=2.25 mas, bpa=-0.9841 degrees ! Estimated noise=1071.76 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000160909 Jy ! Component: 100 - total flux cleaned = -0.000104499 Jy ! Component: 150 - total flux cleaned = -0.000104756 Jy ! Component: 200 - total flux cleaned = -5.16259e-05 Jy ! Total flux subtracted in 200 components = -5.16259e-05 Jy ! Clean residual min=-0.006860 max=0.007850 Jy/beam ! Clean residual mean=-0.000003 rms=0.001916 Jy/beam ! Combined flux in latest and established models = 1.53522 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 51 components and 1.53522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.282906Jy sigma=0.001879 ! Fit after self-cal, rms=0.282599Jy sigma=0.001877 ! 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.282599Jy sigma=0.001877 ! Fit after self-cal, rms=0.282448Jy sigma=0.001876 ! 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.282448Jy sigma=0.001876 ! Fit after self-cal, rms=0.282337Jy sigma=0.001875 ! Inverting map and beam ! Estimated beam: bmin=0.8723 mas, bmaj=2.25 mas, bpa=-0.9891 degrees ! Estimated noise=1071.72 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000138657 Jy ! Component: 100 - total flux cleaned = 0.000187611 Jy ! Component: 150 - total flux cleaned = 0.000231757 Jy ! Component: 200 - total flux cleaned = 0.000233736 Jy ! Total flux subtracted in 200 components = 0.000233736 Jy ! Clean residual min=-0.006636 max=0.007797 Jy/beam ! Clean residual mean=-0.000003 rms=0.001889 Jy/beam ! Combined flux in latest and established models = 1.53546 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 1.53546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.282323Jy sigma=0.001875 ! Fit after self-cal, rms=0.282274Jy sigma=0.001875 ! 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.213 mas, bmaj=4.368 mas, bpa=5.419 degrees ! Estimated noise=1368.1 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.000165685 Jy ! Component: 100 - total flux cleaned = 0.000178095 Jy ! Component: 150 - total flux cleaned = 0.000211225 Jy ! Component: 200 - total flux cleaned = 0.000241075 Jy ! Total flux subtracted in 200 components = 0.000241075 Jy ! Clean residual min=-0.006926 max=0.008944 Jy/beam ! Clean residual mean=-0.000004 rms=0.002728 Jy/beam ! Combined flux in latest and established models = 1.5357 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 56 components and 1.5357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.282296Jy sigma=0.001875 ! Fit after self-cal, rms=0.282258Jy sigma=0.001875 ! Inverting map uvtaper 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.7069 mas, bmaj=1.899 mas, bpa=-1.037 degrees ! Estimated noise=1399.36 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.27288 Jy ! Component: 100 - total flux cleaned = 1.44471 Jy ! Component: 150 - total flux cleaned = 1.4906 Jy ! Component: 200 - total flux cleaned = 1.51 Jy ! Total flux subtracted in 200 components = 1.51 Jy ! Clean residual min=-0.008170 max=0.008285 Jy/beam ! Clean residual mean=-0.000004 rms=0.002318 Jy/beam ! Combined flux in latest and established models = 1.51 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 29 model components to the UV plane model. ! The established model now contains 29 components and 1.51 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8723 mas, bmaj=2.25 mas, bpa=-0.9891 degrees ! Estimated noise=1071.72 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.0140859 Jy ! Component: 100 - total flux cleaned = 0.019848 Jy ! Component: 150 - total flux cleaned = 0.0225005 Jy ! Component: 200 - total flux cleaned = 0.023404 Jy ! Total flux subtracted in 200 components = 0.023404 Jy ! Clean residual min=-0.006297 max=0.008083 Jy/beam ! Clean residual mean=-0.000003 rms=0.001895 Jy/beam ! Combined flux in latest and established models = 1.53341 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 46 components and 1.53341 Jy ! Inverting map ! Added new window around map position (17.2, -16.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00714227 Jy ! Component: 100 - total flux cleaned = 0.00815466 Jy ! Component: 150 - total flux cleaned = 0.00834917 Jy ! Component: 200 - total flux cleaned = 0.00861263 Jy ! Total flux subtracted in 200 components = 0.00861263 Jy ! Clean residual min=-0.005660 max=0.006745 Jy/beam ! Clean residual mean=-0.000003 rms=0.001702 Jy/beam ! Combined flux in latest and established models = 1.54202 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 65 components and 1.54202 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.213 mas, bmaj=4.368 mas, bpa=5.419 degrees ! Estimated noise=1368.1 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.00135006 Jy ! Component: 100 - total flux cleaned = 0.00158645 Jy ! Component: 150 - total flux cleaned = 0.00163423 Jy ! Component: 200 - total flux cleaned = 0.00172714 Jy ! Total flux subtracted in 200 components = 0.00172714 Jy ! Clean residual min=-0.006291 max=0.007935 Jy/beam ! Clean residual mean=-0.000006 rms=0.002414 Jy/beam ! Combined flux in latest and established models = 1.54375 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 71 components and 1.54375 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8723 mas, bmaj=2.25 mas, bpa=-0.9891 degrees ! Estimated noise=1071.72 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000454452 Jy ! Component: 100 - total flux cleaned = -0.000533175 Jy ! Component: 150 - total flux cleaned = -0.000530648 Jy ! Component: 200 - total flux cleaned = -0.000530396 Jy ! Total flux subtracted in 200 components = -0.000530396 Jy ! Clean residual min=-0.005592 max=0.006745 Jy/beam ! Clean residual mean=-0.000005 rms=0.001662 Jy/beam ! Combined flux in latest and established models = 1.54322 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 77 components and 1.54322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.282044Jy sigma=0.001873 ! Fit after self-cal, rms=0.282026Jy sigma=0.001873 wmodel J0050-0929_X_1996_03_13_yyk\_map.mod ! Writing 77 model components to file: J0050-0929_X_1996_03_13_yyk_map.mod wobs J0050-0929_X_1996_03_13_yyk\_uvs.fits ! Writing UV FITS file: J0050-0929_X_1996_03_13_yyk_uvs.fits wwins J0050-0929_X_1996_03_13_yyk\_map.win ! wwins: Wrote 2 windows to J0050-0929_X_1996_03_13_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.00235608 Jy ! Component: 100 - total flux cleaned = 0.00285341 Jy ! Component: 150 - total flux cleaned = 0.00294455 Jy ! Component: 200 - total flux cleaned = 0.00302641 Jy ! Component: 250 - total flux cleaned = 0.00342967 Jy ! Component: 300 - total flux cleaned = 0.00388658 Jy ! Component: 350 - total flux cleaned = 0.00417571 Jy ! Component: 400 - total flux cleaned = 0.00438644 Jy ! Component: 450 - total flux cleaned = 0.00458935 Jy ! Component: 500 - total flux cleaned = 0.00478801 Jy ! Component: 550 - total flux cleaned = 0.00529612 Jy ! Component: 600 - total flux cleaned = 0.00566442 Jy ! Component: 650 - total flux cleaned = 0.00602361 Jy ! Component: 700 - total flux cleaned = 0.00654566 Jy ! Component: 750 - total flux cleaned = 0.00699395 Jy ! Component: 800 - total flux cleaned = 0.00721376 Jy ! Component: 850 - total flux cleaned = 0.00759154 Jy ! Component: 900 - total flux cleaned = 0.00811458 Jy ! Component: 950 - total flux cleaned = 0.00862479 Jy ! Component: 1000 - total flux cleaned = 0.00897147 Jy ! Component: 1050 - total flux cleaned = 0.00911817 Jy ! Component: 1100 - total flux cleaned = 0.00930987 Jy ! Component: 1150 - total flux cleaned = 0.00954341 Jy ! Component: 1200 - total flux cleaned = 0.00963463 Jy ! Component: 1250 - total flux cleaned = 0.00972435 Jy ! Component: 1300 - total flux cleaned = 0.00990126 Jy ! Component: 1350 - total flux cleaned = 0.0100738 Jy ! Component: 1400 - total flux cleaned = 0.0102429 Jy ! Component: 1450 - total flux cleaned = 0.0102858 Jy ! Component: 1500 - total flux cleaned = 0.0104499 Jy ! Component: 1550 - total flux cleaned = 0.01057 Jy ! Component: 1600 - total flux cleaned = 0.0106092 Jy ! Component: 1650 - total flux cleaned = 0.0106482 Jy ! Component: 1700 - total flux cleaned = 0.0108395 Jy ! Component: 1750 - total flux cleaned = 0.0108391 Jy ! Component: 1800 - total flux cleaned = 0.0108763 Jy ! Component: 1850 - total flux cleaned = 0.010876 Jy ! Component: 1900 - total flux cleaned = 0.010875 Jy ! Component: 1950 - total flux cleaned = 0.0107314 Jy ! Component: 2000 - total flux cleaned = 0.0105902 Jy ! Total flux subtracted in 2048 components = 0.0105552 Jy ! Clean residual min=-0.001734 max=0.001956 Jy/beam ! Clean residual mean=-0.000001 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 1.55377 Jy keep ! Adding 128 model components to the UV plane model. ! The established model now contains 205 components and 1.55377 Jy ![Exited script file: muppet] wmap "J0050-0929_X_1996_03_13_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8723 x 2.25 at -0.9891 degrees (North through East) ! Clean map min=-0.0037386 max=1.4739 Jy/beam ! Writing clean map to FITS file: J0050-0929_X_1996_03_13_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.47386 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000661533 device "J0050-0929_X_1996_03_13_yyk\_map.eps/VPS" ! Attempting to open device: 'J0050-0929_X_1996_03_13_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.134653 0.134653 0.269307 0.538613 1.07723 2.15445 4.30891 8.61782 17.2356 34.4713 68.9425 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(peak_flux*1000)/1000 ! peak= 1.473 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8723 x 2.25 at -0.9891 degrees (North through East) ! Clean map min=-0.0037386 max=1.4739 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0050-0929_X_1996_03_13_yyk\_map.gif/gif" ! Attempting to open device: 'J0050-0929_X_1996_03_13_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0050-0929_X_1996_03_13_yyk_uvs.log closed on Mon Jan 8 01:53:52 2007