! Started logfile: J0643-1335_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:04:35 2005 obs J0643-1335_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0643-1335_S_2005_05_12_yyk_uve.fits ! AN table 1: 13 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.924786 visibilities/baseline/integration-bin. ! Found source: J0643-1335 ! ! 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 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1442 lines of history. ! ! Reading 2164 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 J0643-1335_S_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.293878 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=2.598 mas, bmaj=8.111 mas, bpa=-6.899 degrees ! Estimated noise=1.29483 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.223443 Jy ! Component: 100 - total flux cleaned = 0.273961 Jy ! Total flux subtracted in 100 components = 0.273961 Jy ! Clean residual min=-0.011009 max=0.013500 Jy/beam ! Clean residual mean=0.000149 rms=0.002891 Jy/beam ! Combined flux in latest and established models = 0.273961 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.273961 Jy ! ! Correcting IF 1. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.099103Jy sigma=1.312257 ! Fit after self-cal, rms=0.098978Jy sigma=1.308962 ! Inverting map and beam ! Estimated beam: bmin=2.598 mas, bmaj=8.111 mas, bpa=-6.899 degrees ! Estimated noise=1.29483 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=3.352 mas, bmaj=9.559 mas, bpa=-7.607 degrees ! Estimated noise=0.921775 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.00803789 Jy ! Component: 100 - total flux cleaned = 0.00864322 Jy ! Component: 150 - total flux cleaned = 0.00865157 Jy ! Component: 200 - total flux cleaned = 0.00865435 Jy ! Total flux subtracted in 200 components = 0.00865435 Jy ! Clean residual min=-0.009126 max=0.009466 Jy/beam ! Clean residual mean=0.000093 rms=0.002476 Jy/beam ! Combined flux in latest and established models = 0.282616 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 0.282616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097309Jy sigma=1.297617 ! Fit after self-cal, rms=0.097303Jy sigma=1.297493 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.352 x 9.559 at -7.607 degrees (North through East) ! Clean map min=-0.0086635 max=0.25516 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.0613 ! Telescope amplitude corrections in sub-array 1: ! BR 0.78 FD 0.97 HN 0.95 KP 0.96 ! LA 1.05 MK 0.90 NL 0.90 OV 0.97 ! PT 1.03 SC 0.91 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00435 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.09 HN 1.04 KP 1.01 ! LA 0.99 MK 0.97 NL 0.94 OV 0.99 ! PT 0.99 SC 0.94 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.947745 ! Telescope amplitude corrections in sub-array 1: ! BR 1.37 FD 1.22 HN 1.01 KP 0.95 ! LA 0.91 MK 1.10 NL 0.97 OV 0.99 ! PT 1.05 SC 0.99 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.05146 ! Telescope amplitude corrections in sub-array 1: ! BR 0.71 FD 1.08 HN 0.93 KP 0.90 ! LA 1.05 MK 1.10 NL 0.89 OV 0.86 ! PT 0.93 SC 1.06 ! ! ! Fit before self-cal, rms=0.097303Jy sigma=1.297493 ! Fit after self-cal, rms=0.089044Jy sigma=1.168311 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.089044Jy sigma=1.168311 ! Fit after self-cal, rms=0.089042Jy sigma=1.168236 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.377 mas, bmaj=9.585 mas, bpa=-7.212 degrees ! Estimated noise=0.932468 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.00382744 Jy ! Component: 100 - total flux cleaned = 0.00373087 Jy ! Component: 150 - total flux cleaned = 0.0036449 Jy ! Component: 200 - total flux cleaned = 0.00340522 Jy ! Total flux subtracted in 200 components = 0.00340522 Jy ! Clean residual min=-0.004776 max=0.006756 Jy/beam ! Clean residual mean=0.000080 rms=0.001505 Jy/beam ! Combined flux in latest and established models = 0.286021 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 34 components and 0.286021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088075Jy sigma=1.162329 ! Fit after self-cal, rms=0.088080Jy sigma=1.162265 ! 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.088080Jy sigma=1.162265 ! Fit after self-cal, rms=0.086337Jy sigma=1.130827 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.000330799 Jy ! Component: 100 - total flux cleaned = 6.20617e-05 Jy ! Component: 150 - total flux cleaned = -0.000121233 Jy ! Component: 200 - total flux cleaned = -0.000290226 Jy ! Total flux subtracted in 200 components = -0.000290226 Jy ! Clean residual min=-0.004765 max=0.006782 Jy/beam ! Clean residual mean=0.000083 rms=0.001494 Jy/beam ! Combined flux in latest and established models = 0.285731 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 37 components and 0.285731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086095Jy sigma=1.129335 ! Fit after self-cal, rms=0.086003Jy sigma=1.127438 ! Inverting map ! Added new window around map position (15.5, 4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00800671 Jy ! Component: 100 - total flux cleaned = 0.0118274 Jy ! Component: 150 - total flux cleaned = 0.0129754 Jy ! Component: 200 - total flux cleaned = 0.0135387 Jy ! Total flux subtracted in 200 components = 0.0135387 Jy ! Clean residual min=-0.004128 max=0.004018 Jy/beam ! Clean residual mean=-0.000010 rms=0.001157 Jy/beam ! Combined flux in latest and established models = 0.299269 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 62 components and 0.299269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085334Jy sigma=1.114891 ! Fit after self-cal, rms=0.085339Jy sigma=1.114117 ! 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: 3.377 x 9.585 at -7.212 degrees (North through East) ! Clean map min=-0.0041413 max=0.26264 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.085339Jy sigma=1.114117 ! Fit after self-cal, rms=0.070536Jy sigma=0.972784 ! 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.070536Jy sigma=0.972784 ! Fit after self-cal, rms=0.070532Jy sigma=0.972651 ! Inverting map and beam ! Estimated beam: bmin=3.393 mas, bmaj=9.62 mas, bpa=-7.172 degrees ! Estimated noise=0.924262 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192326 Jy ! Component: 100 - total flux cleaned = 0.00136112 Jy ! Component: 150 - total flux cleaned = 0.000894932 Jy ! Component: 200 - total flux cleaned = 0.000504141 Jy ! Total flux subtracted in 200 components = 0.000504141 Jy ! Clean residual min=-0.002507 max=0.002628 Jy/beam ! Clean residual mean=0.000034 rms=0.000727 Jy/beam ! Combined flux in latest and established models = 0.299774 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 81 components and 0.299774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070403Jy sigma=0.969920 ! Fit after self-cal, rms=0.070387Jy sigma=0.969660 ! 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.070387Jy sigma=0.969660 ! Fit after self-cal, rms=0.066538Jy sigma=0.925415 ! 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.066538Jy sigma=0.925415 ! Fit after self-cal, rms=0.066525Jy sigma=0.925375 ! Inverting map and beam ! Estimated beam: bmin=3.395 mas, bmaj=9.643 mas, bpa=-7.212 degrees ! Estimated noise=0.925061 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000613863 Jy ! Component: 100 - total flux cleaned = 0.00045999 Jy ! Component: 150 - total flux cleaned = 0.000241112 Jy ! Component: 200 - total flux cleaned = 0.000241325 Jy ! Total flux subtracted in 200 components = 0.000241325 Jy ! Clean residual min=-0.002590 max=0.002438 Jy/beam ! Clean residual mean=0.000033 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.300015 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 98 components and 0.300015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066459Jy sigma=0.924193 ! Fit after self-cal, rms=0.066447Jy sigma=0.924094 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.035 mas, bmaj=16.52 mas, bpa=1.451 degrees ! Estimated noise=1.13745 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.000106012 Jy ! Component: 100 - total flux cleaned = -2.38583e-05 Jy ! Component: 150 - total flux cleaned = -9.77945e-05 Jy ! Component: 200 - total flux cleaned = -0.000162489 Jy ! Total flux subtracted in 200 components = -0.000162489 Jy ! Clean residual min=-0.002561 max=0.002393 Jy/beam ! Clean residual mean=0.000059 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.299852 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 112 components and 0.299852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066462Jy sigma=0.923885 ! Fit after self-cal, rms=0.066442Jy sigma=0.923808 ! 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=2.613 mas, bmaj=8.146 mas, bpa=-6.569 degrees ! Estimated noise=1.27373 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.219495 Jy ! Component: 100 - total flux cleaned = 0.267815 Jy ! Component: 150 - total flux cleaned = 0.284627 Jy ! Component: 200 - total flux cleaned = 0.293898 Jy ! Total flux subtracted in 200 components = 0.293898 Jy ! Clean residual min=-0.004975 max=0.004494 Jy/beam ! Clean residual mean=0.000075 rms=0.001264 Jy/beam ! Combined flux in latest and established models = 0.293897 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.293897 Jy ! Inverting map and beam ! Estimated beam: bmin=3.395 mas, bmaj=9.643 mas, bpa=-7.212 degrees ! Estimated noise=0.925061 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.00543714 Jy ! Component: 100 - total flux cleaned = 0.00820074 Jy ! Component: 150 - total flux cleaned = 0.00859769 Jy ! Component: 200 - total flux cleaned = 0.00868697 Jy ! Total flux subtracted in 200 components = 0.00868697 Jy ! Clean residual min=-0.003157 max=0.002913 Jy/beam ! Clean residual mean=0.000020 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.302584 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 44 components and 0.302584 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.035 mas, bmaj=16.52 mas, bpa=1.451 degrees ! Estimated noise=1.13745 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.000838559 Jy ! Component: 100 - total flux cleaned = -0.000839713 Jy ! Component: 150 - total flux cleaned = -0.000939254 Jy ! Component: 200 - total flux cleaned = -0.00111864 Jy ! Total flux subtracted in 200 components = -0.00111864 Jy ! Clean residual min=-0.002555 max=0.002740 Jy/beam ! Clean residual mean=0.000040 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.301466 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 65 components and 0.301466 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.395 mas, bmaj=9.643 mas, bpa=-7.212 degrees ! Estimated noise=0.925061 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000200721 Jy ! Component: 100 - total flux cleaned = 0.00020148 Jy ! Component: 150 - total flux cleaned = 0.000143162 Jy ! Component: 200 - total flux cleaned = 3.78002e-05 Jy ! Total flux subtracted in 200 components = 3.78002e-05 Jy ! Clean residual min=-0.002431 max=0.002630 Jy/beam ! Clean residual mean=0.000024 rms=0.000726 Jy/beam ! Combined flux in latest and established models = 0.301504 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 88 components and 0.301504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066551Jy sigma=0.926026 ! Fit after self-cal, rms=0.066540Jy sigma=0.925911 wmodel J0643-1335_S_2005_05_12_yyk\_map.mod ! Writing 88 model components to file: J0643-1335_S_2005_05_12_yyk_map.mod wobs J0643-1335_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0643-1335_S_2005_05_12_yyk_uvs.fits wwins J0643-1335_S_2005_05_12_yyk\_map.win ! wwins: Wrote 2 windows to J0643-1335_S_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 = 3.10239e-05 Jy ! Component: 100 - total flux cleaned = -0.000348155 Jy ! Component: 150 - total flux cleaned = -0.000625855 Jy ! Component: 200 - total flux cleaned = -0.000931625 Jy ! Component: 250 - total flux cleaned = -0.00129991 Jy ! Component: 300 - total flux cleaned = -0.00158498 Jy ! Component: 350 - total flux cleaned = -0.00182649 Jy ! Component: 400 - total flux cleaned = -0.00199439 Jy ! Component: 450 - total flux cleaned = -0.00209219 Jy ! Component: 500 - total flux cleaned = -0.00215607 Jy ! Component: 550 - total flux cleaned = -0.00221826 Jy ! Component: 600 - total flux cleaned = -0.00227975 Jy ! Component: 650 - total flux cleaned = -0.00234033 Jy ! Component: 700 - total flux cleaned = -0.00251702 Jy ! Component: 750 - total flux cleaned = -0.00260343 Jy ! Component: 800 - total flux cleaned = -0.00251863 Jy ! Component: 850 - total flux cleaned = -0.00260307 Jy ! Component: 900 - total flux cleaned = -0.00252053 Jy ! Component: 950 - total flux cleaned = -0.0025751 Jy ! Component: 1000 - total flux cleaned = -0.00260193 Jy ! Component: 1050 - total flux cleaned = -0.00270696 Jy ! Component: 1100 - total flux cleaned = -0.00275855 Jy ! Component: 1150 - total flux cleaned = -0.00275811 Jy ! Component: 1200 - total flux cleaned = -0.00270761 Jy ! Component: 1250 - total flux cleaned = -0.00278251 Jy ! Component: 1300 - total flux cleaned = -0.00280723 Jy ! Component: 1350 - total flux cleaned = -0.00275865 Jy ! Component: 1400 - total flux cleaned = -0.00283076 Jy ! Component: 1450 - total flux cleaned = -0.00283037 Jy ! Component: 1500 - total flux cleaned = -0.00282998 Jy ! Component: 1550 - total flux cleaned = -0.00285302 Jy ! Component: 1600 - total flux cleaned = -0.00280747 Jy ! Component: 1650 - total flux cleaned = -0.00285278 Jy ! Component: 1700 - total flux cleaned = -0.00274125 Jy ! Component: 1750 - total flux cleaned = -0.00276351 Jy ! Component: 1800 - total flux cleaned = -0.00280714 Jy ! Component: 1850 - total flux cleaned = -0.00269905 Jy ! Component: 1900 - total flux cleaned = -0.00267797 Jy ! Component: 1950 - total flux cleaned = -0.00263628 Jy ! Component: 2000 - total flux cleaned = -0.00259427 Jy ! Total flux subtracted in 2048 components = -0.00263535 Jy ! Clean residual min=-0.001148 max=0.001186 Jy/beam ! Clean residual mean=0.000020 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.298868 Jy keep ! Adding 136 model components to the UV plane model. ! The established model now contains 224 components and 0.298868 Jy ![Exited script file: muppet] wmap "J0643-1335_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.395 x 9.643 at -7.212 degrees (North through East) ! Clean map min=-0.0029937 max=0.26058 Jy/beam ! Writing clean map to FITS file: J0643-1335_S_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.260584 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000412862 device "J0643-1335_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0643-1335_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.475312 0.475312 0.950624 1.90125 3.8025 7.60499 15.21 30.42 60.8399 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.26 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.395 x 9.643 at -7.212 degrees (North through East) ! Clean map min=-0.0029937 max=0.26058 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0643-1335_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0643-1335_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0643-1335_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:04:39 2005