! Started logfile: J0216-1017_S_2017_06_15_pus_uvs.log on Tue May 7 15:09:06 2019 obs J0216-1017_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0216-1017_S_2017_06_15_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.977778 visibilities/baseline/integration-bin. ! Found source: J0216-1017 ! ! 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 603 lines of history. ! ! Reading 20240 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 J0216-1017_S_2017_06_15_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 645 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.910276Jy sigma=0.007608 ! Fit after self-cal, rms=0.885100Jy sigma=0.007410 ! 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.566 mas, bmaj=7.092 mas, bpa=-4.664 degrees ! Estimated noise=1331.61 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.0899893 Jy ! Component: 100 - total flux cleaned = 0.11018 Jy ! Total flux subtracted in 100 components = 0.11018 Jy ! Clean residual min=-0.005484 max=0.008951 Jy/beam ! Clean residual mean=-0.000001 rms=0.001454 Jy/beam ! Combined flux in latest and established models = 0.11018 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.11018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085598Jy sigma=0.000685 ! Fit after self-cal, rms=0.085594Jy sigma=0.000685 ! Inverting map ! Added new window around map position (2, -9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00925896 Jy ! Component: 100 - total flux cleaned = 0.0147744 Jy ! Total flux subtracted in 100 components = 0.0147744 Jy ! Clean residual min=-0.005250 max=0.005126 Jy/beam ! Clean residual mean=-0.000003 rms=0.001189 Jy/beam ! Combined flux in latest and established models = 0.124955 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 26 components and 0.124955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084405Jy sigma=0.000674 ! Fit after self-cal, rms=0.084412Jy 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.039 mas, bmaj=8.071 mas, bpa=-4.436 degrees ! Estimated noise=716.486 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.00483615 Jy ! Component: 100 - total flux cleaned = 0.00745605 Jy ! Component: 150 - total flux cleaned = 0.00910667 Jy ! Component: 200 - total flux cleaned = 0.0101272 Jy ! Total flux subtracted in 200 components = 0.0101272 Jy ! Clean residual min=-0.004236 max=0.003167 Jy/beam ! Clean residual mean=-0.000006 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.135082 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 42 components and 0.135082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084124Jy sigma=0.000672 ! Fit after self-cal, rms=0.084134Jy sigma=0.000672 ! 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.13 FD 0.93 HN 0.98 KP 1.04 ! LA 1.03 MK 1.01 NL 0.90 OV 1.05 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.03 KP 1.01 ! LA 0.96 MK 1.00 NL 1.07 OV 1.03 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.31 FD 0.99 HN 1.04 KP 0.99 ! LA 0.96 MK 1.00 NL 1.05 OV 0.92 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.85 KP 1.00* ! LA 0.90 MK 0.96 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.084134Jy sigma=0.000672 ! Fit after self-cal, rms=0.085166Jy sigma=0.000668 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.032 mas, bmaj=8.126 mas, bpa=-4.595 degrees ! Estimated noise=719.831 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.000661802 Jy ! Component: 100 - total flux cleaned = -0.000654543 Jy ! Component: 150 - total flux cleaned = -0.000719843 Jy ! Component: 200 - total flux cleaned = -0.000720163 Jy ! Total flux subtracted in 200 components = -0.000720163 Jy ! Clean residual min=-0.003480 max=0.003131 Jy/beam ! Clean residual mean=-0.000006 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.134362 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 52 components and 0.134362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085119Jy sigma=0.000668 ! Fit after self-cal, rms=0.085137Jy sigma=0.000667 ! 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.085137Jy sigma=0.000667 ! Fit after self-cal, rms=0.084874Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.031 mas, bmaj=8.104 mas, bpa=-4.515 degrees ! Estimated noise=719.093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000717989 Jy ! Component: 100 - total flux cleaned = -0.000770163 Jy ! Component: 150 - total flux cleaned = -0.000837939 Jy ! Component: 200 - total flux cleaned = -0.000878104 Jy ! Total flux subtracted in 200 components = -0.000878104 Jy ! Clean residual min=-0.002090 max=0.001641 Jy/beam ! Clean residual mean=0.000003 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.133484 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 65 components and 0.133484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084857Jy sigma=0.000664 ! Fit after self-cal, rms=0.084881Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000220914 Jy ! Component: 100 - total flux cleaned = -0.000219855 Jy ! Component: 150 - total flux cleaned = -0.000252443 Jy ! Component: 200 - total flux cleaned = -0.000284076 Jy ! Total flux subtracted in 200 components = -0.000284076 Jy ! Clean residual min=-0.002050 max=0.001629 Jy/beam ! Clean residual mean=0.000003 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.1332 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 69 components and 0.1332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084873Jy sigma=0.000664 ! Fit after self-cal, rms=0.084872Jy sigma=0.000664 ! 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.084872Jy sigma=0.000664 ! Fit after self-cal, rms=0.085064Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.029 mas, bmaj=8.103 mas, bpa=-4.502 degrees ! Estimated noise=718.524 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000355538 Jy ! Component: 100 - total flux cleaned = -0.00041311 Jy ! Component: 150 - total flux cleaned = -0.000445731 Jy ! Component: 200 - total flux cleaned = -0.000476257 Jy ! Total flux subtracted in 200 components = -0.000476257 Jy ! Clean residual min=-0.002054 max=0.001585 Jy/beam ! Clean residual mean=0.000003 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.132723 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 73 components and 0.132723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085056Jy sigma=0.000664 ! Fit after self-cal, rms=0.085071Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.17511e-05 Jy ! Component: 100 - total flux cleaned = -9.57913e-05 Jy ! Component: 150 - total flux cleaned = -0.000135088 Jy ! Component: 200 - total flux cleaned = -0.000159304 Jy ! Total flux subtracted in 200 components = -0.000159304 Jy ! Clean residual min=-0.002036 max=0.001578 Jy/beam ! Clean residual mean=0.000003 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.132564 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 80 components and 0.132564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085066Jy sigma=0.000664 ! Fit after self-cal, rms=0.085065Jy sigma=0.000664 ! 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.085065Jy sigma=0.000664 ! Fit after self-cal, rms=0.085184Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.402 mas, bmaj=15.4 mas, bpa=-2.647 degrees ! Estimated noise=921.526 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000103389 Jy ! Component: 100 - total flux cleaned = -0.000133298 Jy ! Component: 150 - total flux cleaned = -0.000145354 Jy ! Component: 200 - total flux cleaned = -0.000145426 Jy ! Total flux subtracted in 200 components = -0.000145426 Jy ! Clean residual min=-0.001889 max=0.001893 Jy/beam ! Clean residual mean=0.000006 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.132419 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 85 components and 0.132419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085182Jy sigma=0.000664 ! Fit after self-cal, rms=0.085185Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.4913e-05 Jy ! Component: 100 - total flux cleaned = -7.49975e-05 Jy ! Component: 150 - total flux cleaned = -8.86233e-05 Jy ! Component: 200 - total flux cleaned = -8.88187e-05 Jy ! Total flux subtracted in 200 components = -8.88187e-05 Jy ! Clean residual min=-0.001876 max=0.001876 Jy/beam ! Clean residual mean=0.000006 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.13233 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 92 components and 0.13233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085184Jy sigma=0.000664 ! Fit after self-cal, rms=0.085183Jy sigma=0.000664 ! 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.028 mas, bmaj=8.104 mas, bpa=-4.491 degrees ! Estimated noise=718.169 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.028 x 8.104 at -4.491 degrees (North through East) ! Clean map min=-0.0019189 max=0.11425 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.55 mas, bmaj=7.125 mas, bpa=-4.722 degrees ! Estimated noise=1341.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.090445 Jy ! Component: 100 - total flux cleaned = 0.111396 Jy ! Component: 150 - total flux cleaned = 0.119791 Jy ! Component: 200 - total flux cleaned = 0.124816 Jy ! Total flux subtracted in 200 components = 0.124816 Jy ! Clean residual min=-0.003683 max=0.003796 Jy/beam ! Clean residual mean=0.000003 rms=0.000957 Jy/beam ! Combined flux in latest and established models = 0.124816 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.124816 Jy ! Inverting map and beam ! Estimated beam: bmin=3.028 mas, bmaj=8.104 mas, bpa=-4.491 degrees ! Estimated noise=718.169 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.00446389 Jy ! Component: 100 - total flux cleaned = 0.00610555 Jy ! Component: 150 - total flux cleaned = 0.00652491 Jy ! Component: 200 - total flux cleaned = 0.00682211 Jy ! Total flux subtracted in 200 components = 0.00682211 Jy ! Clean residual min=-0.001935 max=0.001730 Jy/beam ! Clean residual mean=0.000003 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.131638 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 47 components and 0.131638 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.402 mas, bmaj=15.4 mas, bpa=-2.647 degrees ! Estimated noise=921.526 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000496447 Jy ! Component: 100 - total flux cleaned = 0.000548291 Jy ! Component: 150 - total flux cleaned = 0.000533225 Jy ! Component: 200 - total flux cleaned = 0.000520648 Jy ! Total flux subtracted in 200 components = 0.000520648 Jy ! Clean residual min=-0.001898 max=0.001969 Jy/beam ! Clean residual mean=0.000006 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.132158 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 = -1.06229e-05 Jy ! Component: 100 - total flux cleaned = -2.02608e-05 Jy ! Component: 150 - total flux cleaned = -3.66134e-05 Jy ! Component: 200 - total flux cleaned = -2.85708e-05 Jy ! Total flux subtracted in 200 components = -2.85708e-05 Jy ! Clean residual min=-0.001890 max=0.001967 Jy/beam ! Clean residual mean=0.000006 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.13213 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 61 components and 0.13213 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.028 mas, bmaj=8.104 mas, bpa=-4.491 degrees ! Estimated noise=718.169 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000521508 Jy ! Component: 100 - total flux cleaned = -0.000491379 Jy ! Component: 150 - total flux cleaned = -0.000441472 Jy ! Component: 200 - total flux cleaned = -0.000399778 Jy ! Total flux subtracted in 200 components = -0.000399778 Jy ! Clean residual min=-0.002008 max=0.001678 Jy/beam ! Clean residual mean=0.000003 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.13173 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 71 components and 0.13173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085200Jy sigma=0.000664 ! Fit after self-cal, rms=0.085193Jy sigma=0.000664 wmodel J0216-1017_S_2017_06_15_pus_map.mod ! Writing 71 model components to file: J0216-1017_S_2017_06_15_pus_map.mod wobs J0216-1017_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0216-1017_S_2017_06_15_pus_uvs.fits wwins J0216-1017_S_2017_06_15_pus_map.win ! wwins: Wrote 2 windows to J0216-1017_S_2017_06_15_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.000665296 Jy ! Component: 100 - total flux cleaned = -0.000968053 Jy ! Component: 150 - total flux cleaned = -0.00128199 Jy ! Component: 200 - total flux cleaned = -0.00157982 Jy ! Component: 250 - total flux cleaned = -0.00178871 Jy ! Component: 300 - total flux cleaned = -0.00194033 Jy ! Component: 350 - total flux cleaned = -0.00201387 Jy ! Component: 400 - total flux cleaned = -0.00210969 Jy ! Component: 450 - total flux cleaned = -0.00220301 Jy ! Component: 500 - total flux cleaned = -0.00227154 Jy ! Component: 550 - total flux cleaned = -0.00236143 Jy ! Component: 600 - total flux cleaned = -0.00247217 Jy ! Component: 650 - total flux cleaned = -0.00258081 Jy ! Component: 700 - total flux cleaned = -0.00258111 Jy ! Component: 750 - total flux cleaned = -0.00258099 Jy ! Component: 800 - total flux cleaned = -0.00264302 Jy ! Component: 850 - total flux cleaned = -0.00260266 Jy ! Component: 900 - total flux cleaned = -0.00264316 Jy ! Component: 950 - total flux cleaned = -0.00272194 Jy ! Component: 1000 - total flux cleaned = -0.00272188 Jy ! Component: 1050 - total flux cleaned = -0.00277919 Jy ! Component: 1100 - total flux cleaned = -0.00272254 Jy ! Component: 1150 - total flux cleaned = -0.00274166 Jy ! Component: 1200 - total flux cleaned = -0.00279661 Jy ! Component: 1250 - total flux cleaned = -0.00279643 Jy ! Component: 1300 - total flux cleaned = -0.00277856 Jy ! Component: 1350 - total flux cleaned = -0.00279609 Jy ! Component: 1400 - total flux cleaned = -0.00279608 Jy ! Component: 1450 - total flux cleaned = -0.00272775 Jy ! Component: 1500 - total flux cleaned = -0.00276151 Jy ! Component: 1550 - total flux cleaned = -0.00262811 Jy ! Component: 1600 - total flux cleaned = -0.00267774 Jy ! Component: 1650 - total flux cleaned = -0.00264523 Jy ! Component: 1700 - total flux cleaned = -0.00261322 Jy ! Component: 1750 - total flux cleaned = -0.00262923 Jy ! Component: 1800 - total flux cleaned = -0.00259783 Jy ! Component: 1850 - total flux cleaned = -0.00255099 Jy ! Component: 1900 - total flux cleaned = -0.00256641 Jy ! Component: 1950 - total flux cleaned = -0.00247471 Jy ! Component: 2000 - total flux cleaned = -0.00247474 Jy ! Component: 2050 - total flux cleaned = -0.00245975 Jy ! Component: 2100 - total flux cleaned = -0.00240012 Jy ! Component: 2150 - total flux cleaned = -0.00237074 Jy ! Component: 2200 - total flux cleaned = -0.00241425 Jy ! Component: 2250 - total flux cleaned = -0.00231314 Jy ! Component: 2300 - total flux cleaned = -0.00228472 Jy ! Component: 2350 - total flux cleaned = -0.00227074 Jy ! Component: 2400 - total flux cleaned = -0.0022984 Jy ! Component: 2450 - total flux cleaned = -0.00218733 Jy ! Component: 2500 - total flux cleaned = -0.00221498 Jy ! Component: 2550 - total flux cleaned = -0.00218763 Jy ! Component: 2600 - total flux cleaned = -0.00220121 Jy ! Component: 2650 - total flux cleaned = -0.00214745 Jy ! Component: 2700 - total flux cleaned = -0.00214756 Jy ! Component: 2750 - total flux cleaned = -0.00212137 Jy ! Component: 2800 - total flux cleaned = -0.0021474 Jy ! Component: 2850 - total flux cleaned = -0.00213456 Jy ! Component: 2900 - total flux cleaned = -0.00216009 Jy ! Component: 2950 - total flux cleaned = -0.00213463 Jy ! Component: 3000 - total flux cleaned = -0.00207188 Jy ! Component: 3050 - total flux cleaned = -0.00209695 Jy ! Component: 3100 - total flux cleaned = -0.00209697 Jy ! Component: 3150 - total flux cleaned = -0.00209696 Jy ! Component: 3200 - total flux cleaned = -0.00208486 Jy ! Component: 3250 - total flux cleaned = -0.00207276 Jy ! Component: 3300 - total flux cleaned = -0.0021087 Jy ! Component: 3350 - total flux cleaned = -0.00208513 Jy ! Component: 3400 - total flux cleaned = -0.00206167 Jy ! Component: 3450 - total flux cleaned = -0.00206159 Jy ! Component: 3500 - total flux cleaned = -0.00208475 Jy ! Component: 3550 - total flux cleaned = -0.00214207 Jy ! Component: 3600 - total flux cleaned = -0.00209636 Jy ! Component: 3650 - total flux cleaned = -0.00207362 Jy ! Component: 3700 - total flux cleaned = -0.00205127 Jy ! Component: 3750 - total flux cleaned = -0.0020513 Jy ! Component: 3800 - total flux cleaned = -0.00205155 Jy ! Component: 3850 - total flux cleaned = -0.00202957 Jy ! Component: 3900 - total flux cleaned = -0.0020513 Jy ! Component: 3950 - total flux cleaned = -0.00206206 Jy ! Component: 4000 - total flux cleaned = -0.00206199 Jy ! Component: 4050 - total flux cleaned = -0.00203005 Jy ! Total flux subtracted in 4096 components = -0.00201949 Jy ! Clean residual min=-0.000629 max=0.000814 Jy/beam ! Clean residual mean=0.000001 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.12971 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 362 components and 0.12971 Jy ![Exited script file: muppet] wmap "J0216-1017_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.028 x 8.104 at -4.491 degrees (North through East) ! Clean map min=-0.0017064 max=0.1152 Jy/beam ! Writing clean map to FITS file: J0216-1017_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.115199 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000187553 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.488425 0.488425 0.97685 1.9537 3.9074 7.8148 15.6296 31.2592 62.5184 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.115 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.028 x 8.104 at -4.491 degrees (North through East) ! Clean map min=-0.0017064 max=0.1152 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 J0216-1017_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:09:11 2019