! Started logfile: J1139+7654_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:40:06 2019 obs J1139+7654_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J1139+7654_S_2017_03_27_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.87123 visibilities/baseline/integration-bin. ! Found source: J1139+7654 ! ! 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 17564 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 J1139+7654_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 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 416 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.817183Jy sigma=0.006813 ! Fit after self-cal, rms=0.811189Jy sigma=0.006769 ! 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.193 mas, bmaj=4.51 mas, bpa=79.69 degrees ! Estimated noise=1129.37 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.149507 Jy ! Component: 100 - total flux cleaned = 0.200895 Jy ! Total flux subtracted in 100 components = 0.200895 Jy ! Clean residual min=-0.006351 max=0.022278 Jy/beam ! Clean residual mean=-0.000027 rms=0.001873 Jy/beam ! Combined flux in latest and established models = 0.200895 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.200895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097021Jy sigma=0.000759 ! Fit after self-cal, rms=0.096931Jy sigma=0.000758 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0237432 Jy ! Component: 100 - total flux cleaned = 0.0346987 Jy ! Total flux subtracted in 100 components = 0.0346987 Jy ! Clean residual min=-0.005071 max=0.005766 Jy/beam ! Clean residual mean=-0.000011 rms=0.001196 Jy/beam ! Combined flux in latest and established models = 0.235594 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 14 components and 0.235594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091735Jy sigma=0.000703 ! Fit after self-cal, rms=0.091725Jy sigma=0.000703 ! 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.787 mas, bmaj=5.316 mas, bpa=82.43 degrees ! Estimated noise=691.889 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 (-2.5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00624952 Jy ! Component: 100 - total flux cleaned = 0.00987679 Jy ! Component: 150 - total flux cleaned = 0.011621 Jy ! Component: 200 - total flux cleaned = 0.0122215 Jy ! Total flux subtracted in 200 components = 0.0122215 Jy ! Clean residual min=-0.003433 max=0.004231 Jy/beam ! Clean residual mean=-0.000023 rms=0.000885 Jy/beam ! Combined flux in latest and established models = 0.247815 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 30 components and 0.247815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091314Jy sigma=0.000698 ! Fit after self-cal, rms=0.091284Jy sigma=0.000698 ! 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.06 FD 1.02 HN 0.96 KP 1.00 ! LA 0.98 MK 1.00 NL 0.95 OV 1.01 ! PT 0.98 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.05 HN 1.00 KP 0.97 ! LA 0.93 MK 1.03 NL 1.00 OV 1.04 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.08 HN 0.99 KP 0.97 ! LA 0.98 MK 1.06 NL 0.95 OV 0.93 ! PT 0.94 SC 0.98 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.07 HN 0.98 KP 1.00* ! LA 1.03 MK 1.04 NL 1.00* OV 2.33 ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.091284Jy sigma=0.000698 ! Fit after self-cal, rms=0.105445Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.789 mas, bmaj=5.313 mas, bpa=82.19 degrees ! Estimated noise=691.568 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.00129403 Jy ! Component: 100 - total flux cleaned = 0.00130115 Jy ! Component: 150 - total flux cleaned = 0.00130136 Jy ! Component: 200 - total flux cleaned = 0.00124961 Jy ! Total flux subtracted in 200 components = 0.00124961 Jy ! Clean residual min=-0.002401 max=0.002456 Jy/beam ! Clean residual mean=0.000005 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.249065 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 40 components and 0.249065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105344Jy sigma=0.000674 ! Fit after self-cal, rms=0.105674Jy sigma=0.000674 ! 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.105674Jy sigma=0.000674 ! Fit after self-cal, rms=0.104108Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.795 mas, bmaj=5.301 mas, bpa=82.24 degrees ! Estimated noise=691.751 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010503 Jy ! Component: 100 - total flux cleaned = 0.00128161 Jy ! Component: 150 - total flux cleaned = 0.00144318 Jy ! Component: 200 - total flux cleaned = 0.00155202 Jy ! Total flux subtracted in 200 components = 0.00155202 Jy ! Clean residual min=-0.002020 max=0.001920 Jy/beam ! Clean residual mean=0.000003 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.250617 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 51 components and 0.250617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104061Jy sigma=0.000669 ! Fit after self-cal, rms=0.104072Jy sigma=0.000669 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.000137848 Jy ! Component: 100 - total flux cleaned = 0.000207155 Jy ! Component: 150 - total flux cleaned = 0.000206454 Jy ! Component: 200 - total flux cleaned = 0.000236713 Jy ! Total flux subtracted in 200 components = 0.000236713 Jy ! Clean residual min=-0.001959 max=0.001898 Jy/beam ! Clean residual mean=0.000004 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.250853 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 58 components and 0.250853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104047Jy sigma=0.000669 ! Fit after self-cal, rms=0.104045Jy sigma=0.000669 ! 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.104045Jy sigma=0.000669 ! Fit after self-cal, rms=0.103718Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.784 mas, bmaj=5.299 mas, bpa=82.44 degrees ! Estimated noise=690.538 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00044785 Jy ! Component: 100 - total flux cleaned = 0.000677013 Jy ! Component: 150 - total flux cleaned = 0.000736202 Jy ! Component: 200 - total flux cleaned = 0.000764215 Jy ! Total flux subtracted in 200 components = 0.000764215 Jy ! Clean residual min=-0.001904 max=0.001890 Jy/beam ! Clean residual mean=0.000004 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.251618 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 65 components and 0.251618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103694Jy sigma=0.000669 ! Fit after self-cal, rms=0.103692Jy sigma=0.000669 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 = 7.04267e-05 Jy ! Component: 100 - total flux cleaned = 4.19279e-05 Jy ! Component: 150 - total flux cleaned = 4.21759e-05 Jy ! Component: 200 - total flux cleaned = 4.29e-05 Jy ! Total flux subtracted in 200 components = 4.29e-05 Jy ! Clean residual min=-0.001871 max=0.001901 Jy/beam ! Clean residual mean=0.000004 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.251661 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 69 components and 0.251661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103676Jy sigma=0.000669 ! Fit after self-cal, rms=0.103675Jy sigma=0.000669 ! 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.103675Jy sigma=0.000669 ! Fit after self-cal, rms=0.103426Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.041 mas, bmaj=9.658 mas, bpa=84.47 degrees ! Estimated noise=858.709 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000437652 Jy ! Component: 100 - total flux cleaned = 0.000523399 Jy ! Component: 150 - total flux cleaned = 0.00056484 Jy ! Component: 200 - total flux cleaned = 0.000582473 Jy ! Total flux subtracted in 200 components = 0.000582473 Jy ! Clean residual min=-0.001823 max=0.002396 Jy/beam ! Clean residual mean=0.000008 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.252243 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 79 components and 0.252243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103425Jy sigma=0.000669 ! Fit after self-cal, rms=0.103423Jy sigma=0.000669 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 (54, -20). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00053053 Jy ! Component: 100 - total flux cleaned = 0.000328149 Jy ! Component: 150 - total flux cleaned = 0.000245143 Jy ! Component: 200 - total flux cleaned = 0.000178266 Jy ! Total flux subtracted in 200 components = 0.000178266 Jy ! Clean residual min=-0.001572 max=0.001590 Jy/beam ! Clean residual mean=0.000007 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.252421 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 110 components and 0.252421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103374Jy sigma=0.000668 ! Fit after self-cal, rms=0.103377Jy sigma=0.000668 ! 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.776 mas, bmaj=5.299 mas, bpa=82.63 degrees ! Estimated noise=689.555 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.776 x 5.299 at 82.63 degrees (North through East) ! Clean map min=-0.0017769 max=0.19329 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.185 mas, bmaj=4.492 mas, bpa=80.05 degrees ! Estimated noise=1128.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.149038 Jy ! Component: 100 - total flux cleaned = 0.201113 Jy ! Component: 150 - total flux cleaned = 0.224825 Jy ! Component: 200 - total flux cleaned = 0.236458 Jy ! Total flux subtracted in 200 components = 0.236458 Jy ! Clean residual min=-0.003293 max=0.005686 Jy/beam ! Clean residual mean=-0.000005 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.236458 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.236458 Jy ! Inverting map and beam ! Estimated beam: bmin=3.776 mas, bmaj=5.299 mas, bpa=82.63 degrees ! Estimated noise=689.555 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.00684071 Jy ! Component: 100 - total flux cleaned = 0.0107011 Jy ! Component: 150 - total flux cleaned = 0.0130808 Jy ! Component: 200 - total flux cleaned = 0.0143516 Jy ! Total flux subtracted in 200 components = 0.0143516 Jy ! Clean residual min=-0.001970 max=0.001875 Jy/beam ! Clean residual mean=0.000000 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.250809 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 40 components and 0.250809 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.041 mas, bmaj=9.658 mas, bpa=84.47 degrees ! Estimated noise=858.709 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000665986 Jy ! Component: 100 - total flux cleaned = 0.000920463 Jy ! Component: 150 - total flux cleaned = 0.0010082 Jy ! Component: 200 - total flux cleaned = 0.00116251 Jy ! Total flux subtracted in 200 components = 0.00116251 Jy ! Clean residual min=-0.001724 max=0.001572 Jy/beam ! Clean residual mean=0.000005 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.251972 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.000165393 Jy ! Component: 100 - total flux cleaned = 0.000282626 Jy ! Component: 150 - total flux cleaned = 0.000410993 Jy ! Component: 200 - total flux cleaned = 0.000481197 Jy ! Total flux subtracted in 200 components = 0.000481197 Jy ! Clean residual min=-0.001577 max=0.001530 Jy/beam ! Clean residual mean=0.000006 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.252453 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 106 components and 0.252453 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.776 mas, bmaj=5.299 mas, bpa=82.63 degrees ! Estimated noise=689.555 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00076944 Jy ! Component: 100 - total flux cleaned = 0.00115011 Jy ! Component: 150 - total flux cleaned = 0.00135164 Jy ! Component: 200 - total flux cleaned = 0.0014011 Jy ! Total flux subtracted in 200 components = 0.0014011 Jy ! Clean residual min=-0.002052 max=0.001801 Jy/beam ! Clean residual mean=0.000003 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.253854 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 129 components and 0.253854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103394Jy sigma=0.000668 ! Fit after self-cal, rms=0.103395Jy sigma=0.000668 wmodel J1139+7654_S_2017_03_27_pus_map.mod ! Writing 129 model components to file: J1139+7654_S_2017_03_27_pus_map.mod wobs J1139+7654_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J1139+7654_S_2017_03_27_pus_uvs.fits wwins J1139+7654_S_2017_03_27_pus_map.win ! wwins: Wrote 3 windows to J1139+7654_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 = -5.87657e-05 Jy ! Component: 100 - total flux cleaned = 0.000223744 Jy ! Component: 150 - total flux cleaned = 0.000523321 Jy ! Component: 200 - total flux cleaned = 0.000724256 Jy ! Component: 250 - total flux cleaned = 0.000947717 Jy ! Component: 300 - total flux cleaned = 0.00111113 Jy ! Component: 350 - total flux cleaned = 0.0013761 Jy ! Component: 400 - total flux cleaned = 0.00150548 Jy ! Component: 450 - total flux cleaned = 0.00163282 Jy ! Component: 500 - total flux cleaned = 0.00175767 Jy ! Component: 550 - total flux cleaned = 0.00192982 Jy ! Component: 600 - total flux cleaned = 0.00205061 Jy ! Component: 650 - total flux cleaned = 0.00221684 Jy ! Component: 700 - total flux cleaned = 0.00235744 Jy ! Component: 750 - total flux cleaned = 0.00247295 Jy ! Component: 800 - total flux cleaned = 0.00254157 Jy ! Component: 850 - total flux cleaned = 0.00263208 Jy ! Component: 900 - total flux cleaned = 0.00276574 Jy ! Component: 950 - total flux cleaned = 0.00285398 Jy ! Component: 1000 - total flux cleaned = 0.00296306 Jy ! Component: 1050 - total flux cleaned = 0.00302756 Jy ! Component: 1100 - total flux cleaned = 0.00311299 Jy ! Component: 1150 - total flux cleaned = 0.00313436 Jy ! Component: 1200 - total flux cleaned = 0.00321798 Jy ! Component: 1250 - total flux cleaned = 0.00328043 Jy ! Component: 1300 - total flux cleaned = 0.00332146 Jy ! Component: 1350 - total flux cleaned = 0.00338268 Jy ! Component: 1400 - total flux cleaned = 0.00340313 Jy ! Component: 1450 - total flux cleaned = 0.00354325 Jy ! Component: 1500 - total flux cleaned = 0.00358296 Jy ! Component: 1550 - total flux cleaned = 0.00364221 Jy ! Component: 1600 - total flux cleaned = 0.0036814 Jy ! Component: 1650 - total flux cleaned = 0.00372031 Jy ! Component: 1700 - total flux cleaned = 0.00381628 Jy ! Component: 1750 - total flux cleaned = 0.0038543 Jy ! Component: 1800 - total flux cleaned = 0.00383537 Jy ! Component: 1850 - total flux cleaned = 0.00389148 Jy ! Component: 1900 - total flux cleaned = 0.00394735 Jy ! Component: 1950 - total flux cleaned = 0.00400271 Jy ! Component: 2000 - total flux cleaned = 0.00398421 Jy ! Component: 2050 - total flux cleaned = 0.00409332 Jy ! Component: 2100 - total flux cleaned = 0.00403907 Jy ! Component: 2150 - total flux cleaned = 0.00412899 Jy ! Component: 2200 - total flux cleaned = 0.00414684 Jy ! Component: 2250 - total flux cleaned = 0.00418241 Jy ! Component: 2300 - total flux cleaned = 0.00419991 Jy ! Component: 2350 - total flux cleaned = 0.00420007 Jy ! Component: 2400 - total flux cleaned = 0.00425207 Jy ! Component: 2450 - total flux cleaned = 0.00432101 Jy ! Component: 2500 - total flux cleaned = 0.00438935 Jy ! Component: 2550 - total flux cleaned = 0.00442338 Jy ! Component: 2600 - total flux cleaned = 0.00444029 Jy ! Component: 2650 - total flux cleaned = 0.0045075 Jy ! Component: 2700 - total flux cleaned = 0.004524 Jy ! Component: 2750 - total flux cleaned = 0.00460694 Jy ! Component: 2800 - total flux cleaned = 0.00465645 Jy ! Component: 2850 - total flux cleaned = 0.0046563 Jy ! Component: 2900 - total flux cleaned = 0.00472159 Jy ! Component: 2950 - total flux cleaned = 0.00472152 Jy ! Component: 3000 - total flux cleaned = 0.00475375 Jy ! Component: 3050 - total flux cleaned = 0.00481772 Jy ! Component: 3100 - total flux cleaned = 0.0048655 Jy ! Component: 3150 - total flux cleaned = 0.00488125 Jy ! Component: 3200 - total flux cleaned = 0.00499133 Jy ! Component: 3250 - total flux cleaned = 0.00497579 Jy ! Component: 3300 - total flux cleaned = 0.00499148 Jy ! Component: 3350 - total flux cleaned = 0.00506876 Jy ! Component: 3400 - total flux cleaned = 0.00508408 Jy ! Component: 3450 - total flux cleaned = 0.0051299 Jy ! Component: 3500 - total flux cleaned = 0.00517568 Jy ! Component: 3550 - total flux cleaned = 0.00522109 Jy ! Component: 3600 - total flux cleaned = 0.00525121 Jy ! Component: 3650 - total flux cleaned = 0.00529608 Jy ! Component: 3700 - total flux cleaned = 0.00543029 Jy ! Component: 3750 - total flux cleaned = 0.00540071 Jy ! Component: 3800 - total flux cleaned = 0.00550391 Jy ! Component: 3850 - total flux cleaned = 0.00545995 Jy ! Component: 3900 - total flux cleaned = 0.00551841 Jy ! Component: 3950 - total flux cleaned = 0.00560545 Jy ! Component: 4000 - total flux cleaned = 0.00557644 Jy ! Component: 4050 - total flux cleaned = 0.00561944 Jy ! Total flux subtracted in 4096 components = 0.0056052 Jy ! Clean residual min=-0.000917 max=0.000845 Jy/beam ! Clean residual mean=0.000000 rms=0.000259 Jy/beam ! Combined flux in latest and established models = 0.259459 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 409 components and 0.259459 Jy ![Exited script file: muppet] wmap "J1139+7654_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.776 x 5.299 at 82.63 degrees (North through East) ! Clean map min=-0.001478 max=0.19298 Jy/beam ! Writing clean map to FITS file: J1139+7654_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.192977 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000258369 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.401657 0.401657 0.803314 1.60663 3.21326 6.42651 12.853 25.7061 51.4121 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.192 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.776 x 5.299 at 82.63 degrees (North through East) ! Clean map min=-0.001478 max=0.19298 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 J1139+7654_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:40:10 2019