! Started logfile: J0427-0700_S_2005_07_08_yyk_uvs.log on Fri Jan 20 09:54:24 2006 obs J0427-0700_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J0427-0700_S_2005_07_08_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.975556 visibilities/baseline/integration-bin. ! Found source: J0427-0700 ! ! 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 1411 lines of history. ! ! Reading 1756 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 J0427-0700_S_2005_07_08_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.345896 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.555 mas, bmaj=6.507 mas, bpa=-5.658 degrees ! Estimated noise=1.3631 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.284207 Jy ! Component: 100 - total flux cleaned = 0.325353 Jy ! Total flux subtracted in 100 components = 0.325353 Jy ! Clean residual min=-0.007620 max=0.011188 Jy/beam ! Clean residual mean=-0.000020 rms=0.002320 Jy/beam ! Combined flux in latest and established models = 0.325354 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.325354 Jy ! ! Correcting IF 1. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.079744Jy sigma=1.238358 ! Fit after self-cal, rms=0.079530Jy sigma=1.233152 ! Inverting map and beam ! Estimated beam: bmin=2.555 mas, bmaj=6.507 mas, bpa=-5.658 degrees ! Estimated noise=1.36313 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.188 mas, bmaj=7.785 mas, bpa=-4.782 degrees ! Estimated noise=0.995187 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.0181548 Jy ! Component: 100 - total flux cleaned = 0.0254829 Jy ! Component: 150 - total flux cleaned = 0.0286708 Jy ! Component: 200 - total flux cleaned = 0.0297187 Jy ! Total flux subtracted in 200 components = 0.0297187 Jy ! Clean residual min=-0.005872 max=0.005533 Jy/beam ! Clean residual mean=-0.000073 rms=0.001604 Jy/beam ! Combined flux in latest and established models = 0.355072 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 38 components and 0.355072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075522Jy sigma=1.178666 ! Fit after self-cal, rms=0.075530Jy sigma=1.178489 ! 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.188 x 7.785 at -4.782 degrees (North through East) ! Clean map min=-0.0055167 max=0.3275 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.02903 ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.01 HN 0.99 KP 0.95 ! LA 1.06 MK 0.90 NL 0.93 OV 1.00 ! PT 1.06 SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.983723 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.04 HN 1.06 KP 1.00 ! LA 1.03 MK 0.96 NL 0.99 OV 1.02 ! PT 1.07 SC 0.99 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.966275 ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.95 HN 1.00 KP 1.00 ! LA 0.93 MK 1.09 NL 1.04 OV 1.05 ! PT 1.12 SC 1.04 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.04364 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.98 HN 0.90 KP 0.89 ! LA 0.79 MK 1.08 NL 0.98 OV 0.87 ! PT 1.01 SC 1.08 ! ! ! Fit before self-cal, rms=0.075530Jy sigma=1.178489 ! Fit after self-cal, rms=0.067444Jy sigma=1.071401 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.067444Jy sigma=1.071401 ! Fit after self-cal, rms=0.067441Jy sigma=1.071345 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.214 mas, bmaj=7.842 mas, bpa=-4.818 degrees ! Estimated noise=1.00103 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.00271741 Jy ! Component: 100 - total flux cleaned = 0.00363469 Jy ! Component: 150 - total flux cleaned = 0.00376716 Jy ! Component: 200 - total flux cleaned = 0.00382623 Jy ! Total flux subtracted in 200 components = 0.00382623 Jy ! Clean residual min=-0.004028 max=0.004345 Jy/beam ! Clean residual mean=0.000009 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.358898 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 48 components and 0.358898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067302Jy sigma=1.069813 ! Fit after self-cal, rms=0.067311Jy sigma=1.069760 ! 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.067311Jy sigma=1.069760 ! Fit after self-cal, rms=0.064701Jy sigma=1.027570 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.000400322 Jy ! Component: 100 - total flux cleaned = 0.000526915 Jy ! Component: 150 - total flux cleaned = 0.000553289 Jy ! Component: 200 - total flux cleaned = 0.000578884 Jy ! Total flux subtracted in 200 components = 0.000578884 Jy ! Clean residual min=-0.004009 max=0.004446 Jy/beam ! Clean residual mean=0.000009 rms=0.001103 Jy/beam ! Combined flux in latest and established models = 0.359477 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 51 components and 0.359477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064663Jy sigma=1.027182 ! Fit after self-cal, rms=0.064466Jy sigma=1.023798 ! 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.214 x 7.842 at -4.818 degrees (North through East) ! Clean map min=-0.0039937 max=0.33022 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.064466Jy sigma=1.023798 ! Fit after self-cal, rms=0.059930Jy sigma=0.946213 ! 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.059930Jy sigma=0.946213 ! Fit after self-cal, rms=0.059918Jy sigma=0.945761 ! Inverting map and beam ! Estimated beam: bmin=3.211 mas, bmaj=7.851 mas, bpa=-4.884 degrees ! Estimated noise=0.998023 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000146837 Jy ! Component: 100 - total flux cleaned = 0.000170676 Jy ! Component: 150 - total flux cleaned = 0.00019169 Jy ! Component: 200 - total flux cleaned = 0.000232673 Jy ! Total flux subtracted in 200 components = 0.000232673 Jy ! Clean residual min=-0.003916 max=0.004540 Jy/beam ! Clean residual mean=0.000008 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.35971 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 59 components and 0.35971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059902Jy sigma=0.945498 ! Fit after self-cal, rms=0.059905Jy sigma=0.945397 ! 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.059905Jy sigma=0.945397 ! Fit after self-cal, rms=0.058430Jy sigma=0.919850 ! 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.058430Jy sigma=0.919850 ! Fit after self-cal, rms=0.058433Jy sigma=0.919829 ! Inverting map and beam ! Estimated beam: bmin=3.208 mas, bmaj=7.847 mas, bpa=-4.877 degrees ! Estimated noise=0.998219 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000499096 Jy ! Component: 100 - total flux cleaned = 0.000559519 Jy ! Component: 150 - total flux cleaned = 0.000559673 Jy ! Component: 200 - total flux cleaned = 0.000559797 Jy ! Total flux subtracted in 200 components = 0.000559797 Jy ! Clean residual min=-0.004086 max=0.004481 Jy/beam ! Clean residual mean=0.000007 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.36027 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 62 components and 0.36027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058423Jy sigma=0.919636 ! Fit after self-cal, rms=0.058425Jy sigma=0.919611 ! 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.77 mas, bmaj=13.12 mas, bpa=-4.115 degrees ! Estimated noise=1.28175 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.000580058 Jy ! Component: 100 - total flux cleaned = 0.000681524 Jy ! Component: 150 - total flux cleaned = 0.000797464 Jy ! Component: 200 - total flux cleaned = 0.000855763 Jy ! Total flux subtracted in 200 components = 0.000855763 Jy ! Clean residual min=-0.004347 max=0.005141 Jy/beam ! Clean residual mean=0.000010 rms=0.001484 Jy/beam ! Combined flux in latest and established models = 0.361126 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 67 components and 0.361126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058474Jy sigma=0.920507 ! Fit after self-cal, rms=0.058445Jy sigma=0.919614 ! 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.565 mas, bmaj=6.541 mas, bpa=-5.694 degrees ! Estimated noise=1.35742 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.283517 Jy ! Component: 100 - total flux cleaned = 0.324259 Jy ! Component: 150 - total flux cleaned = 0.339661 Jy ! Component: 200 - total flux cleaned = 0.347726 Jy ! Total flux subtracted in 200 components = 0.347726 Jy ! Clean residual min=-0.004461 max=0.005298 Jy/beam ! Clean residual mean=0.000006 rms=0.001305 Jy/beam ! Combined flux in latest and established models = 0.347726 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.347726 Jy ! Inverting map and beam ! Estimated beam: bmin=3.208 mas, bmaj=7.847 mas, bpa=-4.877 degrees ! Estimated noise=0.998219 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) ! Added new window around map position (3.5, 0.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00770624 Jy ! Component: 100 - total flux cleaned = 0.011826 Jy ! Component: 150 - total flux cleaned = 0.0144466 Jy ! Component: 200 - total flux cleaned = 0.0161006 Jy ! Total flux subtracted in 200 components = 0.0161006 Jy ! Clean residual min=-0.003482 max=0.003603 Jy/beam ! Clean residual mean=-0.000004 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.363826 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 65 components and 0.363826 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.77 mas, bmaj=13.12 mas, bpa=-4.115 degrees ! Estimated noise=1.28175 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.00108915 Jy ! Component: 100 - total flux cleaned = 0.00128742 Jy ! Component: 150 - total flux cleaned = 0.00135581 Jy ! Component: 200 - total flux cleaned = 0.00137441 Jy ! Total flux subtracted in 200 components = 0.00137441 Jy ! Clean residual min=-0.003612 max=0.004674 Jy/beam ! Clean residual mean=-0.000010 rms=0.001284 Jy/beam ! Combined flux in latest and established models = 0.365201 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 80 components and 0.365201 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.208 mas, bmaj=7.847 mas, bpa=-4.877 degrees ! Estimated noise=0.998219 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000340253 Jy ! Component: 100 - total flux cleaned = -0.000386284 Jy ! Component: 150 - total flux cleaned = -0.000387199 Jy ! Component: 200 - total flux cleaned = -0.000320633 Jy ! Total flux subtracted in 200 components = -0.000320633 Jy ! Clean residual min=-0.003436 max=0.003599 Jy/beam ! Clean residual mean=-0.000005 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.36488 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 98 components and 0.36488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058141Jy sigma=0.914263 ! Fit after self-cal, rms=0.058127Jy sigma=0.913830 wmodel J0427-0700_S_2005_07_08_yyk\_map.mod ! Writing 98 model components to file: J0427-0700_S_2005_07_08_yyk_map.mod wobs J0427-0700_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J0427-0700_S_2005_07_08_yyk_uvs.fits wwins J0427-0700_S_2005_07_08_yyk\_map.win ! wwins: Wrote 2 windows to J0427-0700_S_2005_07_08_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 = 7.20392e-05 Jy ! Component: 100 - total flux cleaned = -4.03843e-05 Jy ! Component: 150 - total flux cleaned = 0.00022287 Jy ! Component: 200 - total flux cleaned = 0.000371051 Jy ! Component: 250 - total flux cleaned = 0.000275934 Jy ! Component: 300 - total flux cleaned = 0.000276231 Jy ! Component: 350 - total flux cleaned = 0.000143962 Jy ! Component: 400 - total flux cleaned = 5.89619e-05 Jy ! Component: 450 - total flux cleaned = 1.80535e-05 Jy ! Component: 500 - total flux cleaned = 9.88194e-05 Jy ! Component: 550 - total flux cleaned = 0.000138223 Jy ! Component: 600 - total flux cleaned = 0.000215019 Jy ! Component: 650 - total flux cleaned = 0.000138975 Jy ! Component: 700 - total flux cleaned = -9.10598e-06 Jy ! Component: 750 - total flux cleaned = -4.46028e-05 Jy ! Component: 800 - total flux cleaned = -0.000115837 Jy ! Component: 850 - total flux cleaned = -0.00025679 Jy ! Component: 900 - total flux cleaned = -0.000394862 Jy ! Component: 950 - total flux cleaned = -0.000530558 Jy ! Component: 1000 - total flux cleaned = -0.000763848 Jy ! Component: 1050 - total flux cleaned = -0.000960187 Jy ! Component: 1100 - total flux cleaned = -0.00112169 Jy ! Component: 1150 - total flux cleaned = -0.00121717 Jy ! Component: 1200 - total flux cleaned = -0.00140559 Jy ! Component: 1250 - total flux cleaned = -0.00165298 Jy ! Component: 1300 - total flux cleaned = -0.00168345 Jy ! Component: 1350 - total flux cleaned = -0.00186541 Jy ! Component: 1400 - total flux cleaned = -0.00213271 Jy ! Component: 1450 - total flux cleaned = -0.00222043 Jy ! Component: 1500 - total flux cleaned = -0.0023365 Jy ! Component: 1550 - total flux cleaned = -0.00248034 Jy ! Component: 1600 - total flux cleaned = -0.00262175 Jy ! Component: 1650 - total flux cleaned = -0.0026497 Jy ! Component: 1700 - total flux cleaned = -0.00259489 Jy ! Component: 1750 - total flux cleaned = -0.00259533 Jy ! Component: 1800 - total flux cleaned = -0.00267685 Jy ! Component: 1850 - total flux cleaned = -0.00270319 Jy ! Component: 1900 - total flux cleaned = -0.00270293 Jy ! Component: 1950 - total flux cleaned = -0.00262424 Jy ! Component: 2000 - total flux cleaned = -0.00254677 Jy ! Total flux subtracted in 2048 components = -0.00259828 Jy ! Clean residual min=-0.001718 max=0.001590 Jy/beam ! Clean residual mean=-0.000009 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.362282 Jy keep ! Adding 150 model components to the UV plane model. ! The established model now contains 248 components and 0.362282 Jy ![Exited script file: muppet] wmap "J0427-0700_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.208 x 7.847 at -4.877 degrees (North through East) ! Clean map min=-0.0024036 max=0.33011 Jy/beam ! Writing clean map to FITS file: J0427-0700_S_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.330115 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000534797 device "J0427-0700_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J0427-0700_S_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.48601 0.48601 0.97202 1.94404 3.88808 7.77616 15.5523 31.1047 62.2093 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.33 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.208 x 7.847 at -4.877 degrees (North through East) ! Clean map min=-0.0024036 max=0.33011 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0427-0700_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J0427-0700_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0427-0700_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 09:54:28 2006