! Started logfile: J1101+6241_S_2017_03_23_pus_uvs.log on Mon May 13 09:57:08 2019 obs J1101+6241_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1101+6241_S_2017_03_23_pus_uva.fits ! AN table 1: 151 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.879765 visibilities/baseline/integration-bin. ! Found source: J1101+6241 ! ! 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 481 lines of history. ! ! Reading 23912 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 J1101+6241_S_2017_03_23_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 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 556 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.882255Jy sigma=0.007852 ! Fit after self-cal, rms=0.872825Jy sigma=0.007778 ! 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=3.556 mas, bmaj=3.674 mas, bpa=26.46 degrees ! Estimated noise=881.967 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.0963012 Jy ! Component: 100 - total flux cleaned = 0.124975 Jy ! Total flux subtracted in 100 components = 0.124975 Jy ! Clean residual min=-0.004601 max=0.011417 Jy/beam ! Clean residual mean=-0.000022 rms=0.001171 Jy/beam ! Combined flux in latest and established models = 0.124975 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.124975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086579Jy sigma=0.000703 ! Fit after self-cal, rms=0.086551Jy sigma=0.000703 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0118609 Jy ! Component: 100 - total flux cleaned = 0.0171989 Jy ! Total flux subtracted in 100 components = 0.0171989 Jy ! Clean residual min=-0.004418 max=0.004405 Jy/beam ! Clean residual mean=-0.000015 rms=0.000959 Jy/beam ! Combined flux in latest and established models = 0.142174 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 12 components and 0.142174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084470Jy sigma=0.000684 ! Fit after self-cal, rms=0.084466Jy sigma=0.000684 ! 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=4.294 mas, bmaj=4.539 mas, bpa=46.14 degrees ! Estimated noise=565.493 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.5, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00559935 Jy ! Component: 100 - total flux cleaned = 0.00919244 Jy ! Component: 150 - total flux cleaned = 0.01174 Jy ! Component: 200 - total flux cleaned = 0.0136383 Jy ! Total flux subtracted in 200 components = 0.0136383 Jy ! Clean residual min=-0.003026 max=0.003140 Jy/beam ! Clean residual mean=-0.000015 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.155812 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 48 components and 0.155812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083970Jy sigma=0.000681 ! Fit after self-cal, rms=0.083948Jy sigma=0.000681 ! 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 0.99 HN 0.95 KP 1.03 ! LA 0.99 MK 1.06 NL 0.84 OV 1.03 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.04 HN 1.00 KP 0.94 ! LA 0.97 MK 1.03 NL 0.99 OV 1.03 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.07 HN 0.98 KP 0.88 ! LA 0.75 MK 1.06 NL 1.13 OV 0.96 ! PT 0.94 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.10 HN 0.97 KP 1.00* ! LA 0.82 MK 1.11 NL 1.00* OV 2.10 ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.083948Jy sigma=0.000681 ! Fit after self-cal, rms=0.084931Jy sigma=0.000656 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.326 mas, bmaj=4.586 mas, bpa=44.37 degrees ! Estimated noise=564.179 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 = 5.64066e-05 Jy ! Component: 100 - total flux cleaned = -0.000277845 Jy ! Component: 150 - total flux cleaned = -0.000484544 Jy ! Component: 200 - total flux cleaned = -0.000528058 Jy ! Total flux subtracted in 200 components = -0.000528058 Jy ! Clean residual min=-0.001689 max=0.001591 Jy/beam ! Clean residual mean=-0.000007 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.155284 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 58 components and 0.155284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084904Jy sigma=0.000656 ! Fit after self-cal, rms=0.085015Jy sigma=0.000655 ! 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.085015Jy sigma=0.000655 ! Fit after self-cal, rms=0.090805Jy sigma=0.000652 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.322 mas, bmaj=4.588 mas, bpa=42.93 degrees ! Estimated noise=565.698 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.77631e-05 Jy ! Component: 100 - total flux cleaned = -0.00012068 Jy ! Component: 150 - total flux cleaned = -0.000178105 Jy ! Component: 200 - total flux cleaned = -0.000177759 Jy ! Total flux subtracted in 200 components = -0.000177759 Jy ! Clean residual min=-0.001574 max=0.001447 Jy/beam ! Clean residual mean=-0.000004 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.155106 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 68 components and 0.155106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090789Jy sigma=0.000652 ! Fit after self-cal, rms=0.090850Jy sigma=0.000652 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.000116867 Jy ! Component: 100 - total flux cleaned = -0.000147744 Jy ! Component: 150 - total flux cleaned = -0.000161607 Jy ! Component: 200 - total flux cleaned = -0.000161267 Jy ! Total flux subtracted in 200 components = -0.000161267 Jy ! Clean residual min=-0.001607 max=0.001447 Jy/beam ! Clean residual mean=-0.000004 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.154945 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 74 components and 0.154945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090844Jy sigma=0.000652 ! Fit after self-cal, rms=0.090843Jy sigma=0.000652 ! 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.090843Jy sigma=0.000652 ! Fit after self-cal, rms=0.091391Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.317 mas, bmaj=4.587 mas, bpa=41.59 degrees ! Estimated noise=566.387 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000175583 Jy ! Component: 100 - total flux cleaned = 0.000130747 Jy ! Component: 150 - total flux cleaned = 0.0001439 Jy ! Component: 200 - total flux cleaned = 0.000155925 Jy ! Total flux subtracted in 200 components = 0.000155925 Jy ! Clean residual min=-0.001609 max=0.001438 Jy/beam ! Clean residual mean=-0.000003 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.155101 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 80 components and 0.155101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091383Jy sigma=0.000652 ! Fit after self-cal, rms=0.091387Jy sigma=0.000652 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.85208e-05 Jy ! Component: 100 - total flux cleaned = -7.98913e-05 Jy ! Component: 150 - total flux cleaned = -6.84864e-05 Jy ! Component: 200 - total flux cleaned = -7.90079e-05 Jy ! Total flux subtracted in 200 components = -7.90079e-05 Jy ! Clean residual min=-0.001616 max=0.001439 Jy/beam ! Clean residual mean=-0.000003 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.155022 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 81 components and 0.155022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091383Jy sigma=0.000652 ! Fit after self-cal, rms=0.091383Jy sigma=0.000652 ! 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.091383Jy sigma=0.000652 ! Fit after self-cal, rms=0.091607Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.149 mas, bmaj=8.752 mas, bpa=64.17 degrees ! Estimated noise=705.839 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000203494 Jy ! Component: 100 - total flux cleaned = 0.000224152 Jy ! Component: 150 - total flux cleaned = 0.00021589 Jy ! Component: 200 - total flux cleaned = 0.000216228 Jy ! Total flux subtracted in 200 components = 0.000216228 Jy ! Clean residual min=-0.001329 max=0.001545 Jy/beam ! Clean residual mean=-0.000006 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.155238 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 95 components and 0.155238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091604Jy sigma=0.000652 ! Fit after self-cal, rms=0.091605Jy sigma=0.000652 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 = -1.53677e-05 Jy ! Component: 100 - total flux cleaned = -8.71988e-06 Jy ! Component: 150 - total flux cleaned = -3.11477e-06 Jy ! Component: 200 - total flux cleaned = -3.57868e-06 Jy ! Total flux subtracted in 200 components = -3.57868e-06 Jy ! Clean residual min=-0.001334 max=0.001536 Jy/beam ! Clean residual mean=-0.000006 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.155235 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 104 components and 0.155235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091604Jy sigma=0.000652 ! Fit after self-cal, rms=0.091604Jy sigma=0.000652 ! 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=4.314 mas, bmaj=4.586 mas, bpa=40.48 degrees ! Estimated noise=567.07 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.314 x 4.586 at 40.48 degrees (North through East) ! Clean map min=-0.0016039 max=0.12772 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=3.545 mas, bmaj=3.708 mas, bpa=22.51 degrees ! Estimated noise=896.029 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0975076 Jy ! Component: 100 - total flux cleaned = 0.12653 Jy ! Component: 150 - total flux cleaned = 0.138365 Jy ! Component: 200 - total flux cleaned = 0.144009 Jy ! Total flux subtracted in 200 components = 0.144009 Jy ! Clean residual min=-0.002568 max=0.002719 Jy/beam ! Clean residual mean=-0.000007 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.144009 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.144009 Jy ! Inverting map and beam ! Estimated beam: bmin=4.314 mas, bmaj=4.586 mas, bpa=40.48 degrees ! Estimated noise=567.07 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.00429427 Jy ! Component: 100 - total flux cleaned = 0.00671418 Jy ! Component: 150 - total flux cleaned = 0.00835226 Jy ! Component: 200 - total flux cleaned = 0.0095072 Jy ! Total flux subtracted in 200 components = 0.0095072 Jy ! Clean residual min=-0.001467 max=0.001402 Jy/beam ! Clean residual mean=-0.000005 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.153516 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 35 components and 0.153516 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=8.149 mas, bmaj=8.752 mas, bpa=64.17 degrees ! Estimated noise=705.839 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000916471 Jy ! Component: 100 - total flux cleaned = 0.00132499 Jy ! Component: 150 - total flux cleaned = 0.00142303 Jy ! Component: 200 - total flux cleaned = 0.00149223 Jy ! Total flux subtracted in 200 components = 0.00149223 Jy ! Clean residual min=-0.001284 max=0.001533 Jy/beam ! Clean residual mean=-0.000007 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.155009 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 = 4.97577e-05 Jy ! Component: 100 - total flux cleaned = 0.000102322 Jy ! Component: 150 - total flux cleaned = 0.000125779 Jy ! Component: 200 - total flux cleaned = 0.000140062 Jy ! Total flux subtracted in 200 components = 0.000140062 Jy ! Clean residual min=-0.001299 max=0.001523 Jy/beam ! Clean residual mean=-0.000007 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.155149 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 69 components and 0.155149 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.314 mas, bmaj=4.586 mas, bpa=40.48 degrees ! Estimated noise=567.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000329462 Jy ! Component: 100 - total flux cleaned = -0.000257697 Jy ! Component: 150 - total flux cleaned = -0.000172933 Jy ! Component: 200 - total flux cleaned = -0.000134512 Jy ! Total flux subtracted in 200 components = -0.000134512 Jy ! Clean residual min=-0.001626 max=0.001410 Jy/beam ! Clean residual mean=-0.000003 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.155014 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 81 components and 0.155014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091617Jy sigma=0.000652 ! Fit after self-cal, rms=0.091616Jy sigma=0.000652 wmodel J1101+6241_S_2017_03_23_pus_map.mod ! Writing 81 model components to file: J1101+6241_S_2017_03_23_pus_map.mod wobs J1101+6241_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1101+6241_S_2017_03_23_pus_uvs.fits wwins J1101+6241_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J1101+6241_S_2017_03_23_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.000299592 Jy ! Component: 100 - total flux cleaned = -0.00027661 Jy ! Component: 150 - total flux cleaned = -0.000206765 Jy ! Component: 200 - total flux cleaned = -9.58959e-05 Jy ! Component: 250 - total flux cleaned = 1.09003e-05 Jy ! Component: 300 - total flux cleaned = 0.000114443 Jy ! Component: 350 - total flux cleaned = 0.000256007 Jy ! Component: 400 - total flux cleaned = 0.000374596 Jy ! Component: 450 - total flux cleaned = 0.000587052 Jy ! Component: 500 - total flux cleaned = 0.000719256 Jy ! Component: 550 - total flux cleaned = 0.000793722 Jy ! Component: 600 - total flux cleaned = 0.000957255 Jy ! Component: 650 - total flux cleaned = 0.00106395 Jy ! Component: 700 - total flux cleaned = 0.00113391 Jy ! Component: 750 - total flux cleaned = 0.00120284 Jy ! Component: 800 - total flux cleaned = 0.00127109 Jy ! Component: 850 - total flux cleaned = 0.00133797 Jy ! Component: 900 - total flux cleaned = 0.00140408 Jy ! Component: 950 - total flux cleaned = 0.00145295 Jy ! Component: 1000 - total flux cleaned = 0.00154935 Jy ! Component: 1050 - total flux cleaned = 0.00158094 Jy ! Component: 1100 - total flux cleaned = 0.00161247 Jy ! Component: 1150 - total flux cleaned = 0.00169019 Jy ! Component: 1200 - total flux cleaned = 0.0017056 Jy ! Component: 1250 - total flux cleaned = 0.00173593 Jy ! Component: 1300 - total flux cleaned = 0.00172116 Jy ! Component: 1350 - total flux cleaned = 0.00178099 Jy ! Component: 1400 - total flux cleaned = 0.00179585 Jy ! Component: 1450 - total flux cleaned = 0.00183974 Jy ! Component: 1500 - total flux cleaned = 0.00179597 Jy ! Component: 1550 - total flux cleaned = 0.00182494 Jy ! Component: 1600 - total flux cleaned = 0.00182482 Jy ! Component: 1650 - total flux cleaned = 0.00188157 Jy ! Component: 1700 - total flux cleaned = 0.00190948 Jy ! Component: 1750 - total flux cleaned = 0.00189565 Jy ! Component: 1800 - total flux cleaned = 0.00195104 Jy ! Component: 1850 - total flux cleaned = 0.00197857 Jy ! Component: 1900 - total flux cleaned = 0.00208777 Jy ! Component: 1950 - total flux cleaned = 0.00208784 Jy ! Component: 2000 - total flux cleaned = 0.00212808 Jy ! Component: 2050 - total flux cleaned = 0.0021949 Jy ! Component: 2100 - total flux cleaned = 0.00220823 Jy ! Component: 2150 - total flux cleaned = 0.00222156 Jy ! Component: 2200 - total flux cleaned = 0.00226065 Jy ! Component: 2250 - total flux cleaned = 0.00231277 Jy ! Component: 2300 - total flux cleaned = 0.00233859 Jy ! Component: 2350 - total flux cleaned = 0.00244142 Jy ! Component: 2400 - total flux cleaned = 0.00244124 Jy ! Component: 2450 - total flux cleaned = 0.00241582 Jy ! Component: 2500 - total flux cleaned = 0.00247885 Jy ! Component: 2550 - total flux cleaned = 0.00254144 Jy ! Component: 2600 - total flux cleaned = 0.00262855 Jy ! Component: 2650 - total flux cleaned = 0.00261627 Jy ! Component: 2700 - total flux cleaned = 0.00272696 Jy ! Component: 2750 - total flux cleaned = 0.00276358 Jy ! Component: 2800 - total flux cleaned = 0.00275144 Jy ! Component: 2850 - total flux cleaned = 0.00282408 Jy ! Component: 2900 - total flux cleaned = 0.00286019 Jy ! Component: 2950 - total flux cleaned = 0.00293198 Jy ! Component: 3000 - total flux cleaned = 0.00289625 Jy ! Component: 3050 - total flux cleaned = 0.00291994 Jy ! Component: 3100 - total flux cleaned = 0.00293181 Jy ! Component: 3150 - total flux cleaned = 0.0030137 Jy ! Component: 3200 - total flux cleaned = 0.00304859 Jy ! Component: 3250 - total flux cleaned = 0.00308338 Jy ! Component: 3300 - total flux cleaned = 0.00310639 Jy ! Component: 3350 - total flux cleaned = 0.00312924 Jy ! Component: 3400 - total flux cleaned = 0.00310643 Jy ! Component: 3450 - total flux cleaned = 0.0031859 Jy ! Component: 3500 - total flux cleaned = 0.00323097 Jy ! Component: 3550 - total flux cleaned = 0.00320849 Jy ! Component: 3600 - total flux cleaned = 0.0032531 Jy ! Component: 3650 - total flux cleaned = 0.00321966 Jy ! Component: 3700 - total flux cleaned = 0.0032751 Jy ! Component: 3750 - total flux cleaned = 0.0032971 Jy ! Component: 3800 - total flux cleaned = 0.00335193 Jy ! Component: 3850 - total flux cleaned = 0.00329727 Jy ! Component: 3900 - total flux cleaned = 0.00336247 Jy ! Component: 3950 - total flux cleaned = 0.00332996 Jy ! Component: 4000 - total flux cleaned = 0.00335153 Jy ! Component: 4050 - total flux cleaned = 0.00339438 Jy ! Total flux subtracted in 4096 components = 0.00345854 Jy ! Clean residual min=-0.000560 max=0.000780 Jy/beam ! Clean residual mean=-0.000001 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.158473 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 367 components and 0.158473 Jy ![Exited script file: muppet] wmap "J1101+6241_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.314 x 4.586 at 40.48 degrees (North through East) ! Clean map min=-0.0013965 max=0.1281 Jy/beam ! Writing clean map to FITS file: J1101+6241_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.128096 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000194646 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.45586 0.45586 0.91172 1.82344 3.64688 7.29376 14.5875 29.175 58.3501 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.128 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.314 x 4.586 at 40.48 degrees (North through East) ! Clean map min=-0.0013965 max=0.1281 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 J1101+6241_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:57:13 2019