! Started logfile: J0807+1352_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:42:33 2019 obs J0807+1352_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0807+1352_S_2017_05_31_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.958201 visibilities/baseline/integration-bin. ! Found source: J0807+1352 ! ! 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 703 lines of history. ! ! Reading 14488 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+1352_S_2017_05_31_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 442 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.886271Jy sigma=0.008095 ! Fit after self-cal, rms=0.879625Jy sigma=0.008044 ! 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.733 mas, bmaj=6.677 mas, bpa=-2.413 degrees ! Estimated noise=999.449 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.0935437 Jy ! Component: 100 - total flux cleaned = 0.1155 Jy ! Total flux subtracted in 100 components = 0.1155 Jy ! Clean residual min=-0.004784 max=0.008728 Jy/beam ! Clean residual mean=-0.000008 rms=0.001145 Jy/beam ! Combined flux in latest and established models = 0.1155 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.1155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087669Jy sigma=0.000685 ! Fit after self-cal, rms=0.087661Jy sigma=0.000685 ! Inverting map ! Added new window around map position (-1, 6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101187 Jy ! Component: 100 - total flux cleaned = 0.0159747 Jy ! Total flux subtracted in 100 components = 0.0159747 Jy ! Clean residual min=-0.004307 max=0.003827 Jy/beam ! Clean residual mean=-0.000004 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.131475 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 31 components and 0.131475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086329Jy sigma=0.000672 ! Fit after self-cal, rms=0.086296Jy sigma=0.000672 ! 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.251 mas, bmaj=7.685 mas, bpa=-3.478 degrees ! Estimated noise=747.199 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.00394833 Jy ! Component: 100 - total flux cleaned = 0.00601987 Jy ! Component: 150 - total flux cleaned = 0.00727351 Jy ! Component: 200 - total flux cleaned = 0.00792712 Jy ! Total flux subtracted in 200 components = 0.00792712 Jy ! Clean residual min=-0.003657 max=0.003309 Jy/beam ! Clean residual mean=-0.000007 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.139402 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 55 components and 0.139402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086093Jy sigma=0.000670 ! Fit after self-cal, rms=0.086083Jy sigma=0.000670 ! 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 1.01 MK 1.03 NL 0.87 OV 1.02 ! PT 1.11 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.01 HN 1.00 KP 0.98 ! LA 0.97 MK 1.01 NL 1.00 OV 1.06 ! PT 1.05 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.81 FD 1.06 HN 0.97 KP 0.99 ! LA 0.98 MK 1.05 NL 0.96 OV 0.96 ! PT 1.06 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.98 KP 1.00* ! LA 0.90 MK 1.13 NL 1.00* OV 1.00* ! PT 1.06 SC 1.00* ! ! ! Fit before self-cal, rms=0.086083Jy sigma=0.000670 ! Fit after self-cal, rms=0.082306Jy sigma=0.000664 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.284 mas, bmaj=7.696 mas, bpa=-3.629 degrees ! Estimated noise=751.344 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.000742131 Jy ! Component: 100 - total flux cleaned = 0.000827404 Jy ! Component: 150 - total flux cleaned = 0.000929966 Jy ! Component: 200 - total flux cleaned = 0.000959926 Jy ! Total flux subtracted in 200 components = 0.000959926 Jy ! Clean residual min=-0.002353 max=0.002503 Jy/beam ! Clean residual mean=-0.000006 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.140362 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 67 components and 0.140362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082269Jy sigma=0.000664 ! Fit after self-cal, rms=0.082259Jy sigma=0.000664 ! 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.082259Jy sigma=0.000664 ! Fit after self-cal, rms=0.079778Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.287 mas, bmaj=7.712 mas, bpa=-3.766 degrees ! Estimated noise=753.433 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000564402 Jy ! Component: 100 - total flux cleaned = 0.000540053 Jy ! Component: 150 - total flux cleaned = 0.000584232 Jy ! Component: 200 - total flux cleaned = 0.00054441 Jy ! Total flux subtracted in 200 components = 0.00054441 Jy ! Clean residual min=-0.001896 max=0.002057 Jy/beam ! Clean residual mean=0.000000 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.140907 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 81 components and 0.140907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079759Jy sigma=0.000659 ! Fit after self-cal, rms=0.079758Jy sigma=0.000659 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 = 1.85532e-06 Jy ! Component: 100 - total flux cleaned = 6.92669e-05 Jy ! Component: 150 - total flux cleaned = 3.20941e-05 Jy ! Component: 200 - total flux cleaned = 1.43997e-05 Jy ! Total flux subtracted in 200 components = 1.43997e-05 Jy ! Clean residual min=-0.001877 max=0.002049 Jy/beam ! Clean residual mean=0.000000 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.140921 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 85 components and 0.140921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079745Jy sigma=0.000659 ! Fit after self-cal, rms=0.079739Jy sigma=0.000659 ! 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.079739Jy sigma=0.000659 ! Fit after self-cal, rms=0.078782Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=7.701 mas, bpa=-3.738 degrees ! Estimated noise=752.776 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000770503 Jy ! Component: 100 - total flux cleaned = 0.000701408 Jy ! Component: 150 - total flux cleaned = 0.000644618 Jy ! Component: 200 - total flux cleaned = 0.000627587 Jy ! Total flux subtracted in 200 components = 0.000627587 Jy ! Clean residual min=-0.001820 max=0.001910 Jy/beam ! Clean residual mean=0.000001 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.141549 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 94 components and 0.141549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078764Jy sigma=0.000658 ! Fit after self-cal, rms=0.078758Jy sigma=0.000658 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.000118245 Jy ! Component: 100 - total flux cleaned = 6.41084e-05 Jy ! Component: 150 - total flux cleaned = 3.30044e-05 Jy ! Component: 200 - total flux cleaned = 4.34416e-06 Jy ! Total flux subtracted in 200 components = 4.34416e-06 Jy ! Clean residual min=-0.001803 max=0.001920 Jy/beam ! Clean residual mean=0.000001 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.141553 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 96 components and 0.141553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078749Jy sigma=0.000658 ! Fit after self-cal, rms=0.078747Jy sigma=0.000658 ! 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.078747Jy sigma=0.000658 ! Fit after self-cal, rms=0.078622Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.287 mas, bmaj=11.43 mas, bpa=-8.137 degrees ! Estimated noise=942.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000348181 Jy ! Component: 100 - total flux cleaned = 0.000295028 Jy ! Component: 150 - total flux cleaned = 0.000241252 Jy ! Component: 200 - total flux cleaned = 0.00021231 Jy ! Total flux subtracted in 200 components = 0.00021231 Jy ! Clean residual min=-0.002447 max=0.002175 Jy/beam ! Clean residual mean=0.000001 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.141765 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 105 components and 0.141765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078616Jy sigma=0.000658 ! Fit after self-cal, rms=0.078610Jy sigma=0.000658 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.5273e-05 Jy ! Component: 100 - total flux cleaned = 7.27291e-05 Jy ! Component: 150 - total flux cleaned = 4.97201e-05 Jy ! Component: 200 - total flux cleaned = 2.12571e-05 Jy ! Total flux subtracted in 200 components = 2.12571e-05 Jy ! Clean residual min=-0.002426 max=0.002161 Jy/beam ! Clean residual mean=0.000001 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.141787 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 107 components and 0.141787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078610Jy sigma=0.000658 ! Fit after self-cal, rms=0.078607Jy sigma=0.000658 ! 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.295 mas, bmaj=7.695 mas, bpa=-3.714 degrees ! Estimated noise=753.141 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.295 x 7.695 at -3.714 degrees (North through East) ! Clean map min=-0.0017317 max=0.12008 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.778 mas, bmaj=6.689 mas, bpa=-2.651 degrees ! Estimated noise=1004.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0937302 Jy ! Component: 100 - total flux cleaned = 0.117248 Jy ! Component: 150 - total flux cleaned = 0.12826 Jy ! Component: 200 - total flux cleaned = 0.134421 Jy ! Total flux subtracted in 200 components = 0.134421 Jy ! Clean residual min=-0.002770 max=0.003069 Jy/beam ! Clean residual mean=-0.000002 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.134422 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.134422 Jy ! Inverting map and beam ! Estimated beam: bmin=3.295 mas, bmaj=7.695 mas, bpa=-3.714 degrees ! Estimated noise=753.141 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.00399298 Jy ! Component: 100 - total flux cleaned = 0.00609202 Jy ! Component: 150 - total flux cleaned = 0.00652358 Jy ! Component: 200 - total flux cleaned = 0.00686318 Jy ! Total flux subtracted in 200 components = 0.00686318 Jy ! Clean residual min=-0.001768 max=0.002051 Jy/beam ! Clean residual mean=0.000000 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.141285 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 42 components and 0.141285 Jy ! Inverting map ! Added new window around map position (-39, -40.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000905517 Jy ! Component: 100 - total flux cleaned = 0.00116328 Jy ! Component: 150 - total flux cleaned = 0.00142249 Jy ! Component: 200 - total flux cleaned = 0.00145716 Jy ! Total flux subtracted in 200 components = 0.00145716 Jy ! Clean residual min=-0.001676 max=0.001661 Jy/beam ! Clean residual mean=0.000001 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.142742 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 64 components and 0.142742 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.287 mas, bmaj=11.43 mas, bpa=-8.137 degrees ! Estimated noise=942.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000656788 Jy ! Component: 100 - total flux cleaned = 0.000658618 Jy ! Component: 150 - total flux cleaned = 0.00063662 Jy ! Component: 200 - total flux cleaned = 0.000601051 Jy ! Total flux subtracted in 200 components = 0.000601051 Jy ! Clean residual min=-0.002327 max=0.002013 Jy/beam ! Clean residual mean=0.000002 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.143343 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 = -4.85776e-05 Jy ! Component: 100 - total flux cleaned = -7.87493e-05 Jy ! Component: 150 - total flux cleaned = -0.000106983 Jy ! Component: 200 - total flux cleaned = -0.000120287 Jy ! Total flux subtracted in 200 components = -0.000120287 Jy ! Clean residual min=-0.002314 max=0.002004 Jy/beam ! Clean residual mean=0.000002 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.143223 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 86 components and 0.143223 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.295 mas, bmaj=7.695 mas, bpa=-3.714 degrees ! Estimated noise=753.141 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.27598e-05 Jy ! Component: 100 - total flux cleaned = -8.33575e-07 Jy ! Component: 150 - total flux cleaned = -2.50907e-05 Jy ! Component: 200 - total flux cleaned = -4.77669e-05 Jy ! Total flux subtracted in 200 components = -4.77669e-05 Jy ! Clean residual min=-0.001595 max=0.001554 Jy/beam ! Clean residual mean=0.000001 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.143175 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 102 components and 0.143175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078565Jy sigma=0.000657 ! Fit after self-cal, rms=0.078557Jy sigma=0.000657 wmodel J0807+1352_S_2017_05_31_pus_map.mod ! Writing 102 model components to file: J0807+1352_S_2017_05_31_pus_map.mod wobs J0807+1352_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0807+1352_S_2017_05_31_pus_uvs.fits wwins J0807+1352_S_2017_05_31_pus_map.win ! wwins: Wrote 3 windows to J0807+1352_S_2017_05_31_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.000188245 Jy ! Component: 100 - total flux cleaned = -4.45029e-05 Jy ! Component: 150 - total flux cleaned = 0.000175928 Jy ! Component: 200 - total flux cleaned = 0.00038965 Jy ! Component: 250 - total flux cleaned = 0.000571229 Jy ! Component: 300 - total flux cleaned = 0.000772972 Jy ! Component: 350 - total flux cleaned = 0.000946122 Jy ! Component: 400 - total flux cleaned = 0.00118866 Jy ! Component: 450 - total flux cleaned = 0.00140319 Jy ! Component: 500 - total flux cleaned = 0.00163718 Jy ! Component: 550 - total flux cleaned = 0.00179816 Jy ! Component: 600 - total flux cleaned = 0.00193378 Jy ! Component: 650 - total flux cleaned = 0.00204506 Jy ! Component: 700 - total flux cleaned = 0.00213323 Jy ! Component: 750 - total flux cleaned = 0.0022198 Jy ! Component: 800 - total flux cleaned = 0.00237011 Jy ! Component: 850 - total flux cleaned = 0.00241243 Jy ! Component: 900 - total flux cleaned = 0.00255891 Jy ! Component: 950 - total flux cleaned = 0.00262118 Jy ! Component: 1000 - total flux cleaned = 0.0027641 Jy ! Component: 1050 - total flux cleaned = 0.00292572 Jy ! Component: 1100 - total flux cleaned = 0.00294561 Jy ! Component: 1150 - total flux cleaned = 0.00306441 Jy ! Component: 1200 - total flux cleaned = 0.00316223 Jy ! Component: 1250 - total flux cleaned = 0.00320088 Jy ! Component: 1300 - total flux cleaned = 0.00327745 Jy ! Component: 1350 - total flux cleaned = 0.00341068 Jy ! Component: 1400 - total flux cleaned = 0.00344824 Jy ! Component: 1450 - total flux cleaned = 0.00354177 Jy ! Component: 1500 - total flux cleaned = 0.00359728 Jy ! Component: 1550 - total flux cleaned = 0.00374403 Jy ! Component: 1600 - total flux cleaned = 0.00381664 Jy ! Component: 1650 - total flux cleaned = 0.0038527 Jy ! Component: 1700 - total flux cleaned = 0.00390624 Jy ! Component: 1750 - total flux cleaned = 0.00397744 Jy ! Component: 1800 - total flux cleaned = 0.00404793 Jy ! Component: 1850 - total flux cleaned = 0.00413507 Jy ! Component: 1900 - total flux cleaned = 0.00430808 Jy ! Component: 1950 - total flux cleaned = 0.00435964 Jy ! Component: 2000 - total flux cleaned = 0.00447874 Jy ! Component: 2050 - total flux cleaned = 0.00446188 Jy ! Component: 2100 - total flux cleaned = 0.00462958 Jy ! Component: 2150 - total flux cleaned = 0.00471275 Jy ! Component: 2200 - total flux cleaned = 0.00486113 Jy ! Component: 2250 - total flux cleaned = 0.00491003 Jy ! Component: 2300 - total flux cleaned = 0.00504 Jy ! Component: 2350 - total flux cleaned = 0.0050561 Jy ! Component: 2400 - total flux cleaned = 0.0051361 Jy ! Component: 2450 - total flux cleaned = 0.00521549 Jy ! Component: 2500 - total flux cleaned = 0.00519954 Jy ! Component: 2550 - total flux cleaned = 0.00524657 Jy ! Component: 2600 - total flux cleaned = 0.00535507 Jy ! Component: 2650 - total flux cleaned = 0.00532445 Jy ! Component: 2700 - total flux cleaned = 0.00538576 Jy ! Component: 2750 - total flux cleaned = 0.0054619 Jy ! Component: 2800 - total flux cleaned = 0.0054918 Jy ! Component: 2850 - total flux cleaned = 0.00547678 Jy ! Component: 2900 - total flux cleaned = 0.00549162 Jy ! Component: 2950 - total flux cleaned = 0.00546227 Jy ! Component: 3000 - total flux cleaned = 0.00553554 Jy ! Component: 3050 - total flux cleaned = 0.00546273 Jy ! Component: 3100 - total flux cleaned = 0.00549178 Jy ! Component: 3150 - total flux cleaned = 0.00549182 Jy ! Component: 3200 - total flux cleaned = 0.00552035 Jy ! Component: 3250 - total flux cleaned = 0.00547771 Jy ! Component: 3300 - total flux cleaned = 0.00544957 Jy ! Component: 3350 - total flux cleaned = 0.00542159 Jy ! Component: 3400 - total flux cleaned = 0.00540772 Jy ! Component: 3450 - total flux cleaned = 0.00540765 Jy ! Component: 3500 - total flux cleaned = 0.00542156 Jy ! Component: 3550 - total flux cleaned = 0.00544897 Jy ! Component: 3600 - total flux cleaned = 0.00543537 Jy ! Component: 3650 - total flux cleaned = 0.00548934 Jy ! Component: 3700 - total flux cleaned = 0.00550275 Jy ! Component: 3750 - total flux cleaned = 0.00550266 Jy ! Component: 3800 - total flux cleaned = 0.0054762 Jy ! Component: 3850 - total flux cleaned = 0.00550234 Jy ! Component: 3900 - total flux cleaned = 0.00551538 Jy ! Component: 3950 - total flux cleaned = 0.00543744 Jy ! Component: 4000 - total flux cleaned = 0.00547632 Jy ! Component: 4050 - total flux cleaned = 0.00550187 Jy ! Total flux subtracted in 4096 components = 0.00551459 Jy ! Clean residual min=-0.000747 max=0.000660 Jy/beam ! Clean residual mean=0.000001 rms=0.000238 Jy/beam ! Combined flux in latest and established models = 0.148689 Jy keep ! Adding 300 model components to the UV plane model. ! The established model now contains 402 components and 0.148689 Jy ![Exited script file: muppet] wmap "J0807+1352_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.295 x 7.695 at -3.714 degrees (North through East) ! Clean map min=-0.0014164 max=0.11988 Jy/beam ! Writing clean map to FITS file: J0807+1352_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.119883 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000236964 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.592988 0.592988 1.18598 2.37195 4.74391 9.48781 18.9756 37.9513 75.9025 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.119 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.295 x 7.695 at -3.714 degrees (North through East) ! Clean map min=-0.0014164 max=0.11988 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+1352_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:42:39 2019