! Started logfile: J1140+1203_S_2015_01_22_pus_uvs.log on Tue Jan 3 22:51:40 2017 obs J1140+1203_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1140+1203_S_2015_01_22_pus_uva.fits ! AN table 1: 63 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J1140+1203 ! ! 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.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 281 lines of history. ! ! Reading 9072 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 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J1140+1203_S_2015_01_22_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999511Jy sigma=0.012359 ! Fit after self-cal, rms=0.965919Jy sigma=0.011951 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. 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.514 mas, bmaj=6.818 mas, bpa=-10.09 degrees ! Estimated noise=833.489 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0274519 Jy ! Component: 100 - total flux cleaned = 0.0341409 Jy ! Total flux subtracted in 100 components = 0.0341409 Jy ! Clean residual min=-0.002615 max=0.003447 Jy/beam ! Clean residual mean=0.000005 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.0341409 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0341409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067693Jy sigma=0.000760 ! Fit after self-cal, rms=0.066607Jy sigma=0.000744 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00463307 Jy ! Component: 100 - total flux cleaned = 0.00645146 Jy ! Total flux subtracted in 100 components = 0.00645146 Jy ! Clean residual min=-0.002301 max=0.002600 Jy/beam ! Clean residual mean=0.000002 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.0405924 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.0405924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066333Jy sigma=0.000742 ! Fit after self-cal, rms=0.066332Jy sigma=0.000742 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! 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.99 mas, bmaj=7.425 mas, bpa=-10.27 degrees ! Estimated noise=612.252 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000652103 Jy ! Component: 100 - total flux cleaned = 0.0007071 Jy ! Component: 150 - total flux cleaned = 0.000678946 Jy ! Component: 200 - total flux cleaned = 0.000655505 Jy ! Total flux subtracted in 200 components = 0.000655505 Jy ! Clean residual min=-0.001888 max=0.002070 Jy/beam ! Clean residual mean=0.000003 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.0412479 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 26 components and 0.0412479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066320Jy sigma=0.000742 ! Fit after self-cal, rms=0.066276Jy sigma=0.000741 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00* HN 0.98 KP 1.09 ! LA 1.00 MK 1.02 NL 1.01 OV 0.99 ! PT 1.04 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.00* HN 1.08 KP 1.00 ! LA 1.04 MK 0.98 NL 1.04 OV 0.96 ! PT 1.14 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* HN 1.10 KP 0.96 ! LA 0.78 MK 0.97 NL 1.08 OV 1.03 ! PT 0.96 SC 1.08 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00* HN 0.85 KP 0.85 ! LA 0.80 MK 1.15 NL 0.98 OV 1.02 ! PT 1.02 SC 0.96 ! ! ! Fit before self-cal, rms=0.066276Jy sigma=0.000741 ! Fit after self-cal, rms=0.063914Jy sigma=0.000739 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.009 mas, bmaj=7.456 mas, bpa=-10.05 degrees ! Estimated noise=613.22 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.79669e-05 Jy ! Component: 100 - total flux cleaned = -0.000183896 Jy ! Component: 150 - total flux cleaned = -0.000213231 Jy ! Component: 200 - total flux cleaned = -0.000239318 Jy ! Total flux subtracted in 200 components = -0.000239318 Jy ! Clean residual min=-0.001730 max=0.001893 Jy/beam ! Clean residual mean=0.000001 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.0410086 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 31 components and 0.0410086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063909Jy sigma=0.000739 ! Fit after self-cal, rms=0.063871Jy sigma=0.000739 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063871Jy sigma=0.000739 ! Fit after self-cal, rms=0.063694Jy sigma=0.000739 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.011 mas, bmaj=7.468 mas, bpa=-10.07 degrees ! Estimated noise=611.648 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000180741 Jy ! Component: 100 - total flux cleaned = -0.000240253 Jy ! Component: 150 - total flux cleaned = -0.000265788 Jy ! Component: 200 - total flux cleaned = -0.000281551 Jy ! Total flux subtracted in 200 components = -0.000281551 Jy ! Clean residual min=-0.001651 max=0.001898 Jy/beam ! Clean residual mean=0.000001 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.040727 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.040727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063690Jy sigma=0.000739 ! Fit after self-cal, rms=0.063698Jy sigma=0.000739 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (26.5, -54). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00145952 Jy ! Component: 100 - total flux cleaned = 0.00158339 Jy ! Component: 150 - total flux cleaned = 0.00156001 Jy ! Component: 200 - total flux cleaned = 0.00154045 Jy ! Total flux subtracted in 200 components = 0.00154045 Jy ! Clean residual min=-0.001595 max=0.001690 Jy/beam ! Clean residual mean=0.000001 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.0422675 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 58 components and 0.0422675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063657Jy sigma=0.000738 ! Fit after self-cal, rms=0.063618Jy sigma=0.000738 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063618Jy sigma=0.000738 ! Fit after self-cal, rms=0.063248Jy sigma=0.000738 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.013 mas, bmaj=7.492 mas, bpa=-10.15 degrees ! Estimated noise=608.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000589973 Jy ! Component: 100 - total flux cleaned = 0.000635638 Jy ! Component: 150 - total flux cleaned = 0.000579468 Jy ! Component: 200 - total flux cleaned = 0.000563075 Jy ! Total flux subtracted in 200 components = 0.000563075 Jy ! Clean residual min=-0.001680 max=0.001665 Jy/beam ! Clean residual mean=0.000001 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.0428305 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 63 components and 0.0428305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063230Jy sigma=0.000738 ! Fit after self-cal, rms=0.063225Jy sigma=0.000737 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000342203 Jy ! Component: 100 - total flux cleaned = 0.000363506 Jy ! Component: 150 - total flux cleaned = 0.000332468 Jy ! Component: 200 - total flux cleaned = 0.000318823 Jy ! Total flux subtracted in 200 components = 0.000318823 Jy ! Clean residual min=-0.001617 max=0.001667 Jy/beam ! Clean residual mean=0.000001 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.0431494 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 65 components and 0.0431494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063216Jy sigma=0.000737 ! Fit after self-cal, rms=0.063206Jy sigma=0.000737 ! Inverting map ! Added new window around map position (-123, 28). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149603 Jy ! Component: 100 - total flux cleaned = 0.00199221 Jy ! Component: 150 - total flux cleaned = 0.00232915 Jy ! Component: 200 - total flux cleaned = 0.00252423 Jy ! Total flux subtracted in 200 components = 0.00252423 Jy ! Clean residual min=-0.001331 max=0.001228 Jy/beam ! Clean residual mean=-0.000000 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.0456736 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 86 components and 0.0456736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063162Jy sigma=0.000737 ! Fit after self-cal, rms=0.063146Jy sigma=0.000737 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063146Jy sigma=0.000737 ! Fit after self-cal, rms=0.062983Jy sigma=0.000737 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.988 mas, bmaj=10.8 mas, bpa=-5.343 degrees ! Estimated noise=773.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107558 Jy ! Component: 100 - total flux cleaned = 0.00150126 Jy ! Component: 150 - total flux cleaned = 0.00166375 Jy ! Component: 200 - total flux cleaned = 0.00177286 Jy ! Total flux subtracted in 200 components = 0.00177286 Jy ! Clean residual min=-0.001106 max=0.001206 Jy/beam ! Clean residual mean=-0.000003 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.0474465 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 108 components and 0.0474465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062967Jy sigma=0.000736 ! Fit after self-cal, rms=0.062973Jy sigma=0.000736 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000579377 Jy ! Component: 100 - total flux cleaned = 0.00080955 Jy ! Component: 150 - total flux cleaned = 0.000969121 Jy ! Component: 200 - total flux cleaned = 0.00113845 Jy ! Total flux subtracted in 200 components = 0.00113845 Jy ! Clean residual min=-0.001150 max=0.001203 Jy/beam ! Clean residual mean=-0.000002 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.0485849 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 122 components and 0.0485849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062968Jy sigma=0.000736 ! Fit after self-cal, rms=0.062966Jy sigma=0.000736 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.02 mas, bmaj=7.516 mas, bpa=-10.13 degrees ! Estimated noise=604.998 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.02 x 7.516 at -10.13 degrees (North through East) ! Clean map min=-0.0016106 max=0.037966 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative 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.559 mas, bmaj=6.878 mas, bpa=-9.819 degrees ! Estimated noise=815.291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0291503 Jy ! Component: 100 - total flux cleaned = 0.0360958 Jy ! Component: 150 - total flux cleaned = 0.0397694 Jy ! Component: 200 - total flux cleaned = 0.0422329 Jy ! Total flux subtracted in 200 components = 0.0422329 Jy ! Clean residual min=-0.002444 max=0.002493 Jy/beam ! Clean residual mean=0.000002 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.0422329 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0422329 Jy ! Inverting map and beam ! Estimated beam: bmin=3.02 mas, bmaj=7.516 mas, bpa=-10.13 degrees ! Estimated noise=604.998 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.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00201771 Jy ! Component: 100 - total flux cleaned = 0.00301558 Jy ! Component: 150 - total flux cleaned = 0.00371731 Jy ! Component: 200 - total flux cleaned = 0.00422665 Jy ! Total flux subtracted in 200 components = 0.00422665 Jy ! Clean residual min=-0.001623 max=0.001421 Jy/beam ! Clean residual mean=0.000000 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.0464596 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 50 components and 0.0464596 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.988 mas, bmaj=10.8 mas, bpa=-5.343 degrees ! Estimated noise=773.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000846002 Jy ! Component: 100 - total flux cleaned = 0.00150365 Jy ! Component: 150 - total flux cleaned = 0.00197178 Jy ! Component: 200 - total flux cleaned = 0.00220016 Jy ! Total flux subtracted in 200 components = 0.00220016 Jy ! Clean residual min=-0.001259 max=0.001304 Jy/beam ! Clean residual mean=-0.000002 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.0486597 Jy flux_cutoff = imstat(rms) * dynam 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.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000150458 Jy ! Component: 100 - total flux cleaned = 0.000262834 Jy ! Component: 150 - total flux cleaned = 0.000384875 Jy ! Component: 200 - total flux cleaned = 0.000513451 Jy ! Total flux subtracted in 200 components = 0.000513451 Jy ! Clean residual min=-0.001190 max=0.001259 Jy/beam ! Clean residual mean=-0.000003 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.0491732 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 92 components and 0.0491732 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.02 mas, bmaj=7.516 mas, bpa=-10.13 degrees ! Estimated noise=604.998 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.37669e-05 Jy ! Component: 100 - total flux cleaned = 0.000141599 Jy ! Component: 150 - total flux cleaned = 0.000244346 Jy ! Component: 200 - total flux cleaned = 0.00033761 Jy ! Total flux subtracted in 200 components = 0.00033761 Jy ! Clean residual min=-0.001359 max=0.001273 Jy/beam ! Clean residual mean=0.000000 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0495108 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 109 components and 0.0495108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062969Jy sigma=0.000736 ! Fit after self-cal, rms=0.062968Jy sigma=0.000736 wmodel J1140+1203_S_2015_01_22_pus_map.mod ! Writing 109 model components to file: J1140+1203_S_2015_01_22_pus_map.mod wobs J1140+1203_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1140+1203_S_2015_01_22_pus_uvs.fits wwins J1140+1203_S_2015_01_22_pus_map.win ! wwins: Wrote 3 windows to J1140+1203_S_2015_01_22_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000303213 Jy ! Component: 100 - total flux cleaned = -0.000482309 Jy ! Component: 150 - total flux cleaned = -0.000629256 Jy ! Component: 200 - total flux cleaned = -0.000788803 Jy ! Component: 250 - total flux cleaned = -0.000864402 Jy ! Component: 300 - total flux cleaned = -0.000882157 Jy ! Component: 350 - total flux cleaned = -0.000933948 Jy ! Component: 400 - total flux cleaned = -0.000967255 Jy ! Component: 450 - total flux cleaned = -0.00101618 Jy ! Component: 500 - total flux cleaned = -0.00104758 Jy ! Component: 550 - total flux cleaned = -0.00107854 Jy ! Component: 600 - total flux cleaned = -0.00113887 Jy ! Component: 650 - total flux cleaned = -0.00113898 Jy ! Component: 700 - total flux cleaned = -0.0011536 Jy ! Component: 750 - total flux cleaned = -0.00113969 Jy ! Component: 800 - total flux cleaned = -0.00111209 Jy ! Component: 850 - total flux cleaned = -0.00108527 Jy ! Component: 900 - total flux cleaned = -0.00108547 Jy ! Component: 950 - total flux cleaned = -0.00112442 Jy ! Component: 1000 - total flux cleaned = -0.00111168 Jy ! Component: 1050 - total flux cleaned = -0.00109897 Jy ! Component: 1100 - total flux cleaned = -0.00109894 Jy ! Component: 1150 - total flux cleaned = -0.00109916 Jy ! Component: 1200 - total flux cleaned = -0.00114665 Jy ! Component: 1250 - total flux cleaned = -0.00115817 Jy ! Component: 1300 - total flux cleaned = -0.00114655 Jy ! Component: 1350 - total flux cleaned = -0.00114653 Jy ! Component: 1400 - total flux cleaned = -0.00116887 Jy ! Component: 1450 - total flux cleaned = -0.00113621 Jy ! Component: 1500 - total flux cleaned = -0.00115779 Jy ! Component: 1550 - total flux cleaned = -0.0011575 Jy ! Component: 1600 - total flux cleaned = -0.00109505 Jy ! Component: 1650 - total flux cleaned = -0.00108489 Jy ! Component: 1700 - total flux cleaned = -0.00108498 Jy ! Component: 1750 - total flux cleaned = -0.00104496 Jy ! Component: 1800 - total flux cleaned = -0.000995851 Jy ! Component: 1850 - total flux cleaned = -0.000947701 Jy ! Component: 1900 - total flux cleaned = -0.000957237 Jy ! Component: 1950 - total flux cleaned = -0.000919498 Jy ! Component: 2000 - total flux cleaned = -0.00089153 Jy ! Component: 2050 - total flux cleaned = -0.000864035 Jy ! Component: 2100 - total flux cleaned = -0.000791419 Jy ! Component: 2150 - total flux cleaned = -0.000755556 Jy ! Component: 2200 - total flux cleaned = -0.000693494 Jy ! Component: 2250 - total flux cleaned = -0.000649771 Jy ! Component: 2300 - total flux cleaned = -0.000623683 Jy ! Component: 2350 - total flux cleaned = -0.000572196 Jy ! Component: 2400 - total flux cleaned = -0.000521137 Jy ! Component: 2450 - total flux cleaned = -0.000479095 Jy ! Component: 2500 - total flux cleaned = -0.000429043 Jy ! Component: 2550 - total flux cleaned = -0.000395881 Jy ! Component: 2600 - total flux cleaned = -0.000322301 Jy ! Component: 2650 - total flux cleaned = -0.000289818 Jy ! Component: 2700 - total flux cleaned = -0.000233726 Jy ! Component: 2750 - total flux cleaned = -0.00017017 Jy ! Component: 2800 - total flux cleaned = -0.000130845 Jy ! Component: 2850 - total flux cleaned = -9.18168e-05 Jy ! Component: 2900 - total flux cleaned = -7.64203e-05 Jy ! Component: 2950 - total flux cleaned = -3.80925e-05 Jy ! Component: 3000 - total flux cleaned = -7.68543e-06 Jy ! Component: 3050 - total flux cleaned = 7.42288e-06 Jy ! Component: 3100 - total flux cleaned = 5.98028e-05 Jy ! Component: 3150 - total flux cleaned = 8.20242e-05 Jy ! Component: 3200 - total flux cleaned = 0.000126369 Jy ! Component: 3250 - total flux cleaned = 0.000163034 Jy ! Component: 3300 - total flux cleaned = 0.000192147 Jy ! Component: 3350 - total flux cleaned = 0.000206613 Jy ! Component: 3400 - total flux cleaned = 0.000235351 Jy ! Component: 3450 - total flux cleaned = 0.000256817 Jy ! Component: 3500 - total flux cleaned = 0.000278078 Jy ! Component: 3550 - total flux cleaned = 0.000271033 Jy ! Component: 3600 - total flux cleaned = 0.000306055 Jy ! Component: 3650 - total flux cleaned = 0.000320038 Jy ! Component: 3700 - total flux cleaned = 0.00031312 Jy ! Component: 3750 - total flux cleaned = 0.00033385 Jy ! Component: 3800 - total flux cleaned = 0.000333869 Jy ! Component: 3850 - total flux cleaned = 0.00034072 Jy ! Component: 3900 - total flux cleaned = 0.000340762 Jy ! Component: 3950 - total flux cleaned = 0.000347514 Jy ! Component: 4000 - total flux cleaned = 0.000354302 Jy ! Component: 4050 - total flux cleaned = 0.000347583 Jy ! Total flux subtracted in 4096 components = 0.000374317 Jy ! Clean residual min=-0.000376 max=0.000438 Jy/beam ! Clean residual mean=0.000000 rms=0.000114 Jy/beam ! Combined flux in latest and established models = 0.0498851 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 375 components and 0.0498851 Jy ![Exited script file: muppet] wmap "J1140+1203_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.02 x 7.516 at -10.13 degrees (North through East) ! Clean map min=-0.0012293 max=0.037917 Jy/beam ! Writing clean map to FITS file: J1140+1203_S_2015_01_22_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0379171 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000107784 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.852787 0.852787 1.70557 3.41115 6.82229 13.6446 27.2892 54.5784 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.037 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.02 x 7.516 at -10.13 degrees (North through East) ! Clean map min=-0.0012293 max=0.037917 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1140+1203_S_2015_01_22_pus_uvs.log closed on Tue Jan 3 22:51:47 2017