! Started logfile: J0836+2139_S_2017_08_05_pus_uvs.log on Thu May 9 19:24:45 2019 obs J0836+2139_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0836+2139_S_2017_08_05_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.960039 visibilities/baseline/integration-bin. ! Found source: J0836+2139 ! ! 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 513 lines of history. ! ! Reading 19700 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 J0836+2139_S_2017_08_05_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 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 714 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.911662Jy sigma=0.008565 ! Fit after self-cal, rms=0.874408Jy sigma=0.008223 ! 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.816 mas, bmaj=6.216 mas, bpa=-3.839 degrees ! Estimated noise=877.744 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.0967198 Jy ! Component: 100 - total flux cleaned = 0.119812 Jy ! Total flux subtracted in 100 components = 0.119812 Jy ! Clean residual min=-0.004489 max=0.009420 Jy/beam ! Clean residual mean=-0.000018 rms=0.001232 Jy/beam ! Combined flux in latest and established models = 0.119812 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.119812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081119Jy sigma=0.000705 ! Fit after self-cal, rms=0.081111Jy sigma=0.000705 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103218 Jy ! Component: 100 - total flux cleaned = 0.0156995 Jy ! Total flux subtracted in 100 components = 0.0156995 Jy ! Clean residual min=-0.003694 max=0.004783 Jy/beam ! Clean residual mean=-0.000010 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.135512 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 17 components and 0.135512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079387Jy sigma=0.000692 ! Fit after self-cal, rms=0.079383Jy sigma=0.000692 ! 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.337 mas, bmaj=7.076 mas, bpa=-2.413 degrees ! Estimated noise=617.446 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 (4, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00610658 Jy ! Component: 100 - total flux cleaned = 0.00982487 Jy ! Component: 150 - total flux cleaned = 0.01231 Jy ! Component: 200 - total flux cleaned = 0.0133493 Jy ! Total flux subtracted in 200 components = 0.0133493 Jy ! Clean residual min=-0.003305 max=0.003800 Jy/beam ! Clean residual mean=-0.000001 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.148861 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 50 components and 0.148861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078780Jy sigma=0.000688 ! Fit after self-cal, rms=0.078756Jy sigma=0.000687 ! 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.03 FD 0.93 HN 0.94 KP 1.04 ! LA 1.04 MK 1.02 NL 0.89 OV 1.02 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 1.01 HN 0.98 KP 1.00 ! LA 0.98 MK 0.99 NL 1.04 OV 1.03 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.02 HN 0.98 KP 0.89 ! LA 0.78 MK 1.01 NL 1.16 OV 0.96 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.91 KP 1.00* ! LA 1.00* MK 1.25 NL 1.00* OV 1.00* ! PT 1.09 SC 1.00* ! ! ! Fit before self-cal, rms=0.078756Jy sigma=0.000687 ! Fit after self-cal, rms=0.076687Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=7.122 mas, bpa=-2.333 degrees ! Estimated noise=617.476 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.000187784 Jy ! Component: 100 - total flux cleaned = -0.000234676 Jy ! Component: 150 - total flux cleaned = -0.000307475 Jy ! Component: 200 - total flux cleaned = -0.000405274 Jy ! Total flux subtracted in 200 components = -0.000405274 Jy ! Clean residual min=-0.003051 max=0.002686 Jy/beam ! Clean residual mean=0.000001 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.148456 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 63 components and 0.148456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076635Jy sigma=0.000675 ! Fit after self-cal, rms=0.076629Jy 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.076629Jy sigma=0.000674 ! Fit after self-cal, rms=0.077199Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=7.129 mas, bpa=-2.491 degrees ! Estimated noise=618.132 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.82033e-05 Jy ! Component: 100 - total flux cleaned = 1.79924e-05 Jy ! Component: 150 - total flux cleaned = -1.01077e-05 Jy ! Component: 200 - total flux cleaned = -9.98234e-06 Jy ! Total flux subtracted in 200 components = -9.98234e-06 Jy ! Clean residual min=-0.001588 max=0.001676 Jy/beam ! Clean residual mean=-0.000000 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.148446 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 74 components and 0.148446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077177Jy sigma=0.000664 ! Fit after self-cal, rms=0.077239Jy sigma=0.000664 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 (107, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000953179 Jy ! Component: 100 - total flux cleaned = 0.00101936 Jy ! Component: 150 - total flux cleaned = 0.00107053 Jy ! Component: 200 - total flux cleaned = 0.00114344 Jy ! Total flux subtracted in 200 components = 0.00114344 Jy ! Clean residual min=-0.001451 max=0.001546 Jy/beam ! Clean residual mean=-0.000000 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.14959 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 88 components and 0.14959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077205Jy sigma=0.000664 ! Fit after self-cal, rms=0.077203Jy sigma=0.000664 ! 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.077203Jy sigma=0.000664 ! Fit after self-cal, rms=0.077711Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.348 mas, bmaj=7.123 mas, bpa=-2.416 degrees ! Estimated noise=617.232 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000526902 Jy ! Component: 100 - total flux cleaned = 0.000706278 Jy ! Component: 150 - total flux cleaned = 0.000707598 Jy ! Component: 200 - total flux cleaned = 0.000666178 Jy ! Total flux subtracted in 200 components = 0.000666178 Jy ! Clean residual min=-0.001559 max=0.001346 Jy/beam ! Clean residual mean=-0.000000 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.150256 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 100 components and 0.150256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077696Jy sigma=0.000663 ! Fit after self-cal, rms=0.077705Jy sigma=0.000663 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 = 8.66298e-05 Jy ! Component: 100 - total flux cleaned = 8.58826e-05 Jy ! Component: 150 - total flux cleaned = 8.58776e-05 Jy ! Component: 200 - total flux cleaned = 6.87491e-05 Jy ! Total flux subtracted in 200 components = 6.87491e-05 Jy ! Clean residual min=-0.001517 max=0.001345 Jy/beam ! Clean residual mean=-0.000001 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.150325 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 109 components and 0.150325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077696Jy sigma=0.000663 ! Fit after self-cal, rms=0.077695Jy sigma=0.000663 ! 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.077695Jy sigma=0.000663 ! Fit after self-cal, rms=0.077739Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.171 mas, bmaj=10.48 mas, bpa=-4.687 degrees ! Estimated noise=773.737 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000282294 Jy ! Component: 100 - total flux cleaned = 0.000284552 Jy ! Component: 150 - total flux cleaned = 0.000309845 Jy ! Component: 200 - total flux cleaned = 0.000324489 Jy ! Total flux subtracted in 200 components = 0.000324489 Jy ! Clean residual min=-0.001392 max=0.001238 Jy/beam ! Clean residual mean=-0.000001 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.150649 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 125 components and 0.150649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077740Jy sigma=0.000663 ! Fit after self-cal, rms=0.077740Jy sigma=0.000663 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 = 3.30856e-05 Jy ! Component: 100 - total flux cleaned = 6.08572e-05 Jy ! Component: 150 - total flux cleaned = 7.32534e-05 Jy ! Component: 200 - total flux cleaned = 7.29503e-05 Jy ! Total flux subtracted in 200 components = 7.29503e-05 Jy ! Clean residual min=-0.001376 max=0.001249 Jy/beam ! Clean residual mean=-0.000001 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.150722 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 132 components and 0.150722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077740Jy sigma=0.000663 ! Fit after self-cal, rms=0.077740Jy sigma=0.000663 ! 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.347 mas, bmaj=7.121 mas, bpa=-2.408 degrees ! Estimated noise=617.008 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.347 x 7.121 at -2.408 degrees (North through East) ! Clean map min=-0.0014493 max=0.1253 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.83 mas, bmaj=6.249 mas, bpa=-3.509 degrees ! Estimated noise=880.202 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0966937 Jy ! Component: 100 - total flux cleaned = 0.119911 Jy ! Component: 150 - total flux cleaned = 0.130331 Jy ! Component: 200 - total flux cleaned = 0.136122 Jy ! Total flux subtracted in 200 components = 0.136122 Jy ! Clean residual min=-0.002592 max=0.002957 Jy/beam ! Clean residual mean=-0.000006 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.136122 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.136122 Jy ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=7.121 mas, bpa=-2.408 degrees ! Estimated noise=617.008 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.0043253 Jy ! Component: 100 - total flux cleaned = 0.00707987 Jy ! Component: 150 - total flux cleaned = 0.00910556 Jy ! Component: 200 - total flux cleaned = 0.0103648 Jy ! Total flux subtracted in 200 components = 0.0103648 Jy ! Clean residual min=-0.001588 max=0.001548 Jy/beam ! Clean residual mean=-0.000002 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.146487 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 66 components and 0.146487 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.171 mas, bmaj=10.48 mas, bpa=-4.687 degrees ! Estimated noise=773.737 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00172561 Jy ! Component: 100 - total flux cleaned = 0.00267304 Jy ! Component: 150 - total flux cleaned = 0.00308644 Jy ! Component: 200 - total flux cleaned = 0.00342222 Jy ! Total flux subtracted in 200 components = 0.00342222 Jy ! Clean residual min=-0.001510 max=0.001307 Jy/beam ! Clean residual mean=-0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.149909 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.000237337 Jy ! Component: 100 - total flux cleaned = 0.000355088 Jy ! Component: 150 - total flux cleaned = 0.000400442 Jy ! Component: 200 - total flux cleaned = 0.000455359 Jy ! Total flux subtracted in 200 components = 0.000455359 Jy ! Clean residual min=-0.001433 max=0.001270 Jy/beam ! Clean residual mean=-0.000001 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.150365 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 108 components and 0.150365 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=7.121 mas, bpa=-2.408 degrees ! Estimated noise=617.008 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000509486 Jy ! Component: 100 - total flux cleaned = -0.000538837 Jy ! Component: 150 - total flux cleaned = -0.000510659 Jy ! Component: 200 - total flux cleaned = -0.000458939 Jy ! Total flux subtracted in 200 components = -0.000458939 Jy ! Clean residual min=-0.001443 max=0.001352 Jy/beam ! Clean residual mean=-0.000001 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.149906 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 127 components and 0.149906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077758Jy sigma=0.000663 ! Fit after self-cal, rms=0.077753Jy sigma=0.000663 wmodel J0836+2139_S_2017_08_05_pus_map.mod ! Writing 127 model components to file: J0836+2139_S_2017_08_05_pus_map.mod wobs J0836+2139_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0836+2139_S_2017_08_05_pus_uvs.fits wwins J0836+2139_S_2017_08_05_pus_map.win ! wwins: Wrote 3 windows to J0836+2139_S_2017_08_05_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.000300758 Jy ! Component: 100 - total flux cleaned = -0.000422614 Jy ! Component: 150 - total flux cleaned = -0.000446859 Jy ! Component: 200 - total flux cleaned = -0.000446989 Jy ! Component: 250 - total flux cleaned = -0.00046856 Jy ! Component: 300 - total flux cleaned = -0.000468894 Jy ! Component: 350 - total flux cleaned = -0.000551527 Jy ! Component: 400 - total flux cleaned = -0.000551454 Jy ! Component: 450 - total flux cleaned = -0.000631131 Jy ! Component: 500 - total flux cleaned = -0.000670177 Jy ! Component: 550 - total flux cleaned = -0.0007278 Jy ! Component: 600 - total flux cleaned = -0.000784388 Jy ! Component: 650 - total flux cleaned = -0.000821621 Jy ! Component: 700 - total flux cleaned = -0.000895036 Jy ! Component: 750 - total flux cleaned = -0.000948973 Jy ! Component: 800 - total flux cleaned = -0.00100232 Jy ! Component: 850 - total flux cleaned = -0.00101995 Jy ! Component: 900 - total flux cleaned = -0.00105483 Jy ! Component: 950 - total flux cleaned = -0.00107173 Jy ! Component: 1000 - total flux cleaned = -0.00108858 Jy ! Component: 1050 - total flux cleaned = -0.00110521 Jy ! Component: 1100 - total flux cleaned = -0.00112175 Jy ! Component: 1150 - total flux cleaned = -0.00112186 Jy ! Component: 1200 - total flux cleaned = -0.00107379 Jy ! Component: 1250 - total flux cleaned = -0.00112185 Jy ! Component: 1300 - total flux cleaned = -0.00115342 Jy ! Component: 1350 - total flux cleaned = -0.00116902 Jy ! Component: 1400 - total flux cleaned = -0.00116909 Jy ! Component: 1450 - total flux cleaned = -0.00118434 Jy ! Component: 1500 - total flux cleaned = -0.0012295 Jy ! Component: 1550 - total flux cleaned = -0.00125945 Jy ! Component: 1600 - total flux cleaned = -0.00131823 Jy ! Component: 1650 - total flux cleaned = -0.00133287 Jy ! Component: 1700 - total flux cleaned = -0.00137666 Jy ! Component: 1750 - total flux cleaned = -0.00143416 Jy ! Component: 1800 - total flux cleaned = -0.00149117 Jy ! Component: 1850 - total flux cleaned = -0.00151943 Jy ! Component: 1900 - total flux cleaned = -0.00158914 Jy ! Component: 1950 - total flux cleaned = -0.00164453 Jy ! Component: 2000 - total flux cleaned = -0.00167188 Jy ! Component: 2050 - total flux cleaned = -0.00171249 Jy ! Component: 2100 - total flux cleaned = -0.00176637 Jy ! Component: 2150 - total flux cleaned = -0.00187316 Jy ! Component: 2200 - total flux cleaned = -0.00193932 Jy ! Component: 2250 - total flux cleaned = -0.00199184 Jy ! Component: 2300 - total flux cleaned = -0.00204393 Jy ! Component: 2350 - total flux cleaned = -0.00212144 Jy ! Component: 2400 - total flux cleaned = -0.00222406 Jy ! Component: 2450 - total flux cleaned = -0.00226232 Jy ! Component: 2500 - total flux cleaned = -0.00232558 Jy ! Component: 2550 - total flux cleaned = -0.00241324 Jy ! Component: 2600 - total flux cleaned = -0.00247533 Jy ! Component: 2650 - total flux cleaned = -0.00249997 Jy ! Component: 2700 - total flux cleaned = -0.00258587 Jy ! Component: 2750 - total flux cleaned = -0.00257372 Jy ! Component: 2800 - total flux cleaned = -0.00263421 Jy ! Component: 2850 - total flux cleaned = -0.00269418 Jy ! Component: 2900 - total flux cleaned = -0.00268233 Jy ! Component: 2950 - total flux cleaned = -0.0027416 Jy ! Component: 3000 - total flux cleaned = -0.00274177 Jy ! Component: 3050 - total flux cleaned = -0.00284697 Jy ! Component: 3100 - total flux cleaned = -0.00284704 Jy ! Component: 3150 - total flux cleaned = -0.00289314 Jy ! Component: 3200 - total flux cleaned = -0.00285865 Jy ! Component: 3250 - total flux cleaned = -0.00290418 Jy ! Component: 3300 - total flux cleaned = -0.00296073 Jy ! Component: 3350 - total flux cleaned = -0.00298326 Jy ! Component: 3400 - total flux cleaned = -0.00305038 Jy ! Component: 3450 - total flux cleaned = -0.00309468 Jy ! Component: 3500 - total flux cleaned = -0.00310573 Jy ! Component: 3550 - total flux cleaned = -0.00311666 Jy ! Component: 3600 - total flux cleaned = -0.00316041 Jy ! Component: 3650 - total flux cleaned = -0.00318212 Jy ! Component: 3700 - total flux cleaned = -0.00323593 Jy ! Component: 3750 - total flux cleaned = -0.00317146 Jy ! Component: 3800 - total flux cleaned = -0.00321411 Jy ! Component: 3850 - total flux cleaned = -0.00321408 Jy ! Component: 3900 - total flux cleaned = -0.00325634 Jy ! Component: 3950 - total flux cleaned = -0.00332974 Jy ! Component: 4000 - total flux cleaned = -0.00329832 Jy ! Component: 4050 - total flux cleaned = -0.00332946 Jy ! Total flux subtracted in 4096 components = -0.00326764 Jy ! Clean residual min=-0.000722 max=0.000564 Jy/beam ! Clean residual mean=0.000000 rms=0.000190 Jy/beam ! Combined flux in latest and established models = 0.146638 Jy keep ! Adding 314 model components to the UV plane model. ! The established model now contains 441 components and 0.146638 Jy ![Exited script file: muppet] wmap "J0836+2139_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.347 x 7.121 at -2.408 degrees (North through East) ! Clean map min=-0.0012771 max=0.12531 Jy/beam ! Writing clean map to FITS file: J0836+2139_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.125311 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00018923 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.453024 0.453024 0.906049 1.8121 3.62419 7.24839 14.4968 28.9936 57.9871 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.125 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.347 x 7.121 at -2.408 degrees (North through East) ! Clean map min=-0.0012771 max=0.12531 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 J0836+2139_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:24:51 2019