! Started logfile: J1259-2310_S_2017_05_01_pus_uvs.log on Wed May 1 18:37:35 2019 obs J1259-2310_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J1259-2310_S_2017_05_01_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.977193 visibilities/baseline/integration-bin. ! Found source: J1259-2310 ! ! 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 788 lines of history. ! ! Reading 13368 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 J1259-2310_S_2017_05_01_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 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 392 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.710526Jy sigma=0.004414 ! Fit after self-cal, rms=0.695518Jy sigma=0.004331 ! 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.39 mas, bmaj=6.742 mas, bpa=-3.103 degrees ! Estimated noise=1562.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.239597 Jy ! Component: 100 - total flux cleaned = 0.299845 Jy ! Total flux subtracted in 100 components = 0.299845 Jy ! Clean residual min=-0.010588 max=0.023870 Jy/beam ! Clean residual mean=-0.000055 rms=0.003343 Jy/beam ! Combined flux in latest and established models = 0.299845 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.299845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128903Jy sigma=0.000762 ! Fit after self-cal, rms=0.128922Jy sigma=0.000762 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0253586 Jy ! Component: 100 - total flux cleaned = 0.0386041 Jy ! Total flux subtracted in 100 components = 0.0386041 Jy ! Clean residual min=-0.009640 max=0.011740 Jy/beam ! Clean residual mean=-0.000029 rms=0.002432 Jy/beam ! Combined flux in latest and established models = 0.33845 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 19 components and 0.33845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123447Jy sigma=0.000715 ! Fit after self-cal, rms=0.123467Jy sigma=0.000715 ! 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.069 mas, bmaj=7.803 mas, bpa=-3.067 degrees ! Estimated noise=1096.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 (-4, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0157381 Jy ! Component: 100 - total flux cleaned = 0.0248382 Jy ! Component: 150 - total flux cleaned = 0.0269569 Jy ! Component: 200 - total flux cleaned = 0.0276301 Jy ! Total flux subtracted in 200 components = 0.0276301 Jy ! Clean residual min=-0.009145 max=0.012685 Jy/beam ! Clean residual mean=-0.000020 rms=0.002057 Jy/beam ! Combined flux in latest and established models = 0.36608 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 52 components and 0.36608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121069Jy sigma=0.000701 ! Fit after self-cal, rms=0.121034Jy sigma=0.000700 ! 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.94 FD 0.85 HN 1.23 KP 1.05 ! LA 0.99 MK 0.99 NL 0.96 OV 1.06 ! PT 1.05 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.89 HN 1.27 KP 0.99 ! LA 0.95 MK 0.97 NL 0.99 OV 1.06 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.94 HN 1.20 KP 1.00 ! LA 0.99 MK 1.01 NL 1.00 OV 0.99 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.97 HN 1.25 KP 1.00* ! LA 1.00* MK 1.12 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.121034Jy sigma=0.000700 ! Fit after self-cal, rms=0.124166Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.101 mas, bmaj=7.797 mas, bpa=-2.78 degrees ! Estimated noise=1103.23 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 (10, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0044664 Jy ! Component: 100 - total flux cleaned = 0.0051759 Jy ! Component: 150 - total flux cleaned = 0.00617258 Jy ! Component: 200 - total flux cleaned = 0.00698311 Jy ! Total flux subtracted in 200 components = 0.00698311 Jy ! Clean residual min=-0.003732 max=0.003750 Jy/beam ! Clean residual mean=-0.000009 rms=0.000938 Jy/beam ! Combined flux in latest and established models = 0.373063 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 74 components and 0.373063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123799Jy sigma=0.000673 ! Fit after self-cal, rms=0.123906Jy sigma=0.000673 ! 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.123906Jy sigma=0.000673 ! Fit after self-cal, rms=0.124144Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.101 mas, bmaj=7.811 mas, bpa=-2.837 degrees ! Estimated noise=1100.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000269319 Jy ! Component: 100 - total flux cleaned = 0.000468074 Jy ! Component: 150 - total flux cleaned = 0.000653952 Jy ! Component: 200 - total flux cleaned = 0.000775801 Jy ! Total flux subtracted in 200 components = 0.000775801 Jy ! Clean residual min=-0.002658 max=0.002860 Jy/beam ! Clean residual mean=-0.000005 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.373839 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 111 components and 0.373839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124074Jy sigma=0.000670 ! Fit after self-cal, rms=0.124065Jy sigma=0.000670 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.03389e-05 Jy ! Component: 100 - total flux cleaned = -4.90852e-05 Jy ! Component: 150 - total flux cleaned = -1.26565e-05 Jy ! Component: 200 - total flux cleaned = 4.81154e-05 Jy ! Total flux subtracted in 200 components = 4.81154e-05 Jy ! Clean residual min=-0.002753 max=0.002735 Jy/beam ! Clean residual mean=-0.000005 rms=0.000726 Jy/beam ! Combined flux in latest and established models = 0.373887 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 120 components and 0.373887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124033Jy sigma=0.000670 ! Fit after self-cal, rms=0.124020Jy sigma=0.000669 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124020Jy sigma=0.000669 ! Fit after self-cal, rms=0.124568Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.104 mas, bmaj=7.815 mas, bpa=-2.822 degrees ! Estimated noise=1100.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00111899 Jy ! Component: 100 - total flux cleaned = -0.00119379 Jy ! Component: 150 - total flux cleaned = -0.00122254 Jy ! Component: 200 - total flux cleaned = -0.00119846 Jy ! Total flux subtracted in 200 components = -0.00119846 Jy ! Clean residual min=-0.002849 max=0.002724 Jy/beam ! Clean residual mean=-0.000003 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.372688 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 130 components and 0.372688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124543Jy sigma=0.000669 ! Fit after self-cal, rms=0.124542Jy sigma=0.000669 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.5992e-05 Jy ! Component: 100 - total flux cleaned = -1.09197e-05 Jy ! Component: 150 - total flux cleaned = 5.63674e-05 Jy ! Component: 200 - total flux cleaned = 5.60884e-05 Jy ! Total flux subtracted in 200 components = 5.60884e-05 Jy ! Clean residual min=-0.002906 max=0.002679 Jy/beam ! Clean residual mean=-0.000003 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.372744 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 143 components and 0.372744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124529Jy sigma=0.000669 ! Fit after self-cal, rms=0.124523Jy sigma=0.000669 ! 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.124523Jy sigma=0.000669 ! Fit after self-cal, rms=0.124849Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.8 mas, bmaj=17.68 mas, bpa=3.18 degrees ! Estimated noise=1356.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000840354 Jy ! Component: 100 - total flux cleaned = -0.00111472 Jy ! Component: 150 - total flux cleaned = -0.00128632 Jy ! Component: 200 - total flux cleaned = -0.00132452 Jy ! Total flux subtracted in 200 components = -0.00132452 Jy ! Clean residual min=-0.003590 max=0.003247 Jy/beam ! Clean residual mean=-0.000006 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.37142 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 165 components and 0.37142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124846Jy sigma=0.000669 ! Fit after self-cal, rms=0.124849Jy sigma=0.000669 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.61033e-05 Jy ! Component: 100 - total flux cleaned = 1.31192e-05 Jy ! Component: 150 - total flux cleaned = -2.00524e-05 Jy ! Component: 200 - total flux cleaned = -3.9985e-05 Jy ! Total flux subtracted in 200 components = -3.9985e-05 Jy ! Clean residual min=-0.003617 max=0.003264 Jy/beam ! Clean residual mean=-0.000006 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.37138 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 172 components and 0.37138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124849Jy sigma=0.000669 ! Fit after self-cal, rms=0.124848Jy sigma=0.000669 ! 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.106 mas, bmaj=7.817 mas, bpa=-2.817 degrees ! Estimated noise=1100.04 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.106 x 7.817 at -2.817 degrees (North through East) ! Clean map min=-0.0029194 max=0.31106 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.414 mas, bmaj=6.767 mas, bpa=-2.705 degrees ! Estimated noise=1577.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.241633 Jy ! Component: 100 - total flux cleaned = 0.300619 Jy ! Component: 150 - total flux cleaned = 0.324459 Jy ! Component: 200 - total flux cleaned = 0.336191 Jy ! Total flux subtracted in 200 components = 0.336191 Jy ! Clean residual min=-0.005337 max=0.005672 Jy/beam ! Clean residual mean=-0.000031 rms=0.001276 Jy/beam ! Combined flux in latest and established models = 0.336191 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.336191 Jy ! Inverting map and beam ! Estimated beam: bmin=3.106 mas, bmaj=7.817 mas, bpa=-2.817 degrees ! Estimated noise=1100.04 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) ! Added new window around map position (2.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00991829 Jy ! Component: 100 - total flux cleaned = 0.0163424 Jy ! Component: 150 - total flux cleaned = 0.02113 Jy ! Component: 200 - total flux cleaned = 0.0248242 Jy ! Total flux subtracted in 200 components = 0.0248242 Jy ! Clean residual min=-0.003061 max=0.003222 Jy/beam ! Clean residual mean=-0.000017 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.361015 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 65 components and 0.361015 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.8 mas, bmaj=17.68 mas, bpa=3.18 degrees ! Estimated noise=1356.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0045946 Jy ! Component: 100 - total flux cleaned = 0.00731355 Jy ! Component: 150 - total flux cleaned = 0.00845543 Jy ! Component: 200 - total flux cleaned = 0.00881931 Jy ! Total flux subtracted in 200 components = 0.00881931 Jy ! Clean residual min=-0.003716 max=0.003351 Jy/beam ! Clean residual mean=-0.000011 rms=0.000954 Jy/beam ! Combined flux in latest and established models = 0.369834 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.000153761 Jy ! Component: 100 - total flux cleaned = 0.00033223 Jy ! Component: 150 - total flux cleaned = 0.000450827 Jy ! Component: 200 - total flux cleaned = 0.000588975 Jy ! Total flux subtracted in 200 components = 0.000588975 Jy ! Clean residual min=-0.003643 max=0.003242 Jy/beam ! Clean residual mean=-0.000009 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.370423 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 137 components and 0.370423 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.106 mas, bmaj=7.817 mas, bpa=-2.817 degrees ! Estimated noise=1100.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.41475e-05 Jy ! Component: 100 - total flux cleaned = 4.73763e-05 Jy ! Component: 150 - total flux cleaned = 0.000140547 Jy ! Component: 200 - total flux cleaned = 0.000292673 Jy ! Total flux subtracted in 200 components = 0.000292673 Jy ! Clean residual min=-0.002759 max=0.002856 Jy/beam ! Clean residual mean=-0.000003 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.370716 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 156 components and 0.370716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124849Jy sigma=0.000669 ! Fit after self-cal, rms=0.124818Jy sigma=0.000669 wmodel J1259-2310_S_2017_05_01_pus_map.mod ! Writing 156 model components to file: J1259-2310_S_2017_05_01_pus_map.mod wobs J1259-2310_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J1259-2310_S_2017_05_01_pus_uvs.fits wwins J1259-2310_S_2017_05_01_pus_map.win ! wwins: Wrote 4 windows to J1259-2310_S_2017_05_01_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.000242921 Jy ! Component: 100 - total flux cleaned = -0.000557271 Jy ! Component: 150 - total flux cleaned = -0.000644583 Jy ! Component: 200 - total flux cleaned = -0.000769723 Jy ! Component: 250 - total flux cleaned = -0.000890218 Jy ! Component: 300 - total flux cleaned = -0.000851248 Jy ! Component: 350 - total flux cleaned = -0.000850145 Jy ! Component: 400 - total flux cleaned = -0.000775736 Jy ! Component: 450 - total flux cleaned = -0.000919647 Jy ! Component: 500 - total flux cleaned = -0.000919449 Jy ! Component: 550 - total flux cleaned = -0.001057 Jy ! Component: 600 - total flux cleaned = -0.0011916 Jy ! Component: 650 - total flux cleaned = -0.00132376 Jy ! Component: 700 - total flux cleaned = -0.00148644 Jy ! Component: 750 - total flux cleaned = -0.00180501 Jy ! Component: 800 - total flux cleaned = -0.00202377 Jy ! Component: 850 - total flux cleaned = -0.00217755 Jy ! Component: 900 - total flux cleaned = -0.00244992 Jy ! Component: 950 - total flux cleaned = -0.00271861 Jy ! Component: 1000 - total flux cleaned = -0.00292331 Jy ! Component: 1050 - total flux cleaned = -0.00312575 Jy ! Component: 1100 - total flux cleaned = -0.00318305 Jy ! Component: 1150 - total flux cleaned = -0.00332431 Jy ! Component: 1200 - total flux cleaned = -0.00354681 Jy ! Component: 1250 - total flux cleaned = -0.00376664 Jy ! Component: 1300 - total flux cleaned = -0.00387499 Jy ! Component: 1350 - total flux cleaned = -0.00411611 Jy ! Component: 1400 - total flux cleaned = -0.00414282 Jy ! Component: 1450 - total flux cleaned = -0.00435173 Jy ! Component: 1500 - total flux cleaned = -0.00450612 Jy ! Component: 1550 - total flux cleaned = -0.00460803 Jy ! Component: 1600 - total flux cleaned = -0.00465866 Jy ! Component: 1650 - total flux cleaned = -0.00485786 Jy ! Component: 1700 - total flux cleaned = -0.00505395 Jy ! Component: 1750 - total flux cleaned = -0.00512621 Jy ! Component: 1800 - total flux cleaned = -0.00527016 Jy ! Component: 1850 - total flux cleaned = -0.00536493 Jy ! Component: 1900 - total flux cleaned = -0.00545878 Jy ! Component: 1950 - total flux cleaned = -0.00562137 Jy ! Component: 2000 - total flux cleaned = -0.00578181 Jy ! Component: 2050 - total flux cleaned = -0.00589523 Jy ! Component: 2100 - total flux cleaned = -0.00600743 Jy ! Component: 2150 - total flux cleaned = -0.0060741 Jy ! Component: 2200 - total flux cleaned = -0.00620645 Jy ! Component: 2250 - total flux cleaned = -0.00631567 Jy ! Component: 2300 - total flux cleaned = -0.00640202 Jy ! Component: 2350 - total flux cleaned = -0.00655173 Jy ! Component: 2400 - total flux cleaned = -0.00674228 Jy ! Component: 2450 - total flux cleaned = -0.00684734 Jy ! Component: 2500 - total flux cleaned = -0.00701337 Jy ! Component: 2550 - total flux cleaned = -0.00711654 Jy ! Component: 2600 - total flux cleaned = -0.00719817 Jy ! Component: 2650 - total flux cleaned = -0.00734004 Jy ! Component: 2700 - total flux cleaned = -0.0075004 Jy ! Component: 2750 - total flux cleaned = -0.00757983 Jy ! Component: 2800 - total flux cleaned = -0.00771762 Jy ! Component: 2850 - total flux cleaned = -0.00779575 Jy ! Component: 2900 - total flux cleaned = -0.00789229 Jy ! Component: 2950 - total flux cleaned = -0.00806507 Jy ! Component: 3000 - total flux cleaned = -0.00808426 Jy ! Component: 3050 - total flux cleaned = -0.00825447 Jy ! Component: 3100 - total flux cleaned = -0.00836694 Jy ! Component: 3150 - total flux cleaned = -0.00842268 Jy ! Component: 3200 - total flux cleaned = -0.00855162 Jy ! Component: 3250 - total flux cleaned = -0.0086248 Jy ! Component: 3300 - total flux cleaned = -0.00878816 Jy ! Component: 3350 - total flux cleaned = -0.00884233 Jy ! Component: 3400 - total flux cleaned = -0.00891404 Jy ! Component: 3450 - total flux cleaned = -0.00896751 Jy ! Component: 3500 - total flux cleaned = -0.009091 Jy ! Component: 3550 - total flux cleaned = -0.00914365 Jy ! Component: 3600 - total flux cleaned = -0.00933481 Jy ! Component: 3650 - total flux cleaned = -0.00940391 Jy ! Component: 3700 - total flux cleaned = -0.00948968 Jy ! Component: 3750 - total flux cleaned = -0.00960892 Jy ! Component: 3800 - total flux cleaned = -0.00971045 Jy ! Component: 3850 - total flux cleaned = -0.00977766 Jy ! Component: 3900 - total flux cleaned = -0.00987761 Jy ! Component: 3950 - total flux cleaned = -0.00996054 Jy ! Component: 4000 - total flux cleaned = -0.0100427 Jy ! Component: 4050 - total flux cleaned = -0.0101406 Jy ! Total flux subtracted in 4096 components = -0.0102379 Jy ! Clean residual min=-0.001137 max=0.001190 Jy/beam ! Clean residual mean=-0.000003 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.360478 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 446 components and 0.360478 Jy ![Exited script file: muppet] wmap "J1259-2310_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.106 x 7.817 at -2.817 degrees (North through East) ! Clean map min=-0.0024114 max=0.31449 Jy/beam ! Writing clean map to FITS file: J1259-2310_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.31449 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000286575 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.273371 0.273371 0.546743 1.09349 2.18697 4.37394 8.74788 17.4958 34.9915 69.983 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.314 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.106 x 7.817 at -2.817 degrees (North through East) ! Clean map min=-0.0024114 max=0.31449 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 J1259-2310_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:37:39 2019