! Started logfile: J1136-0330_S_2017_07_09_pus_uvs.log on Wed May 8 14:48:06 2019 obs J1136-0330_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1136-0330_S_2017_07_09_pus_uva.fits ! AN table 1: 47 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.548936 visibilities/baseline/integration-bin. ! Found source: J1136-0330 ! ! 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 594 lines of history. ! ! Reading 4644 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 J1136-0330_S_2017_07_09_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 195 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 225 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 225 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 339 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.718394Jy sigma=0.006227 ! Fit after self-cal, rms=0.710311Jy sigma=0.006171 ! 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.572 mas, bmaj=7.115 mas, bpa=-5.394 degrees ! Estimated noise=1759.38 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.225195 Jy ! Component: 100 - total flux cleaned = 0.276374 Jy ! Total flux subtracted in 100 components = 0.276374 Jy ! Clean residual min=-0.011652 max=0.018707 Jy/beam ! Clean residual mean=0.000005 rms=0.002765 Jy/beam ! Combined flux in latest and established models = 0.276375 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.276375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093969Jy sigma=0.000762 ! Fit after self-cal, rms=0.093978Jy sigma=0.000762 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.01937 Jy ! Component: 100 - total flux cleaned = 0.029101 Jy ! Total flux subtracted in 100 components = 0.029101 Jy ! Clean residual min=-0.011458 max=0.010963 Jy/beam ! Clean residual mean=-0.000007 rms=0.002401 Jy/beam ! Combined flux in latest and established models = 0.305476 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 16 components and 0.305476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089485Jy sigma=0.000727 ! Fit after self-cal, rms=0.089500Jy sigma=0.000727 ! 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.075 mas, bmaj=8.101 mas, bpa=-4.828 degrees ! Estimated noise=1454.85 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.00601397 Jy ! Component: 100 - total flux cleaned = 0.00889676 Jy ! Component: 150 - total flux cleaned = 0.00978567 Jy ! Component: 200 - total flux cleaned = 0.00990652 Jy ! Total flux subtracted in 200 components = 0.00990652 Jy ! Clean residual min=-0.009146 max=0.007024 Jy/beam ! Clean residual mean=-0.000026 rms=0.001865 Jy/beam ! Combined flux in latest and established models = 0.315382 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 23 components and 0.315382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089001Jy sigma=0.000725 ! Fit after self-cal, rms=0.089006Jy sigma=0.000725 ! 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 0.99 FD 0.94 HN 0.94 KP 1.04 ! LA 1.04 MK 1.03 NL 0.89 OV 1.06 ! PT 1.07 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 0.99 KP 0.99 ! LA 1.00 MK 0.98 NL 1.00 OV 1.03 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.96 KP 0.98 ! LA 0.99 MK 1.02 NL 1.01 OV 0.95 ! PT 1.02 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.91 KP 1.00* ! LA 0.98 MK 1.38 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.089006Jy sigma=0.000725 ! Fit after self-cal, rms=0.087624Jy sigma=0.000706 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.09 mas, bmaj=8.1 mas, bpa=-4.62 degrees ! Estimated noise=1455.53 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.00044817 Jy ! Component: 100 - total flux cleaned = 0.00055861 Jy ! Component: 150 - total flux cleaned = 0.00055774 Jy ! Component: 200 - total flux cleaned = 0.000602986 Jy ! Total flux subtracted in 200 components = 0.000602986 Jy ! Clean residual min=-0.006899 max=0.005917 Jy/beam ! Clean residual mean=-0.000020 rms=0.001645 Jy/beam ! Combined flux in latest and established models = 0.315985 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 31 components and 0.315985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087565Jy sigma=0.000706 ! Fit after self-cal, rms=0.087570Jy sigma=0.000705 ! 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.087570Jy sigma=0.000705 ! Fit after self-cal, rms=0.086007Jy sigma=0.000681 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.095 mas, bmaj=8.124 mas, bpa=-4.343 degrees ! Estimated noise=1468.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000925868 Jy ! Component: 100 - total flux cleaned = 0.000608971 Jy ! Component: 150 - total flux cleaned = 0.000356991 Jy ! Component: 200 - total flux cleaned = 0.000152041 Jy ! Total flux subtracted in 200 components = 0.000152041 Jy ! Clean residual min=-0.005269 max=0.004527 Jy/beam ! Clean residual mean=-0.000014 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.316137 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 45 components and 0.316137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085863Jy sigma=0.000680 ! Fit after self-cal, rms=0.085884Jy sigma=0.000680 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.93828e-07 Jy ! Component: 100 - total flux cleaned = -3.09168e-07 Jy ! Component: 150 - total flux cleaned = -1.78838e-06 Jy ! Component: 200 - total flux cleaned = -2.45901e-06 Jy ! Total flux subtracted in 200 components = -2.45901e-06 Jy ! Clean residual min=-0.005264 max=0.004576 Jy/beam ! Clean residual mean=-0.000014 rms=0.001283 Jy/beam ! Combined flux in latest and established models = 0.316135 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.316135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085847Jy sigma=0.000680 ! Fit after self-cal, rms=0.085846Jy sigma=0.000680 ! 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.085846Jy sigma=0.000680 ! Fit after self-cal, rms=0.084020Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.091 mas, bmaj=8.126 mas, bpa=-4.371 degrees ! Estimated noise=1467.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000650874 Jy ! Component: 100 - total flux cleaned = -0.000780007 Jy ! Component: 150 - total flux cleaned = -0.000870846 Jy ! Component: 200 - total flux cleaned = -0.000870651 Jy ! Total flux subtracted in 200 components = -0.000870651 Jy ! Clean residual min=-0.004137 max=0.003535 Jy/beam ! Clean residual mean=-0.000002 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.315264 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 55 components and 0.315264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084005Jy sigma=0.000663 ! Fit after self-cal, rms=0.084029Jy 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 = 2.53358e-05 Jy ! Component: 100 - total flux cleaned = -1.55942e-05 Jy ! Component: 150 - total flux cleaned = -1.5989e-05 Jy ! Component: 200 - total flux cleaned = -3.51293e-05 Jy ! Total flux subtracted in 200 components = -3.51293e-05 Jy ! Clean residual min=-0.004131 max=0.003520 Jy/beam ! Clean residual mean=-0.000002 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.315229 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 56 components and 0.315229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084018Jy sigma=0.000663 ! Fit after self-cal, rms=0.084019Jy 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.084019Jy sigma=0.000663 ! Fit after self-cal, rms=0.084093Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.213 mas, bmaj=14.17 mas, bpa=-7.995 degrees ! Estimated noise=1888.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00111164 Jy ! Component: 100 - total flux cleaned = -0.00111241 Jy ! Component: 150 - total flux cleaned = -0.0011135 Jy ! Component: 200 - total flux cleaned = -0.00111421 Jy ! Total flux subtracted in 200 components = -0.00111421 Jy ! Clean residual min=-0.004288 max=0.004008 Jy/beam ! Clean residual mean=-0.000003 rms=0.001115 Jy/beam ! Combined flux in latest and established models = 0.314115 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 59 components and 0.314115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084104Jy sigma=0.000663 ! Fit after self-cal, rms=0.084097Jy 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.70929e-06 Jy ! Component: 100 - total flux cleaned = 1.3754e-05 Jy ! Component: 150 - total flux cleaned = 1.32286e-05 Jy ! Component: 200 - total flux cleaned = 1.36321e-05 Jy ! Total flux subtracted in 200 components = 1.36321e-05 Jy ! Clean residual min=-0.004255 max=0.003987 Jy/beam ! Clean residual mean=-0.000003 rms=0.001108 Jy/beam ! Combined flux in latest and established models = 0.314128 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 60 components and 0.314128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084095Jy sigma=0.000663 ! Fit after self-cal, rms=0.084092Jy 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.093 mas, bmaj=8.13 mas, bpa=-4.361 degrees ! Estimated noise=1467.07 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.093 x 8.13 at -4.361 degrees (North through East) ! Clean map min=-0.004009 max=0.29266 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.591 mas, bmaj=7.13 mas, bpa=-4.825 degrees ! Estimated noise=1780.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.227809 Jy ! Component: 100 - total flux cleaned = 0.277955 Jy ! Component: 150 - total flux cleaned = 0.294472 Jy ! Component: 200 - total flux cleaned = 0.302241 Jy ! Total flux subtracted in 200 components = 0.302241 Jy ! Clean residual min=-0.005708 max=0.004523 Jy/beam ! Clean residual mean=0.000004 rms=0.001199 Jy/beam ! Combined flux in latest and established models = 0.302241 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.302241 Jy ! Inverting map and beam ! Estimated beam: bmin=3.093 mas, bmaj=8.13 mas, bpa=-4.361 degrees ! Estimated noise=1467.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.00611608 Jy ! Component: 100 - total flux cleaned = 0.00928535 Jy ! Component: 150 - total flux cleaned = 0.0109462 Jy ! Component: 200 - total flux cleaned = 0.0112435 Jy ! Total flux subtracted in 200 components = 0.0112435 Jy ! Clean residual min=-0.004042 max=0.003333 Jy/beam ! Clean residual mean=-0.000001 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.313484 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 35 components and 0.313484 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.213 mas, bmaj=14.17 mas, bpa=-7.995 degrees ! Estimated noise=1888.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.73122e-05 Jy ! Component: 100 - total flux cleaned = 2.26854e-05 Jy ! Component: 150 - total flux cleaned = 0.000116185 Jy ! Component: 200 - total flux cleaned = 0.000162804 Jy ! Total flux subtracted in 200 components = 0.000162804 Jy ! Clean residual min=-0.004221 max=0.004033 Jy/beam ! Clean residual mean=-0.000002 rms=0.001111 Jy/beam ! Combined flux in latest and established models = 0.313647 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 = 2.17067e-05 Jy ! Component: 100 - total flux cleaned = 3.89636e-05 Jy ! Component: 150 - total flux cleaned = 6.59637e-05 Jy ! Component: 200 - total flux cleaned = 6.47955e-05 Jy ! Total flux subtracted in 200 components = 6.47955e-05 Jy ! Clean residual min=-0.004219 max=0.004018 Jy/beam ! Clean residual mean=-0.000002 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.313712 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 52 components and 0.313712 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.093 mas, bmaj=8.13 mas, bpa=-4.361 degrees ! Estimated noise=1467.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000594862 Jy ! Component: 100 - total flux cleaned = 0.000502783 Jy ! Component: 150 - total flux cleaned = 0.00056273 Jy ! Component: 200 - total flux cleaned = 0.000562417 Jy ! Total flux subtracted in 200 components = 0.000562417 Jy ! Clean residual min=-0.004044 max=0.003353 Jy/beam ! Clean residual mean=-0.000002 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 0.314274 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 63 components and 0.314274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084091Jy sigma=0.000663 ! Fit after self-cal, rms=0.084084Jy sigma=0.000663 wmodel J1136-0330_S_2017_07_09_pus_map.mod ! Writing 63 model components to file: J1136-0330_S_2017_07_09_pus_map.mod wobs J1136-0330_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1136-0330_S_2017_07_09_pus_uvs.fits wwins J1136-0330_S_2017_07_09_pus_map.win ! wwins: Wrote 1 windows to J1136-0330_S_2017_07_09_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.00172678 Jy ! Component: 100 - total flux cleaned = -0.00249489 Jy ! Component: 150 - total flux cleaned = -0.00304325 Jy ! Component: 200 - total flux cleaned = -0.00339394 Jy ! Component: 250 - total flux cleaned = -0.00362083 Jy ! Component: 300 - total flux cleaned = -0.00395161 Jy ! Component: 350 - total flux cleaned = -0.00405884 Jy ! Component: 400 - total flux cleaned = -0.00416313 Jy ! Component: 450 - total flux cleaned = -0.00416241 Jy ! Component: 500 - total flux cleaned = -0.00421175 Jy ! Component: 550 - total flux cleaned = -0.0042605 Jy ! Component: 600 - total flux cleaned = -0.00435622 Jy ! Component: 650 - total flux cleaned = -0.0043561 Jy ! Component: 700 - total flux cleaned = -0.0044039 Jy ! Component: 750 - total flux cleaned = -0.00454095 Jy ! Component: 800 - total flux cleaned = -0.00471937 Jy ! Component: 850 - total flux cleaned = -0.00476303 Jy ! Component: 900 - total flux cleaned = -0.00484922 Jy ! Component: 950 - total flux cleaned = -0.00485003 Jy ! Component: 1000 - total flux cleaned = -0.00468548 Jy ! Component: 1050 - total flux cleaned = -0.00476828 Jy ! Component: 1100 - total flux cleaned = -0.00460817 Jy ! Component: 1150 - total flux cleaned = -0.0045298 Jy ! Component: 1200 - total flux cleaned = -0.0046091 Jy ! Component: 1250 - total flux cleaned = -0.00453196 Jy ! Component: 1300 - total flux cleaned = -0.00441722 Jy ! Component: 1350 - total flux cleaned = -0.0043034 Jy ! Component: 1400 - total flux cleaned = -0.00411556 Jy ! Component: 1450 - total flux cleaned = -0.00385701 Jy ! Component: 1500 - total flux cleaned = -0.00367439 Jy ! Component: 1550 - total flux cleaned = -0.00371091 Jy ! Component: 1600 - total flux cleaned = -0.00353162 Jy ! Component: 1650 - total flux cleaned = -0.00346135 Jy ! Component: 1700 - total flux cleaned = -0.00342579 Jy ! Component: 1750 - total flux cleaned = -0.00318293 Jy ! Component: 1800 - total flux cleaned = -0.00314886 Jy ! Component: 1850 - total flux cleaned = -0.00308073 Jy ! Component: 1900 - total flux cleaned = -0.0029129 Jy ! Component: 1950 - total flux cleaned = -0.00284654 Jy ! Component: 2000 - total flux cleaned = -0.00278059 Jy ! Component: 2050 - total flux cleaned = -0.00264927 Jy ! Component: 2100 - total flux cleaned = -0.00264937 Jy ! Component: 2150 - total flux cleaned = -0.00255302 Jy ! Component: 2200 - total flux cleaned = -0.00248986 Jy ! Component: 2250 - total flux cleaned = -0.00252154 Jy ! Component: 2300 - total flux cleaned = -0.00255267 Jy ! Component: 2350 - total flux cleaned = -0.00236642 Jy ! Component: 2400 - total flux cleaned = -0.00236666 Jy ! Component: 2450 - total flux cleaned = -0.00233622 Jy ! Component: 2500 - total flux cleaned = -0.00224552 Jy ! Component: 2550 - total flux cleaned = -0.00227585 Jy ! Component: 2600 - total flux cleaned = -0.00218677 Jy ! Component: 2650 - total flux cleaned = -0.00209833 Jy ! Component: 2700 - total flux cleaned = -0.00221601 Jy ! Component: 2750 - total flux cleaned = -0.00218692 Jy ! Component: 2800 - total flux cleaned = -0.00221604 Jy ! Component: 2850 - total flux cleaned = -0.00221599 Jy ! Component: 2900 - total flux cleaned = -0.00227281 Jy ! Component: 2950 - total flux cleaned = -0.00224467 Jy ! Component: 3000 - total flux cleaned = -0.0021886 Jy ! Component: 3050 - total flux cleaned = -0.00210502 Jy ! Component: 3100 - total flux cleaned = -0.00221591 Jy ! Component: 3150 - total flux cleaned = -0.00218848 Jy ! Component: 3200 - total flux cleaned = -0.00224292 Jy ! Component: 3250 - total flux cleaned = -0.00221567 Jy ! Component: 3300 - total flux cleaned = -0.00213489 Jy ! Component: 3350 - total flux cleaned = -0.00208151 Jy ! Component: 3400 - total flux cleaned = -0.00213458 Jy ! Component: 3450 - total flux cleaned = -0.00216108 Jy ! Component: 3500 - total flux cleaned = -0.00216114 Jy ! Component: 3550 - total flux cleaned = -0.0021609 Jy ! Component: 3600 - total flux cleaned = -0.00208323 Jy ! Component: 3650 - total flux cleaned = -0.00198075 Jy ! Component: 3700 - total flux cleaned = -0.00210805 Jy ! Component: 3750 - total flux cleaned = -0.0021082 Jy ! Component: 3800 - total flux cleaned = -0.00213324 Jy ! Component: 3850 - total flux cleaned = -0.00215838 Jy ! Component: 3900 - total flux cleaned = -0.00213348 Jy ! Component: 3950 - total flux cleaned = -0.00210906 Jy ! Component: 4000 - total flux cleaned = -0.00203522 Jy ! Component: 4050 - total flux cleaned = -0.00181529 Jy ! Total flux subtracted in 4096 components = -0.00188826 Jy ! Clean residual min=-0.001839 max=0.001572 Jy/beam ! Clean residual mean=-0.000001 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.312386 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 356 components and 0.312386 Jy ![Exited script file: muppet] wmap "J1136-0330_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.093 x 8.13 at -4.361 degrees (North through East) ! Clean map min=-0.0030633 max=0.29439 Jy/beam ! Writing clean map to FITS file: J1136-0330_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.294386 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000448569 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.457124 0.457124 0.914247 1.82849 3.65699 7.31398 14.628 29.2559 58.5118 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.294 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.093 x 8.13 at -4.361 degrees (North through East) ! Clean map min=-0.0030633 max=0.29439 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 J1136-0330_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:48:10 2019