! Started logfile: J1925-2219_S_2005_06_01_yyk_uvs.log on Sat Oct 8 17:39:03 2005 obs J1925-2219_S_2005_06_01_yyk_uve.fits ! Reading UV FITS file: J1925-2219_S_2005_06_01_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.913333 visibilities/baseline/integration-bin. ! Found source: J1925-2219 ! ! 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 1802 lines of history. ! ! Reading 1644 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 J1925-2219_S_2005_06_01_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.531673 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.429 mas, bmaj=6.263 mas, bpa=2.97 degrees ! Estimated noise=1.75159 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.425985 Jy ! Component: 100 - total flux cleaned = 0.498934 Jy ! Total flux subtracted in 100 components = 0.498934 Jy ! Clean residual min=-0.018137 max=0.022051 Jy/beam ! Clean residual mean=0.000046 rms=0.004889 Jy/beam ! Combined flux in latest and established models = 0.498935 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.498935 Jy ! ! Correcting IF 1. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.119912Jy sigma=1.723492 ! Fit after self-cal, rms=0.119689Jy sigma=1.719339 ! Inverting map and beam ! Estimated beam: bmin=2.429 mas, bmaj=6.263 mas, bpa=2.97 degrees ! Estimated noise=1.75159 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.095 mas, bmaj=8.129 mas, bpa=0.07458 degrees ! Estimated noise=1.09364 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.0248012 Jy ! Component: 100 - total flux cleaned = 0.0344948 Jy ! Component: 150 - total flux cleaned = 0.036982 Jy ! Component: 200 - total flux cleaned = 0.0379718 Jy ! Total flux subtracted in 200 components = 0.0379718 Jy ! Clean residual min=-0.013037 max=0.012143 Jy/beam ! Clean residual mean=-0.000328 rms=0.003653 Jy/beam ! Combined flux in latest and established models = 0.536906 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 26 components and 0.536906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112026Jy sigma=1.648940 ! Fit after self-cal, rms=0.112020Jy sigma=1.648854 ! 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.095 x 8.129 at 0.07458 degrees (North through East) ! Clean map min=-0.012257 max=0.4894 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.01971 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.97 HN 0.99 KP 0.95 ! LA 1.15 MK 0.90 NL 0.92 OV 0.95 ! PT 1.03 SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.994182 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.05 HN 1.06 KP 0.96 ! LA 1.10 MK 0.97 NL 0.92 OV 0.97 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.943804 ! Telescope amplitude corrections in sub-array 1: ! BR 1.30 FD 1.23 HN 1.04 KP 0.96 ! LA 0.90 MK 1.10 NL 1.01 OV 0.97 ! PT 1.08 SC 1.00 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.0593 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.04 HN 0.92 KP 0.87 ! LA 0.73 MK 1.10 NL 0.92 OV 0.82 ! PT 0.96 SC 1.12 ! ! ! Fit before self-cal, rms=0.112020Jy sigma=1.648854 ! Fit after self-cal, rms=0.085979Jy sigma=1.295089 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.085979Jy sigma=1.295089 ! Fit after self-cal, rms=0.085983Jy sigma=1.294986 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.141 mas, bmaj=8.225 mas, bpa=0.189 degrees ! Estimated noise=1.09055 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.000582957 Jy ! Component: 100 - total flux cleaned = -0.00058453 Jy ! Component: 150 - total flux cleaned = -0.000671344 Jy ! Component: 200 - total flux cleaned = -0.000751851 Jy ! Total flux subtracted in 200 components = -0.000751851 Jy ! Clean residual min=-0.004422 max=0.004145 Jy/beam ! Clean residual mean=0.000030 rms=0.001149 Jy/beam ! Combined flux in latest and established models = 0.536155 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 32 components and 0.536155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085797Jy sigma=1.292747 ! Fit after self-cal, rms=0.085795Jy sigma=1.292641 ! 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.085795Jy sigma=1.292641 ! Fit after self-cal, rms=0.084089Jy sigma=1.262510 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 = 8.69343e-05 Jy ! Component: 100 - total flux cleaned = 8.53719e-05 Jy ! Component: 150 - total flux cleaned = -3.62101e-05 Jy ! Component: 200 - total flux cleaned = -9.11284e-05 Jy ! Total flux subtracted in 200 components = -9.11284e-05 Jy ! Clean residual min=-0.004476 max=0.004221 Jy/beam ! Clean residual mean=0.000030 rms=0.001134 Jy/beam ! Combined flux in latest and established models = 0.536063 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.536063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083965Jy sigma=1.261304 ! Fit after self-cal, rms=0.083861Jy sigma=1.258992 ! 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.141 x 8.225 at 0.189 degrees (North through East) ! Clean map min=-0.0042617 max=0.49355 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.083861Jy sigma=1.258992 ! Fit after self-cal, rms=0.065704Jy sigma=0.983670 ! 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.065704Jy sigma=0.983670 ! Fit after self-cal, rms=0.065700Jy sigma=0.983241 ! Inverting map and beam ! Estimated beam: bmin=3.147 mas, bmaj=8.242 mas, bpa=0.1923 degrees ! Estimated noise=1.08682 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000540833 Jy ! Component: 100 - total flux cleaned = -0.000544092 Jy ! Component: 150 - total flux cleaned = -0.000545307 Jy ! Component: 200 - total flux cleaned = -0.000507415 Jy ! Total flux subtracted in 200 components = -0.000507415 Jy ! Clean residual min=-0.004700 max=0.003772 Jy/beam ! Clean residual mean=0.000019 rms=0.001009 Jy/beam ! Combined flux in latest and established models = 0.535556 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 39 components and 0.535556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065648Jy sigma=0.982362 ! Fit after self-cal, rms=0.065649Jy sigma=0.982252 ! 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.065649Jy sigma=0.982252 ! Fit after self-cal, rms=0.064214Jy sigma=0.955891 ! 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.064214Jy sigma=0.955891 ! Fit after self-cal, rms=0.064221Jy sigma=0.955859 ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=8.257 mas, bpa=0.2077 degrees ! Estimated noise=1.08749 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000187115 Jy ! Component: 100 - total flux cleaned = -0.000194596 Jy ! Component: 150 - total flux cleaned = -0.000194176 Jy ! Component: 200 - total flux cleaned = -0.000192785 Jy ! Total flux subtracted in 200 components = -0.000192785 Jy ! Clean residual min=-0.004693 max=0.003846 Jy/beam ! Clean residual mean=0.000021 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.535363 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 41 components and 0.535363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064188Jy sigma=0.955208 ! Fit after self-cal, rms=0.064189Jy sigma=0.955186 ! 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=8.32 mas, bmaj=20.12 mas, bpa=9.14 degrees ! Estimated noise=1.37719 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.000320834 Jy ! Component: 100 - total flux cleaned = -0.000315496 Jy ! Component: 150 - total flux cleaned = -0.000385109 Jy ! Component: 200 - total flux cleaned = -0.000443548 Jy ! Total flux subtracted in 200 components = -0.000443548 Jy ! Clean residual min=-0.003908 max=0.004226 Jy/beam ! Clean residual mean=0.000045 rms=0.001260 Jy/beam ! Combined flux in latest and established models = 0.53492 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 45 components and 0.53492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064211Jy sigma=0.955472 ! Fit after self-cal, rms=0.064193Jy sigma=0.955326 ! Inverting map uvtaper 0,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.46 mas, bmaj=6.322 mas, bpa=3.038 degrees ! Estimated noise=1.72639 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.420161 Jy ! Component: 100 - total flux cleaned = 0.486109 Jy ! Component: 150 - total flux cleaned = 0.512011 Jy ! Component: 200 - total flux cleaned = 0.524493 Jy ! Total flux subtracted in 200 components = 0.524493 Jy ! Clean residual min=-0.007984 max=0.007589 Jy/beam ! Clean residual mean=0.000035 rms=0.002060 Jy/beam ! Combined flux in latest and established models = 0.524493 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.524493 Jy ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=8.257 mas, bpa=0.2077 degrees ! Estimated noise=1.08749 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.00731454 Jy ! Component: 100 - total flux cleaned = 0.00850802 Jy ! Component: 150 - total flux cleaned = 0.0087637 Jy ! Component: 200 - total flux cleaned = 0.00890268 Jy ! Total flux subtracted in 200 components = 0.00890268 Jy ! Clean residual min=-0.004656 max=0.003780 Jy/beam ! Clean residual mean=0.000037 rms=0.001031 Jy/beam ! Combined flux in latest and established models = 0.533396 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 25 components and 0.533396 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=8.32 mas, bmaj=20.12 mas, bpa=9.14 degrees ! Estimated noise=1.37719 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.000740513 Jy ! Component: 100 - total flux cleaned = 0.000716137 Jy ! Component: 150 - total flux cleaned = 0.000675664 Jy ! Component: 200 - total flux cleaned = 0.000658077 Jy ! Total flux subtracted in 200 components = 0.000658077 Jy ! Clean residual min=-0.003871 max=0.004101 Jy/beam ! Clean residual mean=0.000060 rms=0.001270 Jy/beam ! Combined flux in latest and established models = 0.534054 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 31 components and 0.534054 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=8.257 mas, bpa=0.2077 degrees ! Estimated noise=1.08749 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000315482 Jy ! Component: 100 - total flux cleaned = -0.000430984 Jy ! Component: 150 - total flux cleaned = -0.000387572 Jy ! Component: 200 - total flux cleaned = -0.000304755 Jy ! Total flux subtracted in 200 components = -0.000304755 Jy ! Clean residual min=-0.004688 max=0.003799 Jy/beam ! Clean residual mean=0.000033 rms=0.001015 Jy/beam ! Combined flux in latest and established models = 0.533749 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 38 components and 0.533749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064307Jy sigma=0.956475 ! Fit after self-cal, rms=0.064301Jy sigma=0.956445 wmodel J1925-2219_S_2005_06_01_yyk\_map.mod ! Writing 38 model components to file: J1925-2219_S_2005_06_01_yyk_map.mod wobs J1925-2219_S_2005_06_01_yyk\_uvs.fits ! Writing UV FITS file: J1925-2219_S_2005_06_01_yyk_uvs.fits wwins J1925-2219_S_2005_06_01_yyk\_map.win ! wwins: Wrote 1 windows to J1925-2219_S_2005_06_01_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.000641577 Jy ! Component: 100 - total flux cleaned = -6.22507e-05 Jy ! Component: 150 - total flux cleaned = -6.20381e-05 Jy ! Component: 200 - total flux cleaned = -5.88544e-06 Jy ! Component: 250 - total flux cleaned = -0.000159958 Jy ! Component: 300 - total flux cleaned = -6.2472e-05 Jy ! Component: 350 - total flux cleaned = -1.5108e-05 Jy ! Component: 400 - total flux cleaned = 3.07074e-05 Jy ! Component: 450 - total flux cleaned = 0.00012183 Jy ! Component: 500 - total flux cleaned = 0.0001666 Jy ! Component: 550 - total flux cleaned = 0.000167821 Jy ! Component: 600 - total flux cleaned = 0.000253216 Jy ! Component: 650 - total flux cleaned = 0.000376485 Jy ! Component: 700 - total flux cleaned = 0.000416307 Jy ! Component: 750 - total flux cleaned = 0.000456126 Jy ! Component: 800 - total flux cleaned = 0.000495375 Jy ! Component: 850 - total flux cleaned = 0.000419533 Jy ! Component: 900 - total flux cleaned = 0.000382573 Jy ! Component: 950 - total flux cleaned = 0.000346134 Jy ! Component: 1000 - total flux cleaned = 0.000382096 Jy ! Component: 1050 - total flux cleaned = 0.000346775 Jy ! Component: 1100 - total flux cleaned = 0.000311806 Jy ! Component: 1150 - total flux cleaned = 0.000243011 Jy ! Component: 1200 - total flux cleaned = 0.000243409 Jy ! Component: 1250 - total flux cleaned = 0.000310066 Jy ! Component: 1300 - total flux cleaned = 0.000276956 Jy ! Component: 1350 - total flux cleaned = 0.000212705 Jy ! Component: 1400 - total flux cleaned = 0.000244422 Jy ! Component: 1450 - total flux cleaned = 0.000118616 Jy ! Component: 1500 - total flux cleaned = 5.72356e-05 Jy ! Component: 1550 - total flux cleaned = 5.71885e-05 Jy ! Component: 1600 - total flux cleaned = 2.71777e-05 Jy ! Component: 1650 - total flux cleaned = -3.20257e-05 Jy ! Component: 1700 - total flux cleaned = -6.08973e-05 Jy ! Component: 1750 - total flux cleaned = 2.57968e-05 Jy ! Component: 1800 - total flux cleaned = -2.71208e-06 Jy ! Component: 1850 - total flux cleaned = -5.92118e-05 Jy ! Component: 1900 - total flux cleaned = 5.27053e-05 Jy ! Component: 1950 - total flux cleaned = 2.47685e-05 Jy ! Component: 2000 - total flux cleaned = -2.64742e-06 Jy ! Total flux subtracted in 2048 components = -5.67839e-05 Jy ! Clean residual min=-0.001499 max=0.001635 Jy/beam ! Clean residual mean=-0.000000 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.533693 Jy keep ! Adding 123 model components to the UV plane model. ! The established model now contains 161 components and 0.533692 Jy ![Exited script file: muppet] wmap "J1925-2219_S_2005_06_01_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.152 x 8.257 at 0.2077 degrees (North through East) ! Clean map min=-0.0041095 max=0.49704 Jy/beam ! Writing clean map to FITS file: J1925-2219_S_2005_06_01_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.49704 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000529495 device "J1925-2219_S_2005_06_01_yyk\_map.eps/VPS" ! Attempting to open device: 'J1925-2219_S_2005_06_01_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.319589 0.319589 0.639178 1.27836 2.55671 5.11343 10.2269 20.4537 40.9074 81.8148 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.497 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.152 x 8.257 at 0.2077 degrees (North through East) ! Clean map min=-0.0041095 max=0.49704 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1925-2219_S_2005_06_01_yyk\_map.gif/gif" ! Attempting to open device: 'J1925-2219_S_2005_06_01_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1925-2219_S_2005_06_01_yyk_uvs.log closed on Sat Oct 8 17:39:07 2005