! Started logfile: J1459-1810_S_2017_06_10_pus_uvs.log on Mon May 6 14:56:42 2019 obs J1459-1810_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1459-1810_S_2017_06_10_pus_uva.fits ! AN table 1: 81 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.875995 visibilities/baseline/integration-bin. ! Found source: J1459-1810 ! ! 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 1154 lines of history. ! ! Reading 12772 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 J1459-1810_S_2017_06_10_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 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 149 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 572 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.926599Jy sigma=0.007730 ! Fit after self-cal, rms=0.908876Jy sigma=0.007589 ! 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.666 mas, bmaj=6.968 mas, bpa=-2.757 degrees ! Estimated noise=1302.58 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.0685532 Jy ! Component: 100 - total flux cleaned = 0.0877602 Jy ! Total flux subtracted in 100 components = 0.0877602 Jy ! Clean residual min=-0.006276 max=0.011610 Jy/beam ! Clean residual mean=-0.000003 rms=0.001887 Jy/beam ! Combined flux in latest and established models = 0.0877602 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0877602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086847Jy sigma=0.000701 ! Fit after self-cal, rms=0.086813Jy sigma=0.000701 ! Inverting map ! Added new window around map position (3, -10). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0112231 Jy ! Component: 100 - total flux cleaned = 0.0176795 Jy ! Total flux subtracted in 100 components = 0.0176795 Jy ! Clean residual min=-0.005737 max=0.007682 Jy/beam ! Clean residual mean=-0.000003 rms=0.001545 Jy/beam ! Combined flux in latest and established models = 0.10544 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 22 components and 0.10544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085197Jy sigma=0.000686 ! Fit after self-cal, rms=0.085116Jy sigma=0.000685 ! 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.28 mas, bmaj=8.157 mas, bpa=-1.767 degrees ! Estimated noise=941.149 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.00532235 Jy ! Component: 100 - total flux cleaned = 0.0062068 Jy ! Component: 150 - total flux cleaned = 0.00631372 Jy ! Component: 200 - total flux cleaned = 0.00647285 Jy ! Total flux subtracted in 200 components = 0.00647285 Jy ! Clean residual min=-0.004433 max=0.005974 Jy/beam ! Clean residual mean=-0.000003 rms=0.001208 Jy/beam ! Combined flux in latest and established models = 0.111913 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 41 components and 0.111913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084753Jy sigma=0.000682 ! Fit after self-cal, rms=0.084745Jy sigma=0.000682 ! 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.11 FD 0.87 HN 1.18 KP 0.98 ! LA 1.03 MK 1.00 NL 0.92 OV 1.01 ! PT 0.99 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 1.21 KP 0.99 ! LA 0.92 MK 1.10 NL 1.06 OV 1.01 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.88 HN 1.23 KP 1.00 ! LA 0.97 MK 1.05 NL 1.04 OV 0.87 ! PT 0.98 SC 1.06 ! ! ! Correcting IF 4. ! A total of 138 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.91 HN 1.48 KP 1.00* ! LA 1.00* MK 0.84 NL 1.00* OV 1.00* ! PT 0.88 SC 1.00* ! ! ! Fit before self-cal, rms=0.084745Jy sigma=0.000682 ! Fit after self-cal, rms=0.086670Jy sigma=0.000677 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.348 mas, bmaj=8.214 mas, bpa=-0.6688 degrees ! Estimated noise=950.079 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.00363105 Jy ! Component: 100 - total flux cleaned = -0.00379993 Jy ! Component: 150 - total flux cleaned = -0.00386265 Jy ! Component: 200 - total flux cleaned = -0.00391218 Jy ! Total flux subtracted in 200 components = -0.00391218 Jy ! Clean residual min=-0.003693 max=0.004346 Jy/beam ! Clean residual mean=0.000006 rms=0.000974 Jy/beam ! Combined flux in latest and established models = 0.108 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 49 components and 0.108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086476Jy sigma=0.000676 ! Fit after self-cal, rms=0.086573Jy sigma=0.000676 ! 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.086573Jy sigma=0.000676 ! Fit after self-cal, rms=0.096525Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.397 mas, bmaj=8.38 mas, bpa=0.2569 degrees ! Estimated noise=957.181 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000746403 Jy ! Component: 100 - total flux cleaned = -0.000668124 Jy ! Component: 150 - total flux cleaned = -0.000700648 Jy ! Component: 200 - total flux cleaned = -0.000755456 Jy ! Total flux subtracted in 200 components = -0.000755456 Jy ! Clean residual min=-0.002529 max=0.002222 Jy/beam ! Clean residual mean=0.000006 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.107245 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 57 components and 0.107245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096495Jy sigma=0.000668 ! Fit after self-cal, rms=0.096760Jy sigma=0.000667 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.000186093 Jy ! Component: 100 - total flux cleaned = -0.000230715 Jy ! Component: 150 - total flux cleaned = -0.000292952 Jy ! Component: 200 - total flux cleaned = -0.000350744 Jy ! Total flux subtracted in 200 components = -0.000350744 Jy ! Clean residual min=-0.002474 max=0.002205 Jy/beam ! Clean residual mean=0.000006 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.106894 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.106894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096750Jy sigma=0.000667 ! Fit after self-cal, rms=0.096751Jy sigma=0.000667 ! 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.096751Jy sigma=0.000667 ! Fit after self-cal, rms=0.098834Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.402 mas, bmaj=8.435 mas, bpa=0.5401 degrees ! Estimated noise=958.444 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000344752 Jy ! Component: 100 - total flux cleaned = -0.000234691 Jy ! Component: 150 - total flux cleaned = -0.000278118 Jy ! Component: 200 - total flux cleaned = -0.000317317 Jy ! Total flux subtracted in 200 components = -0.000317317 Jy ! Clean residual min=-0.002279 max=0.002198 Jy/beam ! Clean residual mean=0.000007 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.106577 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 64 components and 0.106577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098821Jy sigma=0.000667 ! Fit after self-cal, rms=0.098843Jy sigma=0.000667 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.000118754 Jy ! Component: 100 - total flux cleaned = -0.000155285 Jy ! Component: 150 - total flux cleaned = -0.000205538 Jy ! Component: 200 - total flux cleaned = -0.000221539 Jy ! Total flux subtracted in 200 components = -0.000221539 Jy ! Clean residual min=-0.002256 max=0.002193 Jy/beam ! Clean residual mean=0.000007 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.106355 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 66 components and 0.106355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098837Jy sigma=0.000667 ! Fit after self-cal, rms=0.098837Jy sigma=0.000667 ! 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.098837Jy sigma=0.000667 ! Fit after self-cal, rms=0.099440Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.991 mas, bmaj=16.56 mas, bpa=1.636 degrees ! Estimated noise=1179.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.00769e-05 Jy ! Component: 100 - total flux cleaned = -0.000168226 Jy ! Component: 150 - total flux cleaned = -0.000237449 Jy ! Component: 200 - total flux cleaned = -0.000299017 Jy ! Total flux subtracted in 200 components = -0.000299017 Jy ! Clean residual min=-0.002466 max=0.002102 Jy/beam ! Clean residual mean=0.000013 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.106056 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 70 components and 0.106056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099435Jy sigma=0.000667 ! Fit after self-cal, rms=0.099434Jy sigma=0.000667 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 = -1.83001e-05 Jy ! Component: 100 - total flux cleaned = -7.88108e-05 Jy ! Component: 150 - total flux cleaned = -0.00011997 Jy ! Component: 200 - total flux cleaned = -0.000145715 Jy ! Total flux subtracted in 200 components = -0.000145715 Jy ! Clean residual min=-0.002454 max=0.002092 Jy/beam ! Clean residual mean=0.000013 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.105911 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 71 components and 0.105911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099431Jy sigma=0.000667 ! Fit after self-cal, rms=0.099427Jy sigma=0.000667 ! 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.403 mas, bmaj=8.47 mas, bpa=0.7473 degrees ! Estimated noise=958.769 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.403 x 8.47 at 0.7473 degrees (North through East) ! Clean map min=-0.0021118 max=0.089105 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.773 mas, bmaj=7.191 mas, bpa=-0.1438 degrees ! Estimated noise=1415.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0711071 Jy ! Component: 100 - total flux cleaned = 0.0891958 Jy ! Component: 150 - total flux cleaned = 0.0975542 Jy ! Component: 200 - total flux cleaned = 0.102341 Jy ! Total flux subtracted in 200 components = 0.102341 Jy ! Clean residual min=-0.004024 max=0.004055 Jy/beam ! Clean residual mean=0.000001 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.102341 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.102341 Jy ! Inverting map and beam ! Estimated beam: bmin=3.403 mas, bmaj=8.47 mas, bpa=0.7473 degrees ! Estimated noise=958.769 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 (-2, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00352482 Jy ! Component: 100 - total flux cleaned = 0.00400463 Jy ! Component: 150 - total flux cleaned = 0.00423065 Jy ! Component: 200 - total flux cleaned = 0.0044124 Jy ! Total flux subtracted in 200 components = 0.0044124 Jy ! Clean residual min=-0.002242 max=0.002118 Jy/beam ! Clean residual mean=0.000007 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.106753 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 50 components and 0.106753 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.991 mas, bmaj=16.56 mas, bpa=1.636 degrees ! Estimated noise=1179.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000106211 Jy ! Component: 100 - total flux cleaned = 6.88664e-05 Jy ! Component: 150 - total flux cleaned = 8.17379e-06 Jy ! Component: 200 - total flux cleaned = -1.75947e-05 Jy ! Total flux subtracted in 200 components = -1.75947e-05 Jy ! Clean residual min=-0.002450 max=0.002132 Jy/beam ! Clean residual mean=0.000013 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.106736 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.31659e-05 Jy ! Component: 100 - total flux cleaned = -4.43559e-05 Jy ! Component: 150 - total flux cleaned = -6.26037e-05 Jy ! Component: 200 - total flux cleaned = -4.6539e-05 Jy ! Total flux subtracted in 200 components = -4.6539e-05 Jy ! Clean residual min=-0.002433 max=0.002200 Jy/beam ! Clean residual mean=0.000013 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.106689 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 83 components and 0.106689 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.403 mas, bmaj=8.47 mas, bpa=0.7473 degrees ! Estimated noise=958.769 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000115419 Jy ! Component: 100 - total flux cleaned = 0.000202089 Jy ! Component: 150 - total flux cleaned = 0.000201003 Jy ! Component: 200 - total flux cleaned = 0.000143135 Jy ! Total flux subtracted in 200 components = 0.000143135 Jy ! Clean residual min=-0.001991 max=0.002176 Jy/beam ! Clean residual mean=0.000007 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.106832 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 92 components and 0.106832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099419Jy sigma=0.000667 ! Fit after self-cal, rms=0.099385Jy sigma=0.000667 wmodel J1459-1810_S_2017_06_10_pus_map.mod ! Writing 92 model components to file: J1459-1810_S_2017_06_10_pus_map.mod wobs J1459-1810_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1459-1810_S_2017_06_10_pus_uvs.fits wwins J1459-1810_S_2017_06_10_pus_map.win ! wwins: Wrote 3 windows to J1459-1810_S_2017_06_10_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.000570993 Jy ! Component: 100 - total flux cleaned = 0.000571761 Jy ! Component: 150 - total flux cleaned = 0.000502786 Jy ! Component: 200 - total flux cleaned = 0.000436707 Jy ! Component: 250 - total flux cleaned = 0.000403794 Jy ! Component: 300 - total flux cleaned = 0.000371936 Jy ! Component: 350 - total flux cleaned = 0.000371715 Jy ! Component: 400 - total flux cleaned = 0.000370763 Jy ! Component: 450 - total flux cleaned = 0.00025504 Jy ! Component: 500 - total flux cleaned = 0.000170856 Jy ! Component: 550 - total flux cleaned = 0.000143032 Jy ! Component: 600 - total flux cleaned = 3.52319e-05 Jy ! Component: 650 - total flux cleaned = -4.38734e-05 Jy ! Component: 700 - total flux cleaned = -0.00012123 Jy ! Component: 750 - total flux cleaned = -0.000172323 Jy ! Component: 800 - total flux cleaned = -0.00027193 Jy ! Component: 850 - total flux cleaned = -0.0003938 Jy ! Component: 900 - total flux cleaned = -0.000465691 Jy ! Component: 950 - total flux cleaned = -0.000536274 Jy ! Component: 1000 - total flux cleaned = -0.000583009 Jy ! Component: 1050 - total flux cleaned = -0.000629011 Jy ! Component: 1100 - total flux cleaned = -0.00074174 Jy ! Component: 1150 - total flux cleaned = -0.000808695 Jy ! Component: 1200 - total flux cleaned = -0.000896361 Jy ! Component: 1250 - total flux cleaned = -0.000917786 Jy ! Component: 1300 - total flux cleaned = -0.000982135 Jy ! Component: 1350 - total flux cleaned = -0.00100343 Jy ! Component: 1400 - total flux cleaned = -0.00106586 Jy ! Component: 1450 - total flux cleaned = -0.00112736 Jy ! Component: 1500 - total flux cleaned = -0.00112717 Jy ! Component: 1550 - total flux cleaned = -0.00110735 Jy ! Component: 1600 - total flux cleaned = -0.0011273 Jy ! Component: 1650 - total flux cleaned = -0.00116638 Jy ! Component: 1700 - total flux cleaned = -0.0012241 Jy ! Component: 1750 - total flux cleaned = -0.00120476 Jy ! Component: 1800 - total flux cleaned = -0.00120447 Jy ! Component: 1850 - total flux cleaned = -0.00114832 Jy ! Component: 1900 - total flux cleaned = -0.00111128 Jy ! Component: 1950 - total flux cleaned = -0.00114807 Jy ! Component: 2000 - total flux cleaned = -0.00125729 Jy ! Component: 2050 - total flux cleaned = -0.00132899 Jy ! Component: 2100 - total flux cleaned = -0.00138191 Jy ! Component: 2150 - total flux cleaned = -0.00134649 Jy ! Component: 2200 - total flux cleaned = -0.00139887 Jy ! Component: 2250 - total flux cleaned = -0.00141618 Jy ! Component: 2300 - total flux cleaned = -0.00141611 Jy ! Component: 2350 - total flux cleaned = -0.00136505 Jy ! Component: 2400 - total flux cleaned = -0.00136507 Jy ! Component: 2450 - total flux cleaned = -0.00136503 Jy ! Component: 2500 - total flux cleaned = -0.00133166 Jy ! Component: 2550 - total flux cleaned = -0.00129897 Jy ! Component: 2600 - total flux cleaned = -0.00133173 Jy ! Component: 2650 - total flux cleaned = -0.00133154 Jy ! Component: 2700 - total flux cleaned = -0.00133167 Jy ! Component: 2750 - total flux cleaned = -0.00131582 Jy ! Component: 2800 - total flux cleaned = -0.00133168 Jy ! Component: 2850 - total flux cleaned = -0.00130032 Jy ! Component: 2900 - total flux cleaned = -0.00131579 Jy ! Component: 2950 - total flux cleaned = -0.00134646 Jy ! Component: 3000 - total flux cleaned = -0.00128523 Jy ! Component: 3050 - total flux cleaned = -0.00131556 Jy ! Component: 3100 - total flux cleaned = -0.0012854 Jy ! Component: 3150 - total flux cleaned = -0.00128533 Jy ! Component: 3200 - total flux cleaned = -0.00132975 Jy ! Component: 3250 - total flux cleaned = -0.00130042 Jy ! Component: 3300 - total flux cleaned = -0.00121294 Jy ! Component: 3350 - total flux cleaned = -0.00121297 Jy ! Component: 3400 - total flux cleaned = -0.00119867 Jy ! Component: 3450 - total flux cleaned = -0.00115585 Jy ! Component: 3500 - total flux cleaned = -0.00111329 Jy ! Component: 3550 - total flux cleaned = -0.00107113 Jy ! Component: 3600 - total flux cleaned = -0.00105724 Jy ! Component: 3650 - total flux cleaned = -0.00105728 Jy ! Component: 3700 - total flux cleaned = -0.00108488 Jy ! Component: 3750 - total flux cleaned = -0.0010574 Jy ! Component: 3800 - total flux cleaned = -0.000989224 Jy ! Component: 3850 - total flux cleaned = -0.000962116 Jy ! Component: 3900 - total flux cleaned = -0.000962097 Jy ! Component: 3950 - total flux cleaned = -0.000895222 Jy ! Component: 4000 - total flux cleaned = -0.000855119 Jy ! Component: 4050 - total flux cleaned = -0.000815388 Jy ! Total flux subtracted in 4096 components = -0.000802136 Jy ! Clean residual min=-0.000870 max=0.000683 Jy/beam ! Clean residual mean=0.000002 rms=0.000236 Jy/beam ! Combined flux in latest and established models = 0.10603 Jy keep ! Adding 262 model components to the UV plane model. ! The established model now contains 354 components and 0.10603 Jy ![Exited script file: muppet] wmap "J1459-1810_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.403 x 8.47 at 0.7473 degrees (North through East) ! Clean map min=-0.0017695 max=0.088476 Jy/beam ! Writing clean map to FITS file: J1459-1810_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0884757 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231401 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.784625 0.784625 1.56925 3.1385 6.277 12.554 25.108 50.216 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.088 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.403 x 8.47 at 0.7473 degrees (North through East) ! Clean map min=-0.0017695 max=0.088476 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 J1459-1810_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:56:47 2019