! Started logfile: J1318-0607_S_2007_01_11_yyk_uvs.log on Mon Jun 16 19:39:31 2008 obs J1318-0607_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J1318-0607_S_2007_01_11_yyk_uve.fits ! AN table 1: 17 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.73366 visibilities/baseline/integration-bin. ! Found source: J1318-0607 ! ! 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 2249 lines of history. ! ! Reading 1796 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 J1318-0607_S_2007_01_11_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.17073 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.283 mas, bmaj=6.242 mas, bpa=-0.6586 degrees ! Estimated noise=1.53374 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.131975 Jy ! Component: 100 - total flux cleaned = 0.151462 Jy ! Total flux subtracted in 100 components = 0.151462 Jy ! Clean residual min=-0.005284 max=0.005913 Jy/beam ! Clean residual mean=0.000012 rms=0.001517 Jy/beam ! Combined flux in latest and established models = 0.151462 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.151462 Jy ! ! Correcting IF 1. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.079289Jy sigma=1.065013 ! Fit after self-cal, rms=0.078999Jy sigma=1.061529 ! Inverting map and beam ! Estimated beam: bmin=2.283 mas, bmaj=6.242 mas, bpa=-0.6586 degrees ! Estimated noise=1.53374 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=2.831 mas, bmaj=7.372 mas, bpa=-2.331 degrees ! Estimated noise=1.02764 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.00648771 Jy ! Component: 100 - total flux cleaned = 0.00892971 Jy ! Component: 150 - total flux cleaned = 0.00925978 Jy ! Component: 200 - total flux cleaned = 0.00926381 Jy ! Total flux subtracted in 200 components = 0.00926381 Jy ! Clean residual min=-0.004353 max=0.004190 Jy/beam ! Clean residual mean=-0.000018 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.160726 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 33 components and 0.160726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078737Jy sigma=1.054052 ! Fit after self-cal, rms=0.078714Jy sigma=1.053968 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.831 x 7.372 at -2.331 degrees (North through East) ! Clean map min=-0.0042145 max=0.15352 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.0153 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.99 HN 0.88 KP 1.00* ! LA 1.10 MK 0.99 OV 1.00 PT 1.03 ! SC 0.95 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.977103 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 0.97 KP 1.00* ! LA 1.09 MK 1.13 OV 1.01 PT 1.03 ! SC 0.98 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.00319 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.00 HN 1.01 KP 1.00* ! LA 0.96 MK 0.98 OV 1.05 PT 0.98 ! SC 1.04 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.01081 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 0.92 KP 1.00* ! LA 1.02 MK 0.99 OV 0.96 PT 0.91 ! SC 1.12 ! ! ! Fit before self-cal, rms=0.078714Jy sigma=1.053968 ! Fit after self-cal, rms=0.077611Jy sigma=1.038937 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.077611Jy sigma=1.038937 ! Fit after self-cal, rms=0.077618Jy sigma=1.038911 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.859 mas, bmaj=7.379 mas, bpa=-2.353 degrees ! Estimated noise=1.02554 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.000342969 Jy ! Component: 100 - total flux cleaned = -0.000240206 Jy ! Component: 150 - total flux cleaned = -0.000197311 Jy ! Component: 200 - total flux cleaned = -0.000216278 Jy ! Total flux subtracted in 200 components = -0.000216278 Jy ! Clean residual min=-0.003124 max=0.003520 Jy/beam ! Clean residual mean=0.000042 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.16051 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.16051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077610Jy sigma=1.038628 ! Fit after self-cal, rms=0.077597Jy sigma=1.038601 ! 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.077597Jy sigma=1.038601 ! Fit after self-cal, rms=0.071650Jy sigma=0.965526 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.00167823 Jy ! Component: 100 - total flux cleaned = 0.0017683 Jy ! Component: 150 - total flux cleaned = 0.0017682 Jy ! Component: 200 - total flux cleaned = 0.00176814 Jy ! Total flux subtracted in 200 components = 0.00176814 Jy ! Clean residual min=-0.003378 max=0.003308 Jy/beam ! Clean residual mean=0.000047 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 0.162278 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 49 components and 0.162278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071641Jy sigma=0.964901 ! Fit after self-cal, rms=0.070239Jy sigma=0.958486 ! 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: 2.859 x 7.379 at -2.353 degrees (North through East) ! Clean map min=-0.0032562 max=0.15555 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.070239Jy sigma=0.958486 ! Fit after self-cal, rms=0.069701Jy sigma=0.948517 ! 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.069701Jy sigma=0.948517 ! Fit after self-cal, rms=0.069172Jy sigma=0.947011 ! Inverting map and beam ! Estimated beam: bmin=2.857 mas, bmaj=7.404 mas, bpa=-2.383 degrees ! Estimated noise=1.02491 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -3.92139e-05 Jy ! Component: 100 - total flux cleaned = -7.80292e-05 Jy ! Component: 150 - total flux cleaned = -9.29361e-05 Jy ! Component: 200 - total flux cleaned = -0.000106138 Jy ! Total flux subtracted in 200 components = -0.000106138 Jy ! Clean residual min=-0.003234 max=0.003316 Jy/beam ! Clean residual mean=0.000024 rms=0.000862 Jy/beam ! Combined flux in latest and established models = 0.162172 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 54 components and 0.162172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069169Jy sigma=0.946849 ! Fit after self-cal, rms=0.068908Jy sigma=0.946287 ! 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.068908Jy sigma=0.946287 ! Fit after self-cal, rms=0.069588Jy sigma=0.940688 ! 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.069588Jy sigma=0.940688 ! Fit after self-cal, rms=0.069467Jy sigma=0.940322 ! Inverting map and beam ! Estimated beam: bmin=2.845 mas, bmaj=7.411 mas, bpa=-2.596 degrees ! Estimated noise=1.03139 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117232 Jy ! Component: 100 - total flux cleaned = 0.00131566 Jy ! Component: 150 - total flux cleaned = 0.00130028 Jy ! Component: 200 - total flux cleaned = 0.00128513 Jy ! Total flux subtracted in 200 components = 0.00128513 Jy ! Clean residual min=-0.003435 max=0.003407 Jy/beam ! Clean residual mean=0.000022 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.163457 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 57 components and 0.163457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069453Jy sigma=0.939909 ! Fit after self-cal, rms=0.069378Jy sigma=0.939751 ! 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=7.507 mas, bmaj=13.31 mas, bpa=9.594 degrees ! Estimated noise=1.41685 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 = -4.73072e-05 Jy ! Component: 100 - total flux cleaned = -4.63452e-05 Jy ! Component: 150 - total flux cleaned = -6.19402e-05 Jy ! Component: 200 - total flux cleaned = -9.91146e-05 Jy ! Total flux subtracted in 200 components = -9.91146e-05 Jy ! Clean residual min=-0.003118 max=0.003766 Jy/beam ! Clean residual mean=0.000056 rms=0.001205 Jy/beam ! Combined flux in latest and established models = 0.163358 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 59 components and 0.163358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069405Jy sigma=0.939889 ! Fit after self-cal, rms=0.069360Jy sigma=0.939696 ! 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=2.29 mas, bmaj=6.245 mas, bpa=-1.106 degrees ! Estimated noise=1.53308 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.134088 Jy ! Component: 100 - total flux cleaned = 0.152796 Jy ! Component: 150 - total flux cleaned = 0.159679 Jy ! Component: 200 - total flux cleaned = 0.162456 Jy ! Total flux subtracted in 200 components = 0.162456 Jy ! Clean residual min=-0.004177 max=0.004495 Jy/beam ! Clean residual mean=0.000009 rms=0.001255 Jy/beam ! Combined flux in latest and established models = 0.162456 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.162456 Jy ! Inverting map and beam ! Estimated beam: bmin=2.845 mas, bmaj=7.411 mas, bpa=-2.596 degrees ! Estimated noise=1.03139 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.00126027 Jy ! Component: 100 - total flux cleaned = 0.00125562 Jy ! Component: 150 - total flux cleaned = 0.00120957 Jy ! Component: 200 - total flux cleaned = 0.00124617 Jy ! Total flux subtracted in 200 components = 0.00124617 Jy ! Clean residual min=-0.003399 max=0.003319 Jy/beam ! Clean residual mean=0.000020 rms=0.000902 Jy/beam ! Combined flux in latest and established models = 0.163702 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 42 components and 0.163702 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=7.507 mas, bmaj=13.31 mas, bpa=9.594 degrees ! Estimated noise=1.41685 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 = 5.8581e-05 Jy ! Component: 100 - total flux cleaned = 6.06634e-05 Jy ! Component: 150 - total flux cleaned = 7.04274e-07 Jy ! Component: 200 - total flux cleaned = -6.32728e-05 Jy ! Total flux subtracted in 200 components = -6.32728e-05 Jy ! Clean residual min=-0.003111 max=0.003785 Jy/beam ! Clean residual mean=0.000052 rms=0.001204 Jy/beam ! Combined flux in latest and established models = 0.163639 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 45 components and 0.163639 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.845 mas, bmaj=7.411 mas, bpa=-2.596 degrees ! Estimated noise=1.03139 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -9.6906e-05 Jy ! Component: 100 - total flux cleaned = 2.41196e-05 Jy ! Component: 150 - total flux cleaned = 9.26372e-05 Jy ! Component: 200 - total flux cleaned = 7.4666e-05 Jy ! Total flux subtracted in 200 components = 7.4666e-05 Jy ! Clean residual min=-0.003406 max=0.003385 Jy/beam ! Clean residual mean=0.000020 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.163713 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 58 components and 0.163713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069329Jy sigma=0.939425 ! Fit after self-cal, rms=0.069295Jy sigma=0.939335 wmodel J1318-0607_S_2007_01_11_yyk\_map.mod ! Writing 58 model components to file: J1318-0607_S_2007_01_11_yyk_map.mod wobs J1318-0607_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J1318-0607_S_2007_01_11_yyk_uvs.fits wwins J1318-0607_S_2007_01_11_yyk\_map.win ! wwins: Wrote 1 windows to J1318-0607_S_2007_01_11_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000288781 Jy ! Component: 100 - total flux cleaned = 8.73556e-05 Jy ! Component: 150 - total flux cleaned = -0.000157489 Jy ! Component: 200 - total flux cleaned = -0.000297382 Jy ! Component: 250 - total flux cleaned = -0.000431024 Jy ! Component: 300 - total flux cleaned = -0.00043111 Jy ! Component: 350 - total flux cleaned = -0.000390156 Jy ! Component: 400 - total flux cleaned = -0.000548496 Jy ! Component: 450 - total flux cleaned = -0.000547684 Jy ! Component: 500 - total flux cleaned = -0.000472171 Jy ! Component: 550 - total flux cleaned = -0.000618118 Jy ! Component: 600 - total flux cleaned = -0.000653711 Jy ! Component: 650 - total flux cleaned = -0.000793601 Jy ! Component: 700 - total flux cleaned = -0.000861446 Jy ! Component: 750 - total flux cleaned = -0.000861278 Jy ! Component: 800 - total flux cleaned = -0.000797002 Jy ! Component: 850 - total flux cleaned = -0.000924988 Jy ! Component: 900 - total flux cleaned = -0.000986587 Jy ! Component: 950 - total flux cleaned = -0.000954866 Jy ! Component: 1000 - total flux cleaned = -0.000925552 Jy ! Component: 1050 - total flux cleaned = -0.00107399 Jy ! Component: 1100 - total flux cleaned = -0.00107357 Jy ! Component: 1150 - total flux cleaned = -0.000988069 Jy ! Component: 1200 - total flux cleaned = -0.00101643 Jy ! Component: 1250 - total flux cleaned = -0.000933028 Jy ! Component: 1300 - total flux cleaned = -0.000878276 Jy ! Component: 1350 - total flux cleaned = -0.000877863 Jy ! Component: 1400 - total flux cleaned = -0.000771245 Jy ! Component: 1450 - total flux cleaned = -0.000745104 Jy ! Component: 1500 - total flux cleaned = -0.000719236 Jy ! Component: 1550 - total flux cleaned = -0.00064246 Jy ! Component: 1600 - total flux cleaned = -0.000667626 Jy ! Component: 1650 - total flux cleaned = -0.000617027 Jy ! Component: 1700 - total flux cleaned = -0.000617209 Jy ! Component: 1750 - total flux cleaned = -0.000544171 Jy ! Component: 1800 - total flux cleaned = -0.000424026 Jy ! Component: 1850 - total flux cleaned = -0.000471869 Jy ! Component: 1900 - total flux cleaned = -0.000447777 Jy ! Component: 1950 - total flux cleaned = -0.000377735 Jy ! Component: 2000 - total flux cleaned = -0.000423979 Jy ! Total flux subtracted in 2048 components = -0.000401035 Jy ! Clean residual min=-0.001272 max=0.001623 Jy/beam ! Clean residual mean=0.000004 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.163312 Jy keep ! Adding 127 model components to the UV plane model. ! The established model now contains 185 components and 0.163312 Jy ![Exited script file: muppet] wmap "J1318-0607_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.845 x 7.411 at -2.596 degrees (North through East) ! Clean map min=-0.0023617 max=0.157 Jy/beam ! Writing clean map to FITS file: J1318-0607_S_2007_01_11_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.157001 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000442589 device "J1318-0607_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J1318-0607_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.845706 0.845706 1.69141 3.38282 6.76565 13.5313 27.0626 54.1252 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.157 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.845 x 7.411 at -2.596 degrees (North through East) ! Clean map min=-0.0023617 max=0.157 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1318-0607_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J1318-0607_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1318-0607_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:39:37 2008