! Started logfile: J0815+3635_S_2017_06_15_pus_uvs.log on Tue May 7 15:14:11 2019 obs J0815+3635_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0815+3635_S_2017_06_15_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.865278 visibilities/baseline/integration-bin. ! Found source: J0815+3635 ! ! 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 2492 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 J0815+3635_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.560212Jy sigma=0.005216 ! Fit after self-cal, rms=0.551519Jy sigma=0.005144 ! 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.863 mas, bmaj=6.125 mas, bpa=-14.49 degrees ! Estimated noise=1975.07 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.348523 Jy ! Component: 100 - total flux cleaned = 0.431593 Jy ! Total flux subtracted in 100 components = 0.431593 Jy ! Clean residual min=-0.016791 max=0.044685 Jy/beam ! Clean residual mean=0.000090 rms=0.005251 Jy/beam ! Combined flux in latest and established models = 0.431593 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.431593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117577Jy sigma=0.001068 ! Fit after self-cal, rms=0.117496Jy sigma=0.001067 ! Inverting map ! Added new window around map position (-4, 12.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0459966 Jy ! Component: 100 - total flux cleaned = 0.0751772 Jy ! Total flux subtracted in 100 components = 0.0751772 Jy ! Clean residual min=-0.012126 max=0.016066 Jy/beam ! Clean residual mean=0.000046 rms=0.003317 Jy/beam ! Combined flux in latest and established models = 0.50677 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 29 components and 0.50677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094300Jy sigma=0.000837 ! Fit after self-cal, rms=0.093415Jy sigma=0.000829 ! 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.387 mas, bmaj=6.737 mas, bpa=-11.5 degrees ! Estimated noise=1711.65 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.0266815 Jy ! Component: 100 - total flux cleaned = 0.0430407 Jy ! Component: 150 - total flux cleaned = 0.0537754 Jy ! Component: 200 - total flux cleaned = 0.0610608 Jy ! Total flux subtracted in 200 components = 0.0610608 Jy ! Clean residual min=-0.008163 max=0.010169 Jy/beam ! Clean residual mean=0.000020 rms=0.002133 Jy/beam ! Combined flux in latest and established models = 0.567831 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 52 components and 0.567831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084635Jy sigma=0.000744 ! Fit after self-cal, rms=0.084109Jy sigma=0.000739 ! 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.03 FD 1.00 HN 0.96 KP 1.03 ! LA 1.01 MK 1.00 NL 0.90 OV 1.02 ! PT 1.02 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.03 HN 1.00 KP 1.00 ! LA 0.96 MK 1.03 NL 1.04 OV 1.02 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.05 HN 0.98 KP 0.98 ! LA 0.97 MK 1.04 NL 0.99 OV 0.93 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 0.99 KP 1.00* ! LA 0.98 MK 1.33 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.084109Jy sigma=0.000739 ! Fit after self-cal, rms=0.078392Jy sigma=0.000693 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.423 mas, bmaj=6.741 mas, bpa=-11.25 degrees ! Estimated noise=1702.66 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.00755108 Jy ! Component: 100 - total flux cleaned = 0.0113513 Jy ! Component: 150 - total flux cleaned = 0.0120208 Jy ! Component: 200 - total flux cleaned = 0.0125723 Jy ! Total flux subtracted in 200 components = 0.0125723 Jy ! Clean residual min=-0.005949 max=0.005930 Jy/beam ! Clean residual mean=-0.000005 rms=0.001518 Jy/beam ! Combined flux in latest and established models = 0.580403 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 73 components and 0.580403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077612Jy sigma=0.000684 ! Fit after self-cal, rms=0.077508Jy sigma=0.000683 ! 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.077508Jy sigma=0.000683 ! Fit after self-cal, rms=0.076039Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.429 mas, bmaj=6.744 mas, bpa=-11.44 degrees ! Estimated noise=1706.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00273251 Jy ! Component: 100 - total flux cleaned = 0.00317092 Jy ! Component: 150 - total flux cleaned = 0.00361484 Jy ! Component: 200 - total flux cleaned = 0.00392238 Jy ! Total flux subtracted in 200 components = 0.00392238 Jy ! Clean residual min=-0.005022 max=0.005423 Jy/beam ! Clean residual mean=0.000004 rms=0.001228 Jy/beam ! Combined flux in latest and established models = 0.584325 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 86 components and 0.584325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075780Jy sigma=0.000667 ! Fit after self-cal, rms=0.075761Jy sigma=0.000666 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 (17, -49.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00377942 Jy ! Component: 100 - total flux cleaned = 0.00456638 Jy ! Component: 150 - total flux cleaned = 0.00511914 Jy ! Component: 200 - total flux cleaned = 0.00576802 Jy ! Total flux subtracted in 200 components = 0.00576802 Jy ! Clean residual min=-0.004843 max=0.004370 Jy/beam ! Clean residual mean=0.000002 rms=0.001138 Jy/beam ! Combined flux in latest and established models = 0.590093 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 102 components and 0.590093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075405Jy sigma=0.000663 ! Fit after self-cal, rms=0.075391Jy sigma=0.000663 ! 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.075391Jy sigma=0.000663 ! Fit after self-cal, rms=0.075301Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.433 mas, bmaj=6.741 mas, bpa=-11.52 degrees ! Estimated noise=1705.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00182657 Jy ! Component: 100 - total flux cleaned = 0.00249866 Jy ! Component: 150 - total flux cleaned = 0.00289339 Jy ! Component: 200 - total flux cleaned = 0.00301459 Jy ! Total flux subtracted in 200 components = 0.00301459 Jy ! Clean residual min=-0.004786 max=0.004269 Jy/beam ! Clean residual mean=0.000004 rms=0.001101 Jy/beam ! Combined flux in latest and established models = 0.593108 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 110 components and 0.593108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075173Jy sigma=0.000661 ! Fit after self-cal, rms=0.075170Jy 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 = 0.000390627 Jy ! Component: 100 - total flux cleaned = 0.000606954 Jy ! Component: 150 - total flux cleaned = 0.000760068 Jy ! Component: 200 - total flux cleaned = 0.000952414 Jy ! Total flux subtracted in 200 components = 0.000952414 Jy ! Clean residual min=-0.004767 max=0.004218 Jy/beam ! Clean residual mean=0.000003 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.59406 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 115 components and 0.59406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075105Jy sigma=0.000661 ! Fit after self-cal, rms=0.075102Jy sigma=0.000661 ! 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.075102Jy sigma=0.000661 ! Fit after self-cal, rms=0.075109Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.741 mas, bmaj=9.82 mas, bpa=-15.32 degrees ! Estimated noise=2086.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000969707 Jy ! Component: 100 - total flux cleaned = 0.00126174 Jy ! Component: 150 - total flux cleaned = 0.00135339 Jy ! Component: 200 - total flux cleaned = 0.0014311 Jy ! Total flux subtracted in 200 components = 0.0014311 Jy ! Clean residual min=-0.005555 max=0.005051 Jy/beam ! Clean residual mean=0.000007 rms=0.001359 Jy/beam ! Combined flux in latest and established models = 0.595491 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 123 components and 0.595491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075099Jy sigma=0.000660 ! Fit after self-cal, rms=0.075082Jy sigma=0.000660 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.000149049 Jy ! Component: 100 - total flux cleaned = 0.000115954 Jy ! Component: 150 - total flux cleaned = 8.20667e-05 Jy ! Component: 200 - total flux cleaned = 8.17987e-05 Jy ! Total flux subtracted in 200 components = 8.17987e-05 Jy ! Clean residual min=-0.005486 max=0.004977 Jy/beam ! Clean residual mean=0.000007 rms=0.001350 Jy/beam ! Combined flux in latest and established models = 0.595573 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 134 components and 0.595573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075093Jy sigma=0.000660 ! Fit after self-cal, rms=0.075083Jy sigma=0.000660 ! 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.437 mas, bmaj=6.74 mas, bpa=-11.53 degrees ! Estimated noise=1706.04 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.437 x 6.74 at -11.53 degrees (North through East) ! Clean map min=-0.0044415 max=0.4492 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.912 mas, bmaj=6.15 mas, bpa=-14.45 degrees ! Estimated noise=1980.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.34888 Jy ! Component: 100 - total flux cleaned = 0.434315 Jy ! Component: 150 - total flux cleaned = 0.480403 Jy ! Component: 200 - total flux cleaned = 0.509503 Jy ! Total flux subtracted in 200 components = 0.509503 Jy ! Clean residual min=-0.008703 max=0.016154 Jy/beam ! Clean residual mean=0.000047 rms=0.002565 Jy/beam ! Combined flux in latest and established models = 0.509503 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.509503 Jy ! Inverting map and beam ! Estimated beam: bmin=3.437 mas, bmaj=6.74 mas, bpa=-11.53 degrees ! Estimated noise=1706.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0254401 Jy ! Component: 100 - total flux cleaned = 0.0416115 Jy ! Component: 150 - total flux cleaned = 0.0526497 Jy ! Component: 200 - total flux cleaned = 0.0605898 Jy ! Total flux subtracted in 200 components = 0.0605898 Jy ! Clean residual min=-0.005462 max=0.006332 Jy/beam ! Clean residual mean=0.000023 rms=0.001380 Jy/beam ! Combined flux in latest and established models = 0.570092 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 64 components and 0.570092 Jy ! Inverting map ! Added new window around map position (0, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00658553 Jy ! Component: 100 - total flux cleaned = 0.0114919 Jy ! Component: 150 - total flux cleaned = 0.0154307 Jy ! Component: 200 - total flux cleaned = 0.0186193 Jy ! Total flux subtracted in 200 components = 0.0186193 Jy ! Clean residual min=-0.004566 max=0.004280 Jy/beam ! Clean residual mean=0.000008 rms=0.001123 Jy/beam ! Combined flux in latest and established models = 0.588712 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 82 components and 0.588712 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.741 mas, bmaj=9.82 mas, bpa=-15.32 degrees ! Estimated noise=2086.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00349892 Jy ! Component: 100 - total flux cleaned = 0.00516109 Jy ! Component: 150 - total flux cleaned = 0.00629628 Jy ! Component: 200 - total flux cleaned = 0.00715161 Jy ! Total flux subtracted in 200 components = 0.00715161 Jy ! Clean residual min=-0.005521 max=0.005200 Jy/beam ! Clean residual mean=0.000006 rms=0.001355 Jy/beam ! Combined flux in latest and established models = 0.595863 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.000464132 Jy ! Component: 100 - total flux cleaned = 0.000737705 Jy ! Component: 150 - total flux cleaned = 0.00106324 Jy ! Component: 200 - total flux cleaned = 0.00124627 Jy ! Total flux subtracted in 200 components = 0.00124627 Jy ! Clean residual min=-0.005395 max=0.005276 Jy/beam ! Clean residual mean=0.000005 rms=0.001337 Jy/beam ! Combined flux in latest and established models = 0.597109 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 126 components and 0.597109 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.437 mas, bmaj=6.74 mas, bpa=-11.53 degrees ! Estimated noise=1706.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000478438 Jy ! Component: 100 - total flux cleaned = 0.00055258 Jy ! Component: 150 - total flux cleaned = 0.000618796 Jy ! Component: 200 - total flux cleaned = 0.000682256 Jy ! Total flux subtracted in 200 components = 0.000682256 Jy ! Clean residual min=-0.004217 max=0.004181 Jy/beam ! Clean residual mean=0.000002 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.597792 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 143 components and 0.597792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074970Jy sigma=0.000659 ! Fit after self-cal, rms=0.074950Jy sigma=0.000659 wmodel J0815+3635_S_2017_06_15_pus_map.mod ! Writing 143 model components to file: J0815+3635_S_2017_06_15_pus_map.mod wobs J0815+3635_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0815+3635_S_2017_06_15_pus_uvs.fits wwins J0815+3635_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J0815+3635_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 = 0.000209591 Jy ! Component: 100 - total flux cleaned = 0.000278028 Jy ! Component: 150 - total flux cleaned = 0.000686338 Jy ! Component: 200 - total flux cleaned = 0.00114031 Jy ! Component: 250 - total flux cleaned = 0.00157829 Jy ! Component: 300 - total flux cleaned = 0.00224569 Jy ! Component: 350 - total flux cleaned = 0.00277456 Jy ! Component: 400 - total flux cleaned = 0.00328795 Jy ! Component: 450 - total flux cleaned = 0.00367694 Jy ! Component: 500 - total flux cleaned = 0.00405485 Jy ! Component: 550 - total flux cleaned = 0.00447523 Jy ! Component: 600 - total flux cleaned = 0.00457658 Jy ! Component: 650 - total flux cleaned = 0.00467674 Jy ! Component: 700 - total flux cleaned = 0.00477542 Jy ! Component: 750 - total flux cleaned = 0.00496754 Jy ! Component: 800 - total flux cleaned = 0.00510734 Jy ! Component: 850 - total flux cleaned = 0.00505954 Jy ! Component: 900 - total flux cleaned = 0.00505979 Jy ! Component: 950 - total flux cleaned = 0.0051498 Jy ! Component: 1000 - total flux cleaned = 0.00528126 Jy ! Component: 1050 - total flux cleaned = 0.00541048 Jy ! Component: 1100 - total flux cleaned = 0.00558074 Jy ! Component: 1150 - total flux cleaned = 0.00566457 Jy ! Component: 1200 - total flux cleaned = 0.00578946 Jy ! Component: 1250 - total flux cleaned = 0.0059521 Jy ! Component: 1300 - total flux cleaned = 0.00619305 Jy ! Component: 1350 - total flux cleaned = 0.00635056 Jy ! Component: 1400 - total flux cleaned = 0.00646796 Jy ! Component: 1450 - total flux cleaned = 0.00666089 Jy ! Component: 1500 - total flux cleaned = 0.00677397 Jy ! Component: 1550 - total flux cleaned = 0.00688637 Jy ! Component: 1600 - total flux cleaned = 0.0069973 Jy ! Component: 1650 - total flux cleaned = 0.00714316 Jy ! Component: 1700 - total flux cleaned = 0.00735965 Jy ! Component: 1750 - total flux cleaned = 0.00739434 Jy ! Component: 1800 - total flux cleaned = 0.00764062 Jy ! Component: 1850 - total flux cleaned = 0.00774494 Jy ! Component: 1900 - total flux cleaned = 0.00798574 Jy ! Component: 1950 - total flux cleaned = 0.00805371 Jy ! Component: 2000 - total flux cleaned = 0.00818772 Jy ! Component: 2050 - total flux cleaned = 0.00838689 Jy ! Component: 2100 - total flux cleaned = 0.00851795 Jy ! Component: 2150 - total flux cleaned = 0.00864746 Jy ! Component: 2200 - total flux cleaned = 0.00871156 Jy ! Component: 2250 - total flux cleaned = 0.00871128 Jy ! Component: 2300 - total flux cleaned = 0.00874293 Jy ! Component: 2350 - total flux cleaned = 0.00886732 Jy ! Component: 2400 - total flux cleaned = 0.00892895 Jy ! Component: 2450 - total flux cleaned = 0.0088985 Jy ! Component: 2500 - total flux cleaned = 0.00898929 Jy ! Component: 2550 - total flux cleaned = 0.00910853 Jy ! Component: 2600 - total flux cleaned = 0.00922681 Jy ! Component: 2650 - total flux cleaned = 0.0092562 Jy ! Component: 2700 - total flux cleaned = 0.00925593 Jy ! Component: 2750 - total flux cleaned = 0.00934202 Jy ! Component: 2800 - total flux cleaned = 0.0093132 Jy ! Component: 2850 - total flux cleaned = 0.00942545 Jy ! Component: 2900 - total flux cleaned = 0.0094532 Jy ! Component: 2950 - total flux cleaned = 0.00956385 Jy ! Component: 3000 - total flux cleaned = 0.00959109 Jy ! Component: 3050 - total flux cleaned = 0.00950982 Jy ! Component: 3100 - total flux cleaned = 0.0095907 Jy ! Component: 3150 - total flux cleaned = 0.00943038 Jy ! Component: 3200 - total flux cleaned = 0.00950984 Jy ! Component: 3250 - total flux cleaned = 0.00948336 Jy ! Component: 3300 - total flux cleaned = 0.00932714 Jy ! Component: 3350 - total flux cleaned = 0.00932733 Jy ! Component: 3400 - total flux cleaned = 0.00925027 Jy ! Component: 3450 - total flux cleaned = 0.00925022 Jy ! Component: 3500 - total flux cleaned = 0.00919977 Jy ! Component: 3550 - total flux cleaned = 0.00927511 Jy ! Component: 3600 - total flux cleaned = 0.00917511 Jy ! Component: 3650 - total flux cleaned = 0.00910103 Jy ! Component: 3700 - total flux cleaned = 0.00902735 Jy ! Component: 3750 - total flux cleaned = 0.00885709 Jy ! Component: 3800 - total flux cleaned = 0.00885713 Jy ! Component: 3850 - total flux cleaned = 0.00866492 Jy ! Component: 3900 - total flux cleaned = 0.00864115 Jy ! Component: 3950 - total flux cleaned = 0.00852291 Jy ! Component: 4000 - total flux cleaned = 0.00845241 Jy ! Component: 4050 - total flux cleaned = 0.00835902 Jy ! Total flux subtracted in 4096 components = 0.00833589 Jy ! Clean residual min=-0.001626 max=0.001325 Jy/beam ! Clean residual mean=0.000001 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.606128 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 442 components and 0.606127 Jy ![Exited script file: muppet] wmap "J0815+3635_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.437 x 6.74 at -11.53 degrees (North through East) ! Clean map min=-0.0027843 max=0.44952 Jy/beam ! Writing clean map to FITS file: J0815+3635_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.44952 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000418559 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.279337 0.279337 0.558673 1.11735 2.23469 4.46939 8.93878 17.8776 35.7551 71.5102 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.449 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.437 x 6.74 at -11.53 degrees (North through East) ! Clean map min=-0.0027843 max=0.44952 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 J0815+3635_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:14:16 2019