! Started logfile: J1103+2203_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:38:59 2019 obs J1103+2203_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J1103+2203_S_2017_03_27_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.97265 visibilities/baseline/integration-bin. ! Found source: J1103+2203 ! ! 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 1684 lines of history. ! ! Reading 25036 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 J1103+2203_S_2017_03_27_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 428 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.579360Jy sigma=0.005285 ! Fit after self-cal, rms=0.538803Jy sigma=0.004930 ! 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.843 mas, bmaj=6.264 mas, bpa=-8.216 degrees ! Estimated noise=803.087 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.35755 Jy ! Component: 100 - total flux cleaned = 0.492235 Jy ! Total flux subtracted in 100 components = 0.492235 Jy ! Clean residual min=-0.017178 max=0.061282 Jy/beam ! Clean residual mean=-0.000078 rms=0.005323 Jy/beam ! Combined flux in latest and established models = 0.492235 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.492235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.149714Jy sigma=0.001341 ! Fit after self-cal, rms=0.149708Jy sigma=0.001340 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0672069 Jy ! Component: 100 - total flux cleaned = 0.101136 Jy ! Total flux subtracted in 100 components = 0.101136 Jy ! Clean residual min=-0.010563 max=0.015751 Jy/beam ! Clean residual mean=0.000002 rms=0.002750 Jy/beam ! Combined flux in latest and established models = 0.593371 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 11 components and 0.593371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110613Jy sigma=0.000916 ! Fit after self-cal, rms=0.110608Jy sigma=0.000916 ! 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=3.484 mas, bmaj=7.058 mas, bpa=-5.088 degrees ! Estimated noise=515.456 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.0242649 Jy ! Component: 100 - total flux cleaned = 0.0355728 Jy ! Component: 150 - total flux cleaned = 0.0414882 Jy ! Component: 200 - total flux cleaned = 0.0435135 Jy ! Total flux subtracted in 200 components = 0.0435135 Jy ! Clean residual min=-0.006698 max=0.007390 Jy/beam ! Clean residual mean=0.000031 rms=0.001865 Jy/beam ! Combined flux in latest and established models = 0.636885 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 30 components and 0.636885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105825Jy sigma=0.000861 ! Fit after self-cal, rms=0.105843Jy sigma=0.000861 ! 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 1.00 FD 1.01 HN 0.94 KP 1.01 ! LA 0.99 MK 1.00 NL 1.00 OV 1.02 ! PT 0.98 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.02 HN 0.99 KP 0.97 ! LA 0.95 MK 0.99 NL 1.08 OV 1.04 ! PT 0.94 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.05 HN 0.97 KP 0.97 ! LA 0.99 MK 1.03 NL 1.09 OV 0.95 ! PT 0.94 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.13 HN 0.96 KP 1.00* ! LA 0.94 MK 1.35 NL 1.00* OV 1.26 ! PT 0.99 SC 1.78 ! ! ! Fit before self-cal, rms=0.105843Jy sigma=0.000861 ! Fit after self-cal, rms=0.130249Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.508 mas, bmaj=7.069 mas, bpa=-4.724 degrees ! Estimated noise=517.03 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.000208731 Jy ! Component: 100 - total flux cleaned = -0.000213809 Jy ! Component: 150 - total flux cleaned = -0.000217953 Jy ! Component: 200 - total flux cleaned = -0.000177731 Jy ! Total flux subtracted in 200 components = -0.000177731 Jy ! Clean residual min=-0.005283 max=0.005747 Jy/beam ! Clean residual mean=0.000008 rms=0.001232 Jy/beam ! Combined flux in latest and established models = 0.636707 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.636707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130175Jy sigma=0.000772 ! Fit after self-cal, rms=0.130305Jy sigma=0.000772 ! 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.130305Jy sigma=0.000772 ! Fit after self-cal, rms=0.129573Jy sigma=0.000714 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.503 mas, bmaj=7.089 mas, bpa=-4.637 degrees ! Estimated noise=516.717 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000401994 Jy ! Component: 100 - total flux cleaned = 0.000496564 Jy ! Component: 150 - total flux cleaned = 0.000497188 Jy ! Component: 200 - total flux cleaned = 0.000576359 Jy ! Total flux subtracted in 200 components = 0.000576359 Jy ! Clean residual min=-0.001624 max=0.001865 Jy/beam ! Clean residual mean=0.000005 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.637284 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 46 components and 0.637284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129550Jy sigma=0.000713 ! Fit after self-cal, rms=0.129664Jy sigma=0.000713 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 (4.5, 102). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110305 Jy ! Component: 100 - total flux cleaned = 0.00110585 Jy ! Component: 150 - total flux cleaned = 0.00106681 Jy ! Component: 200 - total flux cleaned = 0.000994378 Jy ! Total flux subtracted in 200 components = 0.000994378 Jy ! Clean residual min=-0.001482 max=0.001607 Jy/beam ! Clean residual mean=0.000005 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.638278 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 65 components and 0.638278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129628Jy sigma=0.000713 ! Fit after self-cal, rms=0.129627Jy sigma=0.000713 ! 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.129627Jy sigma=0.000713 ! Fit after self-cal, rms=0.129444Jy sigma=0.000713 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.499 mas, bmaj=7.089 mas, bpa=-4.601 degrees ! Estimated noise=516.619 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000639347 Jy ! Component: 100 - total flux cleaned = 0.000675035 Jy ! Component: 150 - total flux cleaned = 0.000608406 Jy ! Component: 200 - total flux cleaned = 0.000609336 Jy ! Total flux subtracted in 200 components = 0.000609336 Jy ! Clean residual min=-0.001473 max=0.001592 Jy/beam ! Clean residual mean=0.000005 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.638887 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 71 components and 0.638887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129425Jy sigma=0.000712 ! Fit after self-cal, rms=0.129425Jy sigma=0.000712 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.000116491 Jy ! Component: 100 - total flux cleaned = 5.5645e-05 Jy ! Component: 150 - total flux cleaned = -1.58969e-06 Jy ! Component: 200 - total flux cleaned = -2.99481e-05 Jy ! Total flux subtracted in 200 components = -2.99481e-05 Jy ! Clean residual min=-0.001470 max=0.001463 Jy/beam ! Clean residual mean=0.000005 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.638858 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 79 components and 0.638857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129407Jy sigma=0.000712 ! Fit after self-cal, rms=0.129405Jy sigma=0.000712 ! 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.129405Jy sigma=0.000712 ! Fit after self-cal, rms=0.129270Jy sigma=0.000712 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.519 mas, bmaj=10.23 mas, bpa=-2.159 degrees ! Estimated noise=627.527 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000137967 Jy ! Component: 100 - total flux cleaned = 0.000110208 Jy ! Component: 150 - total flux cleaned = 8.74183e-05 Jy ! Component: 200 - total flux cleaned = 6.68641e-05 Jy ! Total flux subtracted in 200 components = 6.68641e-05 Jy ! Clean residual min=-0.001572 max=0.001418 Jy/beam ! Clean residual mean=0.000009 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.638924 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 99 components and 0.638924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129267Jy sigma=0.000712 ! Fit after self-cal, rms=0.129266Jy sigma=0.000712 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 = -6.461e-05 Jy ! Component: 100 - total flux cleaned = -0.000101104 Jy ! Component: 150 - total flux cleaned = -0.000117144 Jy ! Component: 200 - total flux cleaned = -0.000123997 Jy ! Total flux subtracted in 200 components = -0.000123997 Jy ! Clean residual min=-0.001559 max=0.001419 Jy/beam ! Clean residual mean=0.000009 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.6388 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 110 components and 0.6388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129264Jy sigma=0.000712 ! Fit after self-cal, rms=0.129264Jy sigma=0.000712 ! 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.498 mas, bmaj=7.088 mas, bpa=-4.567 degrees ! Estimated noise=516.612 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.498 x 7.088 at -4.567 degrees (North through East) ! Clean map min=-0.0014151 max=0.49059 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.853 mas, bmaj=6.262 mas, bpa=-7.686 degrees ! Estimated noise=814.905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.362792 Jy ! Component: 100 - total flux cleaned = 0.499174 Jy ! Component: 150 - total flux cleaned = 0.566669 Jy ! Component: 200 - total flux cleaned = 0.600573 Jy ! Total flux subtracted in 200 components = 0.600573 Jy ! Clean residual min=-0.005005 max=0.015596 Jy/beam ! Clean residual mean=-0.000025 rms=0.001407 Jy/beam ! Combined flux in latest and established models = 0.600573 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.600573 Jy ! Inverting map and beam ! Estimated beam: bmin=3.498 mas, bmaj=7.088 mas, bpa=-4.567 degrees ! Estimated noise=516.612 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.0200626 Jy ! Component: 100 - total flux cleaned = 0.0289956 Jy ! Component: 150 - total flux cleaned = 0.0336065 Jy ! Component: 200 - total flux cleaned = 0.0362896 Jy ! Total flux subtracted in 200 components = 0.0362896 Jy ! Clean residual min=-0.001702 max=0.001575 Jy/beam ! Clean residual mean=0.000003 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.636863 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 29 components and 0.636863 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=7.519 mas, bmaj=10.23 mas, bpa=-2.159 degrees ! Estimated noise=627.527 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00172492 Jy ! Component: 100 - total flux cleaned = 0.00253047 Jy ! Component: 150 - total flux cleaned = 0.00255859 Jy ! Component: 200 - total flux cleaned = 0.00256047 Jy ! Total flux subtracted in 200 components = 0.00256047 Jy ! Clean residual min=-0.001610 max=0.001443 Jy/beam ! Clean residual mean=0.000009 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.639423 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 = -3.53912e-05 Jy ! Component: 100 - total flux cleaned = -7.98681e-05 Jy ! Component: 150 - total flux cleaned = -0.000118588 Jy ! Component: 200 - total flux cleaned = -0.000164061 Jy ! Total flux subtracted in 200 components = -0.000164061 Jy ! Clean residual min=-0.001597 max=0.001443 Jy/beam ! Clean residual mean=0.000009 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.639259 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 66 components and 0.639259 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.498 mas, bmaj=7.088 mas, bpa=-4.567 degrees ! Estimated noise=516.612 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.68397e-05 Jy ! Component: 100 - total flux cleaned = 0.000298495 Jy ! Component: 150 - total flux cleaned = 0.000296755 Jy ! Component: 200 - total flux cleaned = 0.000296079 Jy ! Total flux subtracted in 200 components = 0.000296079 Jy ! Clean residual min=-0.001465 max=0.001424 Jy/beam ! Clean residual mean=0.000004 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.639555 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 80 components and 0.639555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129313Jy sigma=0.000713 ! Fit after self-cal, rms=0.129307Jy sigma=0.000713 wmodel J1103+2203_S_2017_03_27_pus_map.mod ! Writing 80 model components to file: J1103+2203_S_2017_03_27_pus_map.mod wobs J1103+2203_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J1103+2203_S_2017_03_27_pus_uvs.fits wwins J1103+2203_S_2017_03_27_pus_map.win ! wwins: Wrote 2 windows to J1103+2203_S_2017_03_27_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.00015496 Jy ! Component: 100 - total flux cleaned = 0.000307716 Jy ! Component: 150 - total flux cleaned = 0.000552294 Jy ! Component: 200 - total flux cleaned = 0.000814018 Jy ! Component: 250 - total flux cleaned = 0.00107063 Jy ! Component: 300 - total flux cleaned = 0.00125393 Jy ! Component: 350 - total flux cleaned = 0.00147835 Jy ! Component: 400 - total flux cleaned = 0.00158838 Jy ! Component: 450 - total flux cleaned = 0.00176189 Jy ! Component: 500 - total flux cleaned = 0.00193267 Jy ! Component: 550 - total flux cleaned = 0.00205844 Jy ! Component: 600 - total flux cleaned = 0.00216219 Jy ! Component: 650 - total flux cleaned = 0.00238678 Jy ! Component: 700 - total flux cleaned = 0.00248679 Jy ! Component: 750 - total flux cleaned = 0.00256601 Jy ! Component: 800 - total flux cleaned = 0.00262483 Jy ! Component: 850 - total flux cleaned = 0.00272131 Jy ! Component: 900 - total flux cleaned = 0.00281666 Jy ! Component: 950 - total flux cleaned = 0.00289168 Jy ! Component: 1000 - total flux cleaned = 0.00296603 Jy ! Component: 1050 - total flux cleaned = 0.00300268 Jy ! Component: 1100 - total flux cleaned = 0.00311155 Jy ! Component: 1150 - total flux cleaned = 0.00309358 Jy ! Component: 1200 - total flux cleaned = 0.00316444 Jy ! Component: 1250 - total flux cleaned = 0.00319956 Jy ! Component: 1300 - total flux cleaned = 0.00321683 Jy ! Component: 1350 - total flux cleaned = 0.00325119 Jy ! Component: 1400 - total flux cleaned = 0.00326818 Jy ! Component: 1450 - total flux cleaned = 0.00330173 Jy ! Component: 1500 - total flux cleaned = 0.00330186 Jy ! Component: 1550 - total flux cleaned = 0.00340096 Jy ! Component: 1600 - total flux cleaned = 0.00338427 Jy ! Component: 1650 - total flux cleaned = 0.00336804 Jy ! Component: 1700 - total flux cleaned = 0.00343221 Jy ! Component: 1750 - total flux cleaned = 0.00341594 Jy ! Component: 1800 - total flux cleaned = 0.0034004 Jy ! Component: 1850 - total flux cleaned = 0.00336913 Jy ! Component: 1900 - total flux cleaned = 0.00339999 Jy ! Component: 1950 - total flux cleaned = 0.00339976 Jy ! Component: 2000 - total flux cleaned = 0.00338445 Jy ! Component: 2050 - total flux cleaned = 0.00332387 Jy ! Component: 2100 - total flux cleaned = 0.00333919 Jy ! Component: 2150 - total flux cleaned = 0.00341351 Jy ! Component: 2200 - total flux cleaned = 0.00341343 Jy ! Component: 2250 - total flux cleaned = 0.00336947 Jy ! Component: 2300 - total flux cleaned = 0.00336941 Jy ! Component: 2350 - total flux cleaned = 0.0033405 Jy ! Component: 2400 - total flux cleaned = 0.00334052 Jy ! Component: 2450 - total flux cleaned = 0.00335476 Jy ! Component: 2500 - total flux cleaned = 0.00334069 Jy ! Component: 2550 - total flux cleaned = 0.00336875 Jy ! Component: 2600 - total flux cleaned = 0.00331282 Jy ! Component: 2650 - total flux cleaned = 0.00338187 Jy ! Component: 2700 - total flux cleaned = 0.00335428 Jy ! Component: 2750 - total flux cleaned = 0.00331341 Jy ! Component: 2800 - total flux cleaned = 0.00335406 Jy ! Component: 2850 - total flux cleaned = 0.00339447 Jy ! Component: 2900 - total flux cleaned = 0.0033812 Jy ! Component: 2950 - total flux cleaned = 0.00340784 Jy ! Component: 3000 - total flux cleaned = 0.00334202 Jy ! Component: 3050 - total flux cleaned = 0.00339467 Jy ! Component: 3100 - total flux cleaned = 0.00338175 Jy ! Component: 3150 - total flux cleaned = 0.00334278 Jy ! Component: 3200 - total flux cleaned = 0.00334293 Jy ! Component: 3250 - total flux cleaned = 0.00334301 Jy ! Component: 3300 - total flux cleaned = 0.0032666 Jy ! Component: 3350 - total flux cleaned = 0.00333012 Jy ! Component: 3400 - total flux cleaned = 0.00329234 Jy ! Component: 3450 - total flux cleaned = 0.00329252 Jy ! Component: 3500 - total flux cleaned = 0.00325521 Jy ! Component: 3550 - total flux cleaned = 0.00318091 Jy ! Component: 3600 - total flux cleaned = 0.0031934 Jy ! Component: 3650 - total flux cleaned = 0.00315669 Jy ! Component: 3700 - total flux cleaned = 0.00319329 Jy ! Component: 3750 - total flux cleaned = 0.00314488 Jy ! Component: 3800 - total flux cleaned = 0.003157 Jy ! Component: 3850 - total flux cleaned = 0.00320483 Jy ! Component: 3900 - total flux cleaned = 0.00314518 Jy ! Component: 3950 - total flux cleaned = 0.00314511 Jy ! Component: 4000 - total flux cleaned = 0.00316872 Jy ! Component: 4050 - total flux cleaned = 0.00312171 Jy ! Total flux subtracted in 4096 components = 0.00313333 Jy ! Clean residual min=-0.000649 max=0.000600 Jy/beam ! Clean residual mean=0.000002 rms=0.000212 Jy/beam ! Combined flux in latest and established models = 0.642689 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 396 components and 0.642689 Jy ![Exited script file: muppet] wmap "J1103+2203_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.498 x 7.088 at -4.567 degrees (North through East) ! Clean map min=-0.0011243 max=0.49074 Jy/beam ! Writing clean map to FITS file: J1103+2203_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.490736 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00021137 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.129216 0.129216 0.258433 0.516866 1.03373 2.06746 4.13492 8.26985 16.5397 33.0794 66.1588 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.49 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.498 x 7.088 at -4.567 degrees (North through East) ! Clean map min=-0.0011243 max=0.49074 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 J1103+2203_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:39:04 2019