! Started logfile: J0245-1107_X_2007_01_11_yyk_uvs.log on Mon Jun 16 19:10:10 2008 obs J0245-1107_X_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J0245-1107_X_2007_01_11_yyk_uve.fits ! AN table 1: 15 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.594444 visibilities/baseline/integration-bin. ! Found source: J0245-1107 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 2143 lines of history. ! ! Reading 1284 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 J0245-1107_X_2007_01_11_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.1543 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.7503 mas, bmaj=2.986 mas, bpa=-16.02 degrees ! Estimated noise=1.49895 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.108815 Jy ! Component: 100 - total flux cleaned = 0.142911 Jy ! Total flux subtracted in 100 components = 0.142911 Jy ! Clean residual min=-0.008830 max=0.014184 Jy/beam ! Clean residual mean=-0.000034 rms=0.002767 Jy/beam ! Combined flux in latest and established models = 0.142911 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.142911 Jy ! ! Correcting IF 1. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.067771Jy sigma=1.212399 ! Fit after self-cal, rms=0.066812Jy sigma=1.199842 ! Inverting map and beam ! Estimated beam: bmin=0.7503 mas, bmaj=2.986 mas, bpa=-16.02 degrees ! Estimated noise=1.49895 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.919 mas, bmaj=3.445 mas, bpa=-15.13 degrees ! Estimated noise=1.07245 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.0248414 Jy ! Component: 100 - total flux cleaned = 0.0363888 Jy ! Component: 150 - total flux cleaned = 0.0422763 Jy ! Component: 200 - total flux cleaned = 0.045397 Jy ! Total flux subtracted in 200 components = 0.045397 Jy ! Clean residual min=-0.005647 max=0.006077 Jy/beam ! Clean residual mean=0.000020 rms=0.001734 Jy/beam ! Combined flux in latest and established models = 0.188308 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 43 model components to the UV plane model. ! The established model now contains 50 components and 0.188308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060502Jy sigma=1.067981 ! Fit after self-cal, rms=0.060471Jy sigma=1.067701 ! 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.919 x 3.445 at -15.13 degrees (North through East) ! Clean map min=-0.0052431 max=0.13341 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: 0.99601 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.03 HN 1.14 KP 0.97 ! LA 0.95 MK 0.92 OV 1.08 PT 0.99 ! SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.02216 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.02 HN 1.01 KP 0.91 ! LA 0.91 MK 0.90 OV 1.04 PT 1.04 ! SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.992283 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.08 HN 0.96 KP 0.86 ! LA 0.91 MK 1.11 OV 1.13 PT 1.00 ! SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.964956 ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.04 HN 0.95 KP 0.87 ! LA 1.00 MK 1.20 OV 1.14 PT 1.05 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.060471Jy sigma=1.067701 ! Fit after self-cal, rms=0.058737Jy sigma=1.039341 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.058737Jy sigma=1.039341 ! Fit after self-cal, rms=0.058743Jy sigma=1.039270 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9271 mas, bmaj=3.477 mas, bpa=-15.34 degrees ! Estimated noise=1.05787 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.000890141 Jy ! Component: 100 - total flux cleaned = -0.00111358 Jy ! Component: 150 - total flux cleaned = -0.00114781 Jy ! Component: 200 - total flux cleaned = -0.00114645 Jy ! Total flux subtracted in 200 components = -0.00114645 Jy ! Clean residual min=-0.004403 max=0.004297 Jy/beam ! Clean residual mean=0.000019 rms=0.001171 Jy/beam ! Combined flux in latest and established models = 0.187162 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.187162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058685Jy sigma=1.038320 ! Fit after self-cal, rms=0.058680Jy sigma=1.038279 ! 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.058680Jy sigma=1.038279 ! Fit after self-cal, rms=0.051913Jy sigma=0.927594 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.00174923 Jy ! Component: 100 - total flux cleaned = 0.001716 Jy ! Component: 150 - total flux cleaned = 0.00171736 Jy ! Component: 200 - total flux cleaned = 0.0017175 Jy ! Total flux subtracted in 200 components = 0.0017175 Jy ! Clean residual min=-0.004214 max=0.004288 Jy/beam ! Clean residual mean=0.000022 rms=0.001157 Jy/beam ! Combined flux in latest and established models = 0.188879 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 61 components and 0.188879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051808Jy sigma=0.926102 ! Fit after self-cal, rms=0.051371Jy sigma=0.919330 ! 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.9271 x 3.477 at -15.34 degrees (North through East) ! Clean map min=-0.0040135 max=0.13478 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.051371Jy sigma=0.919330 ! Fit after self-cal, rms=0.050581Jy sigma=0.901432 ! 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.050581Jy sigma=0.901432 ! Fit after self-cal, rms=0.050555Jy sigma=0.900818 ! Inverting map and beam ! Estimated beam: bmin=0.9181 mas, bmaj=3.473 mas, bpa=-15.41 degrees ! Estimated noise=1.05086 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000222373 Jy ! Component: 100 - total flux cleaned = 0.000322721 Jy ! Component: 150 - total flux cleaned = 0.000366659 Jy ! Component: 200 - total flux cleaned = 0.000405924 Jy ! Total flux subtracted in 200 components = 0.000405924 Jy ! Clean residual min=-0.004055 max=0.003785 Jy/beam ! Clean residual mean=-0.000000 rms=0.001021 Jy/beam ! Combined flux in latest and established models = 0.189285 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 62 components and 0.189285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050538Jy sigma=0.900475 ! Fit after self-cal, rms=0.050539Jy sigma=0.900406 ! 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.050539Jy sigma=0.900406 ! Fit after self-cal, rms=0.050838Jy sigma=0.899568 ! 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.050838Jy sigma=0.899568 ! Fit after self-cal, rms=0.050852Jy sigma=0.899420 ! Inverting map and beam ! Estimated beam: bmin=0.9176 mas, bmaj=3.455 mas, bpa=-15.24 degrees ! Estimated noise=1.04552 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000401913 Jy ! Component: 100 - total flux cleaned = -0.000400615 Jy ! Component: 150 - total flux cleaned = -0.000377142 Jy ! Component: 200 - total flux cleaned = -0.000336289 Jy ! Total flux subtracted in 200 components = -0.000336289 Jy ! Clean residual min=-0.004044 max=0.003812 Jy/beam ! Clean residual mean=0.000006 rms=0.001111 Jy/beam ! Combined flux in latest and established models = 0.188949 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 65 components and 0.188949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050846Jy sigma=0.899065 ! Fit after self-cal, rms=0.050849Jy sigma=0.899046 ! 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.439 mas, bmaj=4.508 mas, bpa=8.174 degrees ! Estimated noise=1.30165 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.00126526 Jy ! Component: 100 - total flux cleaned = 0.00125833 Jy ! Component: 150 - total flux cleaned = 0.00125365 Jy ! Component: 200 - total flux cleaned = 0.00125126 Jy ! Total flux subtracted in 200 components = 0.00125126 Jy ! Clean residual min=-0.003532 max=0.004070 Jy/beam ! Clean residual mean=0.000012 rms=0.001392 Jy/beam ! Combined flux in latest and established models = 0.1902 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 70 components and 0.1902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050876Jy sigma=0.899751 ! Fit after self-cal, rms=0.050880Jy sigma=0.899734 ! 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.7598 mas, bmaj=2.985 mas, bpa=-16.03 degrees ! Estimated noise=1.48996 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.110729 Jy ! Component: 100 - total flux cleaned = 0.143673 Jy ! Component: 150 - total flux cleaned = 0.160275 Jy ! Component: 200 - total flux cleaned = 0.170344 Jy ! Total flux subtracted in 200 components = 0.170344 Jy ! Clean residual min=-0.006083 max=0.005561 Jy/beam ! Clean residual mean=-0.000017 rms=0.001625 Jy/beam ! Combined flux in latest and established models = 0.170344 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.170344 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9176 mas, bmaj=3.455 mas, bpa=-15.24 degrees ! Estimated noise=1.04552 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.00971827 Jy ! Component: 100 - total flux cleaned = 0.0143718 Jy ! Component: 150 - total flux cleaned = 0.0167601 Jy ! Component: 200 - total flux cleaned = 0.0175138 Jy ! Total flux subtracted in 200 components = 0.0175138 Jy ! Clean residual min=-0.004155 max=0.003910 Jy/beam ! Clean residual mean=0.000006 rms=0.001131 Jy/beam ! Combined flux in latest and established models = 0.187858 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 53 components and 0.187858 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.439 mas, bmaj=4.508 mas, bpa=8.174 degrees ! Estimated noise=1.30165 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.00212572 Jy ! Component: 100 - total flux cleaned = 0.00225472 Jy ! Component: 150 - total flux cleaned = 0.0022593 Jy ! Component: 200 - total flux cleaned = 0.00226036 Jy ! Total flux subtracted in 200 components = 0.00226036 Jy ! Clean residual min=-0.003612 max=0.004058 Jy/beam ! Clean residual mean=0.000012 rms=0.001395 Jy/beam ! Combined flux in latest and established models = 0.190118 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 57 components and 0.190118 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9176 mas, bmaj=3.455 mas, bpa=-15.24 degrees ! Estimated noise=1.04552 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000731303 Jy ! Component: 100 - total flux cleaned = -0.000933837 Jy ! Component: 150 - total flux cleaned = -0.00102746 Jy ! Component: 200 - total flux cleaned = -0.00105423 Jy ! Total flux subtracted in 200 components = -0.00105423 Jy ! Clean residual min=-0.003993 max=0.003877 Jy/beam ! Clean residual mean=0.000006 rms=0.001107 Jy/beam ! Combined flux in latest and established models = 0.189064 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 69 components and 0.189064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050850Jy sigma=0.899075 ! Fit after self-cal, rms=0.050845Jy sigma=0.899018 wmodel J0245-1107_X_2007_01_11_yyk\_map.mod ! Writing 69 model components to file: J0245-1107_X_2007_01_11_yyk_map.mod wobs J0245-1107_X_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J0245-1107_X_2007_01_11_yyk_uvs.fits wwins J0245-1107_X_2007_01_11_yyk\_map.win ! wwins: Wrote 1 windows to J0245-1107_X_2007_01_11_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.000274886 Jy ! Component: 100 - total flux cleaned = 0.000775228 Jy ! Component: 150 - total flux cleaned = 0.00124156 Jy ! Component: 200 - total flux cleaned = 0.00140813 Jy ! Component: 250 - total flux cleaned = 0.00161696 Jy ! Component: 300 - total flux cleaned = 0.00186576 Jy ! Component: 350 - total flux cleaned = 0.00215502 Jy ! Component: 400 - total flux cleaned = 0.00234307 Jy ! Component: 450 - total flux cleaned = 0.00261579 Jy ! Component: 500 - total flux cleaned = 0.00292417 Jy ! Component: 550 - total flux cleaned = 0.00296632 Jy ! Component: 600 - total flux cleaned = 0.00300866 Jy ! Component: 650 - total flux cleaned = 0.00313236 Jy ! Component: 700 - total flux cleaned = 0.00329241 Jy ! Component: 750 - total flux cleaned = 0.00333105 Jy ! Component: 800 - total flux cleaned = 0.0033703 Jy ! Component: 850 - total flux cleaned = 0.00348319 Jy ! Component: 900 - total flux cleaned = 0.00359309 Jy ! Component: 950 - total flux cleaned = 0.0036645 Jy ! Component: 1000 - total flux cleaned = 0.00363006 Jy ! Component: 1050 - total flux cleaned = 0.0037331 Jy ! Component: 1100 - total flux cleaned = 0.00376681 Jy ! Component: 1150 - total flux cleaned = 0.00386587 Jy ! Component: 1200 - total flux cleaned = 0.00389846 Jy ! Component: 1250 - total flux cleaned = 0.0038672 Jy ! Component: 1300 - total flux cleaned = 0.00393052 Jy ! Component: 1350 - total flux cleaned = 0.00389971 Jy ! Component: 1400 - total flux cleaned = 0.0039 Jy ! Component: 1450 - total flux cleaned = 0.00384021 Jy ! Component: 1500 - total flux cleaned = 0.0038408 Jy ! Component: 1550 - total flux cleaned = 0.00389913 Jy ! Component: 1600 - total flux cleaned = 0.00381283 Jy ! Component: 1650 - total flux cleaned = 0.00375602 Jy ! Component: 1700 - total flux cleaned = 0.00372841 Jy ! Component: 1750 - total flux cleaned = 0.00367391 Jy ! Component: 1800 - total flux cleaned = 0.00370046 Jy ! Component: 1850 - total flux cleaned = 0.00359266 Jy ! Component: 1900 - total flux cleaned = 0.00354011 Jy ! Component: 1950 - total flux cleaned = 0.00351412 Jy ! Component: 2000 - total flux cleaned = 0.00348833 Jy ! Total flux subtracted in 2048 components = 0.00346248 Jy ! Clean residual min=-0.001376 max=0.001392 Jy/beam ! Clean residual mean=-0.000004 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.192526 Jy keep ! Adding 124 model components to the UV plane model. ! The established model now contains 193 components and 0.192526 Jy ![Exited script file: muppet] wmap "J0245-1107_X_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9176 x 3.455 at -15.24 degrees (North through East) ! Clean map min=-0.0031706 max=0.13373 Jy/beam ! Writing clean map to FITS file: J0245-1107_X_2007_01_11_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.133732 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000470283 device "J0245-1107_X_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J0245-1107_X_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.05498 1.05498 2.10996 4.21993 8.43986 16.8797 33.7594 67.5189 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.133 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.9176 x 3.455 at -15.24 degrees (North through East) ! Clean map min=-0.0031706 max=0.13373 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0245-1107_X_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J0245-1107_X_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0245-1107_X_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:10:15 2008