! Started logfile: J0526-2342_S_2017_06_15_pus_uvs.log on Tue May 7 15:11:58 2019 obs J0526-2342_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0526-2342_S_2017_06_15_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.976425 visibilities/baseline/integration-bin. ! Found source: J0526-2342 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 603 lines of history. ! ! Reading 20212 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 J0526-2342_S_2017_06_15_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 690 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.923322Jy sigma=0.006642 ! Fit after self-cal, rms=0.902522Jy sigma=0.006496 ! 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.437 mas, bmaj=6.834 mas, bpa=-5.405 degrees ! Estimated noise=1456.83 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.0743638 Jy ! Component: 100 - total flux cleaned = 0.0926977 Jy ! Total flux subtracted in 100 components = 0.0926977 Jy ! Clean residual min=-0.006126 max=0.012572 Jy/beam ! Clean residual mean=-0.000018 rms=0.001782 Jy/beam ! Combined flux in latest and established models = 0.0926977 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0926977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099952Jy sigma=0.000694 ! Fit after self-cal, rms=0.099931Jy sigma=0.000694 ! Inverting map ! Added new window around map position (-3.5, 7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0113861 Jy ! Component: 100 - total flux cleaned = 0.0179154 Jy ! Total flux subtracted in 100 components = 0.0179154 Jy ! Clean residual min=-0.005935 max=0.008303 Jy/beam ! Clean residual mean=-0.000014 rms=0.001469 Jy/beam ! Combined flux in latest and established models = 0.110613 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 21 components and 0.110613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098257Jy sigma=0.000681 ! Fit after self-cal, rms=0.098109Jy sigma=0.000680 ! 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.027 mas, bmaj=7.878 mas, bpa=-5.082 degrees ! Estimated noise=813.475 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, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.009845 Jy ! Component: 100 - total flux cleaned = 0.0159278 Jy ! Component: 150 - total flux cleaned = 0.0199025 Jy ! Component: 200 - total flux cleaned = 0.0226762 Jy ! Total flux subtracted in 200 components = 0.0226762 Jy ! Clean residual min=-0.004723 max=0.004709 Jy/beam ! Clean residual mean=-0.000017 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.133289 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 71 components and 0.133289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097096Jy sigma=0.000671 ! Fit after self-cal, rms=0.097057Jy sigma=0.000670 ! 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.07 FD 0.91 HN 1.22 KP 1.03 ! LA 1.00 MK 1.03 NL 0.89 OV 0.98 ! PT 1.02 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.92 HN 1.27 KP 1.00 ! LA 0.95 MK 1.04 NL 1.01 OV 0.97 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.54 FD 1.00 HN 1.13 KP 0.96 ! LA 0.99 MK 0.99 NL 0.96 OV 0.89 ! PT 0.99 SC 0.98 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 0.89 KP 1.00* ! LA 0.92 MK 0.83 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.097057Jy sigma=0.000670 ! Fit after self-cal, rms=0.100195Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.041 mas, bmaj=7.867 mas, bpa=-4.94 degrees ! Estimated noise=816.088 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.000554025 Jy ! Component: 100 - total flux cleaned = -0.00106356 Jy ! Component: 150 - total flux cleaned = -0.00106568 Jy ! Component: 200 - total flux cleaned = -0.00111193 Jy ! Total flux subtracted in 200 components = -0.00111193 Jy ! Clean residual min=-0.002847 max=0.002898 Jy/beam ! Clean residual mean=-0.000009 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.132177 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 89 components and 0.132177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100099Jy sigma=0.000665 ! Fit after self-cal, rms=0.100183Jy sigma=0.000665 ! 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.100183Jy sigma=0.000665 ! Fit after self-cal, rms=0.099780Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.04 mas, bmaj=7.849 mas, bpa=-5.167 degrees ! Estimated noise=813.513 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000668955 Jy ! Component: 100 - total flux cleaned = -0.000667383 Jy ! Component: 150 - total flux cleaned = -0.000755221 Jy ! Component: 200 - total flux cleaned = -0.000870747 Jy ! Total flux subtracted in 200 components = -0.000870747 Jy ! Clean residual min=-0.002215 max=0.002701 Jy/beam ! Clean residual mean=0.000001 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.131307 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 103 components and 0.131307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099731Jy sigma=0.000663 ! Fit after self-cal, rms=0.099757Jy sigma=0.000662 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) ! Added new window around map position (36, -73.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00181161 Jy ! Component: 100 - total flux cleaned = 0.00171064 Jy ! Component: 150 - total flux cleaned = 0.00170832 Jy ! Component: 200 - total flux cleaned = 0.00170776 Jy ! Total flux subtracted in 200 components = 0.00170776 Jy ! Clean residual min=-0.002265 max=0.001973 Jy/beam ! Clean residual mean=0.000002 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.133014 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 122 components and 0.133014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099693Jy sigma=0.000662 ! Fit after self-cal, rms=0.099685Jy sigma=0.000662 ! 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.099685Jy sigma=0.000662 ! Fit after self-cal, rms=0.099681Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.034 mas, bmaj=7.841 mas, bpa=-5.12 degrees ! Estimated noise=809.957 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000225339 Jy ! Component: 100 - total flux cleaned = 0.000347919 Jy ! Component: 150 - total flux cleaned = 0.000315478 Jy ! Component: 200 - total flux cleaned = 0.000347117 Jy ! Total flux subtracted in 200 components = 0.000347117 Jy ! Clean residual min=-0.002131 max=0.001906 Jy/beam ! Clean residual mean=0.000002 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.133362 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 127 components and 0.133362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099650Jy sigma=0.000662 ! Fit after self-cal, rms=0.099653Jy sigma=0.000662 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.000296091 Jy ! Component: 100 - total flux cleaned = 0.000294824 Jy ! Component: 150 - total flux cleaned = 0.000294174 Jy ! Component: 200 - total flux cleaned = 0.00029415 Jy ! Total flux subtracted in 200 components = 0.00029415 Jy ! Clean residual min=-0.002077 max=0.001925 Jy/beam ! Clean residual mean=0.000002 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.133656 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 137 components and 0.133656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099637Jy sigma=0.000662 ! Fit after self-cal, rms=0.099636Jy sigma=0.000662 ! 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.099636Jy sigma=0.000662 ! Fit after self-cal, rms=0.099538Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.625 mas, bmaj=17.72 mas, bpa=-0.3718 degrees ! Estimated noise=1035.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000160756 Jy ! Component: 100 - total flux cleaned = -0.000269443 Jy ! Component: 150 - total flux cleaned = -0.000292813 Jy ! Component: 200 - total flux cleaned = -0.000312962 Jy ! Total flux subtracted in 200 components = -0.000312962 Jy ! Clean residual min=-0.002134 max=0.002224 Jy/beam ! Clean residual mean=0.000003 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.133343 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 159 components and 0.133343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099529Jy sigma=0.000661 ! Fit after self-cal, rms=0.099531Jy sigma=0.000661 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 = 9.46186e-06 Jy ! Component: 100 - total flux cleaned = 6.76986e-05 Jy ! Component: 150 - total flux cleaned = 6.7923e-05 Jy ! Component: 200 - total flux cleaned = 6.84497e-05 Jy ! Total flux subtracted in 200 components = 6.84497e-05 Jy ! Clean residual min=-0.002102 max=0.002231 Jy/beam ! Clean residual mean=0.000003 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.133411 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 165 components and 0.133411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099527Jy sigma=0.000661 ! Fit after self-cal, rms=0.099527Jy sigma=0.000661 ! 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.031 mas, bmaj=7.835 mas, bpa=-5.093 degrees ! Estimated noise=807.349 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.031 x 7.835 at -5.093 degrees (North through East) ! Clean map min=-0.0019199 max=0.091748 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.436 mas, bmaj=6.77 mas, bpa=-5.776 degrees ! Estimated noise=1460.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0736687 Jy ! Component: 100 - total flux cleaned = 0.0936606 Jy ! Component: 150 - total flux cleaned = 0.104243 Jy ! Component: 200 - total flux cleaned = 0.111229 Jy ! Total flux subtracted in 200 components = 0.111229 Jy ! Clean residual min=-0.004314 max=0.004380 Jy/beam ! Clean residual mean=-0.000005 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.111229 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 30 model components to the UV plane model. ! The established model now contains 30 components and 0.111229 Jy ! Inverting map and beam ! Estimated beam: bmin=3.031 mas, bmaj=7.835 mas, bpa=-5.093 degrees ! Estimated noise=807.349 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.00738932 Jy ! Component: 100 - total flux cleaned = 0.0119294 Jy ! Component: 150 - total flux cleaned = 0.0150482 Jy ! Component: 200 - total flux cleaned = 0.0172886 Jy ! Total flux subtracted in 200 components = 0.0172886 Jy ! Clean residual min=-0.002154 max=0.001890 Jy/beam ! Clean residual mean=-0.000004 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.128518 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 83 components and 0.128518 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.625 mas, bmaj=17.72 mas, bpa=-0.3718 degrees ! Estimated noise=1035.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00237566 Jy ! Component: 100 - total flux cleaned = 0.0037224 Jy ! Component: 150 - total flux cleaned = 0.0045643 Jy ! Component: 200 - total flux cleaned = 0.00473319 Jy ! Total flux subtracted in 200 components = 0.00473319 Jy ! Clean residual min=-0.002086 max=0.002188 Jy/beam ! Clean residual mean=0.000003 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.133251 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 = 6.07392e-05 Jy ! Component: 100 - total flux cleaned = 9.8067e-05 Jy ! Component: 150 - total flux cleaned = 0.0001158 Jy ! Component: 200 - total flux cleaned = 0.000149105 Jy ! Total flux subtracted in 200 components = 0.000149105 Jy ! Clean residual min=-0.002060 max=0.002181 Jy/beam ! Clean residual mean=0.000003 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.1334 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 122 components and 0.1334 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.031 mas, bmaj=7.835 mas, bpa=-5.093 degrees ! Estimated noise=807.349 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000208447 Jy ! Component: 100 - total flux cleaned = -0.000173438 Jy ! Component: 150 - total flux cleaned = -0.000172642 Jy ! Component: 200 - total flux cleaned = -0.000171116 Jy ! Total flux subtracted in 200 components = -0.000171116 Jy ! Clean residual min=-0.001980 max=0.001814 Jy/beam ! Clean residual mean=0.000001 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.133229 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 138 components and 0.133229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099533Jy sigma=0.000661 ! Fit after self-cal, rms=0.099520Jy sigma=0.000661 wmodel J0526-2342_S_2017_06_15_pus_map.mod ! Writing 138 model components to file: J0526-2342_S_2017_06_15_pus_map.mod wobs J0526-2342_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0526-2342_S_2017_06_15_pus_uvs.fits wwins J0526-2342_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J0526-2342_S_2017_06_15_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 5.09914e-05 Jy ! Component: 100 - total flux cleaned = -4.33123e-05 Jy ! Component: 150 - total flux cleaned = -0.000162824 Jy ! Component: 200 - total flux cleaned = -0.00024956 Jy ! Component: 250 - total flux cleaned = -0.000390412 Jy ! Component: 300 - total flux cleaned = -0.000498684 Jy ! Component: 350 - total flux cleaned = -0.000603951 Jy ! Component: 400 - total flux cleaned = -0.000732039 Jy ! Component: 450 - total flux cleaned = -0.000857609 Jy ! Component: 500 - total flux cleaned = -0.00100505 Jy ! Component: 550 - total flux cleaned = -0.0011246 Jy ! Component: 600 - total flux cleaned = -0.00114869 Jy ! Component: 650 - total flux cleaned = -0.00128711 Jy ! Component: 700 - total flux cleaned = -0.00137746 Jy ! Component: 750 - total flux cleaned = -0.001444 Jy ! Component: 800 - total flux cleaned = -0.00146625 Jy ! Component: 850 - total flux cleaned = -0.00155173 Jy ! Component: 900 - total flux cleaned = -0.00150951 Jy ! Component: 950 - total flux cleaned = -0.0015721 Jy ! Component: 1000 - total flux cleaned = -0.00163321 Jy ! Component: 1050 - total flux cleaned = -0.00157268 Jy ! Component: 1100 - total flux cleaned = -0.00167245 Jy ! Component: 1150 - total flux cleaned = -0.00157389 Jy ! Component: 1200 - total flux cleaned = -0.0015545 Jy ! Component: 1250 - total flux cleaned = -0.0015928 Jy ! Component: 1300 - total flux cleaned = -0.00153594 Jy ! Component: 1350 - total flux cleaned = -0.00157352 Jy ! Component: 1400 - total flux cleaned = -0.00159199 Jy ! Component: 1450 - total flux cleaned = -0.0015372 Jy ! Component: 1500 - total flux cleaned = -0.0015555 Jy ! Component: 1550 - total flux cleaned = -0.0015021 Jy ! Component: 1600 - total flux cleaned = -0.001502 Jy ! Component: 1650 - total flux cleaned = -0.00146696 Jy ! Component: 1700 - total flux cleaned = -0.00139782 Jy ! Component: 1750 - total flux cleaned = -0.00139773 Jy ! Component: 1800 - total flux cleaned = -0.00138095 Jy ! Component: 1850 - total flux cleaned = -0.00138091 Jy ! Component: 1900 - total flux cleaned = -0.00139759 Jy ! Component: 1950 - total flux cleaned = -0.00147904 Jy ! Component: 2000 - total flux cleaned = -0.0014627 Jy ! Component: 2050 - total flux cleaned = -0.00152655 Jy ! Component: 2100 - total flux cleaned = -0.00146347 Jy ! Component: 2150 - total flux cleaned = -0.00151055 Jy ! Component: 2200 - total flux cleaned = -0.00152624 Jy ! Component: 2250 - total flux cleaned = -0.00158776 Jy ! Component: 2300 - total flux cleaned = -0.00160294 Jy ! Component: 2350 - total flux cleaned = -0.00158797 Jy ! Component: 2400 - total flux cleaned = -0.0016629 Jy ! Component: 2450 - total flux cleaned = -0.00170748 Jy ! Component: 2500 - total flux cleaned = -0.00173675 Jy ! Component: 2550 - total flux cleaned = -0.00179482 Jy ! Component: 2600 - total flux cleaned = -0.00186667 Jy ! Component: 2650 - total flux cleaned = -0.00190935 Jy ! Component: 2700 - total flux cleaned = -0.00192329 Jy ! Component: 2750 - total flux cleaned = -0.00195124 Jy ! Component: 2800 - total flux cleaned = -0.0019513 Jy ! Component: 2850 - total flux cleaned = -0.00199281 Jy ! Component: 2900 - total flux cleaned = -0.0020475 Jy ! Component: 2950 - total flux cleaned = -0.00210169 Jy ! Component: 3000 - total flux cleaned = -0.00218204 Jy ! Component: 3050 - total flux cleaned = -0.00220881 Jy ! Component: 3100 - total flux cleaned = -0.00228821 Jy ! Component: 3150 - total flux cleaned = -0.00228811 Jy ! Component: 3200 - total flux cleaned = -0.00235333 Jy ! Component: 3250 - total flux cleaned = -0.00239205 Jy ! Component: 3300 - total flux cleaned = -0.0024175 Jy ! Component: 3350 - total flux cleaned = -0.00244306 Jy ! Component: 3400 - total flux cleaned = -0.00248083 Jy ! Component: 3450 - total flux cleaned = -0.0025436 Jy ! Component: 3500 - total flux cleaned = -0.00261827 Jy ! Component: 3550 - total flux cleaned = -0.0026554 Jy ! Component: 3600 - total flux cleaned = -0.0026922 Jy ! Component: 3650 - total flux cleaned = -0.0027532 Jy ! Component: 3700 - total flux cleaned = -0.0027532 Jy ! Component: 3750 - total flux cleaned = -0.00281349 Jy ! Component: 3800 - total flux cleaned = -0.00282546 Jy ! Component: 3850 - total flux cleaned = -0.00284926 Jy ! Component: 3900 - total flux cleaned = -0.00289667 Jy ! Component: 3950 - total flux cleaned = -0.00289671 Jy ! Component: 4000 - total flux cleaned = -0.00295529 Jy ! Component: 4050 - total flux cleaned = -0.00302506 Jy ! Total flux subtracted in 4096 components = -0.00304818 Jy ! Clean residual min=-0.000701 max=0.000737 Jy/beam ! Clean residual mean=-0.000001 rms=0.000211 Jy/beam ! Combined flux in latest and established models = 0.130181 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 420 components and 0.130181 Jy ![Exited script file: muppet] wmap "J0526-2342_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.031 x 7.835 at -5.093 degrees (North through East) ! Clean map min=-0.00168 max=0.092261 Jy/beam ! Writing clean map to FITS file: J0526-2342_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.092261 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000209057 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.67978 0.67978 1.35956 2.71912 5.43824 10.8765 21.753 43.506 87.0119 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.092 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.031 x 7.835 at -5.093 degrees (North through East) ! Clean map min=-0.00168 max=0.092261 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 J0526-2342_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:12:03 2019