! Started logfile: J0207+7956_S_2006_02_14_yyk_uvs.log on Wed Jul 5 11:07:25 2006 obs J0207+7956_S_2006_02_14_yyk_uva.fits ! Reading UV FITS file: J0207+7956_S_2006_02_14_yyk_uva.fits ! AN table 1: 846 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.132808 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0207+7956 ! ! 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 2683 lines of history. ! ! Reading 20224 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 J0207+7956_S_2006_02_14_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. uvav time_av, true ! Averaging into 30 second bins. ! 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 phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.100052 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=19.43 mas, bmaj=45.25 mas, bpa=11.15 degrees ! Estimated noise=4.33962 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=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0346578 Jy ! Component: 100 - total flux cleaned = 0.0387953 Jy ! Total flux subtracted in 100 components = 0.0387953 Jy ! Clean residual min=-0.009291 max=0.009413 Jy/beam ! Clean residual mean=0.000358 rms=0.004993 Jy/beam ! Combined flux in latest and established models = 0.0387953 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 48 model components to the UV plane model. ! The established model now contains 48 components and 0.0387953 Jy ! ! Correcting IF 1. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.071828Jy sigma=1.182382 ! Fit after self-cal, rms=0.068710Jy sigma=1.146338 ! Inverting map and beam ! Estimated beam: bmin=19.49 mas, bmaj=45.1 mas, bpa=11.32 degrees ! Estimated noise=4.48706 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=22.94 mas, bmaj=39.86 mas, bpa=4.928 degrees ! Estimated noise=3.64455 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.00145523 Jy ! Component: 100 - total flux cleaned = 0.010135 Jy ! Component: 150 - total flux cleaned = 0.0159482 Jy ! Component: 200 - total flux cleaned = 0.0196095 Jy ! Total flux subtracted in 200 components = 0.0196095 Jy ! Clean residual min=-0.002090 max=0.002105 Jy/beam ! Clean residual mean=0.000107 rms=0.001012 Jy/beam ! Combined flux in latest and established models = 0.0584048 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 104 model components to the UV plane model. ! The established model now contains 152 components and 0.0584048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064858Jy sigma=1.061825 ! Fit after self-cal, rms=0.064826Jy sigma=1.061630 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 22.94 x 39.86 at 4.928 degrees (North through East) ! Clean map min=-0.012423 max=0.026972 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 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.0061 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.00* KP 0.98 ! LA 0.99 MK 1.00* NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.064826Jy sigma=1.061630 ! Fit after self-cal, rms=0.063741Jy sigma=1.060851 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.063741Jy sigma=1.060851 ! Fit after self-cal, rms=0.063742Jy sigma=1.060851 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=22.94 mas, bmaj=40.09 mas, bpa=4.365 degrees ! Estimated noise=3.57805 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 = 9.06164e-05 Jy ! Component: 100 - total flux cleaned = -3.20981e-05 Jy ! Component: 150 - total flux cleaned = 9.31607e-05 Jy ! Component: 200 - total flux cleaned = 8.14165e-06 Jy ! Total flux subtracted in 200 components = 8.14165e-06 Jy ! Clean residual min=-0.000999 max=0.001011 Jy/beam ! Clean residual mean=-0.000039 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.0584129 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 47 model components to the UV plane model. ! The established model now contains 196 components and 0.0584129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063827Jy sigma=1.059568 ! Fit after self-cal, rms=0.063849Jy sigma=1.059548 ! 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.063849Jy sigma=1.059548 ! Fit after self-cal, rms=0.055455Jy sigma=0.920266 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.00549983 Jy ! Component: 100 - total flux cleaned = 0.00557815 Jy ! Component: 150 - total flux cleaned = 0.0069795 Jy ! Component: 200 - total flux cleaned = 0.00804223 Jy ! Total flux subtracted in 200 components = 0.00804223 Jy ! Clean residual min=-0.001238 max=0.001301 Jy/beam ! Clean residual mean=0.000094 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.0664552 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 73 model components to the UV plane model. ! The established model now contains 269 components and 0.0664551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054229Jy sigma=0.904918 ! Fit after self-cal, rms=0.053258Jy sigma=0.892033 ! Inverting map ! Added new window around map position (-31.5, 27). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000927198 Jy ! Component: 100 - total flux cleaned = -0.00123898 Jy ! Component: 150 - total flux cleaned = -0.00124061 Jy ! Component: 200 - total flux cleaned = -0.00148289 Jy ! Total flux subtracted in 200 components = -0.00148289 Jy ! Clean residual min=-0.001328 max=0.001510 Jy/beam ! Clean residual mean=0.000033 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.0649723 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 66 model components to the UV plane model. ! The established model now contains 334 components and 0.0649722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052870Jy sigma=0.885936 ! Fit after self-cal, rms=0.052480Jy sigma=0.880115 ! 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: 22.94 x 40.09 at 4.365 degrees (North through East) ! Clean map min=-0.011293 max=0.032059 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 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=23.22 mas, bmaj=40.09 mas, bpa=4.317 degrees ! Estimated noise=3.57929 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.000680567 Jy ! Component: 100 - total flux cleaned = -0.000403191 Jy ! Component: 150 - total flux cleaned = -0.0007403 Jy ! Component: 200 - total flux cleaned = -0.000877029 Jy ! Total flux subtracted in 200 components = -0.000877029 Jy ! Clean residual min=-0.000981 max=0.001005 Jy/beam ! Clean residual mean=0.000032 rms=0.000266 Jy/beam ! Combined flux in latest and established models = 0.0640952 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 52 model components to the UV plane model. ! The established model now contains 384 components and 0.0640952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052233Jy sigma=0.878144 ! Fit after self-cal, rms=0.052071Jy sigma=0.876459 ! Inverting map ! Added new window around map position (58, 60.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000362127 Jy ! Component: 100 - total flux cleaned = -0.000873813 Jy ! Component: 150 - total flux cleaned = -0.000900517 Jy ! Component: 200 - total flux cleaned = -0.00105894 Jy ! Total flux subtracted in 200 components = -0.00105894 Jy ! Clean residual min=-0.001017 max=0.000977 Jy/beam ! Clean residual mean=0.000034 rms=0.000210 Jy/beam ! Combined flux in latest and established models = 0.0630362 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 62 model components to the UV plane model. ! The established model now contains 446 components and 0.0630362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051916Jy sigma=0.875246 ! Fit after self-cal, rms=0.051815Jy sigma=0.874388 ! Inverting map ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 3.88031e-05 Jy ! Component: 100 - total flux cleaned = -0.000351955 Jy ! Component: 150 - total flux cleaned = -0.000613928 Jy ! Component: 200 - total flux cleaned = -0.000834602 Jy ! Total flux subtracted in 200 components = -0.000834602 Jy ! Clean residual min=-0.000953 max=0.000774 Jy/beam ! Clean residual mean=0.000026 rms=0.000204 Jy/beam ! Combined flux in latest and established models = 0.0622016 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 49 model components to the UV plane model. ! The established model now contains 485 components and 0.0622016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051723Jy sigma=0.873712 ! Fit after self-cal, rms=0.051659Jy sigma=0.873255 ! 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=19.49 mas, bmaj=45.2 mas, bpa=11.19 degrees ! Estimated noise=4.41424 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0164782 Jy ! Component: 100 - total flux cleaned = 0.0186984 Jy ! Component: 150 - total flux cleaned = 0.0276879 Jy ! Component: 200 - total flux cleaned = 0.0330764 Jy ! Total flux subtracted in 200 components = 0.0330764 Jy ! Clean residual min=-0.009712 max=0.008665 Jy/beam ! Clean residual mean=0.000129 rms=0.002731 Jy/beam ! Combined flux in latest and established models = 0.0330764 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 105 model components to the UV plane model. ! The established model now contains 105 components and 0.0330764 Jy ! Inverting map and beam ! Estimated beam: bmin=22.94 mas, bmaj=40.09 mas, bpa=4.365 degrees ! Estimated noise=3.57805 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.00266168 Jy ! Component: 100 - total flux cleaned = -0.00338426 Jy ! Component: 150 - total flux cleaned = -0.00288971 Jy ! Component: 200 - total flux cleaned = -0.00276962 Jy ! Total flux subtracted in 200 components = -0.00276962 Jy ! Clean residual min=-0.001191 max=0.001300 Jy/beam ! Clean residual mean=0.000048 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.0303068 Jy ! Adding 119 model components to the UV plane model. ! The established model now contains 223 components and 0.0303068 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=23.22 mas, bmaj=40.09 mas, bpa=4.317 degrees ! Estimated noise=3.57929 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.00031024 Jy ! Component: 100 - total flux cleaned = 0.000346891 Jy ! Component: 150 - total flux cleaned = 0.00031554 Jy ! Component: 200 - total flux cleaned = 0.000342857 Jy ! Total flux subtracted in 200 components = 0.000342857 Jy ! Clean residual min=-0.000862 max=0.000887 Jy/beam ! Clean residual mean=0.000027 rms=0.000240 Jy/beam ! Combined flux in latest and established models = 0.0306496 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 291 components and 0.0306496 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=22.94 mas, bmaj=40.09 mas, bpa=4.365 degrees ! Estimated noise=3.57805 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000416919 Jy ! Component: 100 - total flux cleaned = 0.000620523 Jy ! Component: 150 - total flux cleaned = 0.000646966 Jy ! Component: 200 - total flux cleaned = 0.000594723 Jy ! Total flux subtracted in 200 components = 0.000594723 Jy ! Clean residual min=-0.000929 max=0.000722 Jy/beam ! Clean residual mean=0.000030 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.0312443 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 42 model components to the UV plane model. ! The established model now contains 324 components and 0.0312444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052028Jy sigma=0.880656 ! Fit after self-cal, rms=0.051983Jy sigma=0.880274 wmodel J0207+7956_S_2006_02_14_yyk\_map.mod ! Writing 324 model components to file: J0207+7956_S_2006_02_14_yyk_map.mod wobs J0207+7956_S_2006_02_14_yyk\_uvs.fits ! Writing UV FITS file: J0207+7956_S_2006_02_14_yyk_uvs.fits wwins J0207+7956_S_2006_02_14_yyk\_map.win ! wwins: Wrote 2 windows to J0207+7956_S_2006_02_14_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.000215469 Jy ! Component: 100 - total flux cleaned = -0.000291939 Jy ! Component: 150 - total flux cleaned = -0.000342774 Jy ! Component: 200 - total flux cleaned = -0.000494419 Jy ! Component: 250 - total flux cleaned = -0.00067987 Jy ! Component: 300 - total flux cleaned = -0.000858823 Jy ! Component: 350 - total flux cleaned = -0.00104192 Jy ! Component: 400 - total flux cleaned = -0.00122905 Jy ! Component: 450 - total flux cleaned = -0.00143183 Jy ! Component: 500 - total flux cleaned = -0.00162783 Jy ! Component: 550 - total flux cleaned = -0.00182859 Jy ! Component: 600 - total flux cleaned = -0.00203405 Jy ! Component: 650 - total flux cleaned = -0.00223211 Jy ! Component: 700 - total flux cleaned = -0.00244794 Jy ! Component: 750 - total flux cleaned = -0.00265608 Jy ! Component: 800 - total flux cleaned = -0.00277631 Jy ! Component: 850 - total flux cleaned = -0.00287258 Jy ! Component: 900 - total flux cleaned = -0.00298551 Jy ! Component: 950 - total flux cleaned = -0.0031016 Jy ! Component: 1000 - total flux cleaned = -0.00323642 Jy ! Component: 1050 - total flux cleaned = -0.00334437 Jy ! Component: 1100 - total flux cleaned = -0.00347109 Jy ! Component: 1150 - total flux cleaned = -0.00356857 Jy ! Component: 1200 - total flux cleaned = -0.00368615 Jy ! Component: 1250 - total flux cleaned = -0.00377316 Jy ! Component: 1300 - total flux cleaned = -0.0038634 Jy ! Component: 1350 - total flux cleaned = -0.00391937 Jy ! Component: 1400 - total flux cleaned = -0.00399644 Jy ! Component: 1450 - total flux cleaned = -0.00407552 Jy ! Component: 1500 - total flux cleaned = -0.00417802 Jy ! Component: 1550 - total flux cleaned = -0.00424188 Jy ! Component: 1600 - total flux cleaned = -0.00426416 Jy ! Component: 1650 - total flux cleaned = -0.00428742 Jy ! Component: 1700 - total flux cleaned = -0.00435819 Jy ! Component: 1750 - total flux cleaned = -0.00435876 Jy ! Component: 1800 - total flux cleaned = -0.00440874 Jy ! Component: 1850 - total flux cleaned = -0.00438249 Jy ! Component: 1900 - total flux cleaned = -0.00435544 Jy ! Component: 1950 - total flux cleaned = -0.00435613 Jy ! Component: 2000 - total flux cleaned = -0.00429749 Jy ! Total flux subtracted in 2048 components = -0.00426725 Jy ! Clean residual min=-0.001701 max=0.001821 Jy/beam ! Clean residual mean=-0.000012 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.0269771 Jy keep ! Adding 77 model components to the UV plane model. ! The established model now contains 394 components and 0.0269771 Jy ![Exited script file: muppet] wmap "J0207+7956_S_2006_02_14_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 22.94 x 40.09 at 4.365 degrees (North through East) ! Clean map min=-0.019764 max=0.030753 Jy/beam ! Writing clean map to FITS file: J0207+7956_S_2006_02_14_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0307533 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000687329 device "J0207+7956_S_2006_02_14_yyk\_map.eps/VPS" ! Attempting to open device: 'J0207+7956_S_2006_02_14_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -6.70493 6.70493 13.4099 26.8197 53.6394 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.03 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 22.94 x 40.09 at 4.365 degrees (North through East) ! Clean map min=-0.019764 max=0.030753 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0207+7956_S_2006_02_14_yyk\_map.gif/gif" ! Attempting to open device: 'J0207+7956_S_2006_02_14_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0207+7956_S_2006_02_14_yyk_uvs.log closed on Wed Jul 5 11:08:30 2006