! Started logfile: J1411+2134_S_2017_07_16_pus_uvs.log on Thu May 9 11:10:34 2019 obs J1411+2134_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1411+2134_S_2017_07_16_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.672222 visibilities/baseline/integration-bin. ! Found source: J1411+2134 ! ! 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 815 lines of history. ! ! Reading 17424 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 J1411+2134_S_2017_07_16_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 256 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 352 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 291 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1122 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.884182Jy sigma=0.008064 ! Fit after self-cal, rms=0.870031Jy sigma=0.007946 ! 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.799 mas, bmaj=6.736 mas, bpa=6.697 degrees ! Estimated noise=1077.39 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.103182 Jy ! Component: 100 - total flux cleaned = 0.12569 Jy ! Total flux subtracted in 100 components = 0.12569 Jy ! Clean residual min=-0.003864 max=0.006458 Jy/beam ! Clean residual mean=0.000003 rms=0.001069 Jy/beam ! Combined flux in latest and established models = 0.12569 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.12569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079715Jy sigma=0.000681 ! Fit after self-cal, rms=0.079712Jy sigma=0.000681 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00726495 Jy ! Component: 100 - total flux cleaned = 0.0113553 Jy ! Total flux subtracted in 100 components = 0.0113553 Jy ! Clean residual min=-0.003158 max=0.003926 Jy/beam ! Clean residual mean=0.000003 rms=0.000872 Jy/beam ! Combined flux in latest and established models = 0.137046 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 17 components and 0.137046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078917Jy sigma=0.000673 ! Fit after self-cal, rms=0.078890Jy sigma=0.000673 ! 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.281 mas, bmaj=7.404 mas, bpa=5.942 degrees ! Estimated noise=700.529 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 (3.5, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00546739 Jy ! Component: 100 - total flux cleaned = 0.00861493 Jy ! Component: 150 - total flux cleaned = 0.0107369 Jy ! Component: 200 - total flux cleaned = 0.0118195 Jy ! Total flux subtracted in 200 components = 0.0118195 Jy ! Clean residual min=-0.002213 max=0.002621 Jy/beam ! Clean residual mean=0.000003 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.148865 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 56 components and 0.148865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078494Jy sigma=0.000669 ! Fit after self-cal, rms=0.078463Jy sigma=0.000669 ! 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 1.00* HN 0.98 KP 1.05 ! LA 0.98 MK 1.03 NL 0.91 OV 0.99 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00* HN 1.02 KP 1.04 ! LA 0.96 MK 1.01 NL 1.05 OV 1.01 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00* HN 0.97 KP 1.00 ! LA 1.00 MK 1.03 NL 0.99 OV 0.94 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 4. ! A total of 138 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.94 KP 1.00* ! LA 0.97 MK 0.88 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.078463Jy sigma=0.000669 ! Fit after self-cal, rms=0.077656Jy sigma=0.000667 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.322 mas, bmaj=7.441 mas, bpa=6.693 degrees ! Estimated noise=699.323 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.00182986 Jy ! Component: 100 - total flux cleaned = 0.00244653 Jy ! Component: 150 - total flux cleaned = 0.00276831 Jy ! Component: 200 - total flux cleaned = 0.0028566 Jy ! Total flux subtracted in 200 components = 0.0028566 Jy ! Clean residual min=-0.001913 max=0.002074 Jy/beam ! Clean residual mean=0.000004 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.151722 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 85 components and 0.151722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077603Jy sigma=0.000666 ! Fit after self-cal, rms=0.077614Jy sigma=0.000666 ! 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.077614Jy sigma=0.000666 ! Fit after self-cal, rms=0.077692Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.328 mas, bmaj=7.454 mas, bpa=6.606 degrees ! Estimated noise=698.631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106229 Jy ! Component: 100 - total flux cleaned = 0.00162272 Jy ! Component: 150 - total flux cleaned = 0.00190456 Jy ! Component: 200 - total flux cleaned = 0.00203162 Jy ! Total flux subtracted in 200 components = 0.00203162 Jy ! Clean residual min=-0.001620 max=0.001703 Jy/beam ! Clean residual mean=0.000002 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.153754 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 102 components and 0.153754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077675Jy sigma=0.000664 ! Fit after self-cal, rms=0.077690Jy 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.000200341 Jy ! Component: 100 - total flux cleaned = 0.000344752 Jy ! Component: 150 - total flux cleaned = 0.000407222 Jy ! Component: 200 - total flux cleaned = 0.000429975 Jy ! Total flux subtracted in 200 components = 0.000429975 Jy ! Clean residual min=-0.001607 max=0.001672 Jy/beam ! Clean residual mean=0.000002 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.154184 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 110 components and 0.154184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077685Jy sigma=0.000664 ! Fit after self-cal, rms=0.077684Jy 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.077684Jy sigma=0.000664 ! Fit after self-cal, rms=0.077758Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=7.451 mas, bpa=6.598 degrees ! Estimated noise=698.706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000456223 Jy ! Component: 100 - total flux cleaned = 0.0007449 Jy ! Component: 150 - total flux cleaned = 0.000859168 Jy ! Component: 200 - total flux cleaned = 0.000909434 Jy ! Total flux subtracted in 200 components = 0.000909434 Jy ! Clean residual min=-0.001592 max=0.001681 Jy/beam ! Clean residual mean=0.000002 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.155093 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 121 components and 0.155093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077754Jy sigma=0.000664 ! Fit after self-cal, rms=0.077755Jy 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.000117752 Jy ! Component: 100 - total flux cleaned = 0.00015434 Jy ! Component: 150 - total flux cleaned = 0.000179679 Jy ! Component: 200 - total flux cleaned = 0.000179967 Jy ! Total flux subtracted in 200 components = 0.000179967 Jy ! Clean residual min=-0.001589 max=0.001678 Jy/beam ! Clean residual mean=0.000002 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.155273 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 128 components and 0.155273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077753Jy sigma=0.000664 ! Fit after self-cal, rms=0.077752Jy 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.077752Jy sigma=0.000664 ! Fit after self-cal, rms=0.077753Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.583 mas, bmaj=10.56 mas, bpa=-4.832 degrees ! Estimated noise=888.841 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000170681 Jy ! Component: 100 - total flux cleaned = 0.000234055 Jy ! Component: 150 - total flux cleaned = 0.000233666 Jy ! Component: 200 - total flux cleaned = 0.000243127 Jy ! Total flux subtracted in 200 components = 0.000243127 Jy ! Clean residual min=-0.001703 max=0.002076 Jy/beam ! Clean residual mean=0.000004 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.155516 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 148 components and 0.155516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077752Jy sigma=0.000664 ! Fit after self-cal, rms=0.077751Jy 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 = 4.64135e-06 Jy ! Component: 100 - total flux cleaned = 1.34442e-05 Jy ! Component: 150 - total flux cleaned = 2.97193e-05 Jy ! Component: 200 - total flux cleaned = 3.73886e-05 Jy ! Total flux subtracted in 200 components = 3.73886e-05 Jy ! Clean residual min=-0.001698 max=0.002069 Jy/beam ! Clean residual mean=0.000004 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.155553 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 158 components and 0.155553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077751Jy sigma=0.000664 ! Fit after self-cal, rms=0.077750Jy 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.324 mas, bmaj=7.448 mas, bpa=6.588 degrees ! Estimated noise=698.598 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.324 x 7.448 at 6.588 degrees (North through East) ! Clean map min=-0.0015564 max=0.13309 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.853 mas, bmaj=6.824 mas, bpa=7.821 degrees ! Estimated noise=1068.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.102356 Jy ! Component: 100 - total flux cleaned = 0.12483 Jy ! Component: 150 - total flux cleaned = 0.133185 Jy ! Component: 200 - total flux cleaned = 0.138122 Jy ! Total flux subtracted in 200 components = 0.138122 Jy ! Clean residual min=-0.002801 max=0.003170 Jy/beam ! Clean residual mean=0.000002 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.138122 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.138122 Jy ! Inverting map and beam ! Estimated beam: bmin=3.324 mas, bmaj=7.448 mas, bpa=6.588 degrees ! Estimated noise=698.598 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.00505757 Jy ! Component: 100 - total flux cleaned = 0.00830322 Jy ! Component: 150 - total flux cleaned = 0.0105808 Jy ! Component: 200 - total flux cleaned = 0.0122977 Jy ! Total flux subtracted in 200 components = 0.0122977 Jy ! Clean residual min=-0.001845 max=0.001774 Jy/beam ! Clean residual mean=0.000004 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.15042 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 62 components and 0.15042 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.583 mas, bmaj=10.56 mas, bpa=-4.832 degrees ! Estimated noise=888.841 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00224826 Jy ! Component: 100 - total flux cleaned = 0.00357682 Jy ! Component: 150 - total flux cleaned = 0.0043646 Jy ! Component: 200 - total flux cleaned = 0.00466034 Jy ! Total flux subtracted in 200 components = 0.00466034 Jy ! Clean residual min=-0.001825 max=0.002135 Jy/beam ! Clean residual mean=0.000004 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.15508 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 = 0.00024179 Jy ! Component: 100 - total flux cleaned = 0.000316783 Jy ! Component: 150 - total flux cleaned = 0.000383567 Jy ! Component: 200 - total flux cleaned = 0.000442756 Jy ! Total flux subtracted in 200 components = 0.000442756 Jy ! Clean residual min=-0.001754 max=0.002105 Jy/beam ! Clean residual mean=0.000004 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.155523 Jy ! Adding 85 model components to the UV plane model. ! The established model now contains 138 components and 0.155523 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.324 mas, bmaj=7.448 mas, bpa=6.588 degrees ! Estimated noise=698.598 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000247344 Jy ! Component: 100 - total flux cleaned = 0.00029896 Jy ! Component: 150 - total flux cleaned = 0.000343911 Jy ! Component: 200 - total flux cleaned = 0.000370533 Jy ! Total flux subtracted in 200 components = 0.000370533 Jy ! Clean residual min=-0.001687 max=0.001692 Jy/beam ! Clean residual mean=0.000002 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.155894 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 150 components and 0.155894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077756Jy sigma=0.000664 ! Fit after self-cal, rms=0.077755Jy sigma=0.000664 wmodel J1411+2134_S_2017_07_16_pus_map.mod ! Writing 150 model components to file: J1411+2134_S_2017_07_16_pus_map.mod wobs J1411+2134_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1411+2134_S_2017_07_16_pus_uvs.fits wwins J1411+2134_S_2017_07_16_pus_map.win ! wwins: Wrote 2 windows to J1411+2134_S_2017_07_16_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.000537458 Jy ! Component: 100 - total flux cleaned = 0.000944674 Jy ! Component: 150 - total flux cleaned = 0.00113788 Jy ! Component: 200 - total flux cleaned = 0.00127112 Jy ! Component: 250 - total flux cleaned = 0.00134872 Jy ! Component: 300 - total flux cleaned = 0.00139819 Jy ! Component: 350 - total flux cleaned = 0.00144678 Jy ! Component: 400 - total flux cleaned = 0.00154176 Jy ! Component: 450 - total flux cleaned = 0.00156531 Jy ! Component: 500 - total flux cleaned = 0.00167802 Jy ! Component: 550 - total flux cleaned = 0.00170002 Jy ! Component: 600 - total flux cleaned = 0.00174317 Jy ! Component: 650 - total flux cleaned = 0.00180586 Jy ! Component: 700 - total flux cleaned = 0.00174349 Jy ! Component: 750 - total flux cleaned = 0.0017643 Jy ! Component: 800 - total flux cleaned = 0.00184404 Jy ! Component: 850 - total flux cleaned = 0.00184428 Jy ! Component: 900 - total flux cleaned = 0.00184465 Jy ! Component: 950 - total flux cleaned = 0.00186362 Jy ! Component: 1000 - total flux cleaned = 0.00188236 Jy ! Component: 1050 - total flux cleaned = 0.00191846 Jy ! Component: 1100 - total flux cleaned = 0.00190023 Jy ! Component: 1150 - total flux cleaned = 0.00190051 Jy ! Component: 1200 - total flux cleaned = 0.00191781 Jy ! Component: 1250 - total flux cleaned = 0.00188345 Jy ! Component: 1300 - total flux cleaned = 0.00185007 Jy ! Component: 1350 - total flux cleaned = 0.00180034 Jy ! Component: 1400 - total flux cleaned = 0.00180044 Jy ! Component: 1450 - total flux cleaned = 0.00176822 Jy ! Component: 1500 - total flux cleaned = 0.00175187 Jy ! Component: 1550 - total flux cleaned = 0.00168905 Jy ! Component: 1600 - total flux cleaned = 0.00162723 Jy ! Component: 1650 - total flux cleaned = 0.00164242 Jy ! Component: 1700 - total flux cleaned = 0.00161208 Jy ! Component: 1750 - total flux cleaned = 0.00156729 Jy ! Component: 1800 - total flux cleaned = 0.00156714 Jy ! Component: 1850 - total flux cleaned = 0.00148 Jy ! Component: 1900 - total flux cleaned = 0.00149439 Jy ! Component: 1950 - total flux cleaned = 0.00152283 Jy ! Component: 2000 - total flux cleaned = 0.00146655 Jy ! Component: 2050 - total flux cleaned = 0.00145279 Jy ! Component: 2100 - total flux cleaned = 0.00146651 Jy ! Component: 2150 - total flux cleaned = 0.00142551 Jy ! Component: 2200 - total flux cleaned = 0.00139868 Jy ! Component: 2250 - total flux cleaned = 0.00141209 Jy ! Component: 2300 - total flux cleaned = 0.00141187 Jy ! Component: 2350 - total flux cleaned = 0.00143802 Jy ! Component: 2400 - total flux cleaned = 0.00142486 Jy ! Component: 2450 - total flux cleaned = 0.00141191 Jy ! Component: 2500 - total flux cleaned = 0.00134853 Jy ! Component: 2550 - total flux cleaned = 0.00139903 Jy ! Component: 2600 - total flux cleaned = 0.00141143 Jy ! Component: 2650 - total flux cleaned = 0.00137453 Jy ! Component: 2700 - total flux cleaned = 0.00139894 Jy ! Component: 2750 - total flux cleaned = 0.0013867 Jy ! Component: 2800 - total flux cleaned = 0.00137475 Jy ! Component: 2850 - total flux cleaned = 0.00137476 Jy ! Component: 2900 - total flux cleaned = 0.00136307 Jy ! Component: 2950 - total flux cleaned = 0.00133978 Jy ! Component: 3000 - total flux cleaned = 0.00136306 Jy ! Component: 3050 - total flux cleaned = 0.00140915 Jy ! Component: 3100 - total flux cleaned = 0.00138629 Jy ! Component: 3150 - total flux cleaned = 0.00140892 Jy ! Component: 3200 - total flux cleaned = 0.00146488 Jy ! Component: 3250 - total flux cleaned = 0.00144255 Jy ! Component: 3300 - total flux cleaned = 0.00140941 Jy ! Component: 3350 - total flux cleaned = 0.00140938 Jy ! Component: 3400 - total flux cleaned = 0.00144187 Jy ! Component: 3450 - total flux cleaned = 0.00138796 Jy ! Component: 3500 - total flux cleaned = 0.0013987 Jy ! Component: 3550 - total flux cleaned = 0.00141973 Jy ! Component: 3600 - total flux cleaned = 0.00141957 Jy ! Component: 3650 - total flux cleaned = 0.00140897 Jy ! Component: 3700 - total flux cleaned = 0.00142983 Jy ! Component: 3750 - total flux cleaned = 0.0014505 Jy ! Component: 3800 - total flux cleaned = 0.00143007 Jy ! Component: 3850 - total flux cleaned = 0.00147067 Jy ! Component: 3900 - total flux cleaned = 0.00152107 Jy ! Component: 3950 - total flux cleaned = 0.00147094 Jy ! Component: 4000 - total flux cleaned = 0.00151075 Jy ! Component: 4050 - total flux cleaned = 0.00152079 Jy ! Total flux subtracted in 4096 components = 0.0015503 Jy ! Clean residual min=-0.000647 max=0.000620 Jy/beam ! Clean residual mean=0.000001 rms=0.000185 Jy/beam ! Combined flux in latest and established models = 0.157444 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 447 components and 0.157444 Jy ![Exited script file: muppet] wmap "J1411+2134_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.324 x 7.448 at 6.588 degrees (North through East) ! Clean map min=-0.0013563 max=0.13278 Jy/beam ! Writing clean map to FITS file: J1411+2134_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.132784 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000183163 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.413821 0.413821 0.827641 1.65528 3.31057 6.62113 13.2423 26.4845 52.9691 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.132 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.324 x 7.448 at 6.588 degrees (North through East) ! Clean map min=-0.0013563 max=0.13278 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 J1411+2134_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:10:39 2019