! Started logfile: J0004+4615_S_2017_03_23_pus_uvs.log on Mon May 13 09:43:35 2019 obs J0004+4615_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0004+4615_S_2017_03_23_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.881124 visibilities/baseline/integration-bin. ! Found source: J0004+4615 ! ! 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 481 lines of history. ! ! Reading 13164 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 J0004+4615_S_2017_03_23_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 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 327 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.864163Jy sigma=0.007860 ! Fit after self-cal, rms=0.856307Jy sigma=0.007793 ! 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.922 mas, bmaj=5.038 mas, bpa=-11.82 degrees ! Estimated noise=968.46 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.11098 Jy ! Component: 100 - total flux cleaned = 0.136068 Jy ! Total flux subtracted in 100 components = 0.136068 Jy ! Clean residual min=-0.004073 max=0.008947 Jy/beam ! Clean residual mean=0.000011 rms=0.001187 Jy/beam ! Combined flux in latest and established models = 0.136068 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.136068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083194Jy sigma=0.000702 ! Fit after self-cal, rms=0.083191Jy sigma=0.000702 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00930706 Jy ! Component: 100 - total flux cleaned = 0.0139667 Jy ! Total flux subtracted in 100 components = 0.0139667 Jy ! Clean residual min=-0.004165 max=0.004352 Jy/beam ! Clean residual mean=0.000009 rms=0.001020 Jy/beam ! Combined flux in latest and established models = 0.150035 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.150035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081805Jy sigma=0.000692 ! Fit after self-cal, rms=0.081804Jy sigma=0.000692 ! 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.485 mas, bmaj=5.67 mas, bpa=-9.045 degrees ! Estimated noise=747.12 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.00386071 Jy ! Component: 100 - total flux cleaned = 0.00612922 Jy ! Component: 150 - total flux cleaned = 0.00758833 Jy ! Component: 200 - total flux cleaned = 0.00853954 Jy ! Total flux subtracted in 200 components = 0.00853954 Jy ! Clean residual min=-0.003266 max=0.003465 Jy/beam ! Clean residual mean=0.000010 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.158575 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 35 components and 0.158575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081534Jy sigma=0.000691 ! Fit after self-cal, rms=0.081533Jy sigma=0.000691 ! 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.03 FD 0.97 HN 0.96 KP 1.01 ! LA 1.01 MK 1.05 NL 0.88 OV 1.03 ! PT 1.02 SC 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.04 HN 0.99 KP 0.99 ! LA 0.95 MK 0.98 NL 1.07 OV 1.00 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.05 HN 0.98 KP 0.88 ! LA 0.79 MK 1.02 NL 1.19 OV 0.97 ! PT 0.98 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.13 FD 1.07 HN 0.92 KP 1.00* ! LA 0.81 MK 1.31 NL 1.00* OV 2.19 ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.081533Jy sigma=0.000691 ! Fit after self-cal, rms=0.079799Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.504 mas, bmaj=5.677 mas, bpa=-8.627 degrees ! Estimated noise=746.765 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 = -1.89e-05 Jy ! Component: 100 - total flux cleaned = -8.74336e-05 Jy ! Component: 150 - total flux cleaned = -0.000127686 Jy ! Component: 200 - total flux cleaned = -0.00012723 Jy ! Total flux subtracted in 200 components = -0.00012723 Jy ! Clean residual min=-0.002152 max=0.001916 Jy/beam ! Clean residual mean=-0.000000 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.158447 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.158447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079788Jy sigma=0.000669 ! Fit after self-cal, rms=0.079894Jy sigma=0.000669 ! 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.079894Jy sigma=0.000669 ! Fit after self-cal, rms=0.080382Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.504 mas, bmaj=5.691 mas, bpa=-8.988 degrees ! Estimated noise=746.146 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000716635 Jy ! Component: 100 - total flux cleaned = -0.000879927 Jy ! Component: 150 - total flux cleaned = -0.000894705 Jy ! Component: 200 - total flux cleaned = -0.000907319 Jy ! Total flux subtracted in 200 components = -0.000907319 Jy ! Clean residual min=-0.002153 max=0.001847 Jy/beam ! Clean residual mean=0.000002 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.15754 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 50 components and 0.15754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080373Jy sigma=0.000667 ! Fit after self-cal, rms=0.080390Jy 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 = -4.45632e-05 Jy ! Component: 100 - total flux cleaned = -4.41532e-05 Jy ! Component: 150 - total flux cleaned = -4.41117e-05 Jy ! Component: 200 - total flux cleaned = -5.44599e-05 Jy ! Total flux subtracted in 200 components = -5.44599e-05 Jy ! Clean residual min=-0.002160 max=0.001842 Jy/beam ! Clean residual mean=0.000002 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.157486 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.157486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080387Jy sigma=0.000667 ! Fit after self-cal, rms=0.080386Jy sigma=0.000667 ! 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.080386Jy sigma=0.000667 ! Fit after self-cal, rms=0.080468Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.509 mas, bmaj=5.7 mas, bpa=-9.117 degrees ! Estimated noise=746.257 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000489352 Jy ! Component: 100 - total flux cleaned = -0.000581517 Jy ! Component: 150 - total flux cleaned = -0.000604121 Jy ! Component: 200 - total flux cleaned = -0.00062487 Jy ! Total flux subtracted in 200 components = -0.00062487 Jy ! Clean residual min=-0.002145 max=0.001858 Jy/beam ! Clean residual mean=0.000002 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.156861 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 53 components and 0.156861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080464Jy sigma=0.000667 ! Fit after self-cal, rms=0.080465Jy 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.27865e-05 Jy ! Component: 100 - total flux cleaned = -3.19652e-05 Jy ! Component: 150 - total flux cleaned = -3.1848e-05 Jy ! Component: 200 - total flux cleaned = -4.05883e-05 Jy ! Total flux subtracted in 200 components = -4.05883e-05 Jy ! Clean residual min=-0.002149 max=0.001851 Jy/beam ! Clean residual mean=0.000002 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.15682 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 54 components and 0.15682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080463Jy sigma=0.000667 ! Fit after self-cal, rms=0.080463Jy 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.080463Jy sigma=0.000667 ! Fit after self-cal, rms=0.080508Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.523 mas, bmaj=8.929 mas, bpa=-2.665 degrees ! Estimated noise=936.337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000379794 Jy ! Component: 100 - total flux cleaned = -0.000405419 Jy ! Component: 150 - total flux cleaned = -0.000404115 Jy ! Component: 200 - total flux cleaned = -0.000391036 Jy ! Total flux subtracted in 200 components = -0.000391036 Jy ! Clean residual min=-0.002563 max=0.002145 Jy/beam ! Clean residual mean=0.000002 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.156429 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 56 components and 0.156429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080510Jy sigma=0.000667 ! Fit after self-cal, rms=0.080510Jy 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 = -1.76877e-06 Jy ! Component: 100 - total flux cleaned = -3.06507e-06 Jy ! Component: 150 - total flux cleaned = -3.94193e-06 Jy ! Component: 200 - total flux cleaned = 1.54562e-06 Jy ! Total flux subtracted in 200 components = 1.54562e-06 Jy ! Clean residual min=-0.002563 max=0.002135 Jy/beam ! Clean residual mean=0.000002 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.156431 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 58 components and 0.156431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080512Jy sigma=0.000667 ! Fit after self-cal, rms=0.080512Jy 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=3.514 mas, bmaj=5.706 mas, bpa=-9.191 degrees ! Estimated noise=746.251 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.514 x 5.706 at -9.191 degrees (North through East) ! Clean map min=-0.002068 max=0.14473 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.952 mas, bmaj=5.06 mas, bpa=-11.97 degrees ! Estimated noise=979.299 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.112125 Jy ! Component: 100 - total flux cleaned = 0.137152 Jy ! Component: 150 - total flux cleaned = 0.145832 Jy ! Component: 200 - total flux cleaned = 0.150132 Jy ! Total flux subtracted in 200 components = 0.150132 Jy ! Clean residual min=-0.002663 max=0.002298 Jy/beam ! Clean residual mean=0.000003 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.150132 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.150132 Jy ! Inverting map and beam ! Estimated beam: bmin=3.514 mas, bmaj=5.706 mas, bpa=-9.191 degrees ! Estimated noise=746.251 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.00273133 Jy ! Component: 100 - total flux cleaned = 0.00415433 Jy ! Component: 150 - total flux cleaned = 0.00503477 Jy ! Component: 200 - total flux cleaned = 0.00559626 Jy ! Total flux subtracted in 200 components = 0.00559626 Jy ! Clean residual min=-0.002175 max=0.001845 Jy/beam ! Clean residual mean=0.000002 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.155728 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 40 components and 0.155728 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.523 mas, bmaj=8.929 mas, bpa=-2.665 degrees ! Estimated noise=936.337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000564642 Jy ! Component: 100 - total flux cleaned = 0.000620897 Jy ! Component: 150 - total flux cleaned = 0.000646834 Jy ! Component: 200 - total flux cleaned = 0.000659474 Jy ! Total flux subtracted in 200 components = 0.000659474 Jy ! Clean residual min=-0.002554 max=0.002161 Jy/beam ! Clean residual mean=0.000002 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.156388 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 = 5.89628e-06 Jy ! Component: 100 - total flux cleaned = 1.70951e-05 Jy ! Component: 150 - total flux cleaned = 2.73279e-05 Jy ! Component: 200 - total flux cleaned = 3.22053e-05 Jy ! Total flux subtracted in 200 components = 3.22053e-05 Jy ! Clean residual min=-0.002554 max=0.002148 Jy/beam ! Clean residual mean=0.000002 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.15642 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 43 components and 0.15642 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.514 mas, bmaj=5.706 mas, bpa=-9.191 degrees ! Estimated noise=746.251 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000146886 Jy ! Component: 100 - total flux cleaned = -0.00020245 Jy ! Component: 150 - total flux cleaned = -0.000218929 Jy ! Component: 200 - total flux cleaned = -0.000218678 Jy ! Total flux subtracted in 200 components = -0.000218678 Jy ! Clean residual min=-0.002159 max=0.001823 Jy/beam ! Clean residual mean=0.000001 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.156201 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 46 components and 0.156201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080526Jy sigma=0.000667 ! Fit after self-cal, rms=0.080522Jy sigma=0.000667 wmodel J0004+4615_S_2017_03_23_pus_map.mod ! Writing 46 model components to file: J0004+4615_S_2017_03_23_pus_map.mod wobs J0004+4615_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0004+4615_S_2017_03_23_pus_uvs.fits wwins J0004+4615_S_2017_03_23_pus_map.win ! wwins: Wrote 1 windows to J0004+4615_S_2017_03_23_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.000528254 Jy ! Component: 100 - total flux cleaned = -0.000907022 Jy ! Component: 150 - total flux cleaned = -0.00114445 Jy ! Component: 200 - total flux cleaned = -0.00120166 Jy ! Component: 250 - total flux cleaned = -0.00128408 Jy ! Component: 300 - total flux cleaned = -0.00131045 Jy ! Component: 350 - total flux cleaned = -0.00128466 Jy ! Component: 400 - total flux cleaned = -0.00131003 Jy ! Component: 450 - total flux cleaned = -0.00135975 Jy ! Component: 500 - total flux cleaned = -0.0013839 Jy ! Component: 550 - total flux cleaned = -0.0014077 Jy ! Component: 600 - total flux cleaned = -0.00143135 Jy ! Component: 650 - total flux cleaned = -0.00140844 Jy ! Component: 700 - total flux cleaned = -0.00140843 Jy ! Component: 750 - total flux cleaned = -0.00138621 Jy ! Component: 800 - total flux cleaned = -0.00143069 Jy ! Component: 850 - total flux cleaned = -0.0014302 Jy ! Component: 900 - total flux cleaned = -0.00136579 Jy ! Component: 950 - total flux cleaned = -0.00134466 Jy ! Component: 1000 - total flux cleaned = -0.00140769 Jy ! Component: 1050 - total flux cleaned = -0.00140764 Jy ! Component: 1100 - total flux cleaned = -0.0014888 Jy ! Component: 1150 - total flux cleaned = -0.00150939 Jy ! Component: 1200 - total flux cleaned = -0.00158912 Jy ! Component: 1250 - total flux cleaned = -0.00162825 Jy ! Component: 1300 - total flux cleaned = -0.0016284 Jy ! Component: 1350 - total flux cleaned = -0.00162859 Jy ! Component: 1400 - total flux cleaned = -0.00168588 Jy ! Component: 1450 - total flux cleaned = -0.00166698 Jy ! Component: 1500 - total flux cleaned = -0.0016673 Jy ! Component: 1550 - total flux cleaned = -0.00168592 Jy ! Component: 1600 - total flux cleaned = -0.00170397 Jy ! Component: 1650 - total flux cleaned = -0.00166756 Jy ! Component: 1700 - total flux cleaned = -0.00161398 Jy ! Component: 1750 - total flux cleaned = -0.00172059 Jy ! Component: 1800 - total flux cleaned = -0.00173832 Jy ! Component: 1850 - total flux cleaned = -0.00168584 Jy ! Component: 1900 - total flux cleaned = -0.00175508 Jy ! Component: 1950 - total flux cleaned = -0.00170367 Jy ! Component: 2000 - total flux cleaned = -0.0017548 Jy ! Component: 2050 - total flux cleaned = -0.00175496 Jy ! Component: 2100 - total flux cleaned = -0.00173815 Jy ! Component: 2150 - total flux cleaned = -0.00175488 Jy ! Component: 2200 - total flux cleaned = -0.00178788 Jy ! Component: 2250 - total flux cleaned = -0.00185339 Jy ! Component: 2300 - total flux cleaned = -0.00185311 Jy ! Component: 2350 - total flux cleaned = -0.00188527 Jy ! Component: 2400 - total flux cleaned = -0.0019011 Jy ! Component: 2450 - total flux cleaned = -0.00188534 Jy ! Component: 2500 - total flux cleaned = -0.00190096 Jy ! Component: 2550 - total flux cleaned = -0.00185425 Jy ! Component: 2600 - total flux cleaned = -0.00190057 Jy ! Component: 2650 - total flux cleaned = -0.00188517 Jy ! Component: 2700 - total flux cleaned = -0.00193064 Jy ! Component: 2750 - total flux cleaned = -0.0019605 Jy ! Component: 2800 - total flux cleaned = -0.00197548 Jy ! Component: 2850 - total flux cleaned = -0.00196063 Jy ! Component: 2900 - total flux cleaned = -0.00197555 Jy ! Component: 2950 - total flux cleaned = -0.00196107 Jy ! Component: 3000 - total flux cleaned = -0.00203349 Jy ! Component: 3050 - total flux cleaned = -0.00203345 Jy ! Component: 3100 - total flux cleaned = -0.00207644 Jy ! Component: 3150 - total flux cleaned = -0.00209063 Jy ! Component: 3200 - total flux cleaned = -0.00209062 Jy ! Component: 3250 - total flux cleaned = -0.00213274 Jy ! Component: 3300 - total flux cleaned = -0.00217474 Jy ! Component: 3350 - total flux cleaned = -0.00220243 Jy ! Component: 3400 - total flux cleaned = -0.002285 Jy ! Component: 3450 - total flux cleaned = -0.00232589 Jy ! Component: 3500 - total flux cleaned = -0.00238012 Jy ! Component: 3550 - total flux cleaned = -0.00242059 Jy ! Component: 3600 - total flux cleaned = -0.00242072 Jy ! Component: 3650 - total flux cleaned = -0.00243393 Jy ! Component: 3700 - total flux cleaned = -0.00247354 Jy ! Component: 3750 - total flux cleaned = -0.00255236 Jy ! Component: 3800 - total flux cleaned = -0.0025784 Jy ! Component: 3850 - total flux cleaned = -0.00263039 Jy ! Component: 3900 - total flux cleaned = -0.00269488 Jy ! Component: 3950 - total flux cleaned = -0.00272059 Jy ! Component: 4000 - total flux cleaned = -0.00279716 Jy ! Component: 4050 - total flux cleaned = -0.00284784 Jy ! Total flux subtracted in 4096 components = -0.00291083 Jy ! Clean residual min=-0.000916 max=0.000713 Jy/beam ! Clean residual mean=0.000000 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.15329 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 357 components and 0.15329 Jy ![Exited script file: muppet] wmap "J0004+4615_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.514 x 5.706 at -9.191 degrees (North through East) ! Clean map min=-0.001573 max=0.1448 Jy/beam ! Writing clean map to FITS file: J0004+4615_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.144796 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231844 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.480355 0.480355 0.96071 1.92142 3.84284 7.68568 15.3714 30.7427 61.4854 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.144 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.514 x 5.706 at -9.191 degrees (North through East) ! Clean map min=-0.001573 max=0.1448 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 J0004+4615_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:43:41 2019