! Started logfile: J0434-1442_S_2017_02_19_pus_uvs.log on Sat May 4 18:42:25 2019 obs J0434-1442_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J0434-1442_S_2017_02_19_pus_uva.fits ! AN table 1: 111 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.582983 visibilities/baseline/integration-bin. ! Found source: J0434-1442 ! ! 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 482 lines of history. ! ! Reading 11648 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 J0434-1442_S_2017_02_19_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 307 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 307 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 307 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 652 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.589611Jy sigma=0.004479 ! Fit after self-cal, rms=0.575125Jy sigma=0.004381 ! 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.422 mas, bmaj=6.633 mas, bpa=-4.33 degrees ! Estimated noise=1198.28 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.325373 Jy ! Component: 100 - total flux cleaned = 0.402971 Jy ! Total flux subtracted in 100 components = 0.402971 Jy ! Clean residual min=-0.013398 max=0.030335 Jy/beam ! Clean residual mean=0.000023 rms=0.003514 Jy/beam ! Combined flux in latest and established models = 0.40297 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.40297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126900Jy sigma=0.000852 ! Fit after self-cal, rms=0.126881Jy sigma=0.000851 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0319236 Jy ! Component: 100 - total flux cleaned = 0.0484916 Jy ! Total flux subtracted in 100 components = 0.0484916 Jy ! Clean residual min=-0.010628 max=0.010694 Jy/beam ! Clean residual mean=0.000014 rms=0.002688 Jy/beam ! Combined flux in latest and established models = 0.451462 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 20 components and 0.451462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115395Jy sigma=0.000783 ! Fit after self-cal, rms=0.115371Jy sigma=0.000782 ! 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.86 mas, bmaj=7.341 mas, bpa=-3.277 degrees ! Estimated noise=964.312 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.0127393 Jy ! Component: 100 - total flux cleaned = 0.0187615 Jy ! Component: 150 - total flux cleaned = 0.0219518 Jy ! Component: 200 - total flux cleaned = 0.023818 Jy ! Total flux subtracted in 200 components = 0.023818 Jy ! Clean residual min=-0.008839 max=0.007646 Jy/beam ! Clean residual mean=0.000011 rms=0.002098 Jy/beam ! Combined flux in latest and established models = 0.47528 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 48 components and 0.47528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113328Jy sigma=0.000777 ! Fit after self-cal, rms=0.113322Jy sigma=0.000777 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 78 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.93 HN 1.01 KP 1.06 ! LA 1.03 MK 0.97 NL 0.91 OV 1.05 ! PT 1.00* SC 0.95 ! ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.00 HN 1.04 KP 1.02 ! LA 0.98 MK 0.96 NL 1.07 OV 1.08 ! PT 1.00* SC 1.03 ! ! ! Correcting IF 3. ! A total of 78 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.04 HN 1.00 KP 0.89 ! LA 0.78 MK 0.98 NL 1.20 OV 0.99 ! PT 1.00* SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.07 HN 0.95 KP 1.00* ! LA 0.77 MK 1.24 NL 1.00* OV 1.02 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.113322Jy sigma=0.000777 ! Fit after self-cal, rms=0.096020Jy sigma=0.000685 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.848 mas, bmaj=7.287 mas, bpa=-3.19 degrees ! Estimated noise=973.525 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.000922184 Jy ! Component: 100 - total flux cleaned = -0.00124592 Jy ! Component: 150 - total flux cleaned = -0.00140438 Jy ! Component: 200 - total flux cleaned = -0.00154693 Jy ! Total flux subtracted in 200 components = -0.00154693 Jy ! Clean residual min=-0.005111 max=0.004554 Jy/beam ! Clean residual mean=0.000004 rms=0.001195 Jy/beam ! Combined flux in latest and established models = 0.473733 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 56 components and 0.473733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095980Jy sigma=0.000685 ! Fit after self-cal, rms=0.095952Jy sigma=0.000684 ! 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.095952Jy sigma=0.000684 ! Fit after self-cal, rms=0.094201Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.848 mas, bmaj=7.289 mas, bpa=-3.209 degrees ! Estimated noise=974.364 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000148213 Jy ! Component: 100 - total flux cleaned = 8.53636e-05 Jy ! Component: 150 - total flux cleaned = 2.51627e-05 Jy ! Component: 200 - total flux cleaned = -5.78585e-05 Jy ! Total flux subtracted in 200 components = -5.78585e-05 Jy ! Clean residual min=-0.002885 max=0.002769 Jy/beam ! Clean residual mean=0.000000 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.473675 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 59 components and 0.473675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094184Jy sigma=0.000669 ! Fit after self-cal, rms=0.094201Jy sigma=0.000669 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.50196e-05 Jy ! Component: 100 - total flux cleaned = -8.50297e-05 Jy ! Component: 150 - total flux cleaned = -0.000130948 Jy ! Component: 200 - total flux cleaned = -0.000195548 Jy ! Total flux subtracted in 200 components = -0.000195548 Jy ! Clean residual min=-0.002872 max=0.002759 Jy/beam ! Clean residual mean=0.000000 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.47348 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 63 components and 0.47348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094191Jy sigma=0.000669 ! Fit after self-cal, rms=0.094190Jy sigma=0.000669 ! 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.094190Jy sigma=0.000669 ! Fit after self-cal, rms=0.094341Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.849 mas, bmaj=7.295 mas, bpa=-3.202 degrees ! Estimated noise=974.284 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000196186 Jy ! Component: 100 - total flux cleaned = -0.000248624 Jy ! Component: 150 - total flux cleaned = -0.000319311 Jy ! Component: 200 - total flux cleaned = -0.000381689 Jy ! Total flux subtracted in 200 components = -0.000381689 Jy ! Clean residual min=-0.002379 max=0.002335 Jy/beam ! Clean residual mean=0.000001 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.473098 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 63 components and 0.473098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094326Jy sigma=0.000667 ! Fit after self-cal, rms=0.094336Jy sigma=0.000667 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00010683 Jy ! Component: 100 - total flux cleaned = 4.80394e-05 Jy ! Component: 150 - total flux cleaned = -4.35234e-06 Jy ! Component: 200 - total flux cleaned = -3.65374e-05 Jy ! Total flux subtracted in 200 components = -3.65374e-05 Jy ! Clean residual min=-0.002355 max=0.002302 Jy/beam ! Clean residual mean=0.000001 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.473062 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.473062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094328Jy sigma=0.000667 ! Fit after self-cal, rms=0.094327Jy sigma=0.000667 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094327Jy sigma=0.000667 ! Fit after self-cal, rms=0.094326Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.803 mas, bmaj=13.36 mas, bpa=4.673 degrees ! Estimated noise=1330.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0001387 Jy ! Component: 100 - total flux cleaned = 0.000123759 Jy ! Component: 150 - total flux cleaned = 0.000100666 Jy ! Component: 200 - total flux cleaned = 8.0482e-05 Jy ! Total flux subtracted in 200 components = 8.0482e-05 Jy ! Clean residual min=-0.002957 max=0.002319 Jy/beam ! Clean residual mean=0.000002 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.473142 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 73 components and 0.473142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094326Jy sigma=0.000667 ! Fit after self-cal, rms=0.094327Jy sigma=0.000667 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.81588e-05 Jy ! Component: 100 - total flux cleaned = -2.86959e-05 Jy ! Component: 150 - total flux cleaned = -4.77634e-05 Jy ! Component: 200 - total flux cleaned = -3.06701e-05 Jy ! Total flux subtracted in 200 components = -3.06701e-05 Jy ! Clean residual min=-0.002977 max=0.002314 Jy/beam ! Clean residual mean=0.000002 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.473111 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 74 components and 0.473111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094328Jy sigma=0.000667 ! Fit after self-cal, rms=0.094328Jy sigma=0.000667 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=2.85 mas, bmaj=7.298 mas, bpa=-3.193 degrees ! Estimated noise=974.087 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.85 x 7.298 at -3.193 degrees (North through East) ! Clean map min=-0.002302 max=0.42779 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.421 mas, bmaj=6.658 mas, bpa=-3.99 degrees ! Estimated noise=1214.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.32752 Jy ! Component: 100 - total flux cleaned = 0.404806 Jy ! Component: 150 - total flux cleaned = 0.436896 Jy ! Component: 200 - total flux cleaned = 0.453172 Jy ! Total flux subtracted in 200 components = 0.453172 Jy ! Clean residual min=-0.004320 max=0.007731 Jy/beam ! Clean residual mean=0.000005 rms=0.001085 Jy/beam ! Combined flux in latest and established models = 0.453172 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.453172 Jy ! Inverting map and beam ! Estimated beam: bmin=2.85 mas, bmaj=7.298 mas, bpa=-3.193 degrees ! Estimated noise=974.087 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.0100552 Jy ! Component: 100 - total flux cleaned = 0.0151616 Jy ! Component: 150 - total flux cleaned = 0.018006 Jy ! Component: 200 - total flux cleaned = 0.0196343 Jy ! Total flux subtracted in 200 components = 0.0196343 Jy ! Clean residual min=-0.002429 max=0.002279 Jy/beam ! Clean residual mean=0.000001 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.472806 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 31 components and 0.472806 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.803 mas, bmaj=13.36 mas, bpa=4.673 degrees ! Estimated noise=1330.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000933695 Jy ! Component: 100 - total flux cleaned = 0.000987799 Jy ! Component: 150 - total flux cleaned = 0.0010265 Jy ! Component: 200 - total flux cleaned = 0.00104102 Jy ! Total flux subtracted in 200 components = 0.00104102 Jy ! Clean residual min=-0.002969 max=0.002278 Jy/beam ! Clean residual mean=0.000002 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.473847 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.33181e-05 Jy ! Component: 100 - total flux cleaned = -7.78912e-06 Jy ! Component: 150 - total flux cleaned = -2.69555e-05 Jy ! Component: 200 - total flux cleaned = -4.45074e-05 Jy ! Total flux subtracted in 200 components = -4.45074e-05 Jy ! Clean residual min=-0.002979 max=0.002271 Jy/beam ! Clean residual mean=0.000002 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.473803 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 43 components and 0.473803 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.85 mas, bmaj=7.298 mas, bpa=-3.193 degrees ! Estimated noise=974.087 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000379407 Jy ! Component: 100 - total flux cleaned = -0.00034152 Jy ! Component: 150 - total flux cleaned = -0.000311519 Jy ! Component: 200 - total flux cleaned = -0.000285519 Jy ! Total flux subtracted in 200 components = -0.000285519 Jy ! Clean residual min=-0.002310 max=0.002291 Jy/beam ! Clean residual mean=0.000001 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.473517 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 53 components and 0.473517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094325Jy sigma=0.000667 ! Fit after self-cal, rms=0.094320Jy sigma=0.000667 wmodel J0434-1442_S_2017_02_19_pus_map.mod ! Writing 53 model components to file: J0434-1442_S_2017_02_19_pus_map.mod wobs J0434-1442_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J0434-1442_S_2017_02_19_pus_uvs.fits wwins J0434-1442_S_2017_02_19_pus_map.win ! wwins: Wrote 1 windows to J0434-1442_S_2017_02_19_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.000177293 Jy ! Component: 100 - total flux cleaned = -0.000341565 Jy ! Component: 150 - total flux cleaned = -0.00053975 Jy ! Component: 200 - total flux cleaned = -0.000539077 Jy ! Component: 250 - total flux cleaned = -0.000539339 Jy ! Component: 300 - total flux cleaned = -0.000650468 Jy ! Component: 350 - total flux cleaned = -0.000686428 Jy ! Component: 400 - total flux cleaned = -0.000686292 Jy ! Component: 450 - total flux cleaned = -0.000755073 Jy ! Component: 500 - total flux cleaned = -0.000823065 Jy ! Component: 550 - total flux cleaned = -0.000856193 Jy ! Component: 600 - total flux cleaned = -0.000889089 Jy ! Component: 650 - total flux cleaned = -0.00104977 Jy ! Component: 700 - total flux cleaned = -0.00117637 Jy ! Component: 750 - total flux cleaned = -0.00117721 Jy ! Component: 800 - total flux cleaned = -0.00133065 Jy ! Component: 850 - total flux cleaned = -0.00151066 Jy ! Component: 900 - total flux cleaned = -0.00154004 Jy ! Component: 950 - total flux cleaned = -0.00159897 Jy ! Component: 1000 - total flux cleaned = -0.00171397 Jy ! Component: 1050 - total flux cleaned = -0.00179864 Jy ! Component: 1100 - total flux cleaned = -0.001854 Jy ! Component: 1150 - total flux cleaned = -0.00196397 Jy ! Component: 1200 - total flux cleaned = -0.00204521 Jy ! Component: 1250 - total flux cleaned = -0.00207177 Jy ! Component: 1300 - total flux cleaned = -0.00217809 Jy ! Component: 1350 - total flux cleaned = -0.00228285 Jy ! Component: 1400 - total flux cleaned = -0.00225673 Jy ! Component: 1450 - total flux cleaned = -0.00233414 Jy ! Component: 1500 - total flux cleaned = -0.00241028 Jy ! Component: 1550 - total flux cleaned = -0.0025354 Jy ! Component: 1600 - total flux cleaned = -0.00253525 Jy ! Component: 1650 - total flux cleaned = -0.00263331 Jy ! Component: 1700 - total flux cleaned = -0.00277811 Jy ! Component: 1750 - total flux cleaned = -0.002754 Jy ! Component: 1800 - total flux cleaned = -0.00282541 Jy ! Component: 1850 - total flux cleaned = -0.00289574 Jy ! Component: 1900 - total flux cleaned = -0.00291903 Jy ! Component: 1950 - total flux cleaned = -0.00301117 Jy ! Component: 2000 - total flux cleaned = -0.00310256 Jy ! Component: 2050 - total flux cleaned = -0.00321558 Jy ! Component: 2100 - total flux cleaned = -0.00332689 Jy ! Component: 2150 - total flux cleaned = -0.00334945 Jy ! Component: 2200 - total flux cleaned = -0.00341528 Jy ! Component: 2250 - total flux cleaned = -0.00348073 Jy ! Component: 2300 - total flux cleaned = -0.00360958 Jy ! Component: 2350 - total flux cleaned = -0.0036946 Jy ! Component: 2400 - total flux cleaned = -0.00382132 Jy ! Component: 2450 - total flux cleaned = -0.00380004 Jy ! Component: 2500 - total flux cleaned = -0.00386225 Jy ! Component: 2550 - total flux cleaned = -0.00400592 Jy ! Component: 2600 - total flux cleaned = -0.00406675 Jy ! Component: 2650 - total flux cleaned = -0.00414774 Jy ! Component: 2700 - total flux cleaned = -0.00428783 Jy ! Component: 2750 - total flux cleaned = -0.00448583 Jy ! Component: 2800 - total flux cleaned = -0.0045051 Jy ! Component: 2850 - total flux cleaned = -0.00458326 Jy ! Component: 2900 - total flux cleaned = -0.00471859 Jy ! Component: 2950 - total flux cleaned = -0.00485286 Jy ! Component: 3000 - total flux cleaned = -0.00485271 Jy ! Component: 3050 - total flux cleaned = -0.00494693 Jy ! Component: 3100 - total flux cleaned = -0.00504057 Jy ! Component: 3150 - total flux cleaned = -0.00517054 Jy ! Component: 3200 - total flux cleaned = -0.00520738 Jy ! Component: 3250 - total flux cleaned = -0.00539031 Jy ! Component: 3300 - total flux cleaned = -0.00549903 Jy ! Component: 3350 - total flux cleaned = -0.00558909 Jy ! Component: 3400 - total flux cleaned = -0.00566078 Jy ! Component: 3450 - total flux cleaned = -0.00576736 Jy ! Component: 3500 - total flux cleaned = -0.00587337 Jy ! Component: 3550 - total flux cleaned = -0.00596087 Jy ! Component: 3600 - total flux cleaned = -0.00608264 Jy ! Component: 3650 - total flux cleaned = -0.00609997 Jy ! Component: 3700 - total flux cleaned = -0.00622012 Jy ! Component: 3750 - total flux cleaned = -0.00630534 Jy ! Component: 3800 - total flux cleaned = -0.00638987 Jy ! Component: 3850 - total flux cleaned = -0.00645696 Jy ! Component: 3900 - total flux cleaned = -0.00652354 Jy ! Component: 3950 - total flux cleaned = -0.00660628 Jy ! Component: 4000 - total flux cleaned = -0.00668854 Jy ! Component: 4050 - total flux cleaned = -0.00675376 Jy ! Total flux subtracted in 4096 components = -0.00686738 Jy ! Clean residual min=-0.001156 max=0.000907 Jy/beam ! Clean residual mean=-0.000001 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.46665 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 342 components and 0.46665 Jy ![Exited script file: muppet] wmap "J0434-1442_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.85 x 7.298 at -3.193 degrees (North through East) ! Clean map min=-0.0018505 max=0.42785 Jy/beam ! Writing clean map to FITS file: J0434-1442_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.427849 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00029955 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.210039 0.210039 0.420078 0.840156 1.68031 3.36062 6.72125 13.4425 26.885 53.77 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.427 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.85 x 7.298 at -3.193 degrees (North through East) ! Clean map min=-0.0018505 max=0.42785 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 J0434-1442_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:42:30 2019