! Started logfile: J1542-1118_X_2005_07_09_yyk_uvs.log on Fri Jan 20 10:40:04 2006 obs J1542-1118_X_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J1542-1118_X_2005_07_09_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.70101 visibilities/baseline/integration-bin. ! Found source: J1542-1118 ! ! 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 1480 lines of history. ! ! Reading 1388 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 J1542-1118_X_2005_07_09_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.118828 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=1.233 mas, bmaj=3.264 mas, bpa=10.96 degrees ! Estimated noise=1.55453 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.0811288 Jy ! Component: 100 - total flux cleaned = 0.103968 Jy ! Total flux subtracted in 100 components = 0.103968 Jy ! Clean residual min=-0.007176 max=0.007483 Jy/beam ! Clean residual mean=-0.000029 rms=0.002041 Jy/beam ! Combined flux in latest and established models = 0.103968 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.103968 Jy ! ! Correcting IF 1. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.066180Jy sigma=1.097327 ! Fit after self-cal, rms=0.063950Jy sigma=1.069590 ! Inverting map and beam ! Estimated beam: bmin=1.233 mas, bmaj=3.258 mas, bpa=11.03 degrees ! Estimated noise=1.55433 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=1.655 mas, bmaj=3.932 mas, bpa=5.079 degrees ! Estimated noise=1.05869 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.0133689 Jy ! Component: 100 - total flux cleaned = 0.0176482 Jy ! Component: 150 - total flux cleaned = 0.0183352 Jy ! Component: 200 - total flux cleaned = 0.018479 Jy ! Total flux subtracted in 200 components = 0.018479 Jy ! Clean residual min=-0.004520 max=0.004157 Jy/beam ! Clean residual mean=0.000002 rms=0.001312 Jy/beam ! Combined flux in latest and established models = 0.122447 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 45 components and 0.122447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062739Jy sigma=1.025089 ! Fit after self-cal, rms=0.062730Jy sigma=1.024989 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.655 x 3.932 at 5.079 degrees (North through East) ! Clean map min=-0.0044264 max=0.10271 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.998119 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.96 HN 1.13 KP 0.99 ! LA 0.95 MK 1.00* NL 0.98 OV 1.06 ! PT 0.94 SC 1.01 ! ! ! Correcting IF 2. ! A total of 3 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* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.01427 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 0.89 KP 0.89 ! LA 0.99 MK 1.00* NL 0.97 OV 1.01 ! PT 1.05 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.979623 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.98 HN 1.06 KP 1.02 ! LA 1.00 MK 1.00* NL 1.06 OV 1.03 ! PT 1.13 SC 1.00* ! ! ! Fit before self-cal, rms=0.062730Jy sigma=1.024989 ! Fit after self-cal, rms=0.061395Jy sigma=1.014992 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.061395Jy sigma=1.014992 ! Fit after self-cal, rms=0.061394Jy sigma=1.014950 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.666 mas, bmaj=3.917 mas, bpa=5.529 degrees ! Estimated noise=1.0549 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.00029641 Jy ! Component: 100 - total flux cleaned = -0.000330786 Jy ! Component: 150 - total flux cleaned = -0.000329524 Jy ! Component: 200 - total flux cleaned = -0.000297606 Jy ! Total flux subtracted in 200 components = -0.000297606 Jy ! Clean residual min=-0.004389 max=0.003943 Jy/beam ! Clean residual mean=0.000002 rms=0.001209 Jy/beam ! Combined flux in latest and established models = 0.122149 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.122149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061351Jy sigma=1.014259 ! Fit after self-cal, rms=0.061355Jy sigma=1.014240 ! 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.061355Jy sigma=1.014240 ! Fit after self-cal, rms=0.055850Jy sigma=0.943644 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.000957329 Jy ! Component: 100 - total flux cleaned = 0.000826121 Jy ! Component: 150 - total flux cleaned = 0.000853819 Jy ! Component: 200 - total flux cleaned = 0.000854331 Jy ! Total flux subtracted in 200 components = 0.000854331 Jy ! Clean residual min=-0.004532 max=0.003842 Jy/beam ! Clean residual mean=0.000003 rms=0.001188 Jy/beam ! Combined flux in latest and established models = 0.123003 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 60 components and 0.123003 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055861Jy sigma=0.942312 ! Fit after self-cal, rms=0.055349Jy sigma=0.936676 ! 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: 1.666 x 3.917 at 5.529 degrees (North through East) ! Clean map min=-0.0044396 max=0.10446 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.055349Jy sigma=0.936676 ! Fit after self-cal, rms=0.055147Jy sigma=0.932354 ! 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.055147Jy sigma=0.932354 ! Fit after self-cal, rms=0.055072Jy sigma=0.931617 ! Inverting map and beam ! Estimated beam: bmin=1.651 mas, bmaj=3.877 mas, bpa=6.083 degrees ! Estimated noise=1.0516 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000105826 Jy ! Component: 100 - total flux cleaned = 0.000107049 Jy ! Component: 150 - total flux cleaned = 8.35673e-05 Jy ! Component: 200 - total flux cleaned = 8.39596e-05 Jy ! Total flux subtracted in 200 components = 8.39596e-05 Jy ! Clean residual min=-0.004497 max=0.003867 Jy/beam ! Clean residual mean=0.000001 rms=0.001169 Jy/beam ! Combined flux in latest and established models = 0.123087 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 65 components and 0.123087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055042Jy sigma=0.931199 ! Fit after self-cal, rms=0.055018Jy sigma=0.931077 ! 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.055018Jy sigma=0.931077 ! Fit after self-cal, rms=0.054350Jy sigma=0.929841 ! 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.054350Jy sigma=0.929841 ! Fit after self-cal, rms=0.054346Jy sigma=0.929590 ! Inverting map and beam ! Estimated beam: bmin=1.633 mas, bmaj=3.853 mas, bpa=6.642 degrees ! Estimated noise=1.0339 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000778565 Jy ! Component: 100 - total flux cleaned = -0.000617825 Jy ! Component: 150 - total flux cleaned = -0.000503507 Jy ! Component: 200 - total flux cleaned = -0.000443675 Jy ! Total flux subtracted in 200 components = -0.000443675 Jy ! Clean residual min=-0.004609 max=0.003883 Jy/beam ! Clean residual mean=-0.000013 rms=0.001157 Jy/beam ! Combined flux in latest and established models = 0.122644 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 73 components and 0.122644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054300Jy sigma=0.928950 ! Fit after self-cal, rms=0.054299Jy sigma=0.928924 ! 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.405 mas, bmaj=4.63 mas, bpa=5.511 degrees ! Estimated noise=1.11689 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.000652183 Jy ! Component: 100 - total flux cleaned = 0.000753221 Jy ! Component: 150 - total flux cleaned = 0.000842013 Jy ! Component: 200 - total flux cleaned = 0.000921278 Jy ! Total flux subtracted in 200 components = 0.000921278 Jy ! Clean residual min=-0.004447 max=0.004051 Jy/beam ! Clean residual mean=-0.000015 rms=0.001335 Jy/beam ! Combined flux in latest and established models = 0.123565 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 82 components and 0.123565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054283Jy sigma=0.928942 ! Fit after self-cal, rms=0.054284Jy sigma=0.928922 ! 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=1.221 mas, bmaj=3.239 mas, bpa=11.84 degrees ! Estimated noise=1.51623 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.082993 Jy ! Component: 100 - total flux cleaned = 0.104214 Jy ! Component: 150 - total flux cleaned = 0.112637 Jy ! Component: 200 - total flux cleaned = 0.117226 Jy ! Total flux subtracted in 200 components = 0.117226 Jy ! Clean residual min=-0.005488 max=0.005205 Jy/beam ! Clean residual mean=-0.000022 rms=0.001384 Jy/beam ! Combined flux in latest and established models = 0.117226 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.117226 Jy ! Inverting map and beam ! Estimated beam: bmin=1.633 mas, bmaj=3.853 mas, bpa=6.642 degrees ! Estimated noise=1.0339 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.00454311 Jy ! Component: 100 - total flux cleaned = 0.00490279 Jy ! Component: 150 - total flux cleaned = 0.0050798 Jy ! Component: 200 - total flux cleaned = 0.00517465 Jy ! Total flux subtracted in 200 components = 0.00517465 Jy ! Clean residual min=-0.004683 max=0.003906 Jy/beam ! Clean residual mean=-0.000014 rms=0.001169 Jy/beam ! Combined flux in latest and established models = 0.122401 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 50 components and 0.122401 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.405 mas, bmaj=4.63 mas, bpa=5.511 degrees ! Estimated noise=1.11689 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.001211 Jy ! Component: 100 - total flux cleaned = 0.00126659 Jy ! Component: 150 - total flux cleaned = 0.00133438 Jy ! Component: 200 - total flux cleaned = 0.00137413 Jy ! Total flux subtracted in 200 components = 0.00137413 Jy ! Clean residual min=-0.004474 max=0.004036 Jy/beam ! Clean residual mean=-0.000015 rms=0.001336 Jy/beam ! Combined flux in latest and established models = 0.123775 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 66 components and 0.123775 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.633 mas, bmaj=3.853 mas, bpa=6.642 degrees ! Estimated noise=1.0339 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00062192 Jy ! Component: 100 - total flux cleaned = -0.000648405 Jy ! Component: 150 - total flux cleaned = -0.000648325 Jy ! Component: 200 - total flux cleaned = -0.000648361 Jy ! Total flux subtracted in 200 components = -0.000648361 Jy ! Clean residual min=-0.004679 max=0.003965 Jy/beam ! Clean residual mean=-0.000013 rms=0.001155 Jy/beam ! Combined flux in latest and established models = 0.123127 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 76 components and 0.123127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054295Jy sigma=0.929039 ! Fit after self-cal, rms=0.054286Jy sigma=0.928992 wmodel J1542-1118_X_2005_07_09_yyk\_map.mod ! Writing 76 model components to file: J1542-1118_X_2005_07_09_yyk_map.mod wobs J1542-1118_X_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J1542-1118_X_2005_07_09_yyk_uvs.fits wwins J1542-1118_X_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J1542-1118_X_2005_07_09_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.00123222 Jy ! Component: 100 - total flux cleaned = -0.00129799 Jy ! Component: 150 - total flux cleaned = -0.00117398 Jy ! Component: 200 - total flux cleaned = -0.00134996 Jy ! Component: 250 - total flux cleaned = -0.00156777 Jy ! Component: 300 - total flux cleaned = -0.00187706 Jy ! Component: 350 - total flux cleaned = -0.00227277 Jy ! Component: 400 - total flux cleaned = -0.00260473 Jy ! Component: 450 - total flux cleaned = -0.00297081 Jy ! Component: 500 - total flux cleaned = -0.00332491 Jy ! Component: 550 - total flux cleaned = -0.00371045 Jy ! Component: 600 - total flux cleaned = -0.00416593 Jy ! Component: 650 - total flux cleaned = -0.00452722 Jy ! Component: 700 - total flux cleaned = -0.00495773 Jy ! Component: 750 - total flux cleaned = -0.00541436 Jy ! Component: 800 - total flux cleaned = -0.00563685 Jy ! Component: 850 - total flux cleaned = -0.00603483 Jy ! Component: 900 - total flux cleaned = -0.00642269 Jy ! Component: 950 - total flux cleaned = -0.00673297 Jy ! Component: 1000 - total flux cleaned = -0.0071052 Jy ! Component: 1050 - total flux cleaned = -0.00740228 Jy ! Component: 1100 - total flux cleaned = -0.00779166 Jy ! Component: 1150 - total flux cleaned = -0.00814164 Jy ! Component: 1200 - total flux cleaned = -0.00839162 Jy ! Component: 1250 - total flux cleaned = -0.00869891 Jy ! Component: 1300 - total flux cleaned = -0.0090299 Jy ! Component: 1350 - total flux cleaned = -0.00929583 Jy ! Component: 1400 - total flux cleaned = -0.00944097 Jy ! Component: 1450 - total flux cleaned = -0.00969927 Jy ! Component: 1500 - total flux cleaned = -0.0098399 Jy ! Component: 1550 - total flux cleaned = -0.00997909 Jy ! Component: 1600 - total flux cleaned = -0.0101438 Jy ! Component: 1650 - total flux cleaned = -0.0103872 Jy ! Component: 1700 - total flux cleaned = -0.0105201 Jy ! Component: 1750 - total flux cleaned = -0.0106247 Jy ! Component: 1800 - total flux cleaned = -0.0107277 Jy ! Component: 1850 - total flux cleaned = -0.01083 Jy ! Component: 1900 - total flux cleaned = -0.0109809 Jy ! Component: 1950 - total flux cleaned = -0.0110053 Jy ! Component: 2000 - total flux cleaned = -0.0111523 Jy ! Total flux subtracted in 2048 components = -0.0112012 Jy ! Clean residual min=-0.001690 max=0.001404 Jy/beam ! Clean residual mean=-0.000007 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.111925 Jy keep ! Adding 137 model components to the UV plane model. ! The established model now contains 213 components and 0.111925 Jy ![Exited script file: muppet] wmap "J1542-1118_X_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.633 x 3.853 at 6.642 degrees (North through East) ! Clean map min=-0.0037641 max=0.10183 Jy/beam ! Writing clean map to FITS file: J1542-1118_X_2005_07_09_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.101833 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000511779 device "J1542-1118_X_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J1542-1118_X_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.50771 1.50771 3.01542 6.03083 12.0617 24.1233 48.2467 96.4933 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.101 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.633 x 3.853 at 6.642 degrees (North through East) ! Clean map min=-0.0037641 max=0.10183 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1542-1118_X_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J1542-1118_X_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1542-1118_X_2005_07_09_yyk_uvs.log closed on Fri Jan 20 10:40:08 2006