! Started logfile: J2236-2309_S_2005_07_20_yyk_uvs.log on Fri Jan 20 11:07:31 2006 obs J2236-2309_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J2236-2309_S_2005_07_20_yyk_uve.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.746296 visibilities/baseline/integration-bin. ! Found source: J2236-2309 ! ! 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 1526 lines of history. ! ! Reading 1612 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 J2236-2309_S_2005_07_20_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.279112 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.654 mas, bmaj=7.258 mas, bpa=-5.012 degrees ! Estimated noise=1.69795 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.207943 Jy ! Component: 100 - total flux cleaned = 0.255979 Jy ! Total flux subtracted in 100 components = 0.255979 Jy ! Clean residual min=-0.010446 max=0.014727 Jy/beam ! Clean residual mean=0.000055 rms=0.003228 Jy/beam ! Combined flux in latest and established models = 0.255979 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.255979 Jy ! ! Correcting IF 1. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.098645Jy sigma=1.341198 ! Fit after self-cal, rms=0.091258Jy sigma=1.288887 ! Inverting map and beam ! Estimated beam: bmin=2.654 mas, bmaj=7.262 mas, bpa=-5.03 degrees ! Estimated noise=1.69824 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.263 mas, bmaj=9.482 mas, bpa=-8.625 degrees ! Estimated noise=1.18044 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.0255162 Jy ! Component: 100 - total flux cleaned = 0.0341807 Jy ! Component: 150 - total flux cleaned = 0.0377726 Jy ! Component: 200 - total flux cleaned = 0.0389362 Jy ! Total flux subtracted in 200 components = 0.0389362 Jy ! Clean residual min=-0.006388 max=0.007646 Jy/beam ! Clean residual mean=0.000054 rms=0.002085 Jy/beam ! Combined flux in latest and established models = 0.294915 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 44 model components to the UV plane model. ! The established model now contains 56 components and 0.294915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084369Jy sigma=1.196396 ! Fit after self-cal, rms=0.084328Jy sigma=1.196294 ! 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.263 x 9.482 at -8.625 degrees (North through East) ! Clean map min=-0.0061965 max=0.24753 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.01217 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.05 HN 1.00* KP 0.94 ! LA 1.05 MK 0.85 NL 0.98 OV 0.98 ! PT 1.08 SC 0.90 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.991641 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 1.00* KP 0.99 ! LA 1.00 MK 1.02 NL 1.02 OV 1.04 ! PT 0.98 SC 0.95 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.970448 ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.97 HN 1.00* KP 0.97 ! LA 0.95 MK 1.07 NL 1.04 OV 1.05 ! PT 1.09 SC 1.01 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.02712 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00 HN 1.00* KP 0.93 ! LA 0.77 MK 1.13 NL 0.94 OV 0.89 ! PT 0.97 SC 1.15 ! ! ! Fit before self-cal, rms=0.084328Jy sigma=1.196294 ! Fit after self-cal, rms=0.077299Jy sigma=1.112477 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.077299Jy sigma=1.112477 ! Fit after self-cal, rms=0.077277Jy sigma=1.112357 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=9.562 mas, bpa=-8.485 degrees ! Estimated noise=1.1775 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.000282171 Jy ! Component: 100 - total flux cleaned = -0.000281096 Jy ! Component: 150 - total flux cleaned = -0.000253858 Jy ! Component: 200 - total flux cleaned = -0.000252889 Jy ! Total flux subtracted in 200 components = -0.000252889 Jy ! Clean residual min=-0.004663 max=0.007578 Jy/beam ! Clean residual mean=0.000154 rms=0.001591 Jy/beam ! Combined flux in latest and established models = 0.294662 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 64 components and 0.294662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077266Jy sigma=1.112008 ! Fit after self-cal, rms=0.077254Jy sigma=1.111975 ! 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.077254Jy sigma=1.111975 ! Fit after self-cal, rms=0.071906Jy sigma=1.014296 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.000816521 Jy ! Component: 100 - total flux cleaned = 0.000900775 Jy ! Component: 150 - total flux cleaned = 0.000957169 Jy ! Component: 200 - total flux cleaned = 0.000955159 Jy ! Total flux subtracted in 200 components = 0.000955159 Jy ! Clean residual min=-0.005129 max=0.006849 Jy/beam ! Clean residual mean=0.000151 rms=0.001507 Jy/beam ! Combined flux in latest and established models = 0.295617 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 76 components and 0.295617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071843Jy sigma=1.013564 ! Fit after self-cal, rms=0.071419Jy sigma=1.006315 ! Inverting map ! Added new window around map position (13.5, -9.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00741379 Jy ! Component: 100 - total flux cleaned = 0.0104446 Jy ! Component: 150 - total flux cleaned = 0.0111143 Jy ! Component: 200 - total flux cleaned = 0.0113952 Jy ! Total flux subtracted in 200 components = 0.0113952 Jy ! Clean residual min=-0.004714 max=0.004083 Jy/beam ! Clean residual mean=0.000058 rms=0.001200 Jy/beam ! Combined flux in latest and established models = 0.307012 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 34 model components to the UV plane model. ! The established model now contains 107 components and 0.307012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071053Jy sigma=0.995284 ! Fit after self-cal, rms=0.071012Jy sigma=0.993540 ! 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.29 x 9.562 at -8.485 degrees (North through East) ! Clean map min=-0.0043231 max=0.25041 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.071012Jy sigma=0.993540 ! Fit after self-cal, rms=0.068652Jy sigma=0.963517 ! 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.068652Jy sigma=0.963517 ! Fit after self-cal, rms=0.068671Jy sigma=0.963242 ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=9.555 mas, bpa=-8.531 degrees ! Estimated noise=1.17162 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00259599 Jy ! Component: 100 - total flux cleaned = 0.00382427 Jy ! Component: 150 - total flux cleaned = 0.00405089 Jy ! Component: 200 - total flux cleaned = 0.00421215 Jy ! Total flux subtracted in 200 components = 0.00421215 Jy ! Clean residual min=-0.004424 max=0.004036 Jy/beam ! Clean residual mean=0.000021 rms=0.001084 Jy/beam ! Combined flux in latest and established models = 0.311224 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 120 components and 0.311224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068665Jy sigma=0.961553 ! Fit after self-cal, rms=0.068676Jy sigma=0.961367 ! 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.068676Jy sigma=0.961367 ! Fit after self-cal, rms=0.066411Jy sigma=0.922199 ! 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.066411Jy sigma=0.922199 ! Fit after self-cal, rms=0.066435Jy sigma=0.922116 ! Inverting map and beam ! Estimated beam: bmin=3.269 mas, bmaj=9.516 mas, bpa=-8.466 degrees ! Estimated noise=1.17478 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00167996 Jy ! Component: 100 - total flux cleaned = 0.00195735 Jy ! Component: 150 - total flux cleaned = 0.00215386 Jy ! Component: 200 - total flux cleaned = 0.0022616 Jy ! Total flux subtracted in 200 components = 0.0022616 Jy ! Clean residual min=-0.004449 max=0.004081 Jy/beam ! Clean residual mean=0.000030 rms=0.001066 Jy/beam ! Combined flux in latest and established models = 0.313486 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 128 components and 0.313486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066407Jy sigma=0.921208 ! Fit after self-cal, rms=0.066417Jy sigma=0.921151 ! 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=9.154 mas, bmaj=20.95 mas, bpa=3.687 degrees ! Estimated noise=1.45716 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.000763222 Jy ! Component: 100 - total flux cleaned = 0.000858472 Jy ! Component: 150 - total flux cleaned = 0.000879826 Jy ! Component: 200 - total flux cleaned = 0.000880651 Jy ! Total flux subtracted in 200 components = 0.000880651 Jy ! Clean residual min=-0.004597 max=0.004532 Jy/beam ! Clean residual mean=0.000046 rms=0.001331 Jy/beam ! Combined flux in latest and established models = 0.314367 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 141 components and 0.314367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066398Jy sigma=0.920987 ! Fit after self-cal, rms=0.066409Jy sigma=0.920948 ! 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.655 mas, bmaj=7.287 mas, bpa=-5.224 degrees ! Estimated noise=1.67971 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.209015 Jy ! Component: 100 - total flux cleaned = 0.257394 Jy ! Component: 150 - total flux cleaned = 0.277282 Jy ! Component: 200 - total flux cleaned = 0.287572 Jy ! Total flux subtracted in 200 components = 0.287572 Jy ! Clean residual min=-0.005293 max=0.005293 Jy/beam ! Clean residual mean=0.000049 rms=0.001612 Jy/beam ! Combined flux in latest and established models = 0.287572 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.287572 Jy ! Inverting map and beam ! Estimated beam: bmin=3.269 mas, bmaj=9.516 mas, bpa=-8.466 degrees ! Estimated noise=1.17478 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.00947279 Jy ! Component: 100 - total flux cleaned = 0.0150292 Jy ! Component: 150 - total flux cleaned = 0.0189131 Jy ! Component: 200 - total flux cleaned = 0.0216509 Jy ! Total flux subtracted in 200 components = 0.0216509 Jy ! Clean residual min=-0.004478 max=0.004003 Jy/beam ! Clean residual mean=0.000060 rms=0.001075 Jy/beam ! Combined flux in latest and established models = 0.309223 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 56 components and 0.309223 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=9.154 mas, bmaj=20.95 mas, bpa=3.687 degrees ! Estimated noise=1.45716 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.00227626 Jy ! Component: 100 - total flux cleaned = 0.0035122 Jy ! Component: 150 - total flux cleaned = 0.00427455 Jy ! Component: 200 - total flux cleaned = 0.00445192 Jy ! Total flux subtracted in 200 components = 0.00445192 Jy ! Clean residual min=-0.004524 max=0.004547 Jy/beam ! Clean residual mean=0.000052 rms=0.001315 Jy/beam ! Combined flux in latest and established models = 0.313675 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 99 components and 0.313675 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.269 mas, bmaj=9.516 mas, bpa=-8.466 degrees ! Estimated noise=1.17478 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000271706 Jy ! Component: 100 - total flux cleaned = 0.000422241 Jy ! Component: 150 - total flux cleaned = 0.000419874 Jy ! Component: 200 - total flux cleaned = 0.000390594 Jy ! Total flux subtracted in 200 components = 0.000390594 Jy ! Clean residual min=-0.004323 max=0.004192 Jy/beam ! Clean residual mean=0.000024 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.314065 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 121 components and 0.314065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066426Jy sigma=0.920513 ! Fit after self-cal, rms=0.066408Jy sigma=0.920395 wmodel J2236-2309_S_2005_07_20_yyk\_map.mod ! Writing 121 model components to file: J2236-2309_S_2005_07_20_yyk_map.mod wobs J2236-2309_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J2236-2309_S_2005_07_20_yyk_uvs.fits wwins J2236-2309_S_2005_07_20_yyk\_map.win ! wwins: Wrote 2 windows to J2236-2309_S_2005_07_20_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.000310523 Jy ! Component: 100 - total flux cleaned = -0.000747785 Jy ! Component: 150 - total flux cleaned = -0.000633982 Jy ! Component: 200 - total flux cleaned = -0.000420481 Jy ! Component: 250 - total flux cleaned = -0.000369173 Jy ! Component: 300 - total flux cleaned = -0.000419468 Jy ! Component: 350 - total flux cleaned = -0.000419746 Jy ! Component: 400 - total flux cleaned = -0.000420277 Jy ! Component: 450 - total flux cleaned = -0.000507239 Jy ! Component: 500 - total flux cleaned = -0.000633229 Jy ! Component: 550 - total flux cleaned = -0.000836132 Jy ! Component: 600 - total flux cleaned = -0.000836445 Jy ! Component: 650 - total flux cleaned = -0.000798074 Jy ! Component: 700 - total flux cleaned = -0.000760345 Jy ! Component: 750 - total flux cleaned = -0.000722958 Jy ! Component: 800 - total flux cleaned = -0.000580756 Jy ! Component: 850 - total flux cleaned = -0.000581147 Jy ! Component: 900 - total flux cleaned = -0.000444904 Jy ! Component: 950 - total flux cleaned = -0.000344618 Jy ! Component: 1000 - total flux cleaned = -0.000116764 Jy ! Component: 1050 - total flux cleaned = -2.12988e-05 Jy ! Component: 1100 - total flux cleaned = 0.000166237 Jy ! Component: 1150 - total flux cleaned = 0.000289013 Jy ! Component: 1200 - total flux cleaned = 0.000349264 Jy ! Component: 1250 - total flux cleaned = 0.000408956 Jy ! Component: 1300 - total flux cleaned = 0.000496712 Jy ! Component: 1350 - total flux cleaned = 0.00058264 Jy ! Component: 1400 - total flux cleaned = 0.000638917 Jy ! Component: 1450 - total flux cleaned = 0.000666655 Jy ! Component: 1500 - total flux cleaned = 0.000775948 Jy ! Component: 1550 - total flux cleaned = 0.000856343 Jy ! Component: 1600 - total flux cleaned = 0.00085631 Jy ! Component: 1650 - total flux cleaned = 0.000960747 Jy ! Component: 1700 - total flux cleaned = 0.000934892 Jy ! Component: 1750 - total flux cleaned = 0.00101116 Jy ! Component: 1800 - total flux cleaned = 0.00101111 Jy ! Component: 1850 - total flux cleaned = 0.00106055 Jy ! Component: 1900 - total flux cleaned = 0.00110907 Jy ! Component: 1950 - total flux cleaned = 0.0011808 Jy ! Component: 2000 - total flux cleaned = 0.00122824 Jy ! Total flux subtracted in 2048 components = 0.00129839 Jy ! Clean residual min=-0.001518 max=0.001280 Jy/beam ! Clean residual mean=0.000048 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.315364 Jy keep ! Adding 150 model components to the UV plane model. ! The established model now contains 271 components and 0.315364 Jy ![Exited script file: muppet] wmap "J2236-2309_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.269 x 9.516 at -8.466 degrees (North through East) ! Clean map min=-0.0031383 max=0.25264 Jy/beam ! Writing clean map to FITS file: J2236-2309_S_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.252638 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000479513 device "J2236-2309_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J2236-2309_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.569407 0.569407 1.13881 2.27763 4.55525 9.11051 18.221 36.442 72.884 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.252 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.269 x 9.516 at -8.466 degrees (North through East) ! Clean map min=-0.0031383 max=0.25264 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2236-2309_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J2236-2309_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2236-2309_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 11:07:35 2006