! Started logfile: J0535+2532_S_2017_09_26_pus_uvs.log on Sat May 11 12:54:59 2019 obs J0535+2532_S_2017_09_26_pus_uva.fits ! Reading UV FITS file: J0535+2532_S_2017_09_26_pus_uva.fits ! AN table 1: 175 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.766508 visibilities/baseline/integration-bin. ! Found source: J0535+2532 ! ! 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 674 lines of history. ! ! Reading 19316 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 J0535+2532_S_2017_09_26_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 187 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 187 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 187 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 892 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.941862Jy sigma=0.009104 ! Fit after self-cal, rms=0.928583Jy sigma=0.008980 ! 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.93 mas, bmaj=8.401 mas, bpa=-23.86 degrees ! Estimated noise=1132.62 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.0555613 Jy ! Component: 100 - total flux cleaned = 0.0701096 Jy ! Total flux subtracted in 100 components = 0.0701096 Jy ! Clean residual min=-0.003641 max=0.005599 Jy/beam ! Clean residual mean=0.000003 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.0701096 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0701096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071782Jy sigma=0.000654 ! Fit after self-cal, rms=0.071758Jy sigma=0.000654 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00576215 Jy ! Component: 100 - total flux cleaned = 0.00782585 Jy ! Total flux subtracted in 100 components = 0.00782585 Jy ! Clean residual min=-0.003203 max=0.003034 Jy/beam ! Clean residual mean=0.000003 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.0779354 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 21 components and 0.0779354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071305Jy sigma=0.000650 ! Fit after self-cal, rms=0.071302Jy sigma=0.000650 ! 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.782 mas, bmaj=9.184 mas, bpa=-21.06 degrees ! Estimated noise=592.91 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.00214936 Jy ! Component: 100 - total flux cleaned = 0.00326869 Jy ! Component: 150 - total flux cleaned = 0.00390843 Jy ! Component: 200 - total flux cleaned = 0.00406711 Jy ! Total flux subtracted in 200 components = 0.00406711 Jy ! Clean residual min=-0.002251 max=0.002342 Jy/beam ! Clean residual mean=0.000000 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.0820026 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 35 components and 0.0820026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071226Jy sigma=0.000649 ! Fit after self-cal, rms=0.071225Jy sigma=0.000649 ! 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 0.99 FD 1.00* HN 0.97 KP 1.06 ! LA 0.99 MK 1.00 NL 0.92 OV 1.07 ! PT 1.04 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00* HN 1.04 KP 0.99 ! LA 0.96 MK 1.04 NL 1.02 OV 1.08 ! PT 0.98 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00* HN 0.98 KP 0.98 ! LA 1.01 MK 1.05 NL 0.99 OV 0.99 ! PT 0.97 ! ! ! Correcting IF 4. ! A total of 255 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.03 KP 1.00* ! LA 0.94 MK 1.13 NL 1.00* OV 0.66 ! PT 0.96 ! ! ! Fit before self-cal, rms=0.071225Jy sigma=0.000649 ! Fit after self-cal, rms=0.070377Jy sigma=0.000649 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.887 mas, bmaj=9.234 mas, bpa=-20.07 degrees ! Estimated noise=598.991 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.000105809 Jy ! Component: 100 - total flux cleaned = -0.000144705 Jy ! Component: 150 - total flux cleaned = -7.95077e-05 Jy ! Component: 200 - total flux cleaned = -2.28714e-05 Jy ! Total flux subtracted in 200 components = -2.28714e-05 Jy ! Clean residual min=-0.001725 max=0.002230 Jy/beam ! Clean residual mean=-0.000001 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0819797 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.0819797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070367Jy sigma=0.000649 ! Fit after self-cal, rms=0.070356Jy sigma=0.000649 ! 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.070356Jy sigma=0.000649 ! Fit after self-cal, rms=0.070352Jy sigma=0.000648 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.896 mas, bmaj=9.245 mas, bpa=-20.32 degrees ! Estimated noise=598.421 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000231238 Jy ! Component: 100 - total flux cleaned = -0.000245672 Jy ! Component: 150 - total flux cleaned = -0.000213149 Jy ! Component: 200 - total flux cleaned = -0.000182734 Jy ! Total flux subtracted in 200 components = -0.000182734 Jy ! Clean residual min=-0.001678 max=0.001998 Jy/beam ! Clean residual mean=-0.000002 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.081797 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.081797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070347Jy sigma=0.000648 ! Fit after self-cal, rms=0.070358Jy sigma=0.000648 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 (-114, -70.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00196407 Jy ! Component: 100 - total flux cleaned = 0.00319653 Jy ! Component: 150 - total flux cleaned = 0.00409676 Jy ! Component: 200 - total flux cleaned = 0.00459908 Jy ! Total flux subtracted in 200 components = 0.00459908 Jy ! Clean residual min=-0.001626 max=0.001503 Jy/beam ! Clean residual mean=-0.000001 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.0863961 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 79 components and 0.086396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070291Jy sigma=0.000647 ! Fit after self-cal, rms=0.070286Jy sigma=0.000647 ! 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.070286Jy sigma=0.000647 ! Fit after self-cal, rms=0.070075Jy sigma=0.000647 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.906 mas, bmaj=9.247 mas, bpa=-20.33 degrees ! Estimated noise=596.142 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000944531 Jy ! Component: 100 - total flux cleaned = 0.0015813 Jy ! Component: 150 - total flux cleaned = 0.00191711 Jy ! Component: 200 - total flux cleaned = 0.00216561 Jy ! Total flux subtracted in 200 components = 0.00216561 Jy ! Clean residual min=-0.001523 max=0.001427 Jy/beam ! Clean residual mean=0.000000 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.0885616 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 97 components and 0.0885617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070056Jy sigma=0.000647 ! Fit after self-cal, rms=0.070059Jy sigma=0.000647 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.000428537 Jy ! Component: 100 - total flux cleaned = 0.00061866 Jy ! Component: 150 - total flux cleaned = 0.000727349 Jy ! Component: 200 - total flux cleaned = 0.000855267 Jy ! Total flux subtracted in 200 components = 0.000855267 Jy ! Clean residual min=-0.001497 max=0.001382 Jy/beam ! Clean residual mean=0.000000 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.0894169 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 108 components and 0.0894169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070051Jy sigma=0.000647 ! Fit after self-cal, rms=0.070052Jy sigma=0.000647 ! 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.070052Jy sigma=0.000647 ! Fit after self-cal, rms=0.069989Jy sigma=0.000647 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.378 mas, bmaj=11.18 mas, bpa=-12.35 degrees ! Estimated noise=691.948 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000799588 Jy ! Component: 100 - total flux cleaned = 0.00131909 Jy ! Component: 150 - total flux cleaned = 0.00170651 Jy ! Component: 200 - total flux cleaned = 0.00193914 Jy ! Total flux subtracted in 200 components = 0.00193914 Jy ! Clean residual min=-0.001528 max=0.001691 Jy/beam ! Clean residual mean=0.000002 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.0913561 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 119 components and 0.0913561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069986Jy sigma=0.000647 ! Fit after self-cal, rms=0.069988Jy sigma=0.000647 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.000375992 Jy ! Component: 100 - total flux cleaned = 0.00045979 Jy ! Component: 150 - total flux cleaned = 0.000512574 Jy ! Component: 200 - total flux cleaned = 0.000570134 Jy ! Total flux subtracted in 200 components = 0.000570134 Jy ! Clean residual min=-0.001520 max=0.001673 Jy/beam ! Clean residual mean=0.000002 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.0919262 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 135 components and 0.0919262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069988Jy sigma=0.000647 ! Fit after self-cal, rms=0.069989Jy sigma=0.000647 ! 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.907 mas, bmaj=9.247 mas, bpa=-20.33 degrees ! Estimated noise=595.453 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.907 x 9.247 at -20.33 degrees (North through East) ! Clean map min=-0.0013842 max=0.073181 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.041 mas, bmaj=8.42 mas, bpa=-22.82 degrees ! Estimated noise=1144.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0551327 Jy ! Component: 100 - total flux cleaned = 0.0700891 Jy ! Component: 150 - total flux cleaned = 0.0754485 Jy ! Component: 200 - total flux cleaned = 0.0779537 Jy ! Total flux subtracted in 200 components = 0.0779537 Jy ! Clean residual min=-0.002764 max=0.002678 Jy/beam ! Clean residual mean=0.000000 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.0779537 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0779537 Jy ! Inverting map and beam ! Estimated beam: bmin=3.907 mas, bmaj=9.247 mas, bpa=-20.33 degrees ! Estimated noise=595.453 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.00262004 Jy ! Component: 100 - total flux cleaned = 0.00457503 Jy ! Component: 150 - total flux cleaned = 0.00614282 Jy ! Component: 200 - total flux cleaned = 0.00742656 Jy ! Total flux subtracted in 200 components = 0.00742656 Jy ! Clean residual min=-0.001802 max=0.001682 Jy/beam ! Clean residual mean=-0.000001 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.0853802 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 56 components and 0.0853803 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.378 mas, bmaj=11.18 mas, bpa=-12.35 degrees ! Estimated noise=691.948 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00160105 Jy ! Component: 100 - total flux cleaned = 0.00281528 Jy ! Component: 150 - total flux cleaned = 0.00378202 Jy ! Component: 200 - total flux cleaned = 0.00455318 Jy ! Total flux subtracted in 200 components = 0.00455318 Jy ! Clean residual min=-0.001791 max=0.001751 Jy/beam ! Clean residual mean=0.000001 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.0899334 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.000616676 Jy ! Component: 100 - total flux cleaned = 0.000943773 Jy ! Component: 150 - total flux cleaned = 0.00119156 Jy ! Component: 200 - total flux cleaned = 0.00140876 Jy ! Total flux subtracted in 200 components = 0.00140876 Jy ! Clean residual min=-0.001669 max=0.001699 Jy/beam ! Clean residual mean=0.000001 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.0913422 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 91 components and 0.0913422 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.907 mas, bmaj=9.247 mas, bpa=-20.33 degrees ! Estimated noise=595.453 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000158139 Jy ! Component: 100 - total flux cleaned = -0.000182447 Jy ! Component: 150 - total flux cleaned = -0.000182329 Jy ! Component: 200 - total flux cleaned = -0.000164834 Jy ! Total flux subtracted in 200 components = -0.000164834 Jy ! Clean residual min=-0.001423 max=0.001403 Jy/beam ! Clean residual mean=0.000001 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.0911774 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 113 components and 0.0911774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070001Jy sigma=0.000647 ! Fit after self-cal, rms=0.069999Jy sigma=0.000647 wmodel J0535+2532_S_2017_09_26_pus_map.mod ! Writing 113 model components to file: J0535+2532_S_2017_09_26_pus_map.mod wobs J0535+2532_S_2017_09_26_pus_uvs.fits ! Writing UV FITS file: J0535+2532_S_2017_09_26_pus_uvs.fits wwins J0535+2532_S_2017_09_26_pus_map.win ! wwins: Wrote 2 windows to J0535+2532_S_2017_09_26_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 = -8.69052e-06 Jy ! Component: 100 - total flux cleaned = 3.7204e-05 Jy ! Component: 150 - total flux cleaned = 1.62556e-05 Jy ! Component: 200 - total flux cleaned = 0.000119638 Jy ! Component: 250 - total flux cleaned = 0.000138079 Jy ! Component: 300 - total flux cleaned = 8.15395e-05 Jy ! Component: 350 - total flux cleaned = 2.7754e-05 Jy ! Component: 400 - total flux cleaned = -2.45729e-05 Jy ! Component: 450 - total flux cleaned = -0.000108612 Jy ! Component: 500 - total flux cleaned = -0.000141156 Jy ! Component: 550 - total flux cleaned = -0.00010929 Jy ! Component: 600 - total flux cleaned = -0.000109144 Jy ! Component: 650 - total flux cleaned = -7.86918e-05 Jy ! Component: 700 - total flux cleaned = -4.88683e-05 Jy ! Component: 750 - total flux cleaned = 8.4775e-06 Jy ! Component: 800 - total flux cleaned = 7.91509e-06 Jy ! Component: 850 - total flux cleaned = 4.87407e-05 Jy ! Component: 900 - total flux cleaned = 3.52434e-05 Jy ! Component: 950 - total flux cleaned = 7.47827e-05 Jy ! Component: 1000 - total flux cleaned = 0.000113029 Jy ! Component: 1050 - total flux cleaned = 8.7584e-05 Jy ! Component: 1100 - total flux cleaned = 7.5251e-05 Jy ! Component: 1150 - total flux cleaned = 3.95052e-05 Jy ! Component: 1200 - total flux cleaned = 7.54883e-05 Jy ! Component: 1250 - total flux cleaned = 8.73241e-05 Jy ! Component: 1300 - total flux cleaned = 7.5956e-05 Jy ! Component: 1350 - total flux cleaned = 8.73392e-05 Jy ! Component: 1400 - total flux cleaned = 8.72302e-05 Jy ! Component: 1450 - total flux cleaned = 6.53996e-05 Jy ! Component: 1500 - total flux cleaned = 7.59326e-05 Jy ! Component: 1550 - total flux cleaned = 5.4779e-05 Jy ! Component: 1600 - total flux cleaned = 8.60439e-05 Jy ! Component: 1650 - total flux cleaned = 7.58552e-05 Jy ! Component: 1700 - total flux cleaned = 0.000116158 Jy ! Component: 1750 - total flux cleaned = 0.000106507 Jy ! Component: 1800 - total flux cleaned = 0.000126153 Jy ! Component: 1850 - total flux cleaned = 0.000145338 Jy ! Component: 1900 - total flux cleaned = 0.000126 Jy ! Component: 1950 - total flux cleaned = 7.8962e-05 Jy ! Component: 2000 - total flux cleaned = 6.99232e-05 Jy ! Component: 2050 - total flux cleaned = 9.74629e-05 Jy ! Component: 2100 - total flux cleaned = 0.000160421 Jy ! Component: 2150 - total flux cleaned = 0.000169307 Jy ! Component: 2200 - total flux cleaned = 0.00019569 Jy ! Component: 2250 - total flux cleaned = 0.000187042 Jy ! Component: 2300 - total flux cleaned = 0.000221421 Jy ! Component: 2350 - total flux cleaned = 0.000272326 Jy ! Component: 2400 - total flux cleaned = 0.000305771 Jy ! Component: 2450 - total flux cleaned = 0.00034705 Jy ! Component: 2500 - total flux cleaned = 0.00034682 Jy ! Component: 2550 - total flux cleaned = 0.000371021 Jy ! Component: 2600 - total flux cleaned = 0.000411133 Jy ! Component: 2650 - total flux cleaned = 0.000426984 Jy ! Component: 2700 - total flux cleaned = 0.000473976 Jy ! Component: 2750 - total flux cleaned = 0.000489379 Jy ! Component: 2800 - total flux cleaned = 0.000520025 Jy ! Component: 2850 - total flux cleaned = 0.000527595 Jy ! Component: 2900 - total flux cleaned = 0.00055017 Jy ! Component: 2950 - total flux cleaned = 0.000602574 Jy ! Component: 3000 - total flux cleaned = 0.000609862 Jy ! Component: 3050 - total flux cleaned = 0.000617102 Jy ! Component: 3100 - total flux cleaned = 0.00066085 Jy ! Component: 3150 - total flux cleaned = 0.000675176 Jy ! Component: 3200 - total flux cleaned = 0.000696705 Jy ! Component: 3250 - total flux cleaned = 0.000711002 Jy ! Component: 3300 - total flux cleaned = 0.000746368 Jy ! Component: 3350 - total flux cleaned = 0.000760346 Jy ! Component: 3400 - total flux cleaned = 0.000774155 Jy ! Component: 3450 - total flux cleaned = 0.000794896 Jy ! Component: 3500 - total flux cleaned = 0.000829161 Jy ! Component: 3550 - total flux cleaned = 0.000829114 Jy ! Component: 3600 - total flux cleaned = 0.000856034 Jy ! Component: 3650 - total flux cleaned = 0.000876068 Jy ! Component: 3700 - total flux cleaned = 0.000909254 Jy ! Component: 3750 - total flux cleaned = 0.000935494 Jy ! Component: 3800 - total flux cleaned = 0.000961678 Jy ! Component: 3850 - total flux cleaned = 0.000981114 Jy ! Component: 3900 - total flux cleaned = 0.00100687 Jy ! Component: 3950 - total flux cleaned = 0.00103884 Jy ! Component: 4000 - total flux cleaned = 0.00105786 Jy ! Component: 4050 - total flux cleaned = 0.00108314 Jy ! Total flux subtracted in 4096 components = 0.00111448 Jy ! Clean residual min=-0.000483 max=0.000363 Jy/beam ! Clean residual mean=0.000001 rms=0.000115 Jy/beam ! Combined flux in latest and established models = 0.0922919 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 406 components and 0.0922919 Jy ![Exited script file: muppet] wmap "J0535+2532_S_2017_09_26_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.907 x 9.247 at -20.33 degrees (North through East) ! Clean map min=-0.00089147 max=0.072907 Jy/beam ! Writing clean map to FITS file: J0535+2532_S_2017_09_26_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0729073 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000113137 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.465539 0.465539 0.931078 1.86216 3.72431 7.44863 14.8973 29.7945 59.589 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.072 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.907 x 9.247 at -20.33 degrees (North through East) ! Clean map min=-0.00089147 max=0.072907 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 J0535+2532_S_2017_09_26_pus_uvs.log closed on Sat May 11 12:55:05 2019