! Started logfile: J2054-2016_S_2017_04_28_pus_uvs.log on Thu May 2 16:33:48 2019 obs J2054-2016_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J2054-2016_S_2017_04_28_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.969298 visibilities/baseline/integration-bin. ! Found source: J2054-2016 ! ! 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 671 lines of history. ! ! Reading 13260 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 J2054-2016_S_2017_04_28_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 355 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.910826Jy sigma=0.006428 ! Fit after self-cal, rms=0.899677Jy sigma=0.006358 ! 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.4 mas, bmaj=6.802 mas, bpa=-3.675 degrees ! Estimated noise=1561.5 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.0802984 Jy ! Component: 100 - total flux cleaned = 0.0991007 Jy ! Total flux subtracted in 100 components = 0.0991007 Jy ! Clean residual min=-0.005023 max=0.007103 Jy/beam ! Clean residual mean=0.000011 rms=0.001261 Jy/beam ! Combined flux in latest and established models = 0.0991007 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0991007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104052Jy sigma=0.000679 ! Fit after self-cal, rms=0.104037Jy sigma=0.000679 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00772766 Jy ! Component: 100 - total flux cleaned = 0.0115974 Jy ! Total flux subtracted in 100 components = 0.0115974 Jy ! Clean residual min=-0.004263 max=0.005234 Jy/beam ! Clean residual mean=0.000011 rms=0.001080 Jy/beam ! Combined flux in latest and established models = 0.110698 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 23 components and 0.110698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103326Jy sigma=0.000674 ! Fit after self-cal, rms=0.103322Jy sigma=0.000674 ! 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.03 mas, bmaj=7.927 mas, bpa=-3.82 degrees ! Estimated noise=977.1 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.00345809 Jy ! Component: 100 - total flux cleaned = 0.00437983 Jy ! Component: 150 - total flux cleaned = 0.0044322 Jy ! Component: 200 - total flux cleaned = 0.00447937 Jy ! Total flux subtracted in 200 components = 0.00447937 Jy ! Clean residual min=-0.003076 max=0.003318 Jy/beam ! Clean residual mean=0.000017 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.115177 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 37 components and 0.115177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103185Jy sigma=0.000673 ! Fit after self-cal, rms=0.103183Jy sigma=0.000673 ! 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.87 FD 0.99 HN 1.02 KP 1.04 ! LA 1.16 MK 0.98 NL 0.96 OV 1.02 ! PT 1.09 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.87 HN 1.08 KP 0.93 ! LA 1.06 MK 1.03 NL 1.09 OV 1.03 ! PT 1.02 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.97 HN 1.06 KP 1.00 ! LA 1.03 MK 1.03 NL 0.99 OV 0.96 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.93 HN 1.05 KP 1.00* ! LA 0.73 MK 0.91 NL 1.00* OV 1.00* ! PT 0.93 SC 1.00* ! ! ! Fit before self-cal, rms=0.103183Jy sigma=0.000673 ! Fit after self-cal, rms=0.101538Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.041 mas, bmaj=7.9 mas, bpa=-3.765 degrees ! Estimated noise=976.04 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.000369738 Jy ! Component: 100 - total flux cleaned = 0.000350632 Jy ! Component: 150 - total flux cleaned = 0.00035018 Jy ! Component: 200 - total flux cleaned = 0.000365538 Jy ! Total flux subtracted in 200 components = 0.000365538 Jy ! Clean residual min=-0.002964 max=0.002686 Jy/beam ! Clean residual mean=0.000001 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.115543 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.115543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101530Jy sigma=0.000670 ! Fit after self-cal, rms=0.101540Jy sigma=0.000670 ! 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.101540Jy sigma=0.000670 ! Fit after self-cal, rms=0.101831Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.038 mas, bmaj=7.885 mas, bpa=-3.769 degrees ! Estimated noise=977.853 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000520285 Jy ! Component: 100 - total flux cleaned = 0.00055102 Jy ! Component: 150 - total flux cleaned = 0.000564797 Jy ! Component: 200 - total flux cleaned = 0.000564641 Jy ! Total flux subtracted in 200 components = 0.000564641 Jy ! Clean residual min=-0.002671 max=0.002699 Jy/beam ! Clean residual mean=-0.000003 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.116108 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.116108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101826Jy sigma=0.000668 ! Fit after self-cal, rms=0.101844Jy sigma=0.000668 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.48708e-05 Jy ! Component: 100 - total flux cleaned = 1.53643e-05 Jy ! Component: 150 - total flux cleaned = 1.5894e-05 Jy ! Component: 200 - total flux cleaned = 2.69968e-05 Jy ! Total flux subtracted in 200 components = 2.69968e-05 Jy ! Clean residual min=-0.002705 max=0.002693 Jy/beam ! Clean residual mean=-0.000003 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.116135 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 48 components and 0.116135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101841Jy sigma=0.000668 ! Fit after self-cal, rms=0.101841Jy sigma=0.000668 ! 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.101841Jy sigma=0.000668 ! Fit after self-cal, rms=0.102009Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.033 mas, bmaj=7.873 mas, bpa=-3.778 degrees ! Estimated noise=976.301 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000126871 Jy ! Component: 100 - total flux cleaned = 0.000113778 Jy ! Component: 150 - total flux cleaned = 0.000114266 Jy ! Component: 200 - total flux cleaned = 0.0001147 Jy ! Total flux subtracted in 200 components = 0.0001147 Jy ! Clean residual min=-0.002588 max=0.002657 Jy/beam ! Clean residual mean=-0.000006 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.116249 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.116249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102006Jy sigma=0.000668 ! Fit after self-cal, rms=0.102032Jy sigma=0.000668 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 (18, -13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00231497 Jy ! Component: 100 - total flux cleaned = 0.00276034 Jy ! Component: 150 - total flux cleaned = 0.00276587 Jy ! Component: 200 - total flux cleaned = 0.00273498 Jy ! Total flux subtracted in 200 components = 0.00273498 Jy ! Clean residual min=-0.002568 max=0.002205 Jy/beam ! Clean residual mean=-0.000005 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.118984 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 65 components and 0.118984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101975Jy sigma=0.000668 ! Fit after self-cal, rms=0.101965Jy sigma=0.000668 ! 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.101965Jy sigma=0.000668 ! Fit after self-cal, rms=0.101930Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.487 mas, bmaj=16.53 mas, bpa=2.872 degrees ! Estimated noise=1244.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000351719 Jy ! Component: 100 - total flux cleaned = 0.000373123 Jy ! Component: 150 - total flux cleaned = 0.000458118 Jy ! Component: 200 - total flux cleaned = 0.00055292 Jy ! Total flux subtracted in 200 components = 0.00055292 Jy ! Clean residual min=-0.002975 max=0.002427 Jy/beam ! Clean residual mean=-0.000011 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.119537 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 72 components and 0.119537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101932Jy sigma=0.000668 ! Fit after self-cal, rms=0.101939Jy sigma=0.000668 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.25472e-05 Jy ! Component: 100 - total flux cleaned = 1.38507e-05 Jy ! Component: 150 - total flux cleaned = 4.68049e-05 Jy ! Component: 200 - total flux cleaned = 6.1099e-05 Jy ! Total flux subtracted in 200 components = 6.1099e-05 Jy ! Clean residual min=-0.002971 max=0.002408 Jy/beam ! Clean residual mean=-0.000011 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.119598 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 73 components and 0.119598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101942Jy sigma=0.000668 ! Fit after self-cal, rms=0.101939Jy sigma=0.000668 ! 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.034 mas, bmaj=7.877 mas, bpa=-3.781 degrees ! Estimated noise=974.056 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.034 x 7.877 at -3.781 degrees (North through East) ! Clean map min=-0.0023684 max=0.10372 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.408 mas, bmaj=6.768 mas, bpa=-3.608 degrees ! Estimated noise=1563.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0800049 Jy ! Component: 100 - total flux cleaned = 0.0992081 Jy ! Component: 150 - total flux cleaned = 0.107124 Jy ! Component: 200 - total flux cleaned = 0.111624 Jy ! Total flux subtracted in 200 components = 0.111624 Jy ! Clean residual min=-0.004099 max=0.004091 Jy/beam ! Clean residual mean=-0.000004 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.111624 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.111624 Jy ! Inverting map and beam ! Estimated beam: bmin=3.034 mas, bmaj=7.877 mas, bpa=-3.781 degrees ! Estimated noise=974.056 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.5, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00390922 Jy ! Component: 100 - total flux cleaned = 0.00584346 Jy ! Component: 150 - total flux cleaned = 0.00679573 Jy ! Component: 200 - total flux cleaned = 0.00726281 Jy ! Total flux subtracted in 200 components = 0.00726281 Jy ! Clean residual min=-0.002523 max=0.002493 Jy/beam ! Clean residual mean=-0.000005 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.118887 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 43 components and 0.118887 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.487 mas, bmaj=16.53 mas, bpa=2.872 degrees ! Estimated noise=1244.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00052801 Jy ! Component: 100 - total flux cleaned = 0.00049213 Jy ! Component: 150 - total flux cleaned = 0.000427987 Jy ! Component: 200 - total flux cleaned = 0.00042789 Jy ! Total flux subtracted in 200 components = 0.00042789 Jy ! Clean residual min=-0.003151 max=0.002528 Jy/beam ! Clean residual mean=-0.000011 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.119314 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.50123e-05 Jy ! Component: 100 - total flux cleaned = -4.79832e-05 Jy ! Component: 150 - total flux cleaned = -6.98797e-05 Jy ! Component: 200 - total flux cleaned = -0.000111601 Jy ! Total flux subtracted in 200 components = -0.000111601 Jy ! Clean residual min=-0.003068 max=0.002473 Jy/beam ! Clean residual mean=-0.000011 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.119203 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 64 components and 0.119203 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.034 mas, bmaj=7.877 mas, bpa=-3.781 degrees ! Estimated noise=974.056 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.50522e-05 Jy ! Component: 100 - total flux cleaned = 7.71704e-06 Jy ! Component: 150 - total flux cleaned = 8.52042e-06 Jy ! Component: 200 - total flux cleaned = 1.00772e-05 Jy ! Total flux subtracted in 200 components = 1.00772e-05 Jy ! Clean residual min=-0.002393 max=0.002302 Jy/beam ! Clean residual mean=-0.000005 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.119213 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 82 components and 0.119213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101920Jy sigma=0.000668 ! Fit after self-cal, rms=0.101917Jy sigma=0.000667 wmodel J2054-2016_S_2017_04_28_pus_map.mod ! Writing 82 model components to file: J2054-2016_S_2017_04_28_pus_map.mod wobs J2054-2016_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J2054-2016_S_2017_04_28_pus_uvs.fits wwins J2054-2016_S_2017_04_28_pus_map.win ! wwins: Wrote 3 windows to J2054-2016_S_2017_04_28_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.000340449 Jy ! Component: 100 - total flux cleaned = -0.000573869 Jy ! Component: 150 - total flux cleaned = -0.000684086 Jy ! Component: 200 - total flux cleaned = -0.000755476 Jy ! Component: 250 - total flux cleaned = -0.000757259 Jy ! Component: 300 - total flux cleaned = -0.000725218 Jy ! Component: 350 - total flux cleaned = -0.000756918 Jy ! Component: 400 - total flux cleaned = -0.000818388 Jy ! Component: 450 - total flux cleaned = -0.000909294 Jy ! Component: 500 - total flux cleaned = -0.000997987 Jy ! Component: 550 - total flux cleaned = -0.00102701 Jy ! Component: 600 - total flux cleaned = -0.000999536 Jy ! Component: 650 - total flux cleaned = -0.001139 Jy ! Component: 700 - total flux cleaned = -0.0012198 Jy ! Component: 750 - total flux cleaned = -0.00116612 Jy ! Component: 800 - total flux cleaned = -0.00108678 Jy ! Component: 850 - total flux cleaned = -0.00100978 Jy ! Component: 900 - total flux cleaned = -0.00106008 Jy ! Component: 950 - total flux cleaned = -0.000860095 Jy ! Component: 1000 - total flux cleaned = -0.000885213 Jy ! Component: 1050 - total flux cleaned = -0.000812284 Jy ! Component: 1100 - total flux cleaned = -0.000788262 Jy ! Component: 1150 - total flux cleaned = -0.000717596 Jy ! Component: 1200 - total flux cleaned = -0.000740056 Jy ! Component: 1250 - total flux cleaned = -0.000648297 Jy ! Component: 1300 - total flux cleaned = -0.000602858 Jy ! Component: 1350 - total flux cleaned = -0.000491746 Jy ! Component: 1400 - total flux cleaned = -0.000425858 Jy ! Component: 1450 - total flux cleaned = -0.000361005 Jy ! Component: 1500 - total flux cleaned = -0.000275369 Jy ! Component: 1550 - total flux cleaned = -0.000275676 Jy ! Component: 1600 - total flux cleaned = -0.000192969 Jy ! Component: 1650 - total flux cleaned = -0.000254576 Jy ! Component: 1700 - total flux cleaned = -0.000153005 Jy ! Component: 1750 - total flux cleaned = -0.000232838 Jy ! Component: 1800 - total flux cleaned = -0.000113695 Jy ! Component: 1850 - total flux cleaned = -0.000113983 Jy ! Component: 1900 - total flux cleaned = -7.52376e-05 Jy ! Component: 1950 - total flux cleaned = -0.000113811 Jy ! Component: 2000 - total flux cleaned = -9.49753e-05 Jy ! Component: 2050 - total flux cleaned = -7.64961e-05 Jy ! Component: 2100 - total flux cleaned = -9.5098e-05 Jy ! Component: 2150 - total flux cleaned = -0.000113473 Jy ! Component: 2200 - total flux cleaned = -9.53604e-05 Jy ! Component: 2250 - total flux cleaned = -9.53081e-05 Jy ! Component: 2300 - total flux cleaned = -9.55774e-05 Jy ! Component: 2350 - total flux cleaned = -7.79301e-05 Jy ! Component: 2400 - total flux cleaned = -9.52739e-05 Jy ! Component: 2450 - total flux cleaned = -7.7534e-05 Jy ! Component: 2500 - total flux cleaned = -8.58579e-06 Jy ! Component: 2550 - total flux cleaned = 2.55416e-05 Jy ! Component: 2600 - total flux cleaned = 4.22555e-05 Jy ! Component: 2650 - total flux cleaned = 7.52546e-05 Jy ! Component: 2700 - total flux cleaned = 2.56446e-05 Jy ! Component: 2750 - total flux cleaned = 7.49618e-05 Jy ! Component: 2800 - total flux cleaned = 9.79986e-06 Jy ! Component: 2850 - total flux cleaned = -6.07358e-06 Jy ! Component: 2900 - total flux cleaned = 7.42852e-05 Jy ! Component: 2950 - total flux cleaned = 0.000122156 Jy ! Component: 3000 - total flux cleaned = 5.87463e-05 Jy ! Component: 3050 - total flux cleaned = 5.86547e-05 Jy ! Component: 3100 - total flux cleaned = 8.99138e-05 Jy ! Component: 3150 - total flux cleaned = 0.000151572 Jy ! Component: 3200 - total flux cleaned = 0.000105582 Jy ! Component: 3250 - total flux cleaned = 0.000135905 Jy ! Component: 3300 - total flux cleaned = 9.06755e-05 Jy ! Component: 3350 - total flux cleaned = 0.000120723 Jy ! Component: 3400 - total flux cleaned = 0.000135449 Jy ! Component: 3450 - total flux cleaned = 0.000135457 Jy ! Component: 3500 - total flux cleaned = 0.000106398 Jy ! Component: 3550 - total flux cleaned = 0.000135363 Jy ! Component: 3600 - total flux cleaned = 0.000178318 Jy ! Component: 3650 - total flux cleaned = 0.000121212 Jy ! Component: 3700 - total flux cleaned = 0.000149721 Jy ! Component: 3750 - total flux cleaned = 0.000135604 Jy ! Component: 3800 - total flux cleaned = 0.000121804 Jy ! Component: 3850 - total flux cleaned = 0.000163541 Jy ! Component: 3900 - total flux cleaned = 0.000232381 Jy ! Component: 3950 - total flux cleaned = 0.000163826 Jy ! Component: 4000 - total flux cleaned = 0.000177563 Jy ! Component: 4050 - total flux cleaned = 0.000231725 Jy ! Total flux subtracted in 4096 components = 0.000271902 Jy ! Clean residual min=-0.000860 max=0.000759 Jy/beam ! Clean residual mean=-0.000001 rms=0.000245 Jy/beam ! Combined flux in latest and established models = 0.119485 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 356 components and 0.119485 Jy ![Exited script file: muppet] wmap "J2054-2016_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.034 x 7.877 at -3.781 degrees (North through East) ! Clean map min=-0.0020292 max=0.10285 Jy/beam ! Writing clean map to FITS file: J2054-2016_S_2017_04_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.102848 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000245173 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.715153 0.715153 1.43031 2.86061 5.72122 11.4424 22.8849 45.7698 91.5396 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.102 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.034 x 7.877 at -3.781 degrees (North through East) ! Clean map min=-0.0020292 max=0.10285 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 J2054-2016_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:33:52 2019