! Started logfile: J1443-2215_S_2017_08_05_pus_uvs.log on Thu May 9 19:31:20 2019 obs J1443-2215_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J1443-2215_S_2017_08_05_pus_uva.fits ! AN table 1: 160 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.944306 visibilities/baseline/integration-bin. ! Found source: J1443-2215 ! ! 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 513 lines of history. ! ! Reading 27196 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 J1443-2215_S_2017_08_05_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 46 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 353 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1191 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002730Jy sigma=0.007475 ! Fit after self-cal, rms=0.955868Jy sigma=0.007142 ! 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.506 mas, bmaj=6.891 mas, bpa=-2.442 degrees ! Estimated noise=1366.13 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.0368789 Jy ! Component: 100 - total flux cleaned = 0.0450449 Jy ! Total flux subtracted in 100 components = 0.0450449 Jy ! Clean residual min=-0.003389 max=0.003860 Jy/beam ! Clean residual mean=-0.000007 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.0450449 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0450449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093335Jy sigma=0.000642 ! Fit after self-cal, rms=0.091784Jy sigma=0.000630 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00518133 Jy ! Component: 100 - total flux cleaned = 0.00688005 Jy ! Total flux subtracted in 100 components = 0.00688005 Jy ! Clean residual min=-0.003486 max=0.003734 Jy/beam ! Clean residual mean=-0.000003 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.051925 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 19 components and 0.051925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091501Jy sigma=0.000629 ! Fit after self-cal, rms=0.091485Jy sigma=0.000629 ! 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.163 mas, bmaj=8.191 mas, bpa=0.03856 degrees ! Estimated noise=744.642 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.000148047 Jy ! Component: 100 - total flux cleaned = 5.44679e-05 Jy ! Component: 150 - total flux cleaned = 2.70134e-06 Jy ! Component: 200 - total flux cleaned = -4.45546e-05 Jy ! Total flux subtracted in 200 components = -4.45546e-05 Jy ! Clean residual min=-0.002782 max=0.002151 Jy/beam ! Clean residual mean=-0.000005 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.0518804 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 24 components and 0.0518804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091464Jy sigma=0.000629 ! Fit after self-cal, rms=0.091436Jy sigma=0.000628 ! 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.04 FD 0.99 HN 1.01 KP 0.99 ! LA 1.03 MK 1.01 NL 0.91 OV 1.13 ! PT 1.10 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.48 FD 0.98 HN 0.92 KP 0.98 ! LA 1.00 MK 0.97 NL 1.07 OV 1.05 ! PT 1.08 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.98 HN 0.93 KP 0.85 ! LA 0.80 MK 1.15 NL 1.01 OV 0.97 ! PT 1.05 SC 0.92 ! ! ! Correcting IF 4. ! A total of 249 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 HN 0.63 KP 1.00* ! LA 1.00* MK 0.81 NL 1.00* OV 1.00* ! PT 0.90 SC 1.00* ! ! ! Fit before self-cal, rms=0.091436Jy sigma=0.000628 ! Fit after self-cal, rms=0.089171Jy sigma=0.000627 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.128 mas, bmaj=8.161 mas, bpa=0.2161 degrees ! Estimated noise=755.559 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.000121249 Jy ! Component: 100 - total flux cleaned = -7.79438e-05 Jy ! Component: 150 - total flux cleaned = -0.000125901 Jy ! Component: 200 - total flux cleaned = -0.000125403 Jy ! Total flux subtracted in 200 components = -0.000125403 Jy ! Clean residual min=-0.002113 max=0.001945 Jy/beam ! Clean residual mean=-0.000007 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.051755 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 29 components and 0.051755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089162Jy sigma=0.000626 ! Fit after self-cal, rms=0.089035Jy sigma=0.000626 ! 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.089035Jy sigma=0.000626 ! Fit after self-cal, rms=0.087928Jy sigma=0.000625 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.12 mas, bmaj=8.108 mas, bpa=0.2658 degrees ! Estimated noise=753.841 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.52923e-06 Jy ! Component: 100 - total flux cleaned = -6.22985e-05 Jy ! Component: 150 - total flux cleaned = -6.22859e-05 Jy ! Component: 200 - total flux cleaned = -7.75806e-05 Jy ! Total flux subtracted in 200 components = -7.75806e-05 Jy ! Clean residual min=-0.001782 max=0.001941 Jy/beam ! Clean residual mean=-0.000006 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.0516774 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 31 components and 0.0516774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087920Jy sigma=0.000625 ! Fit after self-cal, rms=0.087896Jy sigma=0.000625 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 (-46, 102.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00186938 Jy ! Component: 100 - total flux cleaned = 0.00210351 Jy ! Component: 150 - total flux cleaned = 0.00213643 Jy ! Component: 200 - total flux cleaned = 0.00208515 Jy ! Total flux subtracted in 200 components = 0.00208515 Jy ! Clean residual min=-0.001675 max=0.001676 Jy/beam ! Clean residual mean=-0.000004 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.0537626 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 49 components and 0.0537626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087854Jy sigma=0.000625 ! Fit after self-cal, rms=0.087823Jy sigma=0.000625 ! 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.087823Jy sigma=0.000625 ! Fit after self-cal, rms=0.086956Jy sigma=0.000624 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.111 mas, bmaj=8.054 mas, bpa=0.2134 degrees ! Estimated noise=747.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113657 Jy ! Component: 100 - total flux cleaned = 0.0012851 Jy ! Component: 150 - total flux cleaned = 0.00131174 Jy ! Component: 200 - total flux cleaned = 0.001291 Jy ! Total flux subtracted in 200 components = 0.001291 Jy ! Clean residual min=-0.001612 max=0.001521 Jy/beam ! Clean residual mean=-0.000004 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.0550536 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 56 components and 0.0550536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086934Jy sigma=0.000624 ! Fit after self-cal, rms=0.086910Jy sigma=0.000624 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.000746648 Jy ! Component: 100 - total flux cleaned = 0.000774054 Jy ! Component: 150 - total flux cleaned = 0.000753319 Jy ! Component: 200 - total flux cleaned = 0.000734055 Jy ! Total flux subtracted in 200 components = 0.000734055 Jy ! Clean residual min=-0.001504 max=0.001522 Jy/beam ! Clean residual mean=-0.000004 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.0557876 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 60 components and 0.0557876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086896Jy sigma=0.000624 ! Fit after self-cal, rms=0.086886Jy sigma=0.000624 ! 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.086886Jy sigma=0.000624 ! Fit after self-cal, rms=0.086516Jy sigma=0.000624 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.727 mas, bmaj=17.96 mas, bpa=1.564 degrees ! Estimated noise=962.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000234197 Jy ! Component: 100 - total flux cleaned = 0.000344729 Jy ! Component: 150 - total flux cleaned = 0.00043169 Jy ! Component: 200 - total flux cleaned = 0.000513554 Jy ! Total flux subtracted in 200 components = 0.000513554 Jy ! Clean residual min=-0.002057 max=0.001595 Jy/beam ! Clean residual mean=-0.000008 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.0563012 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 75 components and 0.0563012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086511Jy sigma=0.000624 ! Fit after self-cal, rms=0.086509Jy sigma=0.000623 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.000132131 Jy ! Component: 100 - total flux cleaned = 0.000211424 Jy ! Component: 150 - total flux cleaned = 0.000211001 Jy ! Component: 200 - total flux cleaned = 0.000212014 Jy ! Total flux subtracted in 200 components = 0.000212014 Jy ! Clean residual min=-0.002082 max=0.001574 Jy/beam ! Clean residual mean=-0.000007 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.0565132 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 86 components and 0.0565132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086506Jy sigma=0.000623 ! Fit after self-cal, rms=0.086500Jy sigma=0.000623 ! 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.103 mas, bmaj=8.024 mas, bpa=0.1027 degrees ! Estimated noise=744.43 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.103 x 8.024 at 0.1027 degrees (North through East) ! Clean map min=-0.0014828 max=0.049836 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.461 mas, bmaj=6.832 mas, bpa=-2.809 degrees ! Estimated noise=1331.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0387102 Jy ! Component: 100 - total flux cleaned = 0.0477224 Jy ! Component: 150 - total flux cleaned = 0.0523258 Jy ! Component: 200 - total flux cleaned = 0.0547076 Jy ! Total flux subtracted in 200 components = 0.0547076 Jy ! Clean residual min=-0.002942 max=0.002966 Jy/beam ! Clean residual mean=-0.000003 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.0547076 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0547076 Jy ! Inverting map and beam ! Estimated beam: bmin=3.103 mas, bmaj=8.024 mas, bpa=0.1027 degrees ! Estimated noise=744.43 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.00130229 Jy ! Component: 100 - total flux cleaned = 0.00159038 Jy ! Component: 150 - total flux cleaned = 0.00176909 Jy ! Component: 200 - total flux cleaned = 0.00192825 Jy ! Total flux subtracted in 200 components = 0.00192825 Jy ! Clean residual min=-0.001873 max=0.001823 Jy/beam ! Clean residual mean=-0.000004 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.0566358 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 39 components and 0.0566358 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.727 mas, bmaj=17.96 mas, bpa=1.564 degrees ! Estimated noise=962.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000229134 Jy ! Component: 100 - total flux cleaned = 0.00031661 Jy ! Component: 150 - total flux cleaned = 0.000286221 Jy ! Component: 200 - total flux cleaned = 0.000285205 Jy ! Total flux subtracted in 200 components = 0.000285205 Jy ! Clean residual min=-0.002129 max=0.001670 Jy/beam ! Clean residual mean=-0.000007 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.056921 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.39128e-05 Jy ! Component: 100 - total flux cleaned = -6.26627e-05 Jy ! Component: 150 - total flux cleaned = -7.89383e-05 Jy ! Component: 200 - total flux cleaned = -9.29794e-05 Jy ! Total flux subtracted in 200 components = -9.29794e-05 Jy ! Clean residual min=-0.002096 max=0.001662 Jy/beam ! Clean residual mean=-0.000007 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.056828 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 61 components and 0.0568281 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.103 mas, bmaj=8.024 mas, bpa=0.1027 degrees ! Estimated noise=744.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000396763 Jy ! Component: 100 - total flux cleaned = 0.0003514 Jy ! Component: 150 - total flux cleaned = 0.000313146 Jy ! Component: 200 - total flux cleaned = 0.000281072 Jy ! Total flux subtracted in 200 components = 0.000281072 Jy ! Clean residual min=-0.001648 max=0.001422 Jy/beam ! Clean residual mean=-0.000004 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0571091 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 73 components and 0.0571091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086514Jy sigma=0.000624 ! Fit after self-cal, rms=0.086510Jy sigma=0.000623 wmodel J1443-2215_S_2017_08_05_pus_map.mod ! Writing 73 model components to file: J1443-2215_S_2017_08_05_pus_map.mod wobs J1443-2215_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J1443-2215_S_2017_08_05_pus_uvs.fits wwins J1443-2215_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J1443-2215_S_2017_08_05_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.000236499 Jy ! Component: 100 - total flux cleaned = -0.000368349 Jy ! Component: 150 - total flux cleaned = -0.00056962 Jy ! Component: 200 - total flux cleaned = -0.000690346 Jy ! Component: 250 - total flux cleaned = -0.000714447 Jy ! Component: 300 - total flux cleaned = -0.000782909 Jy ! Component: 350 - total flux cleaned = -0.000826995 Jy ! Component: 400 - total flux cleaned = -0.000869308 Jy ! Component: 450 - total flux cleaned = -0.000911239 Jy ! Component: 500 - total flux cleaned = -0.000870344 Jy ! Component: 550 - total flux cleaned = -0.000870146 Jy ! Component: 600 - total flux cleaned = -0.000830642 Jy ! Component: 650 - total flux cleaned = -0.000811272 Jy ! Component: 700 - total flux cleaned = -0.000830124 Jy ! Component: 750 - total flux cleaned = -0.000829942 Jy ! Component: 800 - total flux cleaned = -0.000793175 Jy ! Component: 850 - total flux cleaned = -0.000793448 Jy ! Component: 900 - total flux cleaned = -0.000828796 Jy ! Component: 950 - total flux cleaned = -0.000898663 Jy ! Component: 1000 - total flux cleaned = -0.000949967 Jy ! Component: 1050 - total flux cleaned = -0.000949654 Jy ! Component: 1100 - total flux cleaned = -0.00101604 Jy ! Component: 1150 - total flux cleaned = -0.00103204 Jy ! Component: 1200 - total flux cleaned = -0.00106467 Jy ! Component: 1250 - total flux cleaned = -0.00109662 Jy ! Component: 1300 - total flux cleaned = -0.00114371 Jy ! Component: 1350 - total flux cleaned = -0.00111295 Jy ! Component: 1400 - total flux cleaned = -0.00119 Jy ! Component: 1450 - total flux cleaned = -0.00125064 Jy ! Component: 1500 - total flux cleaned = -0.00129565 Jy ! Component: 1550 - total flux cleaned = -0.00128081 Jy ! Component: 1600 - total flux cleaned = -0.00128115 Jy ! Component: 1650 - total flux cleaned = -0.00135308 Jy ! Component: 1700 - total flux cleaned = -0.00133861 Jy ! Component: 1750 - total flux cleaned = -0.00131064 Jy ! Component: 1800 - total flux cleaned = -0.00135276 Jy ! Component: 1850 - total flux cleaned = -0.00136682 Jy ! Component: 1900 - total flux cleaned = -0.00140773 Jy ! Component: 1950 - total flux cleaned = -0.00140791 Jy ! Component: 2000 - total flux cleaned = -0.00147441 Jy ! Component: 2050 - total flux cleaned = -0.00151394 Jy ! Component: 2100 - total flux cleaned = -0.00150082 Jy ! Component: 2150 - total flux cleaned = -0.00153943 Jy ! Component: 2200 - total flux cleaned = -0.00157777 Jy ! Component: 2250 - total flux cleaned = -0.00162834 Jy ! Component: 2300 - total flux cleaned = -0.00166555 Jy ! Component: 2350 - total flux cleaned = -0.00169041 Jy ! Component: 2400 - total flux cleaned = -0.00171485 Jy ! Component: 2450 - total flux cleaned = -0.0017272 Jy ! Component: 2500 - total flux cleaned = -0.0017634 Jy ! Component: 2550 - total flux cleaned = -0.00177521 Jy ! Component: 2600 - total flux cleaned = -0.00181039 Jy ! Component: 2650 - total flux cleaned = -0.00182205 Jy ! Component: 2700 - total flux cleaned = -0.00184508 Jy ! Component: 2750 - total flux cleaned = -0.00185657 Jy ! Component: 2800 - total flux cleaned = -0.00183407 Jy ! Component: 2850 - total flux cleaned = -0.00191284 Jy ! Component: 2900 - total flux cleaned = -0.00190166 Jy ! Component: 2950 - total flux cleaned = -0.0019351 Jy ! Component: 3000 - total flux cleaned = -0.00197907 Jy ! Component: 3050 - total flux cleaned = -0.00204431 Jy ! Component: 3100 - total flux cleaned = -0.00204422 Jy ! Component: 3150 - total flux cleaned = -0.00205502 Jy ! Component: 3200 - total flux cleaned = -0.00209765 Jy ! Component: 3250 - total flux cleaned = -0.00216082 Jy ! Component: 3300 - total flux cleaned = -0.00211884 Jy ! Component: 3350 - total flux cleaned = -0.00216048 Jy ! Component: 3400 - total flux cleaned = -0.00219146 Jy ! Component: 3450 - total flux cleaned = -0.0022323 Jy ! Component: 3500 - total flux cleaned = -0.00221204 Jy ! Component: 3550 - total flux cleaned = -0.00225223 Jy ! Component: 3600 - total flux cleaned = -0.00226218 Jy ! Component: 3650 - total flux cleaned = -0.00231175 Jy ! Component: 3700 - total flux cleaned = -0.00236101 Jy ! Component: 3750 - total flux cleaned = -0.00238068 Jy ! Component: 3800 - total flux cleaned = -0.00236135 Jy ! Component: 3850 - total flux cleaned = -0.00242907 Jy ! Component: 3900 - total flux cleaned = -0.00246743 Jy ! Component: 3950 - total flux cleaned = -0.00248644 Jy ! Component: 4000 - total flux cleaned = -0.00249597 Jy ! Component: 4050 - total flux cleaned = -0.00253367 Jy ! Total flux subtracted in 4096 components = -0.00258045 Jy ! Clean residual min=-0.000574 max=0.000559 Jy/beam ! Clean residual mean=-0.000003 rms=0.000174 Jy/beam ! Combined flux in latest and established models = 0.0545287 Jy keep ! Adding 318 model components to the UV plane model. ! The established model now contains 391 components and 0.0545287 Jy ![Exited script file: muppet] wmap "J1443-2215_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.103 x 8.024 at 0.1027 degrees (North through East) ! Clean map min=-0.0012509 max=0.049246 Jy/beam ! Writing clean map to FITS file: J1443-2215_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0492457 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00017313 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.05469 1.05469 2.10938 4.21877 8.43753 16.8751 33.7501 67.5003 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.049 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.103 x 8.024 at 0.1027 degrees (North through East) ! Clean map min=-0.0012509 max=0.049246 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 J1443-2215_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:31:25 2019