! Started logfile: J0429+1815_S_2017_10_21_pus_uvs.log on Sat May 11 20:50:13 2019 obs J0429+1815_S_2017_10_21_pus_uva.fits ! Reading UV FITS file: J0429+1815_S_2017_10_21_pus_uva.fits ! AN table 1: 235 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.783806 visibilities/baseline/integration-bin. ! Found source: J0429+1815 ! ! 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 644 lines of history. ! ! Reading 26524 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 J0429+1815_S_2017_10_21_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 246 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 333 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 246 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1590 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.920250Jy sigma=0.009954 ! Fit after self-cal, rms=0.898958Jy sigma=0.009725 ! 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.232 mas, bmaj=10.28 mas, bpa=-24.59 degrees ! Estimated noise=721.734 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.075727 Jy ! Component: 100 - total flux cleaned = 0.098639 Jy ! Total flux subtracted in 100 components = 0.098639 Jy ! Clean residual min=-0.006900 max=0.011991 Jy/beam ! Clean residual mean=-0.000061 rms=0.001957 Jy/beam ! Combined flux in latest and established models = 0.098639 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.098639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077518Jy sigma=0.000754 ! Fit after self-cal, rms=0.077398Jy sigma=0.000753 ! Inverting map ! Added new window around map position (-6.5, -4). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0127526 Jy ! Component: 100 - total flux cleaned = 0.0203813 Jy ! Total flux subtracted in 100 components = 0.0203813 Jy ! Clean residual min=-0.004590 max=0.004460 Jy/beam ! Clean residual mean=-0.000039 rms=0.001265 Jy/beam ! Combined flux in latest and established models = 0.11902 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 30 components and 0.11902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074864Jy sigma=0.000729 ! Fit after self-cal, rms=0.074729Jy sigma=0.000727 ! 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.835 mas, bmaj=10.9 mas, bpa=-23.77 degrees ! Estimated noise=477.843 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.00592681 Jy ! Component: 100 - total flux cleaned = 0.00921479 Jy ! Component: 150 - total flux cleaned = 0.0105961 Jy ! Component: 200 - total flux cleaned = 0.0107893 Jy ! Total flux subtracted in 200 components = 0.0107893 Jy ! Clean residual min=-0.003302 max=0.003759 Jy/beam ! Clean residual mean=-0.000036 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.12981 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 52 components and 0.129809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074084Jy sigma=0.000723 ! Fit after self-cal, rms=0.074059Jy sigma=0.000723 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.97 HN 0.96 KP 1.09 ! LA 1.00 MK 1.01 NL 0.94 OV 0.99 ! PT 1.01 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.01 HN 1.05 KP 1.05 ! LA 0.95 MK 1.00 NL 1.03 OV 1.01 ! PT 0.97 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 1.17 HN 1.00 KP 1.06 ! LA 0.77 MK 1.01 NL 1.20 OV 0.93 ! PT 0.95 ! ! ! Correcting IF 4. ! A total of 525 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* ! ! ! Fit before self-cal, rms=0.074059Jy sigma=0.000723 ! Fit after self-cal, rms=0.070109Jy sigma=0.000715 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.852 mas, bmaj=10.73 mas, bpa=-23.62 degrees ! Estimated noise=479.734 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.000389412 Jy ! Component: 100 - total flux cleaned = 0.000692865 Jy ! Component: 150 - total flux cleaned = 0.000779837 Jy ! Component: 200 - total flux cleaned = 0.00075575 Jy ! Total flux subtracted in 200 components = 0.00075575 Jy ! Clean residual min=-0.002106 max=0.001981 Jy/beam ! Clean residual mean=-0.000012 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.130565 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 72 components and 0.130565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070074Jy sigma=0.000714 ! Fit after self-cal, rms=0.069995Jy sigma=0.000714 ! 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.069995Jy sigma=0.000714 ! Fit after self-cal, rms=0.070351Jy sigma=0.000711 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.844 mas, bmaj=10.73 mas, bpa=-23.77 degrees ! Estimated noise=480.117 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000464577 Jy ! Component: 100 - total flux cleaned = 0.000442393 Jy ! Component: 150 - total flux cleaned = 0.000459572 Jy ! Component: 200 - total flux cleaned = 0.000459155 Jy ! Total flux subtracted in 200 components = 0.000459155 Jy ! Clean residual min=-0.001628 max=0.001685 Jy/beam ! Clean residual mean=-0.000006 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.131024 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 91 components and 0.131024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070337Jy sigma=0.000711 ! Fit after self-cal, rms=0.070357Jy sigma=0.000711 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.00016244 Jy ! Component: 100 - total flux cleaned = 0.000147517 Jy ! Component: 150 - total flux cleaned = 0.00014757 Jy ! Component: 200 - total flux cleaned = 0.00014763 Jy ! Total flux subtracted in 200 components = 0.00014763 Jy ! Clean residual min=-0.001606 max=0.001657 Jy/beam ! Clean residual mean=-0.000006 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.131172 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 109 components and 0.131172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070352Jy sigma=0.000711 ! Fit after self-cal, rms=0.070350Jy sigma=0.000711 ! 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.070350Jy sigma=0.000711 ! Fit after self-cal, rms=0.070429Jy sigma=0.000711 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.845 mas, bmaj=10.73 mas, bpa=-23.77 degrees ! Estimated noise=480.575 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000212591 Jy ! Component: 100 - total flux cleaned = 0.000267238 Jy ! Component: 150 - total flux cleaned = 0.000314482 Jy ! Component: 200 - total flux cleaned = 0.000336111 Jy ! Total flux subtracted in 200 components = 0.000336111 Jy ! Clean residual min=-0.001558 max=0.001583 Jy/beam ! Clean residual mean=-0.000005 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.131508 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 119 components and 0.131508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070425Jy sigma=0.000711 ! Fit after self-cal, rms=0.070424Jy sigma=0.000711 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.53506e-05 Jy ! Component: 100 - total flux cleaned = 9.4994e-05 Jy ! Component: 150 - total flux cleaned = 9.49528e-05 Jy ! Component: 200 - total flux cleaned = 0.000104273 Jy ! Total flux subtracted in 200 components = 0.000104273 Jy ! Clean residual min=-0.001548 max=0.001579 Jy/beam ! Clean residual mean=-0.000005 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.131612 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 125 components and 0.131612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070422Jy sigma=0.000711 ! Fit after self-cal, rms=0.070421Jy sigma=0.000711 ! 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.070421Jy sigma=0.000711 ! Fit after self-cal, rms=0.070457Jy sigma=0.000711 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.207 mas, bmaj=11.46 mas, bpa=-21.33 degrees ! Estimated noise=563.197 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000351687 Jy ! Component: 100 - total flux cleaned = 0.000380915 Jy ! Component: 150 - total flux cleaned = 0.000416782 Jy ! Component: 200 - total flux cleaned = 0.000460804 Jy ! Total flux subtracted in 200 components = 0.000460804 Jy ! Clean residual min=-0.001722 max=0.001743 Jy/beam ! Clean residual mean=-0.000009 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.132073 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 133 components and 0.132073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070456Jy sigma=0.000711 ! Fit after self-cal, rms=0.070453Jy sigma=0.000711 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.000136038 Jy ! Component: 100 - total flux cleaned = 0.000167356 Jy ! Component: 150 - total flux cleaned = 0.000205508 Jy ! Component: 200 - total flux cleaned = 0.000232185 Jy ! Total flux subtracted in 200 components = 0.000232185 Jy ! Clean residual min=-0.001714 max=0.001734 Jy/beam ! Clean residual mean=-0.000008 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.132305 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 140 components and 0.132305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070453Jy sigma=0.000711 ! Fit after self-cal, rms=0.070452Jy sigma=0.000711 ! 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.847 mas, bmaj=10.73 mas, bpa=-23.76 degrees ! Estimated noise=480.921 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.847 x 10.73 at -23.76 degrees (North through East) ! Clean map min=-0.0015068 max=0.095476 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.23 mas, bmaj=10.06 mas, bpa=-24.73 degrees ! Estimated noise=712.758 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0744769 Jy ! Component: 100 - total flux cleaned = 0.0976623 Jy ! Component: 150 - total flux cleaned = 0.110252 Jy ! Component: 200 - total flux cleaned = 0.117808 Jy ! Total flux subtracted in 200 components = 0.117808 Jy ! Clean residual min=-0.002944 max=0.003852 Jy/beam ! Clean residual mean=-0.000015 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.117808 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.117808 Jy ! Inverting map and beam ! Estimated beam: bmin=3.847 mas, bmaj=10.73 mas, bpa=-23.76 degrees ! Estimated noise=480.921 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.00582391 Jy ! Component: 100 - total flux cleaned = 0.00901315 Jy ! Component: 150 - total flux cleaned = 0.0110943 Jy ! Component: 200 - total flux cleaned = 0.0120215 Jy ! Total flux subtracted in 200 components = 0.0120215 Jy ! Clean residual min=-0.001579 max=0.001633 Jy/beam ! Clean residual mean=-0.000008 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.12983 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 74 components and 0.12983 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.207 mas, bmaj=11.46 mas, bpa=-21.33 degrees ! Estimated noise=563.197 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0014002 Jy ! Component: 100 - total flux cleaned = 0.00182225 Jy ! Component: 150 - total flux cleaned = 0.00211595 Jy ! Component: 200 - total flux cleaned = 0.0021878 Jy ! Total flux subtracted in 200 components = 0.0021878 Jy ! Clean residual min=-0.001706 max=0.001956 Jy/beam ! Clean residual mean=-0.000009 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.132018 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.30585e-05 Jy ! Component: 100 - total flux cleaned = 8.00806e-05 Jy ! Component: 150 - total flux cleaned = 8.01002e-05 Jy ! Component: 200 - total flux cleaned = 9.49031e-05 Jy ! Total flux subtracted in 200 components = 9.49031e-05 Jy ! Clean residual min=-0.001664 max=0.001865 Jy/beam ! Clean residual mean=-0.000009 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.132113 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 103 components and 0.132113 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.847 mas, bmaj=10.73 mas, bpa=-23.76 degrees ! Estimated noise=480.921 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.75912e-06 Jy ! Component: 100 - total flux cleaned = 1.98501e-05 Jy ! Component: 150 - total flux cleaned = 4.03314e-05 Jy ! Component: 200 - total flux cleaned = 3.99997e-05 Jy ! Total flux subtracted in 200 components = 3.99997e-05 Jy ! Clean residual min=-0.001448 max=0.001511 Jy/beam ! Clean residual mean=-0.000005 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.132153 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 119 components and 0.132153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070461Jy sigma=0.000711 ! Fit after self-cal, rms=0.070456Jy sigma=0.000711 wmodel J0429+1815_S_2017_10_21_pus_map.mod ! Writing 119 model components to file: J0429+1815_S_2017_10_21_pus_map.mod wobs J0429+1815_S_2017_10_21_pus_uvs.fits ! Writing UV FITS file: J0429+1815_S_2017_10_21_pus_uvs.fits wwins J0429+1815_S_2017_10_21_pus_map.win ! wwins: Wrote 2 windows to J0429+1815_S_2017_10_21_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.000106359 Jy ! Component: 100 - total flux cleaned = 8.3678e-05 Jy ! Component: 150 - total flux cleaned = -5.4513e-06 Jy ! Component: 200 - total flux cleaned = -0.000130542 Jy ! Component: 250 - total flux cleaned = -0.000268268 Jy ! Component: 300 - total flux cleaned = -0.000324952 Jy ! Component: 350 - total flux cleaned = -0.000379086 Jy ! Component: 400 - total flux cleaned = -0.000413726 Jy ! Component: 450 - total flux cleaned = -0.000414126 Jy ! Component: 500 - total flux cleaned = -0.000430421 Jy ! Component: 550 - total flux cleaned = -0.000461421 Jy ! Component: 600 - total flux cleaned = -0.00046126 Jy ! Component: 650 - total flux cleaned = -0.000490843 Jy ! Component: 700 - total flux cleaned = -0.000519234 Jy ! Component: 750 - total flux cleaned = -0.000505272 Jy ! Component: 800 - total flux cleaned = -0.000532725 Jy ! Component: 850 - total flux cleaned = -0.000493479 Jy ! Component: 900 - total flux cleaned = -0.000468114 Jy ! Component: 950 - total flux cleaned = -0.000443252 Jy ! Component: 1000 - total flux cleaned = -0.000443209 Jy ! Component: 1050 - total flux cleaned = -0.000443348 Jy ! Component: 1100 - total flux cleaned = -0.000443304 Jy ! Component: 1150 - total flux cleaned = -0.000443155 Jy ! Component: 1200 - total flux cleaned = -0.00042034 Jy ! Component: 1250 - total flux cleaned = -0.000409303 Jy ! Component: 1300 - total flux cleaned = -0.000387547 Jy ! Component: 1350 - total flux cleaned = -0.000398398 Jy ! Component: 1400 - total flux cleaned = -0.000387963 Jy ! Component: 1450 - total flux cleaned = -0.000367262 Jy ! Component: 1500 - total flux cleaned = -0.000357307 Jy ! Component: 1550 - total flux cleaned = -0.000367348 Jy ! Component: 1600 - total flux cleaned = -0.000357574 Jy ! Component: 1650 - total flux cleaned = -0.000367344 Jy ! Component: 1700 - total flux cleaned = -0.00039607 Jy ! Component: 1750 - total flux cleaned = -0.000405326 Jy ! Component: 1800 - total flux cleaned = -0.000433246 Jy ! Component: 1850 - total flux cleaned = -0.000442257 Jy ! Component: 1900 - total flux cleaned = -0.000460591 Jy ! Component: 1950 - total flux cleaned = -0.000469693 Jy ! Component: 2000 - total flux cleaned = -0.000487432 Jy ! Component: 2050 - total flux cleaned = -0.000487431 Jy ! Component: 2100 - total flux cleaned = -0.000495979 Jy ! Component: 2150 - total flux cleaned = -0.000479017 Jy ! Component: 2200 - total flux cleaned = -0.000512977 Jy ! Component: 2250 - total flux cleaned = -0.000529714 Jy ! Component: 2300 - total flux cleaned = -0.000546316 Jy ! Component: 2350 - total flux cleaned = -0.000562675 Jy ! Component: 2400 - total flux cleaned = -0.0005708 Jy ! Component: 2450 - total flux cleaned = -0.000603053 Jy ! Component: 2500 - total flux cleaned = -0.000619115 Jy ! Component: 2550 - total flux cleaned = -0.000666723 Jy ! Component: 2600 - total flux cleaned = -0.000674558 Jy ! Component: 2650 - total flux cleaned = -0.000690188 Jy ! Component: 2700 - total flux cleaned = -0.000736631 Jy ! Component: 2750 - total flux cleaned = -0.000759652 Jy ! Component: 2800 - total flux cleaned = -0.000782568 Jy ! Component: 2850 - total flux cleaned = -0.000812792 Jy ! Component: 2900 - total flux cleaned = -0.00085039 Jy ! Component: 2950 - total flux cleaned = -0.000880233 Jy ! Component: 3000 - total flux cleaned = -0.000932008 Jy ! Component: 3050 - total flux cleaned = -0.000976041 Jy ! Component: 3100 - total flux cleaned = -0.0009979 Jy ! Component: 3150 - total flux cleaned = -0.00101964 Jy ! Component: 3200 - total flux cleaned = -0.00107002 Jy ! Component: 3250 - total flux cleaned = -0.00109864 Jy ! Component: 3300 - total flux cleaned = -0.00113412 Jy ! Component: 3350 - total flux cleaned = -0.00116942 Jy ! Component: 3400 - total flux cleaned = -0.00119045 Jy ! Component: 3450 - total flux cleaned = -0.0012461 Jy ! Component: 3500 - total flux cleaned = -0.00128067 Jy ! Component: 3550 - total flux cleaned = -0.00130811 Jy ! Component: 3600 - total flux cleaned = -0.00136267 Jy ! Component: 3650 - total flux cleaned = -0.00136261 Jy ! Component: 3700 - total flux cleaned = -0.00139637 Jy ! Component: 3750 - total flux cleaned = -0.0014299 Jy ! Component: 3800 - total flux cleaned = -0.00146993 Jy ! Component: 3850 - total flux cleaned = -0.00148985 Jy ! Component: 3900 - total flux cleaned = -0.00152948 Jy ! Component: 3950 - total flux cleaned = -0.00156894 Jy ! Component: 4000 - total flux cleaned = -0.00158199 Jy ! Component: 4050 - total flux cleaned = -0.00163406 Jy ! Total flux subtracted in 4096 components = -0.00165352 Jy ! Clean residual min=-0.000396 max=0.000362 Jy/beam ! Clean residual mean=-0.000002 rms=0.000114 Jy/beam ! Combined flux in latest and established models = 0.130499 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 387 components and 0.130499 Jy ![Exited script file: muppet] wmap "J0429+1815_S_2017_10_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.847 x 10.73 at -23.76 degrees (North through East) ! Clean map min=-0.0012576 max=0.095243 Jy/beam ! Writing clean map to FITS file: J0429+1815_S_2017_10_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.095243 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000108844 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.342842 0.342842 0.685683 1.37137 2.74273 5.48547 10.9709 21.9419 43.8837 87.7675 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.095 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.847 x 10.73 at -23.76 degrees (North through East) ! Clean map min=-0.0012576 max=0.095243 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 J0429+1815_S_2017_10_21_pus_uvs.log closed on Sat May 11 20:50:19 2019