! Started logfile: J0807+0432_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:36:22 2019 obs J0807+0432_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0807+0432_S_2017_03_27_pus_uva.fits ! AN table 1: 24 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.544444 visibilities/baseline/integration-bin. ! Found source: J0807+0432 ! ! 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 1684 lines of history. ! ! Reading 2352 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 J0807+0432_S_2017_03_27_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 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.798955Jy sigma=0.006935 ! Fit after self-cal, rms=0.787848Jy sigma=0.006893 ! 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.767 mas, bmaj=6.947 mas, bpa=-2.814 degrees ! Estimated noise=2209.93 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.15457 Jy ! Component: 100 - total flux cleaned = 0.207337 Jy ! Total flux subtracted in 100 components = 0.207337 Jy ! Clean residual min=-0.015419 max=0.039017 Jy/beam ! Clean residual mean=0.000072 rms=0.004385 Jy/beam ! Combined flux in latest and established models = 0.207337 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.207337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116987Jy sigma=0.000984 ! Fit after self-cal, rms=0.116987Jy sigma=0.000983 ! Inverting map ! Added new window around map position (-5, 2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0361404 Jy ! Component: 100 - total flux cleaned = 0.0578917 Jy ! Total flux subtracted in 100 components = 0.0578917 Jy ! Clean residual min=-0.011508 max=0.018114 Jy/beam ! Clean residual mean=0.000039 rms=0.003035 Jy/beam ! Combined flux in latest and established models = 0.265229 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 37 components and 0.265229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100000Jy sigma=0.000810 ! Fit after self-cal, rms=0.098977Jy sigma=0.000801 ! 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.331 mas, bmaj=7.722 mas, bpa=-0.07132 degrees ! Estimated noise=1814.37 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.0265937 Jy ! Component: 100 - total flux cleaned = 0.0417148 Jy ! Component: 150 - total flux cleaned = 0.0511412 Jy ! Component: 200 - total flux cleaned = 0.0573604 Jy ! Total flux subtracted in 200 components = 0.0573604 Jy ! Clean residual min=-0.007180 max=0.013680 Jy/beam ! Clean residual mean=0.000022 rms=0.001976 Jy/beam ! Combined flux in latest and established models = 0.322589 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 79 components and 0.322589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091562Jy sigma=0.000726 ! Fit after self-cal, rms=0.091270Jy sigma=0.000723 ! 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.97 FD 0.97 HN 0.94 KP 0.99 ! LA 0.97 MK 1.03 NL 1.00 OV 1.07 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.97 HN 1.00 KP 0.97 ! LA 0.97 MK 1.02 NL 1.04 OV 1.06 ! PT 0.94 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.03 HN 0.93 KP 0.98 ! LA 0.97 MK 1.24 NL 0.98 OV 0.95 ! PT 0.92 SC 1.04 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.04 HN 0.93 KP 1.00* ! LA 1.08 MK 1.19 NL 1.00* OV 0.97 ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.091270Jy sigma=0.000723 ! Fit after self-cal, rms=0.091041Jy sigma=0.000707 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.396 mas, bmaj=7.801 mas, bpa=0.467 degrees ! Estimated noise=1806.37 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 (6, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153142 Jy ! Component: 100 - total flux cleaned = 0.00155912 Jy ! Component: 150 - total flux cleaned = 0.00154337 Jy ! Component: 200 - total flux cleaned = 0.00119802 Jy ! Total flux subtracted in 200 components = 0.00119802 Jy ! Clean residual min=-0.006653 max=0.006399 Jy/beam ! Clean residual mean=0.000001 rms=0.001576 Jy/beam ! Combined flux in latest and established models = 0.323787 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 96 components and 0.323787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089404Jy sigma=0.000697 ! Fit after self-cal, rms=0.089317Jy sigma=0.000697 ! 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.089317Jy sigma=0.000697 ! Fit after self-cal, rms=0.113617Jy sigma=0.000677 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.37 mas, bmaj=7.815 mas, bpa=0.3506 degrees ! Estimated noise=1822.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000183803 Jy ! Component: 100 - total flux cleaned = -0.000479327 Jy ! Component: 150 - total flux cleaned = -0.000599162 Jy ! Component: 200 - total flux cleaned = -0.000494541 Jy ! Total flux subtracted in 200 components = -0.000494541 Jy ! Clean residual min=-0.004382 max=0.004968 Jy/beam ! Clean residual mean=0.000006 rms=0.001213 Jy/beam ! Combined flux in latest and established models = 0.323293 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 116 components and 0.323293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113231Jy sigma=0.000673 ! Fit after self-cal, rms=0.113239Jy sigma=0.000673 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 = 6.07763e-05 Jy ! Component: 100 - total flux cleaned = -2.82445e-05 Jy ! Component: 150 - total flux cleaned = -2.72916e-05 Jy ! Component: 200 - total flux cleaned = 4.50837e-05 Jy ! Total flux subtracted in 200 components = 4.50837e-05 Jy ! Clean residual min=-0.004522 max=0.004699 Jy/beam ! Clean residual mean=0.000006 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.323338 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 129 components and 0.323338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113078Jy sigma=0.000671 ! Fit after self-cal, rms=0.113069Jy sigma=0.000671 ! 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.113069Jy sigma=0.000671 ! Fit after self-cal, rms=0.117448Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.368 mas, bmaj=7.814 mas, bpa=0.3125 degrees ! Estimated noise=1818.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.41772e-05 Jy ! Component: 100 - total flux cleaned = -1.94595e-05 Jy ! Component: 150 - total flux cleaned = -2.08435e-05 Jy ! Component: 200 - total flux cleaned = -8.17774e-05 Jy ! Total flux subtracted in 200 components = -8.17774e-05 Jy ! Clean residual min=-0.004541 max=0.004633 Jy/beam ! Clean residual mean=0.000006 rms=0.001144 Jy/beam ! Combined flux in latest and established models = 0.323256 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 145 components and 0.323256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117318Jy sigma=0.000670 ! Fit after self-cal, rms=0.117315Jy 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 = 0.000193583 Jy ! Component: 100 - total flux cleaned = 0.000137253 Jy ! Component: 150 - total flux cleaned = -2.28705e-05 Jy ! Component: 200 - total flux cleaned = -7.35554e-05 Jy ! Total flux subtracted in 200 components = -7.35554e-05 Jy ! Clean residual min=-0.004575 max=0.004581 Jy/beam ! Clean residual mean=0.000007 rms=0.001131 Jy/beam ! Combined flux in latest and established models = 0.323182 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 153 components and 0.323182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117235Jy sigma=0.000670 ! Fit after self-cal, rms=0.117234Jy sigma=0.000670 ! 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.117234Jy sigma=0.000670 ! Fit after self-cal, rms=0.118441Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.796 mas, bmaj=11.77 mas, bpa=-1.459 degrees ! Estimated noise=2198.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.45379e-06 Jy ! Component: 100 - total flux cleaned = -0.000269006 Jy ! Component: 150 - total flux cleaned = -0.000489532 Jy ! Component: 200 - total flux cleaned = -0.000679232 Jy ! Total flux subtracted in 200 components = -0.000679232 Jy ! Clean residual min=-0.004377 max=0.005298 Jy/beam ! Clean residual mean=0.000013 rms=0.001304 Jy/beam ! Combined flux in latest and established models = 0.322503 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 160 components and 0.322503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118417Jy sigma=0.000670 ! Fit after self-cal, rms=0.118415Jy 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 = 0.000112579 Jy ! Component: 100 - total flux cleaned = 0.000111772 Jy ! Component: 150 - total flux cleaned = 5.68363e-05 Jy ! Component: 200 - total flux cleaned = 6.95686e-06 Jy ! Total flux subtracted in 200 components = 6.95686e-06 Jy ! Clean residual min=-0.004316 max=0.005200 Jy/beam ! Clean residual mean=0.000013 rms=0.001296 Jy/beam ! Combined flux in latest and established models = 0.32251 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 168 components and 0.32251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118412Jy sigma=0.000669 ! Fit after self-cal, rms=0.118412Jy 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.372 mas, bmaj=7.816 mas, bpa=0.3714 degrees ! Estimated noise=1816.48 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.372 x 7.816 at 0.3714 degrees (North through East) ! Clean map min=-0.0043727 max=0.20688 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.79 mas, bmaj=7.011 mas, bpa=-2.546 degrees ! Estimated noise=2233.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.155437 Jy ! Component: 100 - total flux cleaned = 0.213142 Jy ! Component: 150 - total flux cleaned = 0.246292 Jy ! Component: 200 - total flux cleaned = 0.267678 Jy ! Total flux subtracted in 200 components = 0.267678 Jy ! Clean residual min=-0.008941 max=0.011627 Jy/beam ! Clean residual mean=0.000034 rms=0.002279 Jy/beam ! Combined flux in latest and established models = 0.267679 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.267679 Jy ! Inverting map and beam ! Estimated beam: bmin=3.372 mas, bmaj=7.816 mas, bpa=0.3714 degrees ! Estimated noise=1816.48 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.0218679 Jy ! Component: 100 - total flux cleaned = 0.0344495 Jy ! Component: 150 - total flux cleaned = 0.0425015 Jy ! Component: 200 - total flux cleaned = 0.0478773 Jy ! Total flux subtracted in 200 components = 0.0478773 Jy ! Clean residual min=-0.004542 max=0.005046 Jy/beam ! Clean residual mean=0.000018 rms=0.001232 Jy/beam ! Combined flux in latest and established models = 0.315556 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 73 components and 0.315556 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.796 mas, bmaj=11.77 mas, bpa=-1.459 degrees ! Estimated noise=2198.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00406017 Jy ! Component: 100 - total flux cleaned = 0.00497829 Jy ! Component: 150 - total flux cleaned = 0.00577841 Jy ! Component: 200 - total flux cleaned = 0.00617189 Jy ! Total flux subtracted in 200 components = 0.00617189 Jy ! Clean residual min=-0.004340 max=0.005288 Jy/beam ! Clean residual mean=0.000017 rms=0.001316 Jy/beam ! Combined flux in latest and established models = 0.321728 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.000225223 Jy ! Component: 100 - total flux cleaned = 0.000422919 Jy ! Component: 150 - total flux cleaned = 0.000512608 Jy ! Component: 200 - total flux cleaned = 0.000553375 Jy ! Total flux subtracted in 200 components = 0.000553375 Jy ! Clean residual min=-0.004331 max=0.005278 Jy/beam ! Clean residual mean=0.000015 rms=0.001306 Jy/beam ! Combined flux in latest and established models = 0.322281 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 120 components and 0.322281 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.372 mas, bmaj=7.816 mas, bpa=0.3714 degrees ! Estimated noise=1816.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000339736 Jy ! Component: 100 - total flux cleaned = -0.000435652 Jy ! Component: 150 - total flux cleaned = -0.000356695 Jy ! Component: 200 - total flux cleaned = -0.000357712 Jy ! Total flux subtracted in 200 components = -0.000357712 Jy ! Clean residual min=-0.004385 max=0.004543 Jy/beam ! Clean residual mean=0.000008 rms=0.001120 Jy/beam ! Combined flux in latest and established models = 0.321923 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 139 components and 0.321924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118591Jy sigma=0.000670 ! Fit after self-cal, rms=0.118404Jy sigma=0.000670 wmodel J0807+0432_S_2017_03_27_pus_map.mod ! Writing 139 model components to file: J0807+0432_S_2017_03_27_pus_map.mod wobs J0807+0432_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0807+0432_S_2017_03_27_pus_uvs.fits wwins J0807+0432_S_2017_03_27_pus_map.win ! wwins: Wrote 3 windows to J0807+0432_S_2017_03_27_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.00106671 Jy ! Component: 100 - total flux cleaned = 0.00160042 Jy ! Component: 150 - total flux cleaned = 0.00202895 Jy ! Component: 200 - total flux cleaned = 0.00230104 Jy ! Component: 250 - total flux cleaned = 0.00269742 Jy ! Component: 300 - total flux cleaned = 0.0030799 Jy ! Component: 350 - total flux cleaned = 0.00326511 Jy ! Component: 400 - total flux cleaned = 0.00350562 Jy ! Component: 450 - total flux cleaned = 0.00338861 Jy ! Component: 500 - total flux cleaned = 0.00338888 Jy ! Component: 550 - total flux cleaned = 0.00333234 Jy ! Component: 600 - total flux cleaned = 0.00310833 Jy ! Component: 650 - total flux cleaned = 0.00267202 Jy ! Component: 700 - total flux cleaned = 0.00245727 Jy ! Component: 750 - total flux cleaned = 0.00219286 Jy ! Component: 800 - total flux cleaned = 0.00188002 Jy ! Component: 850 - total flux cleaned = 0.00167451 Jy ! Component: 900 - total flux cleaned = 0.00142158 Jy ! Component: 950 - total flux cleaned = 0.00107251 Jy ! Component: 1000 - total flux cleaned = 0.000778263 Jy ! Component: 1050 - total flux cleaned = 0.000389529 Jy ! Component: 1100 - total flux cleaned = 0.000150324 Jy ! Component: 1150 - total flux cleaned = -0.000181278 Jy ! Component: 1200 - total flux cleaned = -0.000368676 Jy ! Component: 1250 - total flux cleaned = -0.000600071 Jy ! Component: 1300 - total flux cleaned = -0.000783749 Jy ! Component: 1350 - total flux cleaned = -0.000919561 Jy ! Component: 1400 - total flux cleaned = -0.000919424 Jy ! Component: 1450 - total flux cleaned = -0.00109701 Jy ! Component: 1500 - total flux cleaned = -0.00122911 Jy ! Component: 1550 - total flux cleaned = -0.00131611 Jy ! Component: 1600 - total flux cleaned = -0.00157483 Jy ! Component: 1650 - total flux cleaned = -0.00161771 Jy ! Component: 1700 - total flux cleaned = -0.00191336 Jy ! Component: 1750 - total flux cleaned = -0.00203997 Jy ! Component: 1800 - total flux cleaned = -0.00233078 Jy ! Component: 1850 - total flux cleaned = -0.00253584 Jy ! Component: 1900 - total flux cleaned = -0.00273919 Jy ! Component: 1950 - total flux cleaned = -0.00294101 Jy ! Component: 2000 - total flux cleaned = -0.00310092 Jy ! Component: 2050 - total flux cleaned = -0.00318054 Jy ! Component: 2100 - total flux cleaned = -0.00341726 Jy ! Component: 2150 - total flux cleaned = -0.00369024 Jy ! Component: 2200 - total flux cleaned = -0.00368993 Jy ! Component: 2250 - total flux cleaned = -0.00376679 Jy ! Component: 2300 - total flux cleaned = -0.00391961 Jy ! Component: 2350 - total flux cleaned = -0.00399473 Jy ! Component: 2400 - total flux cleaned = -0.00410795 Jy ! Component: 2450 - total flux cleaned = -0.00414481 Jy ! Component: 2500 - total flux cleaned = -0.00436713 Jy ! Component: 2550 - total flux cleaned = -0.00436658 Jy ! Component: 2600 - total flux cleaned = -0.00447587 Jy ! Component: 2650 - total flux cleaned = -0.00454796 Jy ! Component: 2700 - total flux cleaned = -0.00458389 Jy ! Component: 2750 - total flux cleaned = -0.00461961 Jy ! Component: 2800 - total flux cleaned = -0.00461951 Jy ! Component: 2850 - total flux cleaned = -0.00476021 Jy ! Component: 2900 - total flux cleaned = -0.00476014 Jy ! Component: 2950 - total flux cleaned = -0.00476003 Jy ! Component: 3000 - total flux cleaned = -0.00479418 Jy ! Component: 3050 - total flux cleaned = -0.00486214 Jy ! Component: 3100 - total flux cleaned = -0.00489608 Jy ! Component: 3150 - total flux cleaned = -0.00482833 Jy ! Component: 3200 - total flux cleaned = -0.00502948 Jy ! Component: 3250 - total flux cleaned = -0.00499583 Jy ! Component: 3300 - total flux cleaned = -0.00492927 Jy ! Component: 3350 - total flux cleaned = -0.0048637 Jy ! Component: 3400 - total flux cleaned = -0.00483127 Jy ! Component: 3450 - total flux cleaned = -0.00486403 Jy ! Component: 3500 - total flux cleaned = -0.00476702 Jy ! Component: 3550 - total flux cleaned = -0.00479923 Jy ! Component: 3600 - total flux cleaned = -0.00479927 Jy ! Component: 3650 - total flux cleaned = -0.00473551 Jy ! Component: 3700 - total flux cleaned = -0.00457714 Jy ! Component: 3750 - total flux cleaned = -0.00445133 Jy ! Component: 3800 - total flux cleaned = -0.00435745 Jy ! Component: 3850 - total flux cleaned = -0.00432638 Jy ! Component: 3900 - total flux cleaned = -0.00451195 Jy ! Component: 3950 - total flux cleaned = -0.00445039 Jy ! Component: 4000 - total flux cleaned = -0.0044811 Jy ! Component: 4050 - total flux cleaned = -0.00441993 Jy ! Total flux subtracted in 4096 components = -0.00438959 Jy ! Clean residual min=-0.001969 max=0.001766 Jy/beam ! Clean residual mean=0.000006 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.317534 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 418 components and 0.317534 Jy ![Exited script file: muppet] wmap "J0807+0432_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.372 x 7.816 at 0.3714 degrees (North through East) ! Clean map min=-0.003292 max=0.20979 Jy/beam ! Writing clean map to FITS file: J0807+0432_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.209785 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000556789 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.796227 0.796227 1.59245 3.18491 6.36982 12.7396 25.4793 50.9585 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.209 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.372 x 7.816 at 0.3714 degrees (North through East) ! Clean map min=-0.003292 max=0.20979 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 J0807+0432_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:36:27 2019