! Started logfile: J0408-0529_X_1997_05_07_yyk_uvs.log on Mon Jan 8 02:55:13 2007 obs J0408-0529_X_1997_05_07_yyk_uva.fits ! Reading UV FITS file: J0408-0529_X_1997_05_07_yyk_uva.fits ! AN table 1: 138 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.934944 visibilities/baseline/integration-bin. ! Found source: J0408-0529 ! ! 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 613 lines of history. ! ! Reading 23224 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 J0408-0529_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.2706 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.7204 mas, bmaj=1.853 mas, bpa=-2.652 degrees ! Estimated noise=1115.79 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.153394 Jy ! Component: 100 - total flux cleaned = 0.177462 Jy ! Total flux subtracted in 100 components = 0.177462 Jy ! Clean residual min=-0.006335 max=0.008538 Jy/beam ! Clean residual mean=0.000014 rms=0.001594 Jy/beam ! Combined flux in latest and established models = 0.177462 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.177462 Jy ! ! Correcting IF 1. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.201621Jy sigma=0.001209 ! Fit after self-cal, rms=0.201550Jy sigma=0.001209 ! Inverting map and beam ! Estimated beam: bmin=0.7204 mas, bmaj=1.853 mas, bpa=-2.652 degrees ! Estimated noise=1115.79 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.9013 mas, bmaj=2.236 mas, bpa=-3.09 degrees ! Estimated noise=713.212 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.0142595 Jy ! Component: 100 - total flux cleaned = 0.0193694 Jy ! Component: 150 - total flux cleaned = 0.0215887 Jy ! Component: 200 - total flux cleaned = 0.0222959 Jy ! Total flux subtracted in 200 components = 0.0222959 Jy ! Clean residual min=-0.003792 max=0.004805 Jy/beam ! Clean residual mean=0.000030 rms=0.000978 Jy/beam ! Combined flux in latest and established models = 0.199758 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 23 components and 0.199758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201133Jy sigma=0.001204 ! Fit after self-cal, rms=0.201129Jy sigma=0.001204 ! 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.9013 x 2.236 at -3.09 degrees (North through East) ! Clean map min=-0.0035842 max=0.18346 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 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.994673 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.01 HN 1.05 KP 1.02 ! LA 0.98 MK 1.00 NL 1.12 OV 1.02 ! PT 0.96 SC 0.93 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.998771 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.96 HN 0.99 KP 0.99 ! LA 1.04 MK 1.00 NL 1.07 OV 1.04 ! PT 0.92 SC 1.03 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.997467 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.02 HN 0.99 KP 1.00 ! LA 0.99 MK 1.01 NL 1.05 OV 1.00 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.988599 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 1.04 KP 0.98 ! LA 1.02 MK 0.96 NL 1.08 OV 1.01 ! PT 0.96 SC 1.05 ! ! ! Fit before self-cal, rms=0.201129Jy sigma=0.001204 ! Fit after self-cal, rms=0.202678Jy sigma=0.001203 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.202678Jy sigma=0.001203 ! Fit after self-cal, rms=0.202679Jy sigma=0.001203 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9025 mas, bmaj=2.24 mas, bpa=-3.303 degrees ! Estimated noise=704.753 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.00167237 Jy ! Component: 100 - total flux cleaned = -0.00190332 Jy ! Component: 150 - total flux cleaned = -0.00208147 Jy ! Component: 200 - total flux cleaned = -0.00213075 Jy ! Total flux subtracted in 200 components = -0.00213075 Jy ! Clean residual min=-0.003498 max=0.003205 Jy/beam ! Clean residual mean=0.000014 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.197627 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 31 components and 0.197627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202646Jy sigma=0.001203 ! Fit after self-cal, rms=0.202644Jy sigma=0.001203 ! 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.202644Jy sigma=0.001203 ! Fit after self-cal, rms=0.201068Jy sigma=0.001193 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.0008945 Jy ! Component: 100 - total flux cleaned = 0.000873392 Jy ! Component: 150 - total flux cleaned = 0.000855357 Jy ! Component: 200 - total flux cleaned = 0.00083853 Jy ! Total flux subtracted in 200 components = 0.00083853 Jy ! Clean residual min=-0.003542 max=0.003194 Jy/beam ! Clean residual mean=0.000012 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.198466 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.198466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201072Jy sigma=0.001193 ! Fit after self-cal, rms=0.200902Jy sigma=0.001192 ! 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.9025 x 2.24 at -3.303 degrees (North through East) ! Clean map min=-0.0032459 max=0.18339 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.200902Jy sigma=0.001192 ! Fit after self-cal, rms=0.204693Jy sigma=0.001191 ! 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.204693Jy sigma=0.001191 ! Fit after self-cal, rms=0.204671Jy sigma=0.001191 ! Inverting map and beam ! Estimated beam: bmin=0.9017 mas, bmaj=2.255 mas, bpa=-3.595 degrees ! Estimated noise=700.846 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00129763 Jy ! Component: 100 - total flux cleaned = -0.00140574 Jy ! Component: 150 - total flux cleaned = -0.00144043 Jy ! Component: 200 - total flux cleaned = -0.00142556 Jy ! Total flux subtracted in 200 components = -0.00142556 Jy ! Clean residual min=-0.002712 max=0.002920 Jy/beam ! Clean residual mean=0.000007 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.19704 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 45 components and 0.19704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.204660Jy sigma=0.001191 ! Fit after self-cal, rms=0.204658Jy sigma=0.001191 ! 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.204658Jy sigma=0.001191 ! Fit after self-cal, rms=0.205926Jy sigma=0.001190 ! 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.205926Jy sigma=0.001190 ! Fit after self-cal, rms=0.205931Jy sigma=0.001190 ! Inverting map and beam ! Estimated beam: bmin=0.9044 mas, bmaj=2.268 mas, bpa=-3.578 degrees ! Estimated noise=699.478 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00100503 Jy ! Component: 100 - total flux cleaned = -0.00117468 Jy ! Component: 150 - total flux cleaned = -0.00122494 Jy ! Component: 200 - total flux cleaned = -0.00123931 Jy ! Total flux subtracted in 200 components = -0.00123931 Jy ! Clean residual min=-0.002754 max=0.002973 Jy/beam ! Clean residual mean=0.000006 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.195801 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 52 components and 0.195801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.205926Jy sigma=0.001190 ! Fit after self-cal, rms=0.205930Jy sigma=0.001191 ! 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.424 mas, bmaj=4.058 mas, bpa=10.15 degrees ! Estimated noise=897.859 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.000503247 Jy ! Component: 100 - total flux cleaned = 0.0005195 Jy ! Component: 150 - total flux cleaned = 0.000536516 Jy ! Component: 200 - total flux cleaned = 0.000582572 Jy ! Total flux subtracted in 200 components = 0.000582572 Jy ! Clean residual min=-0.003285 max=0.003644 Jy/beam ! Clean residual mean=0.000008 rms=0.000997 Jy/beam ! Combined flux in latest and established models = 0.196384 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 53 components and 0.196384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.205932Jy sigma=0.001191 ! Fit after self-cal, rms=0.205936Jy sigma=0.001191 ! 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.7196 mas, bmaj=1.863 mas, bpa=-2.998 degrees ! Estimated noise=1114.58 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.154804 Jy ! Component: 100 - total flux cleaned = 0.178106 Jy ! Component: 150 - total flux cleaned = 0.186817 Jy ! Component: 200 - total flux cleaned = 0.190865 Jy ! Total flux subtracted in 200 components = 0.190865 Jy ! Clean residual min=-0.004334 max=0.004823 Jy/beam ! Clean residual mean=0.000008 rms=0.001191 Jy/beam ! Combined flux in latest and established models = 0.190865 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.190865 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9044 mas, bmaj=2.268 mas, bpa=-3.578 degrees ! Estimated noise=699.478 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.00409805 Jy ! Component: 100 - total flux cleaned = 0.00468161 Jy ! Component: 150 - total flux cleaned = 0.00486205 Jy ! Component: 200 - total flux cleaned = 0.00492944 Jy ! Total flux subtracted in 200 components = 0.00492944 Jy ! Clean residual min=-0.002777 max=0.002995 Jy/beam ! Clean residual mean=0.000006 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.195794 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 30 components and 0.195794 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.424 mas, bmaj=4.058 mas, bpa=10.15 degrees ! Estimated noise=897.859 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.000600243 Jy ! Component: 100 - total flux cleaned = 0.000544969 Jy ! Component: 150 - total flux cleaned = 0.000569233 Jy ! Component: 200 - total flux cleaned = 0.000606235 Jy ! Total flux subtracted in 200 components = 0.000606235 Jy ! Clean residual min=-0.003293 max=0.003647 Jy/beam ! Clean residual mean=0.000008 rms=0.001000 Jy/beam ! Combined flux in latest and established models = 0.1964 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 35 components and 0.1964 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9044 mas, bmaj=2.268 mas, bpa=-3.578 degrees ! Estimated noise=699.478 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000272959 Jy ! Component: 100 - total flux cleaned = -0.000297978 Jy ! Component: 150 - total flux cleaned = -0.000318586 Jy ! Component: 200 - total flux cleaned = -0.000318198 Jy ! Total flux subtracted in 200 components = -0.000318198 Jy ! Clean residual min=-0.002832 max=0.003013 Jy/beam ! Clean residual mean=0.000005 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.196082 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.196082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.205940Jy sigma=0.001191 ! Fit after self-cal, rms=0.205943Jy sigma=0.001191 wmodel J0408-0529_X_1997_05_07_yyk\_map.mod ! Writing 41 model components to file: J0408-0529_X_1997_05_07_yyk_map.mod wobs J0408-0529_X_1997_05_07_yyk\_uvs.fits ! Writing UV FITS file: J0408-0529_X_1997_05_07_yyk_uvs.fits wwins J0408-0529_X_1997_05_07_yyk\_map.win ! wwins: Wrote 1 windows to J0408-0529_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.000867431 Jy ! Component: 100 - total flux cleaned = 0.00150149 Jy ! Component: 150 - total flux cleaned = 0.00181985 Jy ! Component: 200 - total flux cleaned = 0.00177534 Jy ! Component: 250 - total flux cleaned = 0.00177504 Jy ! Component: 300 - total flux cleaned = 0.0016937 Jy ! Component: 350 - total flux cleaned = 0.00177341 Jy ! Component: 400 - total flux cleaned = 0.00188911 Jy ! Component: 450 - total flux cleaned = 0.0020009 Jy ! Component: 500 - total flux cleaned = 0.00210897 Jy ! Component: 550 - total flux cleaned = 0.00214309 Jy ! Component: 600 - total flux cleaned = 0.00214269 Jy ! Component: 650 - total flux cleaned = 0.00224617 Jy ! Component: 700 - total flux cleaned = 0.0023811 Jy ! Component: 750 - total flux cleaned = 0.00241414 Jy ! Component: 800 - total flux cleaned = 0.00244658 Jy ! Component: 850 - total flux cleaned = 0.00247857 Jy ! Component: 900 - total flux cleaned = 0.00241509 Jy ! Component: 950 - total flux cleaned = 0.00241554 Jy ! Component: 1000 - total flux cleaned = 0.0024161 Jy ! Component: 1050 - total flux cleaned = 0.00238609 Jy ! Component: 1100 - total flux cleaned = 0.00247487 Jy ! Component: 1150 - total flux cleaned = 0.00247483 Jy ! Component: 1200 - total flux cleaned = 0.00256159 Jy ! Component: 1250 - total flux cleaned = 0.0025612 Jy ! Component: 1300 - total flux cleaned = 0.00267319 Jy ! Component: 1350 - total flux cleaned = 0.00259025 Jy ! Component: 1400 - total flux cleaned = 0.00264534 Jy ! Component: 1450 - total flux cleaned = 0.00275306 Jy ! Component: 1500 - total flux cleaned = 0.00277973 Jy ! Component: 1550 - total flux cleaned = 0.00285891 Jy ! Component: 1600 - total flux cleaned = 0.00293681 Jy ! Component: 1650 - total flux cleaned = 0.00301371 Jy ! Component: 1700 - total flux cleaned = 0.0031661 Jy ! Component: 1750 - total flux cleaned = 0.00324137 Jy ! Component: 1800 - total flux cleaned = 0.00339009 Jy ! Component: 1850 - total flux cleaned = 0.00348816 Jy ! Component: 1900 - total flux cleaned = 0.00353735 Jy ! Component: 1950 - total flux cleaned = 0.00365724 Jy ! Component: 2000 - total flux cleaned = 0.00375254 Jy ! Total flux subtracted in 2048 components = 0.00384649 Jy ! Clean residual min=-0.001411 max=0.001211 Jy/beam ! Clean residual mean=0.000005 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.199929 Jy keep ! Adding 140 model components to the UV plane model. ! The established model now contains 181 components and 0.199929 Jy ![Exited script file: muppet] wmap "J0408-0529_X_1997_05_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9044 x 2.268 at -3.578 degrees (North through East) ! Clean map min=-0.0022856 max=0.18237 Jy/beam ! Writing clean map to FITS file: J0408-0529_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.182373 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000447251 device "J0408-0529_X_1997_05_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J0408-0529_X_1997_05_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.735717 0.735717 1.47143 2.94287 5.88573 11.7715 23.5429 47.0859 94.1718 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.182 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.9044 x 2.268 at -3.578 degrees (North through East) ! Clean map min=-0.0022856 max=0.18237 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0408-0529_X_1997_05_07_yyk\_map.gif/gif" ! Attempting to open device: 'J0408-0529_X_1997_05_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0408-0529_X_1997_05_07_yyk_uvs.log closed on Mon Jan 8 02:55:22 2007