! Started logfile: J2030-0622_S_2006_12_18_yyk_uvs.log on Mon Jun 16 20:01:43 2008 obs J2030-0622_S_2006_12_18_yyk_uve.fits ! Reading UV FITS file: J2030-0622_S_2006_12_18_yyk_uve.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.75 visibilities/baseline/integration-bin. ! Found source: J2030-0622 ! ! 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 2469 lines of history. ! ! Reading 2160 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 J2030-0622_S_2006_12_18_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.194769 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.374 mas, bmaj=6.362 mas, bpa=-1.392 degrees ! Estimated noise=1.25101 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.151868 Jy ! Component: 100 - total flux cleaned = 0.178214 Jy ! Total flux subtracted in 100 components = 0.178214 Jy ! Clean residual min=-0.006449 max=0.007499 Jy/beam ! Clean residual mean=0.000005 rms=0.001891 Jy/beam ! Combined flux in latest and established models = 0.178214 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.178214 Jy ! ! Correcting IF 1. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.070860Jy sigma=1.080608 ! Fit after self-cal, rms=0.070539Jy sigma=1.076842 ! Inverting map and beam ! Estimated beam: bmin=2.375 mas, bmaj=6.363 mas, bpa=-1.392 degrees ! Estimated noise=1.25064 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.098 mas, bmaj=7.765 mas, bpa=-3.925 degrees ! Estimated noise=0.908381 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.0139173 Jy ! Component: 100 - total flux cleaned = 0.0190725 Jy ! Component: 150 - total flux cleaned = 0.0214055 Jy ! Component: 200 - total flux cleaned = 0.0219432 Jy ! Total flux subtracted in 200 components = 0.0219432 Jy ! Clean residual min=-0.004784 max=0.008050 Jy/beam ! Clean residual mean=0.000005 rms=0.001571 Jy/beam ! Combined flux in latest and established models = 0.200157 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 32 components and 0.200157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068824Jy sigma=1.043656 ! Fit after self-cal, rms=0.068779Jy sigma=1.043281 ! 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.098 x 7.765 at -3.925 degrees (North through East) ! Clean map min=-0.0046423 max=0.17992 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.01853 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.00* HN 0.94 KP 0.92 ! LA 1.07 MK 0.99 NL 1.03 OV 0.98 ! PT 1.02 SC 0.94 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.986617 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00* HN 1.08 KP 0.97 ! LA 1.01 MK 1.00 NL 1.07 OV 1.06 ! PT 0.97 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.978969 ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.00* HN 0.99 KP 0.94 ! LA 1.01 MK 1.00 NL 1.17 OV 1.01 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.01946 ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00* HN 0.92 KP 0.90 ! LA 0.98 MK 0.99 NL 1.05 OV 1.00 ! PT 0.91 SC 1.15 ! ! ! Fit before self-cal, rms=0.068779Jy sigma=1.043281 ! Fit after self-cal, rms=0.066766Jy sigma=1.014634 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.066766Jy sigma=1.014634 ! Fit after self-cal, rms=0.066762Jy sigma=1.014438 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.107 mas, bmaj=7.806 mas, bpa=-3.914 degrees ! Estimated noise=0.90575 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 (-4.5, -1). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00660457 Jy ! Component: 100 - total flux cleaned = 0.00750068 Jy ! Component: 150 - total flux cleaned = 0.00729802 Jy ! Component: 200 - total flux cleaned = 0.00721832 Jy ! Total flux subtracted in 200 components = 0.00721832 Jy ! Clean residual min=-0.002760 max=0.003200 Jy/beam ! Clean residual mean=-0.000026 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.207375 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 57 components and 0.207375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066236Jy sigma=1.004820 ! Fit after self-cal, rms=0.066158Jy sigma=1.004173 ! 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.066158Jy sigma=1.004173 ! Fit after self-cal, rms=0.061548Jy sigma=0.934583 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.00109221 Jy ! Component: 100 - total flux cleaned = 0.00136993 Jy ! Component: 150 - total flux cleaned = 0.00149158 Jy ! Component: 200 - total flux cleaned = 0.00149245 Jy ! Total flux subtracted in 200 components = 0.00149245 Jy ! Clean residual min=-0.002784 max=0.002952 Jy/beam ! Clean residual mean=-0.000024 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.208868 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 69 components and 0.208868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061425Jy sigma=0.932721 ! Fit after self-cal, rms=0.061006Jy sigma=0.928900 ! 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.107 x 7.806 at -3.914 degrees (North through East) ! Clean map min=-0.0027441 max=0.18095 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.061006Jy sigma=0.928900 ! Fit after self-cal, rms=0.059510Jy sigma=0.913434 ! 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.059510Jy sigma=0.913434 ! Fit after self-cal, rms=0.059394Jy sigma=0.912873 ! Inverting map and beam ! Estimated beam: bmin=3.085 mas, bmaj=7.786 mas, bpa=-4.058 degrees ! Estimated noise=0.901098 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153906 Jy ! Component: 100 - total flux cleaned = 0.00191876 Jy ! Component: 150 - total flux cleaned = 0.00191877 Jy ! Component: 200 - total flux cleaned = 0.00195123 Jy ! Total flux subtracted in 200 components = 0.00195123 Jy ! Clean residual min=-0.002561 max=0.002751 Jy/beam ! Clean residual mean=-0.000023 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.210819 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 84 components and 0.210819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059330Jy sigma=0.911595 ! Fit after self-cal, rms=0.059269Jy sigma=0.911319 ! 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.059269Jy sigma=0.911319 ! Fit after self-cal, rms=0.058714Jy sigma=0.893667 ! 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.058714Jy sigma=0.893667 ! Fit after self-cal, rms=0.058697Jy sigma=0.893562 ! Inverting map and beam ! Estimated beam: bmin=3.087 mas, bmaj=7.794 mas, bpa=-4.083 degrees ! Estimated noise=0.89934 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00049471 Jy ! Component: 100 - total flux cleaned = 0.000739059 Jy ! Component: 150 - total flux cleaned = 0.000736286 Jy ! Component: 200 - total flux cleaned = 0.00073583 Jy ! Total flux subtracted in 200 components = 0.00073583 Jy ! Clean residual min=-0.002724 max=0.002599 Jy/beam ! Clean residual mean=-0.000024 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.211555 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 100 components and 0.211555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058667Jy sigma=0.893006 ! Fit after self-cal, rms=0.058654Jy sigma=0.892937 ! 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=7.452 mas, bmaj=13.92 mas, bpa=-0.811 degrees ! Estimated noise=1.16693 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.000151133 Jy ! Component: 100 - total flux cleaned = -0.000335347 Jy ! Component: 150 - total flux cleaned = -0.000414942 Jy ! Component: 200 - total flux cleaned = -0.000484804 Jy ! Total flux subtracted in 200 components = -0.000484804 Jy ! Clean residual min=-0.002669 max=0.002788 Jy/beam ! Clean residual mean=-0.000048 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 0.21107 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 112 components and 0.21107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058664Jy sigma=0.892881 ! Fit after self-cal, rms=0.058662Jy sigma=0.892834 ! 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=2.377 mas, bmaj=6.372 mas, bpa=-1.471 degrees ! Estimated noise=1.23313 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.151188 Jy ! Component: 100 - total flux cleaned = 0.177738 Jy ! Component: 150 - total flux cleaned = 0.189905 Jy ! Component: 200 - total flux cleaned = 0.197363 Jy ! Total flux subtracted in 200 components = 0.197363 Jy ! Clean residual min=-0.004132 max=0.004404 Jy/beam ! Clean residual mean=0.000001 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.197363 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.197363 Jy ! Inverting map and beam ! Estimated beam: bmin=3.087 mas, bmaj=7.794 mas, bpa=-4.083 degrees ! Estimated noise=0.89934 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.0067863 Jy ! Component: 100 - total flux cleaned = 0.0105771 Jy ! Component: 150 - total flux cleaned = 0.0118353 Jy ! Component: 200 - total flux cleaned = 0.0127196 Jy ! Total flux subtracted in 200 components = 0.0127196 Jy ! Clean residual min=-0.002750 max=0.002871 Jy/beam ! Clean residual mean=-0.000016 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.210082 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 52 components and 0.210082 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=7.452 mas, bmaj=13.92 mas, bpa=-0.811 degrees ! Estimated noise=1.16693 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.000267047 Jy ! Component: 100 - total flux cleaned = 0.000691781 Jy ! Component: 150 - total flux cleaned = 0.000848862 Jy ! Component: 200 - total flux cleaned = 0.000880383 Jy ! Total flux subtracted in 200 components = 0.000880383 Jy ! Clean residual min=-0.002629 max=0.003007 Jy/beam ! Clean residual mean=-0.000047 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.210963 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 64 components and 0.210963 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.087 mas, bmaj=7.794 mas, bpa=-4.083 degrees ! Estimated noise=0.89934 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000254972 Jy ! Component: 100 - total flux cleaned = 0.000451284 Jy ! Component: 150 - total flux cleaned = 0.000526261 Jy ! Component: 200 - total flux cleaned = 0.000661499 Jy ! Total flux subtracted in 200 components = 0.000661499 Jy ! Clean residual min=-0.002555 max=0.002616 Jy/beam ! Clean residual mean=-0.000025 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.211624 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 78 components and 0.211624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058654Jy sigma=0.892944 ! Fit after self-cal, rms=0.058637Jy sigma=0.892817 wmodel J2030-0622_S_2006_12_18_yyk\_map.mod ! Writing 78 model components to file: J2030-0622_S_2006_12_18_yyk_map.mod wobs J2030-0622_S_2006_12_18_yyk\_uvs.fits ! Writing UV FITS file: J2030-0622_S_2006_12_18_yyk_uvs.fits wwins J2030-0622_S_2006_12_18_yyk\_map.win ! wwins: Wrote 2 windows to J2030-0622_S_2006_12_18_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.000131653 Jy ! Component: 100 - total flux cleaned = -0.000510491 Jy ! Component: 150 - total flux cleaned = -0.000827052 Jy ! Component: 200 - total flux cleaned = -0.00105265 Jy ! Component: 250 - total flux cleaned = -0.00127 Jy ! Component: 300 - total flux cleaned = -0.00137576 Jy ! Component: 350 - total flux cleaned = -0.00147801 Jy ! Component: 400 - total flux cleaned = -0.00164294 Jy ! Component: 450 - total flux cleaned = -0.00177128 Jy ! Component: 500 - total flux cleaned = -0.00195879 Jy ! Component: 550 - total flux cleaned = -0.00208054 Jy ! Component: 600 - total flux cleaned = -0.0022297 Jy ! Component: 650 - total flux cleaned = -0.00219987 Jy ! Component: 700 - total flux cleaned = -0.00219955 Jy ! Component: 750 - total flux cleaned = -0.00225622 Jy ! Component: 800 - total flux cleaned = -0.00220124 Jy ! Component: 850 - total flux cleaned = -0.00231078 Jy ! Component: 900 - total flux cleaned = -0.00231098 Jy ! Component: 950 - total flux cleaned = -0.00225889 Jy ! Component: 1000 - total flux cleaned = -0.00228534 Jy ! Component: 1050 - total flux cleaned = -0.0023359 Jy ! Component: 1100 - total flux cleaned = -0.00228584 Jy ! Component: 1150 - total flux cleaned = -0.00235975 Jy ! Component: 1200 - total flux cleaned = -0.00233482 Jy ! Component: 1250 - total flux cleaned = -0.00228702 Jy ! Component: 1300 - total flux cleaned = -0.00221617 Jy ! Component: 1350 - total flux cleaned = -0.00221637 Jy ! Component: 1400 - total flux cleaned = -0.00219366 Jy ! Component: 1450 - total flux cleaned = -0.00217132 Jy ! Component: 1500 - total flux cleaned = -0.0021269 Jy ! Component: 1550 - total flux cleaned = -0.00214901 Jy ! Component: 1600 - total flux cleaned = -0.00210542 Jy ! Component: 1650 - total flux cleaned = -0.00204102 Jy ! Component: 1700 - total flux cleaned = -0.00208408 Jy ! Component: 1750 - total flux cleaned = -0.00212612 Jy ! Component: 1800 - total flux cleaned = -0.00212599 Jy ! Component: 1850 - total flux cleaned = -0.00216703 Jy ! Component: 1900 - total flux cleaned = -0.00222744 Jy ! Component: 1950 - total flux cleaned = -0.00220717 Jy ! Component: 2000 - total flux cleaned = -0.00214787 Jy ! Total flux subtracted in 2048 components = -0.00218707 Jy ! Clean residual min=-0.001231 max=0.001207 Jy/beam ! Clean residual mean=-0.000002 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.209437 Jy keep ! Adding 135 model components to the UV plane model. ! The established model now contains 213 components and 0.209437 Jy ![Exited script file: muppet] wmap "J2030-0622_S_2006_12_18_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.087 x 7.794 at -4.083 degrees (North through East) ! Clean map min=-0.0019626 max=0.18025 Jy/beam ! Writing clean map to FITS file: J2030-0622_S_2006_12_18_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.180248 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000384848 device "J2030-0622_S_2006_12_18_yyk\_map.eps/VPS" ! Attempting to open device: 'J2030-0622_S_2006_12_18_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.640531 0.640531 1.28106 2.56212 5.12425 10.2485 20.497 40.994 81.988 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.18 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.087 x 7.794 at -4.083 degrees (North through East) ! Clean map min=-0.0019626 max=0.18025 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2030-0622_S_2006_12_18_yyk\_map.gif/gif" ! Attempting to open device: 'J2030-0622_S_2006_12_18_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2030-0622_S_2006_12_18_yyk_uvs.log closed on Mon Jun 16 20:01:48 2008