! Started logfile: J1135-0428_S_2017_07_16_pus_uvs.log on Thu May 9 11:08:04 2019 obs J1135-0428_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1135-0428_S_2017_07_16_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.782716 visibilities/baseline/integration-bin. ! Found source: J1135-0428 ! ! 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 815 lines of history. ! ! Reading 20288 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 J1135-0428_S_2017_07_16_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 160 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 303 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 160 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 954 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.861790Jy sigma=0.007000 ! Fit after self-cal, rms=0.828929Jy sigma=0.006745 ! 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.467 mas, bmaj=6.397 mas, bpa=-3.203 degrees ! Estimated noise=1145.27 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.136371 Jy ! Component: 100 - total flux cleaned = 0.166134 Jy ! Total flux subtracted in 100 components = 0.166134 Jy ! Clean residual min=-0.004911 max=0.008415 Jy/beam ! Clean residual mean=0.000006 rms=0.001335 Jy/beam ! Combined flux in latest and established models = 0.166134 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.166134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091130Jy sigma=0.000692 ! Fit after self-cal, rms=0.091123Jy sigma=0.000692 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00743521 Jy ! Component: 100 - total flux cleaned = 0.010723 Jy ! Total flux subtracted in 100 components = 0.010723 Jy ! Clean residual min=-0.004490 max=0.005049 Jy/beam ! Clean residual mean=0.000004 rms=0.001205 Jy/beam ! Combined flux in latest and established models = 0.176857 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 16 components and 0.176857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090470Jy sigma=0.000687 ! Fit after self-cal, rms=0.090458Jy sigma=0.000687 ! 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=2.924 mas, bmaj=7.447 mas, bpa=-3.86 degrees ! Estimated noise=726.197 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.00269108 Jy ! Component: 100 - total flux cleaned = 0.00406767 Jy ! Component: 150 - total flux cleaned = 0.004544 Jy ! Component: 200 - total flux cleaned = 0.00468034 Jy ! Total flux subtracted in 200 components = 0.00468034 Jy ! Clean residual min=-0.003056 max=0.003761 Jy/beam ! Clean residual mean=0.000003 rms=0.000816 Jy/beam ! Combined flux in latest and established models = 0.181537 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 26 components and 0.181537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090372Jy sigma=0.000686 ! Fit after self-cal, rms=0.090372Jy sigma=0.000686 ! 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.14 FD 1.00* HN 0.95 KP 1.02 ! LA 1.01 MK 1.00 NL 0.90 OV 1.00 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.02 KP 0.98 ! LA 0.96 MK 1.01 NL 1.06 OV 1.02 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00* HN 0.98 KP 0.99 ! LA 0.97 MK 1.03 NL 1.01 OV 0.93 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 4. ! A total of 198 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.01 KP 1.00* ! LA 0.93 MK 1.08 NL 1.00* OV 1.00* ! PT 0.88 SC 1.00* ! ! ! Fit before self-cal, rms=0.090372Jy sigma=0.000686 ! Fit after self-cal, rms=0.089954Jy sigma=0.000682 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.91 mas, bmaj=7.426 mas, bpa=-3.648 degrees ! Estimated noise=729.465 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.000288373 Jy ! Component: 100 - total flux cleaned = -0.000329901 Jy ! Component: 150 - total flux cleaned = -0.00033144 Jy ! Component: 200 - total flux cleaned = -0.000316222 Jy ! Total flux subtracted in 200 components = -0.000316222 Jy ! Clean residual min=-0.003199 max=0.002744 Jy/beam ! Clean residual mean=0.000000 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.181221 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 37 components and 0.181221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089945Jy sigma=0.000682 ! Fit after self-cal, rms=0.089969Jy sigma=0.000682 ! 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.089969Jy sigma=0.000682 ! Fit after self-cal, rms=0.089962Jy sigma=0.000677 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.911 mas, bmaj=7.437 mas, bpa=-3.663 degrees ! Estimated noise=730.558 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.88286e-05 Jy ! Component: 100 - total flux cleaned = -1.04957e-05 Jy ! Component: 150 - total flux cleaned = 2.23439e-05 Jy ! Component: 200 - total flux cleaned = 2.34172e-05 Jy ! Total flux subtracted in 200 components = 2.34172e-05 Jy ! Clean residual min=-0.002123 max=0.001827 Jy/beam ! Clean residual mean=0.000001 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.181244 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 45 components and 0.181244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089955Jy sigma=0.000677 ! Fit after self-cal, rms=0.089985Jy sigma=0.000677 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.45727e-05 Jy ! Component: 100 - total flux cleaned = 3.709e-06 Jy ! Component: 150 - total flux cleaned = 1.69919e-05 Jy ! Component: 200 - total flux cleaned = 1.66637e-05 Jy ! Total flux subtracted in 200 components = 1.66637e-05 Jy ! Clean residual min=-0.002127 max=0.001834 Jy/beam ! Clean residual mean=0.000001 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.181261 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 52 components and 0.181261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089982Jy sigma=0.000677 ! Fit after self-cal, rms=0.089980Jy sigma=0.000677 ! 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.089980Jy sigma=0.000677 ! Fit after self-cal, rms=0.090812Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.91 mas, bmaj=7.437 mas, bpa=-3.68 degrees ! Estimated noise=730.392 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.97995e-05 Jy ! Component: 100 - total flux cleaned = -3.85768e-05 Jy ! Component: 150 - total flux cleaned = -3.83295e-05 Jy ! Component: 200 - total flux cleaned = -2.84809e-05 Jy ! Total flux subtracted in 200 components = -2.84809e-05 Jy ! Clean residual min=-0.001916 max=0.001861 Jy/beam ! Clean residual mean=0.000001 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.181233 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 53 components and 0.181232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090810Jy sigma=0.000675 ! Fit after self-cal, rms=0.090848Jy sigma=0.000675 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.5408e-05 Jy ! Component: 100 - total flux cleaned = -7.30115e-06 Jy ! Component: 150 - total flux cleaned = 1.5631e-06 Jy ! Component: 200 - total flux cleaned = 1.44338e-06 Jy ! Total flux subtracted in 200 components = 1.44338e-06 Jy ! Clean residual min=-0.001914 max=0.001839 Jy/beam ! Clean residual mean=0.000001 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.181234 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 0.181234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090846Jy sigma=0.000675 ! Fit after self-cal, rms=0.090845Jy sigma=0.000675 ! 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.090845Jy sigma=0.000675 ! Fit after self-cal, rms=0.090901Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.742 mas, bmaj=13.12 mas, bpa=-4.584 degrees ! Estimated noise=988.654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000135306 Jy ! Component: 100 - total flux cleaned = 0.000165379 Jy ! Component: 150 - total flux cleaned = 0.000199709 Jy ! Component: 200 - total flux cleaned = 0.000225368 Jy ! Total flux subtracted in 200 components = 0.000225368 Jy ! Clean residual min=-0.002217 max=0.002032 Jy/beam ! Clean residual mean=0.000003 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.181459 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 54 components and 0.181459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090900Jy sigma=0.000675 ! Fit after self-cal, rms=0.090902Jy sigma=0.000675 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 = -4.49543e-05 Jy ! Component: 100 - total flux cleaned = -2.56489e-05 Jy ! Component: 150 - total flux cleaned = -1.83047e-05 Jy ! Component: 200 - total flux cleaned = -1.77897e-05 Jy ! Total flux subtracted in 200 components = -1.77897e-05 Jy ! Clean residual min=-0.002214 max=0.002018 Jy/beam ! Clean residual mean=0.000003 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.181441 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 60 components and 0.181442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090903Jy sigma=0.000675 ! Fit after self-cal, rms=0.090902Jy sigma=0.000675 ! 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=2.91 mas, bmaj=7.439 mas, bpa=-3.691 degrees ! Estimated noise=730.331 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.91 x 7.439 at -3.691 degrees (North through East) ! Clean map min=-0.0018506 max=0.17482 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.458 mas, bmaj=6.397 mas, bpa=-3.117 degrees ! Estimated noise=1149.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.136482 Jy ! Component: 100 - total flux cleaned = 0.166527 Jy ! Component: 150 - total flux cleaned = 0.173974 Jy ! Component: 200 - total flux cleaned = 0.177211 Jy ! Total flux subtracted in 200 components = 0.177211 Jy ! Clean residual min=-0.003166 max=0.003363 Jy/beam ! Clean residual mean=0.000001 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.177211 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.177211 Jy ! Inverting map and beam ! Estimated beam: bmin=2.91 mas, bmaj=7.439 mas, bpa=-3.691 degrees ! Estimated noise=730.331 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) ! Added new window around map position (-1, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00248762 Jy ! Component: 100 - total flux cleaned = 0.00386472 Jy ! Component: 150 - total flux cleaned = 0.00436317 Jy ! Component: 200 - total flux cleaned = 0.00469117 Jy ! Total flux subtracted in 200 components = 0.00469117 Jy ! Clean residual min=-0.001779 max=0.001778 Jy/beam ! Clean residual mean=0.000001 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.181902 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 39 components and 0.181902 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=6.742 mas, bmaj=13.12 mas, bpa=-4.584 degrees ! Estimated noise=988.654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000301261 Jy ! Component: 100 - total flux cleaned = 0.000382787 Jy ! Component: 150 - total flux cleaned = 0.000441799 Jy ! Component: 200 - total flux cleaned = 0.000506149 Jy ! Total flux subtracted in 200 components = 0.000506149 Jy ! Clean residual min=-0.002124 max=0.001894 Jy/beam ! Clean residual mean=0.000002 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.182408 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 = 3.94606e-05 Jy ! Component: 100 - total flux cleaned = 2.84901e-05 Jy ! Component: 150 - total flux cleaned = 1.8222e-05 Jy ! Component: 200 - total flux cleaned = 6.69664e-07 Jy ! Total flux subtracted in 200 components = 6.69664e-07 Jy ! Clean residual min=-0.002127 max=0.001867 Jy/beam ! Clean residual mean=0.000002 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.182409 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 53 components and 0.182409 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.91 mas, bmaj=7.439 mas, bpa=-3.691 degrees ! Estimated noise=730.331 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.10501e-05 Jy ! Component: 100 - total flux cleaned = -7.21668e-05 Jy ! Component: 150 - total flux cleaned = -7.22474e-05 Jy ! Component: 200 - total flux cleaned = -5.43822e-05 Jy ! Total flux subtracted in 200 components = -5.43822e-05 Jy ! Clean residual min=-0.001750 max=0.001722 Jy/beam ! Clean residual mean=0.000001 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.182354 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 68 components and 0.182354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090889Jy sigma=0.000675 ! Fit after self-cal, rms=0.090886Jy sigma=0.000675 wmodel J1135-0428_S_2017_07_16_pus_map.mod ! Writing 68 model components to file: J1135-0428_S_2017_07_16_pus_map.mod wobs J1135-0428_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1135-0428_S_2017_07_16_pus_uvs.fits wwins J1135-0428_S_2017_07_16_pus_map.win ! wwins: Wrote 2 windows to J1135-0428_S_2017_07_16_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 = -9.64004e-05 Jy ! Component: 100 - total flux cleaned = -0.00015807 Jy ! Component: 150 - total flux cleaned = -1.50855e-05 Jy ! Component: 200 - total flux cleaned = -0.0001261 Jy ! Component: 250 - total flux cleaned = -0.000179442 Jy ! Component: 300 - total flux cleaned = -0.000231357 Jy ! Component: 350 - total flux cleaned = -0.000383514 Jy ! Component: 400 - total flux cleaned = -0.000482833 Jy ! Component: 450 - total flux cleaned = -0.000652398 Jy ! Component: 500 - total flux cleaned = -0.000771278 Jy ! Component: 550 - total flux cleaned = -0.000911065 Jy ! Component: 600 - total flux cleaned = -0.00100268 Jy ! Component: 650 - total flux cleaned = -0.00111525 Jy ! Component: 700 - total flux cleaned = -0.00126964 Jy ! Component: 750 - total flux cleaned = -0.0013779 Jy ! Component: 800 - total flux cleaned = -0.00146346 Jy ! Component: 850 - total flux cleaned = -0.00156853 Jy ! Component: 900 - total flux cleaned = -0.00161003 Jy ! Component: 950 - total flux cleaned = -0.00169159 Jy ! Component: 1000 - total flux cleaned = -0.00179189 Jy ! Component: 1050 - total flux cleaned = -0.0017323 Jy ! Component: 1100 - total flux cleaned = -0.00183 Jy ! Component: 1150 - total flux cleaned = -0.00181052 Jy ! Component: 1200 - total flux cleaned = -0.0019251 Jy ! Component: 1250 - total flux cleaned = -0.00196274 Jy ! Component: 1300 - total flux cleaned = -0.00196258 Jy ! Component: 1350 - total flux cleaned = -0.00196282 Jy ! Component: 1400 - total flux cleaned = -0.00203587 Jy ! Component: 1450 - total flux cleaned = -0.00203582 Jy ! Component: 1500 - total flux cleaned = -0.00203608 Jy ! Component: 1550 - total flux cleaned = -0.00203639 Jy ! Component: 1600 - total flux cleaned = -0.00208855 Jy ! Component: 1650 - total flux cleaned = -0.00208885 Jy ! Component: 1700 - total flux cleaned = -0.00215701 Jy ! Component: 1750 - total flux cleaned = -0.00212363 Jy ! Component: 1800 - total flux cleaned = -0.00217376 Jy ! Component: 1850 - total flux cleaned = -0.00219026 Jy ! Component: 1900 - total flux cleaned = -0.00219025 Jy ! Component: 1950 - total flux cleaned = -0.00220654 Jy ! Component: 2000 - total flux cleaned = -0.00222252 Jy ! Component: 2050 - total flux cleaned = -0.00223856 Jy ! Component: 2100 - total flux cleaned = -0.00225411 Jy ! Component: 2150 - total flux cleaned = -0.00225419 Jy ! Component: 2200 - total flux cleaned = -0.00233151 Jy ! Component: 2250 - total flux cleaned = -0.00228596 Jy ! Component: 2300 - total flux cleaned = -0.00231625 Jy ! Component: 2350 - total flux cleaned = -0.00231634 Jy ! Component: 2400 - total flux cleaned = -0.00234619 Jy ! Component: 2450 - total flux cleaned = -0.00233143 Jy ! Component: 2500 - total flux cleaned = -0.00236063 Jy ! Component: 2550 - total flux cleaned = -0.0023603 Jy ! Component: 2600 - total flux cleaned = -0.00231732 Jy ! Component: 2650 - total flux cleaned = -0.00228906 Jy ! Component: 2700 - total flux cleaned = -0.00231744 Jy ! Component: 2750 - total flux cleaned = -0.00230342 Jy ! Component: 2800 - total flux cleaned = -0.00227582 Jy ! Component: 2850 - total flux cleaned = -0.00228981 Jy ! Component: 2900 - total flux cleaned = -0.00233089 Jy ! Component: 2950 - total flux cleaned = -0.00233092 Jy ! Component: 3000 - total flux cleaned = -0.00233081 Jy ! Component: 3050 - total flux cleaned = -0.00234417 Jy ! Component: 3100 - total flux cleaned = -0.00238352 Jy ! Component: 3150 - total flux cleaned = -0.00234417 Jy ! Component: 3200 - total flux cleaned = -0.00238323 Jy ! Component: 3250 - total flux cleaned = -0.00239618 Jy ! Component: 3300 - total flux cleaned = -0.00240892 Jy ! Component: 3350 - total flux cleaned = -0.0023835 Jy ! Component: 3400 - total flux cleaned = -0.00239606 Jy ! Component: 3450 - total flux cleaned = -0.00243356 Jy ! Component: 3500 - total flux cleaned = -0.00238384 Jy ! Component: 3550 - total flux cleaned = -0.00240845 Jy ! Component: 3600 - total flux cleaned = -0.00243287 Jy ! Component: 3650 - total flux cleaned = -0.00244499 Jy ! Component: 3700 - total flux cleaned = -0.00244502 Jy ! Component: 3750 - total flux cleaned = -0.00245707 Jy ! Component: 3800 - total flux cleaned = -0.00249276 Jy ! Component: 3850 - total flux cleaned = -0.00251648 Jy ! Component: 3900 - total flux cleaned = -0.00255165 Jy ! Component: 3950 - total flux cleaned = -0.00252833 Jy ! Component: 4000 - total flux cleaned = -0.00258635 Jy ! Component: 4050 - total flux cleaned = -0.0025748 Jy ! Total flux subtracted in 4096 components = -0.00266643 Jy ! Clean residual min=-0.000661 max=0.000798 Jy/beam ! Clean residual mean=0.000000 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.179688 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 340 components and 0.179688 Jy ![Exited script file: muppet] wmap "J1135-0428_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.91 x 7.439 at -3.691 degrees (North through East) ! Clean map min=-0.0013647 max=0.17488 Jy/beam ! Writing clean map to FITS file: J1135-0428_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.174883 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000205324 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.35222 0.35222 0.70444 1.40888 2.81776 5.63552 11.271 22.5421 45.0842 90.1684 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.174 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.91 x 7.439 at -3.691 degrees (North through East) ! Clean map min=-0.0013647 max=0.17488 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 J1135-0428_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:08:09 2019