! Started logfile: J1109+3744_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:57:10 2016 obs J1109+3744_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1109+3744_S_2015_03_17_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.792199 visibilities/baseline/integration-bin. ! Found source: J1109+3744 ! ! 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 330 lines of history. ! ! Reading 13404 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 J1109+3744_S_2015_03_17_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 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.621664Jy sigma=0.007656 ! Fit after self-cal, rms=0.545872Jy sigma=0.006880 ! 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.697 mas, bmaj=4.24 mas, bpa=30.7 degrees ! Estimated noise=858.988 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.339654 Jy ! Component: 100 - total flux cleaned = 0.472026 Jy ! Total flux subtracted in 100 components = 0.472026 Jy ! Clean residual min=-0.026054 max=0.061170 Jy/beam ! Clean residual mean=-0.000092 rms=0.007065 Jy/beam ! Combined flux in latest and established models = 0.472026 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.472026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176078Jy sigma=0.001846 ! Fit after self-cal, rms=0.175927Jy sigma=0.001844 ! Inverting map ! Added new window around map position (1.5, 4.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0683984 Jy ! Component: 100 - total flux cleaned = 0.107946 Jy ! Total flux subtracted in 100 components = 0.107946 Jy ! Clean residual min=-0.017626 max=0.022464 Jy/beam ! Clean residual mean=-0.000027 rms=0.004201 Jy/beam ! Combined flux in latest and established models = 0.579972 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 35 components and 0.579972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127197Jy sigma=0.001315 ! Fit after self-cal, rms=0.127139Jy sigma=0.001314 ! 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.464 mas, bmaj=5.263 mas, bpa=27.66 degrees ! Estimated noise=513.381 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.0411447 Jy ! Component: 100 - total flux cleaned = 0.0666596 Jy ! Component: 150 - total flux cleaned = 0.0835804 Jy ! Component: 200 - total flux cleaned = 0.0950089 Jy ! Total flux subtracted in 200 components = 0.0950089 Jy ! Clean residual min=-0.018618 max=0.020319 Jy/beam ! Clean residual mean=0.000018 rms=0.004352 Jy/beam ! Combined flux in latest and established models = 0.674981 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 79 components and 0.674981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106456Jy sigma=0.001150 ! Fit after self-cal, rms=0.106375Jy sigma=0.001149 ! 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.86 HN 0.93 KP 1.10 ! LA 0.95 MK 1.15 NL 0.90 OV 1.00 ! PT 1.05 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.89 HN 1.00 KP 1.09 ! LA 0.95 MK 1.17 NL 1.02 OV 0.98 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.91 HN 0.99 KP 0.98 ! LA 0.77 MK 1.23 NL 1.16 OV 0.96 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.92 HN 0.95 KP 0.96 ! LA 0.84 MK 1.23 NL 1.04 OV 1.03 ! PT 1.07 SC 0.98 ! ! ! Fit before self-cal, rms=0.106375Jy sigma=0.001149 ! Fit after self-cal, rms=0.075358Jy sigma=0.000862 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.53 mas, bmaj=5.538 mas, bpa=29.97 degrees ! Estimated noise=521.126 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.00114076 Jy ! Component: 100 - total flux cleaned = -0.00272487 Jy ! Component: 150 - total flux cleaned = -0.00287999 Jy ! Component: 200 - total flux cleaned = -0.00300294 Jy ! Total flux subtracted in 200 components = -0.00300294 Jy ! Clean residual min=-0.007693 max=0.010005 Jy/beam ! Clean residual mean=-0.000013 rms=0.001992 Jy/beam ! Combined flux in latest and established models = 0.671978 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 89 components and 0.671978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074452Jy sigma=0.000850 ! Fit after self-cal, rms=0.074357Jy sigma=0.000849 ! 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.074357Jy sigma=0.000849 ! Fit after self-cal, rms=0.072395Jy sigma=0.000829 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.562 mas, bmaj=5.427 mas, bpa=28.01 degrees ! Estimated noise=518.706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00419039 Jy ! Component: 100 - total flux cleaned = -0.00478471 Jy ! Component: 150 - total flux cleaned = -0.00505466 Jy ! Component: 200 - total flux cleaned = -0.0053591 Jy ! Total flux subtracted in 200 components = -0.0053591 Jy ! Clean residual min=-0.006106 max=0.008676 Jy/beam ! Clean residual mean=-0.000022 rms=0.001687 Jy/beam ! Combined flux in latest and established models = 0.666619 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 97 components and 0.666619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071989Jy sigma=0.000824 ! Fit after self-cal, rms=0.071975Jy sigma=0.000824 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 (1.5, -57). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00766215 Jy ! Component: 100 - total flux cleaned = 0.0114551 Jy ! Component: 150 - total flux cleaned = 0.0134594 Jy ! Component: 200 - total flux cleaned = 0.0148788 Jy ! Total flux subtracted in 200 components = 0.0148788 Jy ! Clean residual min=-0.005394 max=0.006187 Jy/beam ! Clean residual mean=-0.000003 rms=0.001484 Jy/beam ! Combined flux in latest and established models = 0.681498 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 126 components and 0.681498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071111Jy sigma=0.000814 ! Fit after self-cal, rms=0.071071Jy sigma=0.000814 ! 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.071071Jy sigma=0.000814 ! Fit after self-cal, rms=0.070961Jy sigma=0.000812 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.57 mas, bmaj=5.422 mas, bpa=27.67 degrees ! Estimated noise=518.131 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.41179e-05 Jy ! Component: 100 - total flux cleaned = 0.000393908 Jy ! Component: 150 - total flux cleaned = 0.000671093 Jy ! Component: 200 - total flux cleaned = 0.000858844 Jy ! Total flux subtracted in 200 components = 0.000858844 Jy ! Clean residual min=-0.005087 max=0.006348 Jy/beam ! Clean residual mean=0.000004 rms=0.001413 Jy/beam ! Combined flux in latest and established models = 0.682357 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 140 components and 0.682357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070797Jy sigma=0.000810 ! Fit after self-cal, rms=0.070791Jy sigma=0.000810 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 (-9.5, -25.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00591773 Jy ! Component: 100 - total flux cleaned = 0.00908026 Jy ! Component: 150 - total flux cleaned = 0.0112521 Jy ! Component: 200 - total flux cleaned = 0.0125677 Jy ! Total flux subtracted in 200 components = 0.0125677 Jy ! Clean residual min=-0.004764 max=0.004586 Jy/beam ! Clean residual mean=-0.000001 rms=0.001248 Jy/beam ! Combined flux in latest and established models = 0.694924 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 172 components and 0.694925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070263Jy sigma=0.000804 ! Fit after self-cal, rms=0.070238Jy sigma=0.000804 ! 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.070238Jy sigma=0.000804 ! Fit after self-cal, rms=0.070202Jy sigma=0.000803 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.293 mas, bmaj=10.31 mas, bpa=28.79 degrees ! Estimated noise=621.173 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00304963 Jy ! Component: 100 - total flux cleaned = 0.00477618 Jy ! Component: 150 - total flux cleaned = 0.00572177 Jy ! Component: 200 - total flux cleaned = 0.00610323 Jy ! Total flux subtracted in 200 components = 0.00610323 Jy ! Clean residual min=-0.006458 max=0.005988 Jy/beam ! Clean residual mean=0.000007 rms=0.001794 Jy/beam ! Combined flux in latest and established models = 0.701028 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 194 components and 0.701028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070103Jy sigma=0.000802 ! Fit after self-cal, rms=0.070097Jy sigma=0.000802 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.000911998 Jy ! Component: 100 - total flux cleaned = 0.00122977 Jy ! Component: 150 - total flux cleaned = 0.00147399 Jy ! Component: 200 - total flux cleaned = 0.00165882 Jy ! Total flux subtracted in 200 components = 0.00165882 Jy ! Clean residual min=-0.006202 max=0.006225 Jy/beam ! Clean residual mean=0.000006 rms=0.001767 Jy/beam ! Combined flux in latest and established models = 0.702686 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 201 components and 0.702687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070069Jy sigma=0.000802 ! Fit after self-cal, rms=0.070067Jy sigma=0.000802 ! 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.579 mas, bmaj=5.425 mas, bpa=27.48 degrees ! Estimated noise=517.956 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.579 x 5.425 at 27.48 degrees (North through East) ! Clean map min=-0.0043517 max=0.43582 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.761 mas, bmaj=4.35 mas, bpa=30.98 degrees ! Estimated noise=888.166 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.348411 Jy ! Component: 100 - total flux cleaned = 0.480846 Jy ! Component: 150 - total flux cleaned = 0.547593 Jy ! Component: 200 - total flux cleaned = 0.584425 Jy ! Total flux subtracted in 200 components = 0.584425 Jy ! Clean residual min=-0.008427 max=0.018446 Jy/beam ! Clean residual mean=-0.000042 rms=0.002601 Jy/beam ! Combined flux in latest and established models = 0.584425 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.584425 Jy ! Inverting map and beam ! Estimated beam: bmin=4.579 mas, bmaj=5.425 mas, bpa=27.48 degrees ! Estimated noise=517.956 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.0303741 Jy ! Component: 100 - total flux cleaned = 0.047473 Jy ! Component: 150 - total flux cleaned = 0.0584943 Jy ! Component: 200 - total flux cleaned = 0.0669407 Jy ! Total flux subtracted in 200 components = 0.0669407 Jy ! Clean residual min=-0.005587 max=0.005891 Jy/beam ! Clean residual mean=-0.000035 rms=0.001636 Jy/beam ! Combined flux in latest and established models = 0.651366 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 76 components and 0.651366 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.293 mas, bmaj=10.31 mas, bpa=28.79 degrees ! Estimated noise=621.173 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103432 Jy ! Component: 100 - total flux cleaned = 0.0180824 Jy ! Component: 150 - total flux cleaned = 0.024146 Jy ! Component: 200 - total flux cleaned = 0.0290112 Jy ! Total flux subtracted in 200 components = 0.0290112 Jy ! Clean residual min=-0.006468 max=0.006470 Jy/beam ! Clean residual mean=-0.000022 rms=0.001979 Jy/beam ! Combined flux in latest and established models = 0.680377 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.00400288 Jy ! Component: 100 - total flux cleaned = 0.00731997 Jy ! Component: 150 - total flux cleaned = 0.0100833 Jy ! Component: 200 - total flux cleaned = 0.0123919 Jy ! Total flux subtracted in 200 components = 0.0123919 Jy ! Clean residual min=-0.006236 max=0.006171 Jy/beam ! Clean residual mean=-0.000010 rms=0.001817 Jy/beam ! Combined flux in latest and established models = 0.692769 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 145 components and 0.692769 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.579 mas, bmaj=5.425 mas, bpa=27.48 degrees ! Estimated noise=517.956 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00246498 Jy ! Component: 100 - total flux cleaned = 0.00385291 Jy ! Component: 150 - total flux cleaned = 0.00451758 Jy ! Component: 200 - total flux cleaned = 0.00487703 Jy ! Total flux subtracted in 200 components = 0.00487703 Jy ! Clean residual min=-0.004340 max=0.004375 Jy/beam ! Clean residual mean=0.000000 rms=0.001168 Jy/beam ! Combined flux in latest and established models = 0.697646 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 163 components and 0.697646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070092Jy sigma=0.000802 ! Fit after self-cal, rms=0.070084Jy sigma=0.000802 wmodel J1109+3744_S_2015_03_17_pus_map.mod ! Writing 163 model components to file: J1109+3744_S_2015_03_17_pus_map.mod wobs J1109+3744_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1109+3744_S_2015_03_17_pus_uvs.fits wwins J1109+3744_S_2015_03_17_pus_map.win ! wwins: Wrote 4 windows to J1109+3744_S_2015_03_17_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.000249103 Jy ! Component: 100 - total flux cleaned = 0.000177889 Jy ! Component: 150 - total flux cleaned = -0.000171923 Jy ! Component: 200 - total flux cleaned = -0.000235785 Jy ! Component: 250 - total flux cleaned = -0.000419952 Jy ! Component: 300 - total flux cleaned = -0.000659238 Jy ! Component: 350 - total flux cleaned = -0.000832872 Jy ! Component: 400 - total flux cleaned = -0.000997852 Jy ! Component: 450 - total flux cleaned = -0.00099665 Jy ! Component: 500 - total flux cleaned = -0.000945768 Jy ! Component: 550 - total flux cleaned = -0.000796917 Jy ! Component: 600 - total flux cleaned = -0.000798035 Jy ! Component: 650 - total flux cleaned = -0.000610564 Jy ! Component: 700 - total flux cleaned = -0.00070182 Jy ! Component: 750 - total flux cleaned = -0.000566136 Jy ! Component: 800 - total flux cleaned = -0.00047941 Jy ! Component: 850 - total flux cleaned = -0.000438548 Jy ! Component: 900 - total flux cleaned = -0.000356215 Jy ! Component: 950 - total flux cleaned = -0.000235462 Jy ! Component: 1000 - total flux cleaned = -0.000195486 Jy ! Component: 1050 - total flux cleaned = -3.94395e-05 Jy ! Component: 1100 - total flux cleaned = 0.000112629 Jy ! Component: 1150 - total flux cleaned = 0.000225299 Jy ! Component: 1200 - total flux cleaned = 0.000482675 Jy ! Component: 1250 - total flux cleaned = 0.000482845 Jy ! Component: 1300 - total flux cleaned = 0.000800307 Jy ! Component: 1350 - total flux cleaned = 0.000904767 Jy ! Component: 1400 - total flux cleaned = 0.00110819 Jy ! Component: 1450 - total flux cleaned = 0.00127472 Jy ! Component: 1500 - total flux cleaned = 0.0014381 Jy ! Component: 1550 - total flux cleaned = 0.00156521 Jy ! Component: 1600 - total flux cleaned = 0.00162897 Jy ! Component: 1650 - total flux cleaned = 0.00172224 Jy ! Component: 1700 - total flux cleaned = 0.00175275 Jy ! Component: 1750 - total flux cleaned = 0.00184272 Jy ! Component: 1800 - total flux cleaned = 0.001872 Jy ! Component: 1850 - total flux cleaned = 0.00193037 Jy ! Component: 1900 - total flux cleaned = 0.00190201 Jy ! Component: 1950 - total flux cleaned = 0.00207182 Jy ! Component: 2000 - total flux cleaned = 0.00212766 Jy ! Component: 2050 - total flux cleaned = 0.00226446 Jy ! Component: 2100 - total flux cleaned = 0.00237232 Jy ! Component: 2150 - total flux cleaned = 0.00242558 Jy ! Component: 2200 - total flux cleaned = 0.00260968 Jy ! Component: 2250 - total flux cleaned = 0.00276494 Jy ! Component: 2300 - total flux cleaned = 0.00289276 Jy ! Component: 2350 - total flux cleaned = 0.00306895 Jy ! Component: 2400 - total flux cleaned = 0.00316829 Jy ! Component: 2450 - total flux cleaned = 0.00336446 Jy ! Component: 2500 - total flux cleaned = 0.00353441 Jy ! Component: 2550 - total flux cleaned = 0.0037494 Jy ! Component: 2600 - total flux cleaned = 0.00396179 Jy ! Component: 2650 - total flux cleaned = 0.00400824 Jy ! Component: 2700 - total flux cleaned = 0.00423818 Jy ! Component: 2750 - total flux cleaned = 0.00435207 Jy ! Component: 2800 - total flux cleaned = 0.00455387 Jy ! Component: 2850 - total flux cleaned = 0.00462051 Jy ! Component: 2900 - total flux cleaned = 0.00475264 Jy ! Component: 2950 - total flux cleaned = 0.00494739 Jy ! Component: 3000 - total flux cleaned = 0.00509741 Jy ! Component: 3050 - total flux cleaned = 0.00520331 Jy ! Component: 3100 - total flux cleaned = 0.00532861 Jy ! Component: 3150 - total flux cleaned = 0.00541136 Jy ! Component: 3200 - total flux cleaned = 0.005494 Jy ! Component: 3250 - total flux cleaned = 0.0056766 Jy ! Component: 3300 - total flux cleaned = 0.00581707 Jy ! Component: 3350 - total flux cleaned = 0.00595577 Jy ! Component: 3400 - total flux cleaned = 0.00607364 Jy ! Component: 3450 - total flux cleaned = 0.00619005 Jy ! Component: 3500 - total flux cleaned = 0.00626713 Jy ! Component: 3550 - total flux cleaned = 0.00638161 Jy ! Component: 3600 - total flux cleaned = 0.00653266 Jy ! Component: 3650 - total flux cleaned = 0.00668221 Jy ! Component: 3700 - total flux cleaned = 0.0067563 Jy ! Component: 3750 - total flux cleaned = 0.00695782 Jy ! Component: 3800 - total flux cleaned = 0.00701206 Jy ! Component: 3850 - total flux cleaned = 0.00711984 Jy ! Component: 3900 - total flux cleaned = 0.00722675 Jy ! Component: 3950 - total flux cleaned = 0.00736819 Jy ! Component: 4000 - total flux cleaned = 0.0074207 Jy ! Component: 4050 - total flux cleaned = 0.00749033 Jy ! Total flux subtracted in 4096 components = 0.00757641 Jy ! Clean residual min=-0.000927 max=0.001224 Jy/beam ! Clean residual mean=0.000002 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.705222 Jy keep ! Adding 397 model components to the UV plane model. ! The established model now contains 560 components and 0.705222 Jy ![Exited script file: muppet] wmap "J1109+3744_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.579 x 5.425 at 27.48 degrees (North through East) ! Clean map min=-0.0020647 max=0.43951 Jy/beam ! Writing clean map to FITS file: J1109+3744_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.43951 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000337274 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.230216 0.230216 0.460432 0.920863 1.84173 3.68345 7.36691 14.7338 29.4676 58.9352 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.439 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.579 x 5.425 at 27.48 degrees (North through East) ! Clean map min=-0.0020647 max=0.43951 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 J1109+3744_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:57:15 2016