! Started logfile: J1153-1105_X_1997_05_07_yyk_uvs.log on Mon Jan 8 05:28:24 2007 obs J1153-1105_X_1997_05_07_yyk_uva.fits ! Reading UV FITS file: J1153-1105_X_1997_05_07_yyk_uva.fits ! AN table 1: 145 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.785441 visibilities/baseline/integration-bin. ! Found source: J1153-1105 ! ! 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.15447e+09 8e+06 1 8e+06 ! 02 2 8.23447e+09 8e+06 1 8e+06 ! 03 3 8.41447e+09 8e+06 1 8e+06 ! 04 4 8.55447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 614 lines of history. ! ! Reading 20500 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 J1153-1105_X_1997_05_07_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.235014 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.7236 mas, bmaj=1.874 mas, bpa=-3.97 degrees ! Estimated noise=1367.94 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.107518 Jy ! Component: 100 - total flux cleaned = 0.144665 Jy ! Total flux subtracted in 100 components = 0.144665 Jy ! Clean residual min=-0.009545 max=0.013491 Jy/beam ! Clean residual mean=-0.000019 rms=0.002713 Jy/beam ! Combined flux in latest and established models = 0.144665 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.144665 Jy ! ! Correcting IF 1. ! A total of 188 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 188 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 188 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 188 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.189397Jy sigma=0.001242 ! Fit after self-cal, rms=0.189148Jy sigma=0.001241 ! Inverting map and beam ! Estimated beam: bmin=0.7236 mas, bmaj=1.874 mas, bpa=-3.97 degrees ! Estimated noise=1367.94 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.8963 mas, bmaj=2.286 mas, bpa=-1.773 degrees ! Estimated noise=721.274 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.0274006 Jy ! Component: 100 - total flux cleaned = 0.0368812 Jy ! Component: 150 - total flux cleaned = 0.0406308 Jy ! Component: 200 - total flux cleaned = 0.0412665 Jy ! Total flux subtracted in 200 components = 0.0412665 Jy ! Clean residual min=-0.003888 max=0.004898 Jy/beam ! Clean residual mean=0.000000 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.185932 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 37 components and 0.185932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186941Jy sigma=0.001223 ! Fit after self-cal, rms=0.186939Jy sigma=0.001223 ! 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.8963 x 2.286 at -1.773 degrees (North through East) ! Clean map min=-0.0035012 max=0.13107 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. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.01993 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.98 HN 1.00 KP 1.00 ! LA 1.00 MK 0.93 NL 1.09 OV 1.03 ! PT 0.96 SC 0.87 ! ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00803 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.98 HN 1.03 KP 1.02 ! LA 1.00 MK 1.00 NL 0.97 OV 1.07 ! PT 0.93 SC 0.96 ! ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.988249 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.97 HN 0.99 KP 1.11 ! LA 0.97 MK 1.05 NL 1.04 OV 1.06 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.186939Jy sigma=0.001223 ! Fit after self-cal, rms=0.186002Jy sigma=0.001222 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.186002Jy sigma=0.001222 ! Fit after self-cal, rms=0.185997Jy sigma=0.001222 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8882 mas, bmaj=2.247 mas, bpa=-0.9395 degrees ! Estimated noise=718.011 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.00141298 Jy ! Component: 100 - total flux cleaned = 0.00149791 Jy ! Component: 150 - total flux cleaned = 0.0017051 Jy ! Component: 200 - total flux cleaned = 0.00183306 Jy ! Total flux subtracted in 200 components = 0.00183306 Jy ! Clean residual min=-0.003571 max=0.004207 Jy/beam ! Clean residual mean=-0.000008 rms=0.001031 Jy/beam ! Combined flux in latest and established models = 0.187765 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.187765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.185949Jy sigma=0.001222 ! Fit after self-cal, rms=0.185944Jy sigma=0.001222 ! 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.185944Jy sigma=0.001222 ! Fit after self-cal, rms=0.184703Jy sigma=0.001213 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.00127781 Jy ! Component: 100 - total flux cleaned = 0.00127996 Jy ! Component: 150 - total flux cleaned = 0.00134026 Jy ! Component: 200 - total flux cleaned = 0.00139163 Jy ! Total flux subtracted in 200 components = 0.00139163 Jy ! Clean residual min=-0.003856 max=0.004152 Jy/beam ! Clean residual mean=-0.000009 rms=0.001030 Jy/beam ! Combined flux in latest and established models = 0.189157 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 48 components and 0.189157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184666Jy sigma=0.001213 ! Fit after self-cal, rms=0.184522Jy sigma=0.001212 ! 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.8882 x 2.247 at -0.9395 degrees (North through East) ! Clean map min=-0.0035175 max=0.13051 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.184522Jy sigma=0.001212 ! Fit after self-cal, rms=0.183509Jy sigma=0.001212 ! 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.183509Jy sigma=0.001212 ! Fit after self-cal, rms=0.183476Jy sigma=0.001212 ! Inverting map and beam ! Estimated beam: bmin=0.8487 mas, bmaj=2.188 mas, bpa=-1.353 degrees ! Estimated noise=704.976 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000989285 Jy ! Component: 100 - total flux cleaned = 0.00099239 Jy ! Component: 150 - total flux cleaned = 0.000991673 Jy ! Component: 200 - total flux cleaned = 0.000956854 Jy ! Total flux subtracted in 200 components = 0.000956854 Jy ! Clean residual min=-0.003579 max=0.004041 Jy/beam ! Clean residual mean=-0.000006 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.190113 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 52 components and 0.190113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183446Jy sigma=0.001211 ! Fit after self-cal, rms=0.183428Jy sigma=0.001211 ! 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.183428Jy sigma=0.001211 ! Fit after self-cal, rms=0.181271Jy sigma=0.001210 ! 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.181271Jy sigma=0.001210 ! Fit after self-cal, rms=0.181261Jy sigma=0.001210 ! Inverting map and beam ! Estimated beam: bmin=0.8273 mas, bmaj=2.148 mas, bpa=-1.391 degrees ! Estimated noise=693.816 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -1.87261e-05 Jy ! Component: 100 - total flux cleaned = 7.24185e-05 Jy ! Component: 150 - total flux cleaned = 0.000174668 Jy ! Component: 200 - total flux cleaned = 0.000203741 Jy ! Total flux subtracted in 200 components = 0.000203741 Jy ! Clean residual min=-0.003232 max=0.003716 Jy/beam ! Clean residual mean=-0.000007 rms=0.000914 Jy/beam ! Combined flux in latest and established models = 0.190317 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 54 components and 0.190317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181228Jy sigma=0.001210 ! Fit after self-cal, rms=0.181220Jy sigma=0.001210 ! 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.308 mas, bmaj=4.101 mas, bpa=3.738 degrees ! Estimated noise=932.281 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.000334609 Jy ! Component: 100 - total flux cleaned = -0.000390852 Jy ! Component: 150 - total flux cleaned = -0.000460551 Jy ! Component: 200 - total flux cleaned = -0.000499009 Jy ! Total flux subtracted in 200 components = -0.000499009 Jy ! Clean residual min=-0.003288 max=0.003359 Jy/beam ! Clean residual mean=-0.000014 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.189818 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 4 model components to the UV plane model. ! The established model now contains 56 components and 0.189818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181211Jy sigma=0.001210 ! Fit after self-cal, rms=0.181206Jy sigma=0.001210 ! 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.7 mas, bmaj=1.833 mas, bpa=-3.351 degrees ! Estimated noise=1312.13 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.107851 Jy ! Component: 100 - total flux cleaned = 0.146815 Jy ! Component: 150 - total flux cleaned = 0.166624 Jy ! Component: 200 - total flux cleaned = 0.177936 Jy ! Total flux subtracted in 200 components = 0.177936 Jy ! Clean residual min=-0.007228 max=0.008295 Jy/beam ! Clean residual mean=-0.000008 rms=0.001975 Jy/beam ! Combined flux in latest and established models = 0.177936 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.177936 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8273 mas, bmaj=2.148 mas, bpa=-1.391 degrees ! Estimated noise=693.816 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.010165 Jy ! Component: 100 - total flux cleaned = 0.0123808 Jy ! Component: 150 - total flux cleaned = 0.0123717 Jy ! Component: 200 - total flux cleaned = 0.0122859 Jy ! Total flux subtracted in 200 components = 0.0122859 Jy ! Clean residual min=-0.003479 max=0.003874 Jy/beam ! Clean residual mean=-0.000005 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.190222 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 46 components and 0.190222 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.308 mas, bmaj=4.101 mas, bpa=3.738 degrees ! Estimated noise=932.281 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.000170342 Jy ! Component: 100 - total flux cleaned = 0.000232803 Jy ! Component: 150 - total flux cleaned = 0.00018148 Jy ! Component: 200 - total flux cleaned = 9.12431e-05 Jy ! Total flux subtracted in 200 components = 9.12431e-05 Jy ! Clean residual min=-0.003522 max=0.003466 Jy/beam ! Clean residual mean=-0.000011 rms=0.000926 Jy/beam ! Combined flux in latest and established models = 0.190314 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 51 components and 0.190314 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8273 mas, bmaj=2.148 mas, bpa=-1.391 degrees ! Estimated noise=693.816 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000804193 Jy ! Component: 100 - total flux cleaned = -0.000897525 Jy ! Component: 150 - total flux cleaned = -0.000836901 Jy ! Component: 200 - total flux cleaned = -0.000837462 Jy ! Total flux subtracted in 200 components = -0.000837462 Jy ! Clean residual min=-0.003358 max=0.003668 Jy/beam ! Clean residual mean=-0.000006 rms=0.000959 Jy/beam ! Combined flux in latest and established models = 0.189476 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 57 components and 0.189476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181222Jy sigma=0.001210 ! Fit after self-cal, rms=0.181213Jy sigma=0.001210 wmodel J1153-1105_X_1997_05_07_yyk\_map.mod ! Writing 57 model components to file: J1153-1105_X_1997_05_07_yyk_map.mod wobs J1153-1105_X_1997_05_07_yyk\_uvs.fits ! Writing UV FITS file: J1153-1105_X_1997_05_07_yyk_uvs.fits wwins J1153-1105_X_1997_05_07_yyk\_map.win ! wwins: Wrote 1 windows to J1153-1105_X_1997_05_07_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.00129984 Jy ! Component: 100 - total flux cleaned = 0.00173408 Jy ! Component: 150 - total flux cleaned = 0.00185268 Jy ! Component: 200 - total flux cleaned = 0.00179712 Jy ! Component: 250 - total flux cleaned = 0.00157901 Jy ! Component: 300 - total flux cleaned = 0.00147302 Jy ! Component: 350 - total flux cleaned = 0.00147274 Jy ! Component: 400 - total flux cleaned = 0.00137348 Jy ! Component: 450 - total flux cleaned = 0.00127794 Jy ! Component: 500 - total flux cleaned = 0.00118323 Jy ! Component: 550 - total flux cleaned = 0.000996928 Jy ! Component: 600 - total flux cleaned = 0.000905041 Jy ! Component: 650 - total flux cleaned = 0.000637206 Jy ! Component: 700 - total flux cleaned = 0.000594017 Jy ! Component: 750 - total flux cleaned = 0.000507322 Jy ! Component: 800 - total flux cleaned = 0.000380743 Jy ! Component: 850 - total flux cleaned = 0.000296998 Jy ! Component: 900 - total flux cleaned = 0.000133673 Jy ! Component: 950 - total flux cleaned = 9.40067e-05 Jy ! Component: 1000 - total flux cleaned = 9.42431e-05 Jy ! Component: 1050 - total flux cleaned = 5.48311e-05 Jy ! Component: 1100 - total flux cleaned = 1.66874e-05 Jy ! Component: 1150 - total flux cleaned = 0.00016825 Jy ! Component: 1200 - total flux cleaned = 0.000205607 Jy ! Component: 1250 - total flux cleaned = 0.000206113 Jy ! Component: 1300 - total flux cleaned = 0.000242965 Jy ! Component: 1350 - total flux cleaned = 0.000279234 Jy ! Component: 1400 - total flux cleaned = 0.000385465 Jy ! Component: 1450 - total flux cleaned = 0.000455551 Jy ! Component: 1500 - total flux cleaned = 0.000524618 Jy ! Component: 1550 - total flux cleaned = 0.000558924 Jy ! Component: 1600 - total flux cleaned = 0.000491755 Jy ! Component: 1650 - total flux cleaned = 0.000458442 Jy ! Component: 1700 - total flux cleaned = 0.000557157 Jy ! Component: 1750 - total flux cleaned = 0.00062156 Jy ! Component: 1800 - total flux cleaned = 0.000557267 Jy ! Component: 1850 - total flux cleaned = 0.000620897 Jy ! Component: 1900 - total flux cleaned = 0.00058895 Jy ! Component: 1950 - total flux cleaned = 0.000619155 Jy ! Component: 2000 - total flux cleaned = 0.000557135 Jy ! Total flux subtracted in 2048 components = 0.000678488 Jy ! Clean residual min=-0.001788 max=0.001672 Jy/beam ! Clean residual mean=-0.000006 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.190155 Jy keep ! Adding 145 model components to the UV plane model. ! The established model now contains 202 components and 0.190155 Jy ![Exited script file: muppet] wmap "J1153-1105_X_1997_05_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8273 x 2.148 at -1.391 degrees (North through East) ! Clean map min=-0.0027893 max=0.12404 Jy/beam ! Writing clean map to FITS file: J1153-1105_X_1997_05_07_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.124039 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000572342 device "J1153-1105_X_1997_05_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J1153-1105_X_1997_05_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.38427 1.38427 2.76854 5.53708 11.0742 22.1483 44.2966 88.5932 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.124 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.8273 x 2.148 at -1.391 degrees (North through East) ! Clean map min=-0.0027893 max=0.12404 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1153-1105_X_1997_05_07_yyk\_map.gif/gif" ! Attempting to open device: 'J1153-1105_X_1997_05_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1153-1105_X_1997_05_07_yyk_uvs.log closed on Mon Jan 8 05:28:33 2007