! Started logfile: J1230-1139_S_2017_07_16_pus_uvs.log on Thu May 9 11:08:57 2019 obs J1230-1139_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1230-1139_S_2017_07_16_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.787246 visibilities/baseline/integration-bin. ! Found source: J1230-1139 ! ! 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 16296 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 J1230-1139_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 124 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 254 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 281 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 806 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.875833Jy sigma=0.007051 ! Fit after self-cal, rms=0.848953Jy sigma=0.006849 ! 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.427 mas, bmaj=6.59 mas, bpa=-7.913 degrees ! Estimated noise=1477.96 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.112787 Jy ! Component: 100 - total flux cleaned = 0.163748 Jy ! Total flux subtracted in 100 components = 0.163748 Jy ! Clean residual min=-0.013535 max=0.034886 Jy/beam ! Clean residual mean=-0.000065 rms=0.004725 Jy/beam ! Combined flux in latest and established models = 0.163749 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.163749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120183Jy sigma=0.000957 ! Fit after self-cal, rms=0.118854Jy sigma=0.000948 ! Inverting map ! Added new window around map position (-3, -0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0377468 Jy ! Component: 100 - total flux cleaned = 0.0613298 Jy ! Total flux subtracted in 100 components = 0.0613298 Jy ! Clean residual min=-0.010096 max=0.017328 Jy/beam ! Clean residual mean=-0.000042 rms=0.003160 Jy/beam ! Combined flux in latest and established models = 0.225078 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 33 components and 0.225078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099922Jy sigma=0.000782 ! Fit after self-cal, rms=0.099186Jy sigma=0.000776 ! 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.714 mas, bpa=-3.899 degrees ! Estimated noise=864.422 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.0284072 Jy ! Component: 100 - total flux cleaned = 0.0448641 Jy ! Component: 150 - total flux cleaned = 0.0550687 Jy ! Component: 200 - total flux cleaned = 0.0614784 Jy ! Total flux subtracted in 200 components = 0.0614784 Jy ! Clean residual min=-0.006035 max=0.009985 Jy/beam ! Clean residual mean=-0.000012 rms=0.001815 Jy/beam ! Combined flux in latest and established models = 0.286557 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 60 components and 0.286557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090873Jy sigma=0.000700 ! Fit after self-cal, rms=0.090644Jy sigma=0.000698 ! 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.33 FD 1.00* HN 0.95 KP 1.01 ! LA 0.98 MK 0.99 NL 0.91 OV 0.97 ! PT 1.01 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.98 KP 0.97 ! LA 0.95 MK 1.12 NL 1.05 OV 1.00 ! PT 0.97 SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.98 KP 0.98 ! LA 0.96 MK 1.06 NL 0.99 OV 0.92 ! PT 0.97 SC 0.94 ! ! ! Correcting IF 4. ! A total of 300 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.99 KP 1.00* ! LA 0.95 MK 0.93 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.090644Jy sigma=0.000698 ! Fit after self-cal, rms=0.090665Jy sigma=0.000685 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.949 mas, bmaj=7.647 mas, bpa=-2.464 degrees ! Estimated noise=849.941 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 (-65.5, 104.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00439617 Jy ! Component: 100 - total flux cleaned = 0.00439729 Jy ! Component: 150 - total flux cleaned = 0.0042492 Jy ! Component: 200 - total flux cleaned = 0.00411459 Jy ! Total flux subtracted in 200 components = 0.00411459 Jy ! Clean residual min=-0.005245 max=0.005066 Jy/beam ! Clean residual mean=0.000000 rms=0.001186 Jy/beam ! Combined flux in latest and established models = 0.290671 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 95 components and 0.290671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089853Jy sigma=0.000681 ! Fit after self-cal, rms=0.089902Jy sigma=0.000681 ! 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.089902Jy sigma=0.000681 ! Fit after self-cal, rms=0.092622Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.938 mas, bmaj=7.698 mas, bpa=-3.004 degrees ! Estimated noise=853.926 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00195475 Jy ! Component: 100 - total flux cleaned = 0.00234843 Jy ! Component: 150 - total flux cleaned = 0.00241179 Jy ! Component: 200 - total flux cleaned = 0.00241491 Jy ! Total flux subtracted in 200 components = 0.00241491 Jy ! Clean residual min=-0.002498 max=0.002634 Jy/beam ! Clean residual mean=-0.000001 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.293086 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 114 components and 0.293086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092491Jy sigma=0.000664 ! Fit after self-cal, rms=0.092557Jy sigma=0.000664 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (35, -58). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001064 Jy ! Component: 100 - total flux cleaned = 0.000827452 Jy ! Component: 150 - total flux cleaned = 0.000735385 Jy ! Component: 200 - total flux cleaned = 0.000612155 Jy ! Total flux subtracted in 200 components = 0.000612155 Jy ! Clean residual min=-0.002437 max=0.002225 Jy/beam ! Clean residual mean=-0.000000 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.293698 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 130 components and 0.293698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092473Jy sigma=0.000664 ! Fit after self-cal, rms=0.092472Jy sigma=0.000663 ! 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.092472Jy sigma=0.000663 ! Fit after self-cal, rms=0.092522Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.936 mas, bmaj=7.705 mas, bpa=-3.188 degrees ! Estimated noise=852.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000965565 Jy ! Component: 100 - total flux cleaned = 0.00104065 Jy ! Component: 150 - total flux cleaned = 0.00111001 Jy ! Component: 200 - total flux cleaned = 0.00120477 Jy ! Total flux subtracted in 200 components = 0.00120477 Jy ! Clean residual min=-0.002363 max=0.002071 Jy/beam ! Clean residual mean=-0.000001 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.294903 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 143 components and 0.294903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092485Jy sigma=0.000663 ! Fit after self-cal, rms=0.092485Jy 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.79486e-05 Jy ! Component: 100 - total flux cleaned = 9.78693e-05 Jy ! Component: 150 - total flux cleaned = 0.000125802 Jy ! Component: 200 - total flux cleaned = 0.000179309 Jy ! Total flux subtracted in 200 components = 0.000179309 Jy ! Clean residual min=-0.002315 max=0.002025 Jy/beam ! Clean residual mean=-0.000001 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.295083 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 149 components and 0.295082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092464Jy sigma=0.000663 ! Fit after self-cal, rms=0.092464Jy 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.092464Jy sigma=0.000663 ! Fit after self-cal, rms=0.092444Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.696 mas, bmaj=14.46 mas, bpa=-4.694 degrees ! Estimated noise=1149.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000602576 Jy ! Component: 100 - total flux cleaned = 0.000597038 Jy ! Component: 150 - total flux cleaned = 0.000596039 Jy ! Component: 200 - total flux cleaned = 0.000595823 Jy ! Total flux subtracted in 200 components = 0.000595823 Jy ! Clean residual min=-0.001974 max=0.001706 Jy/beam ! Clean residual mean=-0.000003 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.295678 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 156 components and 0.295678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092434Jy sigma=0.000663 ! Fit after self-cal, rms=0.092432Jy sigma=0.000663 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.41098e-05 Jy ! Component: 100 - total flux cleaned = 6.1738e-05 Jy ! Component: 150 - total flux cleaned = 8.11143e-05 Jy ! Component: 200 - total flux cleaned = 9.91271e-05 Jy ! Total flux subtracted in 200 components = 9.91271e-05 Jy ! Clean residual min=-0.001961 max=0.001659 Jy/beam ! Clean residual mean=-0.000003 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.295777 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 161 components and 0.295777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092426Jy sigma=0.000663 ! Fit after self-cal, rms=0.092425Jy 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=2.936 mas, bmaj=7.707 mas, bpa=-3.239 degrees ! Estimated noise=851.932 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.936 x 7.707 at -3.239 degrees (North through East) ! Clean map min=-0.0021534 max=0.15275 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.411 mas, bmaj=6.566 mas, bpa=-7.737 degrees ! Estimated noise=1480.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.112709 Jy ! Component: 100 - total flux cleaned = 0.169643 Jy ! Component: 150 - total flux cleaned = 0.206198 Jy ! Component: 200 - total flux cleaned = 0.230672 Jy ! Total flux subtracted in 200 components = 0.230672 Jy ! Clean residual min=-0.007907 max=0.013280 Jy/beam ! Clean residual mean=-0.000027 rms=0.002281 Jy/beam ! Combined flux in latest and established models = 0.230672 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.230672 Jy ! Inverting map and beam ! Estimated beam: bmin=2.936 mas, bmaj=7.707 mas, bpa=-3.239 degrees ! Estimated noise=851.932 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.0242097 Jy ! Component: 100 - total flux cleaned = 0.0387496 Jy ! Component: 150 - total flux cleaned = 0.0479527 Jy ! Component: 200 - total flux cleaned = 0.0541749 Jy ! Total flux subtracted in 200 components = 0.0541749 Jy ! Clean residual min=-0.003153 max=0.004604 Jy/beam ! Clean residual mean=-0.000004 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.284847 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 66 components and 0.284847 Jy ! Inverting map ! Added new window around map position (-6.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00473755 Jy ! Component: 100 - total flux cleaned = 0.00759228 Jy ! Component: 150 - total flux cleaned = 0.0089549 Jy ! Component: 200 - total flux cleaned = 0.00980262 Jy ! Total flux subtracted in 200 components = 0.00980262 Jy ! Clean residual min=-0.002491 max=0.002083 Jy/beam ! Clean residual mean=-0.000001 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.29465 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 85 components and 0.29465 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.696 mas, bmaj=14.46 mas, bpa=-4.694 degrees ! Estimated noise=1149.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00152255 Jy ! Component: 100 - total flux cleaned = 0.00166642 Jy ! Component: 150 - total flux cleaned = 0.00174616 Jy ! Component: 200 - total flux cleaned = 0.00177981 Jy ! Total flux subtracted in 200 components = 0.00177981 Jy ! Clean residual min=-0.002126 max=0.001595 Jy/beam ! Clean residual mean=-0.000002 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.296429 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.98779e-05 Jy ! Component: 100 - total flux cleaned = 5.58765e-05 Jy ! Component: 150 - total flux cleaned = 7.92041e-05 Jy ! Component: 200 - total flux cleaned = 7.99765e-05 Jy ! Total flux subtracted in 200 components = 7.99765e-05 Jy ! Clean residual min=-0.002093 max=0.001591 Jy/beam ! Clean residual mean=-0.000003 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.296509 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 113 components and 0.296509 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.936 mas, bmaj=7.707 mas, bpa=-3.239 degrees ! Estimated noise=851.932 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000464135 Jy ! Component: 100 - total flux cleaned = -0.000423388 Jy ! Component: 150 - total flux cleaned = -0.000339934 Jy ! Component: 200 - total flux cleaned = -0.00022326 Jy ! Total flux subtracted in 200 components = -0.00022326 Jy ! Clean residual min=-0.002261 max=0.001895 Jy/beam ! Clean residual mean=-0.000002 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.296286 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 129 components and 0.296286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092436Jy sigma=0.000663 ! Fit after self-cal, rms=0.092417Jy sigma=0.000663 wmodel J1230-1139_S_2017_07_16_pus_map.mod ! Writing 129 model components to file: J1230-1139_S_2017_07_16_pus_map.mod wobs J1230-1139_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1230-1139_S_2017_07_16_pus_uvs.fits wwins J1230-1139_S_2017_07_16_pus_map.win ! wwins: Wrote 5 windows to J1230-1139_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 = -0.000999371 Jy ! Component: 100 - total flux cleaned = -0.00135323 Jy ! Component: 150 - total flux cleaned = -0.00155201 Jy ! Component: 200 - total flux cleaned = -0.00174154 Jy ! Component: 250 - total flux cleaned = -0.00189323 Jy ! Component: 300 - total flux cleaned = -0.00212674 Jy ! Component: 350 - total flux cleaned = -0.00226778 Jy ! Component: 400 - total flux cleaned = -0.00234955 Jy ! Component: 450 - total flux cleaned = -0.00245547 Jy ! Component: 500 - total flux cleaned = -0.00248197 Jy ! Component: 550 - total flux cleaned = -0.00248211 Jy ! Component: 600 - total flux cleaned = -0.00243356 Jy ! Component: 650 - total flux cleaned = -0.00245736 Jy ! Component: 700 - total flux cleaned = -0.00248068 Jy ! Component: 750 - total flux cleaned = -0.00257153 Jy ! Component: 800 - total flux cleaned = -0.0024822 Jy ! Component: 850 - total flux cleaned = -0.00248321 Jy ! Component: 900 - total flux cleaned = -0.00244106 Jy ! Component: 950 - total flux cleaned = -0.00246232 Jy ! Component: 1000 - total flux cleaned = -0.00244152 Jy ! Component: 1050 - total flux cleaned = -0.00240065 Jy ! Component: 1100 - total flux cleaned = -0.00232112 Jy ! Component: 1150 - total flux cleaned = -0.00228219 Jy ! Component: 1200 - total flux cleaned = -0.00220516 Jy ! Component: 1250 - total flux cleaned = -0.00218642 Jy ! Component: 1300 - total flux cleaned = -0.0021494 Jy ! Component: 1350 - total flux cleaned = -0.00214954 Jy ! Component: 1400 - total flux cleaned = -0.00207722 Jy ! Component: 1450 - total flux cleaned = -0.00202401 Jy ! Component: 1500 - total flux cleaned = -0.00200676 Jy ! Component: 1550 - total flux cleaned = -0.00195466 Jy ! Component: 1600 - total flux cleaned = -0.00185207 Jy ! Component: 1650 - total flux cleaned = -0.0017678 Jy ! Component: 1700 - total flux cleaned = -0.00168482 Jy ! Component: 1750 - total flux cleaned = -0.00157008 Jy ! Component: 1800 - total flux cleaned = -0.00144059 Jy ! Component: 1850 - total flux cleaned = -0.00137661 Jy ! Component: 1900 - total flux cleaned = -0.00129768 Jy ! Component: 1950 - total flux cleaned = -0.00123527 Jy ! Component: 2000 - total flux cleaned = -0.00109644 Jy ! Component: 2050 - total flux cleaned = -0.00103553 Jy ! Component: 2100 - total flux cleaned = -0.000990572 Jy ! Component: 2150 - total flux cleaned = -0.000886511 Jy ! Component: 2200 - total flux cleaned = -0.00082777 Jy ! Component: 2250 - total flux cleaned = -0.000769546 Jy ! Component: 2300 - total flux cleaned = -0.000683142 Jy ! Component: 2350 - total flux cleaned = -0.000626254 Jy ! Component: 2400 - total flux cleaned = -0.000541509 Jy ! Component: 2450 - total flux cleaned = -0.000471835 Jy ! Component: 2500 - total flux cleaned = -0.000430363 Jy ! Component: 2550 - total flux cleaned = -0.000361851 Jy ! Component: 2600 - total flux cleaned = -0.000307644 Jy ! Component: 2650 - total flux cleaned = -0.000213767 Jy ! Component: 2700 - total flux cleaned = -0.000213681 Jy ! Component: 2750 - total flux cleaned = -0.000174068 Jy ! Component: 2800 - total flux cleaned = -0.000108754 Jy ! Component: 2850 - total flux cleaned = -8.2873e-05 Jy ! Component: 2900 - total flux cleaned = -5.70957e-05 Jy ! Component: 2950 - total flux cleaned = -5.70984e-05 Jy ! Component: 3000 - total flux cleaned = -1.92078e-05 Jy ! Component: 3050 - total flux cleaned = 1.82664e-05 Jy ! Component: 3100 - total flux cleaned = 1.82779e-05 Jy ! Component: 3150 - total flux cleaned = 6.76101e-05 Jy ! Component: 3200 - total flux cleaned = 0.000116264 Jy ! Component: 3250 - total flux cleaned = 0.000104047 Jy ! Component: 3300 - total flux cleaned = 0.000128114 Jy ! Component: 3350 - total flux cleaned = 0.000187638 Jy ! Component: 3400 - total flux cleaned = 0.000223047 Jy ! Component: 3450 - total flux cleaned = 0.000234702 Jy ! Component: 3500 - total flux cleaned = 0.000246381 Jy ! Component: 3550 - total flux cleaned = 0.000281138 Jy ! Component: 3600 - total flux cleaned = 0.00029265 Jy ! Component: 3650 - total flux cleaned = 0.000360989 Jy ! Component: 3700 - total flux cleaned = 0.000383506 Jy ! Component: 3750 - total flux cleaned = 0.000383523 Jy ! Component: 3800 - total flux cleaned = 0.000405884 Jy ! Component: 3850 - total flux cleaned = 0.000428068 Jy ! Component: 3900 - total flux cleaned = 0.000472021 Jy ! Component: 3950 - total flux cleaned = 0.000482996 Jy ! Component: 4000 - total flux cleaned = 0.000493926 Jy ! Component: 4050 - total flux cleaned = 0.00052638 Jy ! Total flux subtracted in 4096 components = 0.000547872 Jy ! Clean residual min=-0.000645 max=0.000690 Jy/beam ! Clean residual mean=-0.000002 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.296834 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 408 components and 0.296834 Jy ![Exited script file: muppet] wmap "J1230-1139_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.936 x 7.707 at -3.239 degrees (North through East) ! Clean map min=-0.0019638 max=0.15123 Jy/beam ! Writing clean map to FITS file: J1230-1139_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.151226 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000185888 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.368761 0.368761 0.737522 1.47504 2.95009 5.90018 11.8004 23.6007 47.2014 94.4028 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.151 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.936 x 7.707 at -3.239 degrees (North through East) ! Clean map min=-0.0019638 max=0.15123 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 J1230-1139_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:09:02 2019