! Started logfile: J2047-1841_X_2007_01_11_yyk_uvs.log on Mon Jun 16 20:02:37 2008 obs J2047-1841_X_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J2047-1841_X_2007_01_11_yyk_uve.fits ! AN table 1: 16 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.963542 visibilities/baseline/integration-bin. ! Found source: J2047-1841 ! ! 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 2143 lines of history. ! ! Reading 2220 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 J2047-1841_X_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.146089 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.6418 mas, bmaj=1.695 mas, bpa=-2.294 degrees ! Estimated noise=1.49586 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.0971407 Jy ! Component: 100 - total flux cleaned = 0.124893 Jy ! Total flux subtracted in 100 components = 0.124893 Jy ! Clean residual min=-0.008390 max=0.010929 Jy/beam ! Clean residual mean=-0.000002 rms=0.002394 Jy/beam ! Combined flux in latest and established models = 0.124893 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.124893 Jy ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.082227Jy sigma=1.176710 ! Fit after self-cal, rms=0.080331Jy sigma=1.140405 ! Inverting map and beam ! Estimated beam: bmin=0.6418 mas, bmaj=1.695 mas, bpa=-2.294 degrees ! Estimated noise=1.49586 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.854 mas, bmaj=2.156 mas, bpa=-1.853 degrees ! Estimated noise=0.875731 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.013854 Jy ! Component: 100 - total flux cleaned = 0.0176615 Jy ! Component: 150 - total flux cleaned = 0.0182719 Jy ! Component: 200 - total flux cleaned = 0.0184147 Jy ! Total flux subtracted in 200 components = 0.0184147 Jy ! Clean residual min=-0.004041 max=0.003728 Jy/beam ! Clean residual mean=0.000028 rms=0.001119 Jy/beam ! Combined flux in latest and established models = 0.143308 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 23 components and 0.143308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079023Jy sigma=1.107817 ! Fit after self-cal, rms=0.079005Jy sigma=1.107695 ! 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.854 x 2.156 at -1.853 degrees (North through East) ! Clean map min=-0.0038416 max=0.12062 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.01636 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.95 HN 1.05 KP 1.00 ! LA 0.99 MK 0.90 OV 0.95 PT 0.98 ! SC 1.02 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.03001 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.05 HN 1.05 KP 0.90 ! LA 0.96 MK 0.90 OV 0.95 PT 1.04 ! SC 0.95 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.990568 ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00 HN 0.95 KP 0.89 ! LA 1.00 MK 1.09 OV 1.02 PT 1.09 ! SC 0.96 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.953703 ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.09 HN 1.04 KP 0.85 ! LA 1.03 MK 1.17 OV 1.02 PT 1.14 ! SC 0.99 ! ! ! Fit before self-cal, rms=0.079005Jy sigma=1.107695 ! Fit after self-cal, rms=0.078489Jy sigma=1.095704 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.078489Jy sigma=1.095704 ! Fit after self-cal, rms=0.078492Jy sigma=1.095679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.849 mas, bmaj=2.144 mas, bpa=-1.637 degrees ! Estimated noise=0.871601 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.000439437 Jy ! Component: 100 - total flux cleaned = 0.000555249 Jy ! Component: 150 - total flux cleaned = 0.000650554 Jy ! Component: 200 - total flux cleaned = 0.000729299 Jy ! Total flux subtracted in 200 components = 0.000729299 Jy ! Clean residual min=-0.003548 max=0.004236 Jy/beam ! Clean residual mean=0.000007 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.144037 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 24 components and 0.144037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078479Jy sigma=1.095179 ! Fit after self-cal, rms=0.078474Jy sigma=1.095140 ! 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.078474Jy sigma=1.095140 ! Fit after self-cal, rms=0.068036Jy sigma=0.955466 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.00304659 Jy ! Component: 100 - total flux cleaned = 0.00272676 Jy ! Component: 150 - total flux cleaned = 0.00240493 Jy ! Component: 200 - total flux cleaned = 0.0021992 Jy ! Total flux subtracted in 200 components = 0.0021992 Jy ! Clean residual min=-0.003543 max=0.003684 Jy/beam ! Clean residual mean=0.000003 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.146236 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 30 components and 0.146236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067670Jy sigma=0.950955 ! Fit after self-cal, rms=0.066848Jy sigma=0.944679 ! 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.849 x 2.144 at -1.637 degrees (North through East) ! Clean map min=-0.0033492 max=0.12517 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.066848Jy sigma=0.944679 ! Fit after self-cal, rms=0.066351Jy sigma=0.933491 ! 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.066351Jy sigma=0.933491 ! Fit after self-cal, rms=0.066202Jy sigma=0.932561 ! Inverting map and beam ! Estimated beam: bmin=0.8441 mas, bmaj=2.131 mas, bpa=-1.97 degrees ! Estimated noise=0.866646 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 6.57402e-06 Jy ! Component: 100 - total flux cleaned = 7.35116e-06 Jy ! Component: 150 - total flux cleaned = -1.83777e-05 Jy ! Component: 200 - total flux cleaned = -1.96693e-05 Jy ! Total flux subtracted in 200 components = -1.96693e-05 Jy ! Clean residual min=-0.003106 max=0.003389 Jy/beam ! Clean residual mean=-0.000006 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.146216 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 31 components and 0.146216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066169Jy sigma=0.932244 ! Fit after self-cal, rms=0.066146Jy sigma=0.932033 ! 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.066146Jy sigma=0.932033 ! Fit after self-cal, rms=0.065173Jy sigma=0.925850 ! 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.065173Jy sigma=0.925850 ! Fit after self-cal, rms=0.065176Jy sigma=0.925687 ! Inverting map and beam ! Estimated beam: bmin=0.8508 mas, bmaj=2.155 mas, bpa=-1.414 degrees ! Estimated noise=0.860147 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0017169 Jy ! Component: 100 - total flux cleaned = -0.00194764 Jy ! Component: 150 - total flux cleaned = -0.00197421 Jy ! Component: 200 - total flux cleaned = -0.00197392 Jy ! Total flux subtracted in 200 components = -0.00197392 Jy ! Clean residual min=-0.003158 max=0.003353 Jy/beam ! Clean residual mean=-0.000004 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.144243 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 33 components and 0.144243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065146Jy sigma=0.924934 ! Fit after self-cal, rms=0.065147Jy sigma=0.924899 ! 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.535 mas, bmaj=5.105 mas, bpa=11.13 degrees ! Estimated noise=1.12929 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.000239741 Jy ! Component: 100 - total flux cleaned = 0.000241632 Jy ! Component: 150 - total flux cleaned = 0.000242727 Jy ! Component: 200 - total flux cleaned = 0.000243574 Jy ! Total flux subtracted in 200 components = 0.000243574 Jy ! Clean residual min=-0.003473 max=0.003659 Jy/beam ! Clean residual mean=-0.000007 rms=0.001184 Jy/beam ! Combined flux in latest and established models = 0.144486 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 4 model components to the UV plane model. ! The established model now contains 37 components and 0.144486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065154Jy sigma=0.925217 ! Fit after self-cal, rms=0.065146Jy sigma=0.925028 ! 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.6389 mas, bmaj=1.695 mas, bpa=-2.132 degrees ! Estimated noise=1.47581 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.103103 Jy ! Component: 100 - total flux cleaned = 0.12716 Jy ! Component: 150 - total flux cleaned = 0.137273 Jy ! Component: 200 - total flux cleaned = 0.142233 Jy ! Total flux subtracted in 200 components = 0.142233 Jy ! Clean residual min=-0.004444 max=0.004587 Jy/beam ! Clean residual mean=-0.000006 rms=0.001103 Jy/beam ! Combined flux in latest and established models = 0.142233 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.142233 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8508 mas, bmaj=2.155 mas, bpa=-1.414 degrees ! Estimated noise=0.860147 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.0018766 Jy ! Component: 100 - total flux cleaned = 0.00209267 Jy ! Component: 150 - total flux cleaned = 0.00215273 Jy ! Component: 200 - total flux cleaned = 0.00218896 Jy ! Total flux subtracted in 200 components = 0.00218896 Jy ! Clean residual min=-0.003026 max=0.003345 Jy/beam ! Clean residual mean=-0.000004 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.144422 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 28 components and 0.144422 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.535 mas, bmaj=5.105 mas, bpa=11.13 degrees ! Estimated noise=1.12929 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.000218917 Jy ! Component: 100 - total flux cleaned = 0.000218901 Jy ! Component: 150 - total flux cleaned = 0.00021805 Jy ! Component: 200 - total flux cleaned = 0.000217275 Jy ! Total flux subtracted in 200 components = 0.000217275 Jy ! Clean residual min=-0.003518 max=0.003656 Jy/beam ! Clean residual mean=-0.000007 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.144639 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 31 components and 0.144639 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8508 mas, bmaj=2.155 mas, bpa=-1.414 degrees ! Estimated noise=0.860147 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -4.9252e-05 Jy ! Component: 100 - total flux cleaned = -0.00016642 Jy ! Component: 150 - total flux cleaned = -0.000212891 Jy ! Component: 200 - total flux cleaned = -0.00023322 Jy ! Total flux subtracted in 200 components = -0.00023322 Jy ! Clean residual min=-0.003036 max=0.003302 Jy/beam ! Clean residual mean=-0.000004 rms=0.000847 Jy/beam ! Combined flux in latest and established models = 0.144406 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.144406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065041Jy sigma=0.923998 ! Fit after self-cal, rms=0.065036Jy sigma=0.923959 wmodel J2047-1841_X_2007_01_11_yyk\_map.mod ! Writing 38 model components to file: J2047-1841_X_2007_01_11_yyk_map.mod wobs J2047-1841_X_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J2047-1841_X_2007_01_11_yyk_uvs.fits wwins J2047-1841_X_2007_01_11_yyk\_map.win ! wwins: Wrote 1 windows to J2047-1841_X_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.00129903 Jy ! Component: 100 - total flux cleaned = 0.00191142 Jy ! Component: 150 - total flux cleaned = 0.00243769 Jy ! Component: 200 - total flux cleaned = 0.00283716 Jy ! Component: 250 - total flux cleaned = 0.00321775 Jy ! Component: 300 - total flux cleaned = 0.00362948 Jy ! Component: 350 - total flux cleaned = 0.00393737 Jy ! Component: 400 - total flux cleaned = 0.00423603 Jy ! Component: 450 - total flux cleaned = 0.0044825 Jy ! Component: 500 - total flux cleaned = 0.0047202 Jy ! Component: 550 - total flux cleaned = 0.0047581 Jy ! Component: 600 - total flux cleaned = 0.00479622 Jy ! Component: 650 - total flux cleaned = 0.00486943 Jy ! Component: 700 - total flux cleaned = 0.00490447 Jy ! Component: 750 - total flux cleaned = 0.00473194 Jy ! Component: 800 - total flux cleaned = 0.00473218 Jy ! Component: 850 - total flux cleaned = 0.00453583 Jy ! Component: 900 - total flux cleaned = 0.00444013 Jy ! Component: 950 - total flux cleaned = 0.00434637 Jy ! Component: 1000 - total flux cleaned = 0.00422283 Jy ! Component: 1050 - total flux cleaned = 0.00410109 Jy ! Component: 1100 - total flux cleaned = 0.00407152 Jy ! Component: 1150 - total flux cleaned = 0.003984 Jy ! Component: 1200 - total flux cleaned = 0.00389765 Jy ! Component: 1250 - total flux cleaned = 0.00381284 Jy ! Component: 1300 - total flux cleaned = 0.00364535 Jy ! Component: 1350 - total flux cleaned = 0.00353567 Jy ! Component: 1400 - total flux cleaned = 0.00345511 Jy ! Component: 1450 - total flux cleaned = 0.00337491 Jy ! Component: 1500 - total flux cleaned = 0.0031638 Jy ! Component: 1550 - total flux cleaned = 0.00308542 Jy ! Component: 1600 - total flux cleaned = 0.00298271 Jy ! Component: 1650 - total flux cleaned = 0.00290635 Jy ! Component: 1700 - total flux cleaned = 0.00273107 Jy ! Component: 1750 - total flux cleaned = 0.00268224 Jy ! Component: 1800 - total flux cleaned = 0.00256021 Jy ! Component: 1850 - total flux cleaned = 0.002488 Jy ! Component: 1900 - total flux cleaned = 0.00239213 Jy ! Component: 1950 - total flux cleaned = 0.00236819 Jy ! Component: 2000 - total flux cleaned = 0.00229844 Jy ! Total flux subtracted in 2048 components = 0.00225219 Jy ! Clean residual min=-0.001254 max=0.001146 Jy/beam ! Clean residual mean=-0.000002 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.146658 Jy keep ! Adding 131 model components to the UV plane model. ! The established model now contains 169 components and 0.146658 Jy ![Exited script file: muppet] wmap "J2047-1841_X_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8508 x 2.155 at -1.414 degrees (North through East) ! Clean map min=-0.0020859 max=0.12471 Jy/beam ! Writing clean map to FITS file: J2047-1841_X_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.124707 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000420933 device "J2047-1841_X_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J2047-1841_X_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.01261 1.01261 2.02522 4.05045 8.1009 16.2018 32.4036 64.8072 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.124 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8508 x 2.155 at -1.414 degrees (North through East) ! Clean map min=-0.0020859 max=0.12471 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2047-1841_X_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J2047-1841_X_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2047-1841_X_2007_01_11_yyk_uvs.log closed on Mon Jun 16 20:02:43 2008