! Started logfile: J0344+6827_S_2017_06_10_pus_uvs.log on Mon May 6 14:44:28 2019 obs J0344+6827_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0344+6827_S_2017_06_10_pus_uva.fits ! AN table 1: 111 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.960561 visibilities/baseline/integration-bin. ! Found source: J0344+6827 ! ! 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 1154 lines of history. ! ! Reading 19192 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 J0344+6827_S_2017_06_10_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 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 583 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.889774Jy sigma=0.008438 ! Fit after self-cal, rms=0.883260Jy sigma=0.008379 ! 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=3.117 mas, bmaj=3.827 mas, bpa=3.131 degrees ! Estimated noise=842.094 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.0921712 Jy ! Component: 100 - total flux cleaned = 0.112271 Jy ! Total flux subtracted in 100 components = 0.112271 Jy ! Clean residual min=-0.002680 max=0.005622 Jy/beam ! Clean residual mean=-0.000004 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.112271 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.112271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075402Jy sigma=0.000685 ! Fit after self-cal, rms=0.075400Jy sigma=0.000685 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00495324 Jy ! Component: 100 - total flux cleaned = 0.00752139 Jy ! Total flux subtracted in 100 components = 0.00752139 Jy ! Clean residual min=-0.002485 max=0.002721 Jy/beam ! Clean residual mean=-0.000001 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.119793 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.119793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074978Jy sigma=0.000681 ! Fit after self-cal, rms=0.074982Jy sigma=0.000681 ! 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.783 mas, bmaj=4.653 mas, bpa=1.94 degrees ! Estimated noise=611.363 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.00188866 Jy ! Component: 100 - total flux cleaned = 0.00278023 Jy ! Component: 150 - total flux cleaned = 0.00327713 Jy ! Component: 200 - total flux cleaned = 0.00340828 Jy ! Total flux subtracted in 200 components = 0.00340828 Jy ! Clean residual min=-0.002147 max=0.002157 Jy/beam ! Clean residual mean=0.000003 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.123201 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 36 components and 0.123201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074922Jy sigma=0.000681 ! Fit after self-cal, rms=0.074926Jy sigma=0.000681 ! 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 0.99 FD 0.94 HN 1.00 KP 1.06 ! LA 1.03 MK 1.04 NL 0.91 OV 1.01 ! PT 1.04 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.97 HN 1.00 KP 0.99 ! LA 1.01 MK 1.01 NL 1.05 OV 0.99 ! PT 1.04 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.01 HN 1.01 KP 0.98 ! LA 1.04 MK 1.09 NL 0.99 OV 0.98 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.94 KP 1.00* ! LA 1.08 MK 0.98 NL 1.00* OV 1.00* ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.074926Jy sigma=0.000681 ! Fit after self-cal, rms=0.074491Jy sigma=0.000678 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.801 mas, bmaj=4.668 mas, bpa=2.439 degrees ! Estimated noise=612.854 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.000230821 Jy ! Component: 100 - total flux cleaned = 0.000231117 Jy ! Component: 150 - total flux cleaned = 0.000249975 Jy ! Component: 200 - total flux cleaned = 0.000258295 Jy ! Total flux subtracted in 200 components = 0.000258295 Jy ! Clean residual min=-0.001775 max=0.001940 Jy/beam ! Clean residual mean=-0.000003 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.123459 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.123459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074488Jy sigma=0.000678 ! Fit after self-cal, rms=0.074487Jy sigma=0.000678 ! 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.074487Jy sigma=0.000678 ! Fit after self-cal, rms=0.073840Jy sigma=0.000675 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.809 mas, bmaj=4.667 mas, bpa=2.107 degrees ! Estimated noise=612.545 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000279291 Jy ! Component: 100 - total flux cleaned = -0.000292153 Jy ! Component: 150 - total flux cleaned = -0.000302519 Jy ! Component: 200 - total flux cleaned = -0.00031102 Jy ! Total flux subtracted in 200 components = -0.00031102 Jy ! Clean residual min=-0.001582 max=0.001616 Jy/beam ! Clean residual mean=-0.000002 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.123148 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.123148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073836Jy sigma=0.000675 ! Fit after self-cal, rms=0.073836Jy sigma=0.000675 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.96968e-05 Jy ! Component: 100 - total flux cleaned = -1.96502e-05 Jy ! Component: 150 - total flux cleaned = -1.22602e-05 Jy ! Component: 200 - total flux cleaned = 1.24594e-06 Jy ! Total flux subtracted in 200 components = 1.24594e-06 Jy ! Clean residual min=-0.001563 max=0.001615 Jy/beam ! Clean residual mean=-0.000002 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.12315 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 49 components and 0.12315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073834Jy sigma=0.000675 ! Fit after self-cal, rms=0.073834Jy sigma=0.000675 ! 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.073834Jy sigma=0.000675 ! Fit after self-cal, rms=0.073874Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.815 mas, bmaj=4.671 mas, bpa=1.818 degrees ! Estimated noise=612.706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000167021 Jy ! Component: 100 - total flux cleaned = -0.000196831 Jy ! Component: 150 - total flux cleaned = -0.00020572 Jy ! Component: 200 - total flux cleaned = -0.000221269 Jy ! Total flux subtracted in 200 components = -0.000221269 Jy ! Clean residual min=-0.001552 max=0.001606 Jy/beam ! Clean residual mean=-0.000001 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.122928 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.122928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073872Jy sigma=0.000675 ! Fit after self-cal, rms=0.073872Jy sigma=0.000675 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.62991e-05 Jy ! Component: 100 - total flux cleaned = -9.46804e-06 Jy ! Component: 150 - total flux cleaned = -3.12768e-06 Jy ! Component: 200 - total flux cleaned = -3.16032e-06 Jy ! Total flux subtracted in 200 components = -3.16032e-06 Jy ! Clean residual min=-0.001552 max=0.001604 Jy/beam ! Clean residual mean=-0.000001 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.122925 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 51 components and 0.122925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073871Jy sigma=0.000675 ! Fit after self-cal, rms=0.073871Jy sigma=0.000675 ! 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.073871Jy sigma=0.000675 ! Fit after self-cal, rms=0.073907Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.241 mas, bmaj=8.795 mas, bpa=11.54 degrees ! Estimated noise=781.243 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.03808e-05 Jy ! Component: 100 - total flux cleaned = 5.97602e-05 Jy ! Component: 150 - total flux cleaned = 5.15695e-05 Jy ! Component: 200 - total flux cleaned = 5.22446e-05 Jy ! Total flux subtracted in 200 components = 5.22446e-05 Jy ! Clean residual min=-0.001899 max=0.001788 Jy/beam ! Clean residual mean=-0.000002 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.122977 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 55 components and 0.122977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073909Jy sigma=0.000675 ! Fit after self-cal, rms=0.073909Jy sigma=0.000675 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.12806e-05 Jy ! Component: 100 - total flux cleaned = 1.02189e-05 Jy ! Component: 150 - total flux cleaned = 1.03002e-05 Jy ! Component: 200 - total flux cleaned = 1.49874e-05 Jy ! Total flux subtracted in 200 components = 1.49874e-05 Jy ! Clean residual min=-0.001908 max=0.001794 Jy/beam ! Clean residual mean=-0.000002 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.122992 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 56 components and 0.122992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073910Jy sigma=0.000675 ! Fit after self-cal, rms=0.073910Jy sigma=0.000675 ! 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.82 mas, bmaj=4.673 mas, bpa=1.605 degrees ! Estimated noise=612.877 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.82 x 4.673 at 1.605 degrees (North through East) ! Clean map min=-0.0015305 max=0.11905 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=3.154 mas, bmaj=3.842 mas, bpa=2.963 degrees ! Estimated noise=846.581 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0926325 Jy ! Component: 100 - total flux cleaned = 0.112852 Jy ! Component: 150 - total flux cleaned = 0.117607 Jy ! Component: 200 - total flux cleaned = 0.119566 Jy ! Total flux subtracted in 200 components = 0.119566 Jy ! Clean residual min=-0.002096 max=0.002028 Jy/beam ! Clean residual mean=-0.000002 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.119566 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.119566 Jy ! Inverting map and beam ! Estimated beam: bmin=3.82 mas, bmaj=4.673 mas, bpa=1.605 degrees ! Estimated noise=612.877 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.00162727 Jy ! Component: 100 - total flux cleaned = 0.00241955 Jy ! Component: 150 - total flux cleaned = 0.00287119 Jy ! Component: 200 - total flux cleaned = 0.0030824 Jy ! Total flux subtracted in 200 components = 0.0030824 Jy ! Clean residual min=-0.001577 max=0.001612 Jy/beam ! Clean residual mean=-0.000002 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.122648 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 35 components and 0.122648 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=8.241 mas, bmaj=8.795 mas, bpa=11.54 degrees ! Estimated noise=781.243 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000307543 Jy ! Component: 100 - total flux cleaned = 0.000332503 Jy ! Component: 150 - total flux cleaned = 0.000352351 Jy ! Component: 200 - total flux cleaned = 0.000352714 Jy ! Total flux subtracted in 200 components = 0.000352714 Jy ! Clean residual min=-0.001897 max=0.001795 Jy/beam ! Clean residual mean=-0.000002 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.123001 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.48683e-07 Jy ! Component: 100 - total flux cleaned = 4.9078e-06 Jy ! Component: 150 - total flux cleaned = 9.20898e-06 Jy ! Component: 200 - total flux cleaned = 1.31123e-05 Jy ! Total flux subtracted in 200 components = 1.31123e-05 Jy ! Clean residual min=-0.001900 max=0.001796 Jy/beam ! Clean residual mean=-0.000002 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.123014 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 39 components and 0.123014 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.82 mas, bmaj=4.673 mas, bpa=1.605 degrees ! Estimated noise=612.877 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000203227 Jy ! Component: 100 - total flux cleaned = -0.000178395 Jy ! Component: 150 - total flux cleaned = -0.000157806 Jy ! Component: 200 - total flux cleaned = -0.000158192 Jy ! Total flux subtracted in 200 components = -0.000158192 Jy ! Clean residual min=-0.001552 max=0.001608 Jy/beam ! Clean residual mean=-0.000001 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.122856 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 45 components and 0.122856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073908Jy sigma=0.000675 ! Fit after self-cal, rms=0.073906Jy sigma=0.000675 wmodel J0344+6827_S_2017_06_10_pus_map.mod ! Writing 45 model components to file: J0344+6827_S_2017_06_10_pus_map.mod wobs J0344+6827_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0344+6827_S_2017_06_10_pus_uvs.fits wwins J0344+6827_S_2017_06_10_pus_map.win ! wwins: Wrote 1 windows to J0344+6827_S_2017_06_10_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.000391765 Jy ! Component: 100 - total flux cleaned = 0.000503503 Jy ! Component: 150 - total flux cleaned = 0.000529974 Jy ! Component: 200 - total flux cleaned = 0.000504149 Jy ! Component: 250 - total flux cleaned = 0.00055408 Jy ! Component: 300 - total flux cleaned = 0.000554238 Jy ! Component: 350 - total flux cleaned = 0.00065001 Jy ! Component: 400 - total flux cleaned = 0.000650458 Jy ! Component: 450 - total flux cleaned = 0.000696992 Jy ! Component: 500 - total flux cleaned = 0.000674413 Jy ! Component: 550 - total flux cleaned = 0.000696989 Jy ! Component: 600 - total flux cleaned = 0.000740828 Jy ! Component: 650 - total flux cleaned = 0.000697321 Jy ! Component: 700 - total flux cleaned = 0.000697572 Jy ! Component: 750 - total flux cleaned = 0.000676659 Jy ! Component: 800 - total flux cleaned = 0.000697415 Jy ! Component: 850 - total flux cleaned = 0.000677034 Jy ! Component: 900 - total flux cleaned = 0.000717419 Jy ! Component: 950 - total flux cleaned = 0.000697392 Jy ! Component: 1000 - total flux cleaned = 0.000657928 Jy ! Component: 1050 - total flux cleaned = 0.000716943 Jy ! Component: 1100 - total flux cleaned = 0.00073617 Jy ! Component: 1150 - total flux cleaned = 0.000678572 Jy ! Component: 1200 - total flux cleaned = 0.000773397 Jy ! Component: 1250 - total flux cleaned = 0.000829781 Jy ! Component: 1300 - total flux cleaned = 0.000736493 Jy ! Component: 1350 - total flux cleaned = 0.000680926 Jy ! Component: 1400 - total flux cleaned = 0.000663142 Jy ! Component: 1450 - total flux cleaned = 0.00064501 Jy ! Component: 1500 - total flux cleaned = 0.000644774 Jy ! Component: 1550 - total flux cleaned = 0.000626813 Jy ! Component: 1600 - total flux cleaned = 0.000556068 Jy ! Component: 1650 - total flux cleaned = 0.000538537 Jy ! Component: 1700 - total flux cleaned = 0.000521093 Jy ! Component: 1750 - total flux cleaned = 0.000469173 Jy ! Component: 1800 - total flux cleaned = 0.000486175 Jy ! Component: 1850 - total flux cleaned = 0.000401155 Jy ! Component: 1900 - total flux cleaned = 0.00040098 Jy ! Component: 1950 - total flux cleaned = 0.000300737 Jy ! Component: 2000 - total flux cleaned = 0.000267596 Jy ! Component: 2050 - total flux cleaned = 0.000250906 Jy ! Component: 2100 - total flux cleaned = 0.000218284 Jy ! Component: 2150 - total flux cleaned = 0.000169587 Jy ! Component: 2200 - total flux cleaned = 0.000137523 Jy ! Component: 2250 - total flux cleaned = 8.96525e-05 Jy ! Component: 2300 - total flux cleaned = 0.000105574 Jy ! Component: 2350 - total flux cleaned = 2.66464e-05 Jy ! Component: 2400 - total flux cleaned = 1.0939e-05 Jy ! Component: 2450 - total flux cleaned = -6.68655e-05 Jy ! Component: 2500 - total flux cleaned = -0.000113274 Jy ! Component: 2550 - total flux cleaned = -9.80218e-05 Jy ! Component: 2600 - total flux cleaned = -0.00014371 Jy ! Component: 2650 - total flux cleaned = -0.000249858 Jy ! Component: 2700 - total flux cleaned = -0.000234621 Jy ! Component: 2750 - total flux cleaned = -0.000309659 Jy ! Component: 2800 - total flux cleaned = -0.000339394 Jy ! Component: 2850 - total flux cleaned = -0.000398638 Jy ! Component: 2900 - total flux cleaned = -0.000398484 Jy ! Component: 2950 - total flux cleaned = -0.000515333 Jy ! Component: 3000 - total flux cleaned = -0.000471777 Jy ! Component: 3050 - total flux cleaned = -0.000500632 Jy ! Component: 3100 - total flux cleaned = -0.000529474 Jy ! Component: 3150 - total flux cleaned = -0.00055809 Jy ! Component: 3200 - total flux cleaned = -0.000586573 Jy ! Component: 3250 - total flux cleaned = -0.000628978 Jy ! Component: 3300 - total flux cleaned = -0.000671239 Jy ! Component: 3350 - total flux cleaned = -0.000699279 Jy ! Component: 3400 - total flux cleaned = -0.000685349 Jy ! Component: 3450 - total flux cleaned = -0.000740683 Jy ! Component: 3500 - total flux cleaned = -0.000726925 Jy ! Component: 3550 - total flux cleaned = -0.000740582 Jy ! Component: 3600 - total flux cleaned = -0.000795212 Jy ! Component: 3650 - total flux cleaned = -0.000673483 Jy ! Component: 3700 - total flux cleaned = -0.000794614 Jy ! Component: 3750 - total flux cleaned = -0.000714246 Jy ! Component: 3800 - total flux cleaned = -0.000754159 Jy ! Component: 3850 - total flux cleaned = -0.000727623 Jy ! Component: 3900 - total flux cleaned = -0.000767259 Jy ! Component: 3950 - total flux cleaned = -0.000728038 Jy ! Component: 4000 - total flux cleaned = -0.000741046 Jy ! Component: 4050 - total flux cleaned = -0.000728109 Jy ! Total flux subtracted in 4096 components = -0.0007152 Jy ! Clean residual min=-0.000705 max=0.000751 Jy/beam ! Clean residual mean=0.000000 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.122141 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 346 components and 0.122141 Jy ![Exited script file: muppet] wmap "J0344+6827_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.82 x 4.673 at 1.605 degrees (North through East) ! Clean map min=-0.0012922 max=0.11901 Jy/beam ! Writing clean map to FITS file: J0344+6827_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.119009 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000238043 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.600062 0.600062 1.20012 2.40025 4.8005 9.601 19.202 38.404 76.808 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.119 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.82 x 4.673 at 1.605 degrees (North through East) ! Clean map min=-0.0012922 max=0.11901 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 J0344+6827_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:44:34 2019