! Started logfile: J0752+5808_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:51:16 2016 obs J0752+5808_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0752+5808_S_2015_03_17_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.970983 visibilities/baseline/integration-bin. ! Found source: J0752+5808 ! ! 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 330 lines of history. ! ! Reading 21148 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 J0752+5808_S_2015_03_17_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.947154Jy sigma=0.011096 ! Fit after self-cal, rms=0.920021Jy sigma=0.010814 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.16 mas, bmaj=3.568 mas, bpa=65.4 degrees ! Estimated noise=704.525 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.0585882 Jy ! Component: 100 - total flux cleaned = 0.0728903 Jy ! Total flux subtracted in 100 components = 0.0728903 Jy ! Clean residual min=-0.004070 max=0.006999 Jy/beam ! Clean residual mean=0.000011 rms=0.001055 Jy/beam ! Combined flux in latest and established models = 0.0728904 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0728904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080318Jy sigma=0.000879 ! Fit after self-cal, rms=0.080277Jy sigma=0.000879 ! Inverting map ! Added new window around map position (40.5, 1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00768312 Jy ! Component: 100 - total flux cleaned = 0.0129387 Jy ! Total flux subtracted in 100 components = 0.0129387 Jy ! Clean residual min=-0.004141 max=0.004789 Jy/beam ! Clean residual mean=0.000011 rms=0.000893 Jy/beam ! Combined flux in latest and established models = 0.0858291 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 39 components and 0.0858291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078703Jy sigma=0.000863 ! Fit after self-cal, rms=0.078676Jy sigma=0.000862 ! 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.922 mas, bmaj=4.457 mas, bpa=68.98 degrees ! Estimated noise=422.536 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 (41, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00968363 Jy ! Component: 100 - total flux cleaned = 0.0164549 Jy ! Component: 150 - total flux cleaned = 0.0216226 Jy ! Component: 200 - total flux cleaned = 0.0257047 Jy ! Total flux subtracted in 200 components = 0.0257047 Jy ! Clean residual min=-0.003971 max=0.005489 Jy/beam ! Clean residual mean=0.000028 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.111534 Jy ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 124 components and 0.111534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076896Jy sigma=0.000845 ! Fit after self-cal, rms=0.076820Jy sigma=0.000844 ! 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.89 FD 0.85 HN 0.99 KP 1.15 ! LA 0.92 MK 1.06 NL 0.92 OV 0.90 ! PT 1.05 SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.84 HN 0.99 KP 1.04 ! LA 0.88 MK 1.08 NL 1.02 OV 1.04 ! PT 1.02 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.90 HN 1.04 KP 0.94 ! LA 0.73 MK 1.14 NL 1.11 OV 0.97 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.91 HN 1.00 KP 0.90 ! LA 0.81 MK 1.17 NL 1.00 OV 0.99 ! PT 1.00 SC 0.98 ! ! ! Fit before self-cal, rms=0.076820Jy sigma=0.000844 ! Fit after self-cal, rms=0.071261Jy sigma=0.000834 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.047 mas, bmaj=4.613 mas, bpa=66.97 degrees ! Estimated noise=412.773 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.00324486 Jy ! Component: 100 - total flux cleaned = 0.00494804 Jy ! Component: 150 - total flux cleaned = 0.0059098 Jy ! Component: 200 - total flux cleaned = 0.00673812 Jy ! Total flux subtracted in 200 components = 0.00673812 Jy ! Clean residual min=-0.002097 max=0.003664 Jy/beam ! Clean residual mean=0.000016 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.118272 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 149 components and 0.118272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071074Jy sigma=0.000831 ! Fit after self-cal, rms=0.071052Jy sigma=0.000831 ! Inverting map ! Added new window around map position (10, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00367648 Jy ! Component: 100 - total flux cleaned = 0.00580687 Jy ! Component: 150 - total flux cleaned = 0.00701505 Jy ! Component: 200 - total flux cleaned = 0.00778245 Jy ! Total flux subtracted in 200 components = 0.00778245 Jy ! Clean residual min=-0.001885 max=0.002434 Jy/beam ! Clean residual mean=0.000018 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.126054 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 178 components and 0.126054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070838Jy sigma=0.000828 ! Fit after self-cal, rms=0.070824Jy sigma=0.000828 ! 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.070824Jy sigma=0.000828 ! Fit after self-cal, rms=0.071757Jy sigma=0.000825 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.047 mas, bmaj=4.611 mas, bpa=66.89 degrees ! Estimated noise=415.575 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00188643 Jy ! Component: 100 - total flux cleaned = 0.00285242 Jy ! Component: 150 - total flux cleaned = 0.00336809 Jy ! Component: 200 - total flux cleaned = 0.00392204 Jy ! Total flux subtracted in 200 components = 0.00392204 Jy ! Clean residual min=-0.001675 max=0.002554 Jy/beam ! Clean residual mean=0.000020 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.129976 Jy selfcal ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 206 components and 0.129976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071683Jy sigma=0.000824 ! Fit after self-cal, rms=0.071758Jy sigma=0.000824 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 (15, 121). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00232773 Jy ! Component: 100 - total flux cleaned = 0.00359733 Jy ! Component: 150 - total flux cleaned = 0.00434431 Jy ! Component: 200 - total flux cleaned = 0.00460253 Jy ! Total flux subtracted in 200 components = 0.00460253 Jy ! Clean residual min=-0.001631 max=0.002081 Jy/beam ! Clean residual mean=0.000013 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.134579 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 233 components and 0.134579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071675Jy sigma=0.000823 ! Fit after self-cal, rms=0.071669Jy sigma=0.000822 ! Inverting map ! Added new window around map position (-53.5, -84.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169906 Jy ! Component: 100 - total flux cleaned = 0.0024731 Jy ! Component: 150 - total flux cleaned = 0.00291795 Jy ! Component: 200 - total flux cleaned = 0.00323322 Jy ! Total flux subtracted in 200 components = 0.00323322 Jy ! Clean residual min=-0.001570 max=0.001863 Jy/beam ! Clean residual mean=0.000009 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.137812 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 255 components and 0.137812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071623Jy sigma=0.000822 ! Fit after self-cal, rms=0.071614Jy sigma=0.000822 ! Inverting map ! Added new window around map position (98, 19.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00160731 Jy ! Component: 100 - total flux cleaned = 0.00216927 Jy ! Component: 150 - total flux cleaned = 0.0026263 Jy ! Component: 200 - total flux cleaned = 0.00296059 Jy ! Total flux subtracted in 200 components = 0.00296059 Jy ! Clean residual min=-0.001413 max=0.001574 Jy/beam ! Clean residual mean=0.000005 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.140773 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 272 components and 0.140773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071577Jy sigma=0.000821 ! Fit after self-cal, rms=0.071573Jy sigma=0.000821 ! 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.071573Jy sigma=0.000821 ! Fit after self-cal, rms=0.071596Jy sigma=0.000821 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.052 mas, bmaj=4.614 mas, bpa=66.67 degrees ! Estimated noise=415.708 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00091106 Jy ! Component: 100 - total flux cleaned = 0.00131498 Jy ! Component: 150 - total flux cleaned = 0.00162763 Jy ! Component: 200 - total flux cleaned = 0.00183991 Jy ! Total flux subtracted in 200 components = 0.00183991 Jy ! Clean residual min=-0.001491 max=0.001644 Jy/beam ! Clean residual mean=0.000008 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.142613 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 285 components and 0.142613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071573Jy sigma=0.000820 ! Fit after self-cal, rms=0.071585Jy sigma=0.000820 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.000294021 Jy ! Component: 100 - total flux cleaned = 0.000466717 Jy ! Component: 150 - total flux cleaned = 0.000630606 Jy ! Component: 200 - total flux cleaned = 0.000765951 Jy ! Total flux subtracted in 200 components = 0.000765951 Jy ! Clean residual min=-0.001443 max=0.001557 Jy/beam ! Clean residual mean=0.000007 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.143379 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 297 components and 0.143379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071572Jy sigma=0.000820 ! Fit after self-cal, rms=0.071571Jy sigma=0.000820 ! 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.071571Jy sigma=0.000820 ! Fit after self-cal, rms=0.071609Jy sigma=0.000820 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.87 mas, bmaj=9.014 mas, bpa=63.58 degrees ! Estimated noise=523.624 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120692 Jy ! Component: 100 - total flux cleaned = 0.00143191 Jy ! Component: 150 - total flux cleaned = 0.00152728 Jy ! Component: 200 - total flux cleaned = 0.00164373 Jy ! Total flux subtracted in 200 components = 0.00164373 Jy ! Clean residual min=-0.001765 max=0.002328 Jy/beam ! Clean residual mean=0.000014 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.145022 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 317 components and 0.145022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071600Jy sigma=0.000820 ! Fit after self-cal, rms=0.071603Jy sigma=0.000820 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.000211459 Jy ! Component: 100 - total flux cleaned = 0.00029141 Jy ! Component: 150 - total flux cleaned = 0.000338198 Jy ! Component: 200 - total flux cleaned = 0.000428126 Jy ! Total flux subtracted in 200 components = 0.000428126 Jy ! Clean residual min=-0.001693 max=0.002090 Jy/beam ! Clean residual mean=0.000013 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.145451 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 329 components and 0.145451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071601Jy sigma=0.000820 ! Fit after self-cal, rms=0.071600Jy sigma=0.000820 ! 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=4.053 mas, bmaj=4.614 mas, bpa=66.55 degrees ! Estimated noise=416.066 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.053 x 4.614 at 66.55 degrees (North through East) ! Clean map min=-0.0014018 max=0.076309 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.254 mas, bmaj=3.687 mas, bpa=62.34 degrees ! Estimated noise=710.903 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0586485 Jy ! Component: 100 - total flux cleaned = 0.0726408 Jy ! Component: 150 - total flux cleaned = 0.079774 Jy ! Component: 200 - total flux cleaned = 0.0851841 Jy ! Total flux subtracted in 200 components = 0.0851841 Jy ! Clean residual min=-0.002763 max=0.003489 Jy/beam ! Clean residual mean=0.000012 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.0851841 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.0851841 Jy ! Inverting map and beam ! Estimated beam: bmin=4.053 mas, bmaj=4.614 mas, bpa=66.55 degrees ! Estimated noise=416.066 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.00909548 Jy ! Component: 100 - total flux cleaned = 0.0157408 Jy ! Component: 150 - total flux cleaned = 0.0210819 Jy ! Component: 200 - total flux cleaned = 0.0255177 Jy ! Total flux subtracted in 200 components = 0.0255177 Jy ! Clean residual min=-0.002491 max=0.003343 Jy/beam ! Clean residual mean=0.000032 rms=0.000808 Jy/beam ! Combined flux in latest and established models = 0.110702 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 111 components and 0.110702 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.87 mas, bmaj=9.014 mas, bpa=63.58 degrees ! Estimated noise=523.624 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00695516 Jy ! Component: 100 - total flux cleaned = 0.0119726 Jy ! Component: 150 - total flux cleaned = 0.0159377 Jy ! Component: 200 - total flux cleaned = 0.0192145 Jy ! Total flux subtracted in 200 components = 0.0192145 Jy ! Clean residual min=-0.002418 max=0.003574 Jy/beam ! Clean residual mean=0.000043 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.129916 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) ! Added new window around map position (29.5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00346598 Jy ! Component: 100 - total flux cleaned = 0.0058929 Jy ! Component: 150 - total flux cleaned = 0.00793116 Jy ! Component: 200 - total flux cleaned = 0.00968095 Jy ! Total flux subtracted in 200 components = 0.00968095 Jy ! Clean residual min=-0.001917 max=0.002149 Jy/beam ! Clean residual mean=0.000032 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.139597 Jy ! Adding 135 model components to the UV plane model. ! The established model now contains 234 components and 0.139597 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.053 mas, bmaj=4.614 mas, bpa=66.55 degrees ! Estimated noise=416.066 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169451 Jy ! Component: 100 - total flux cleaned = 0.00307622 Jy ! Component: 150 - total flux cleaned = 0.00371308 Jy ! Component: 200 - total flux cleaned = 0.00420978 Jy ! Total flux subtracted in 200 components = 0.00420978 Jy ! Clean residual min=-0.001253 max=0.001652 Jy/beam ! Clean residual mean=0.000009 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.143807 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 261 components and 0.143807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071652Jy sigma=0.000821 ! Fit after self-cal, rms=0.071629Jy sigma=0.000821 wmodel J0752+5808_S_2015_03_17_pus_map.mod ! Writing 261 model components to file: J0752+5808_S_2015_03_17_pus_map.mod wobs J0752+5808_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0752+5808_S_2015_03_17_pus_uvs.fits wwins J0752+5808_S_2015_03_17_pus_map.win ! wwins: Wrote 8 windows to J0752+5808_S_2015_03_17_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.000716991 Jy ! Component: 100 - total flux cleaned = 0.00127969 Jy ! Component: 150 - total flux cleaned = 0.00173346 Jy ! Component: 200 - total flux cleaned = 0.00209847 Jy ! Component: 250 - total flux cleaned = 0.00236345 Jy ! Component: 300 - total flux cleaned = 0.00266207 Jy ! Component: 350 - total flux cleaned = 0.00293114 Jy ! Component: 400 - total flux cleaned = 0.00311257 Jy ! Component: 450 - total flux cleaned = 0.0033292 Jy ! Component: 500 - total flux cleaned = 0.00350236 Jy ! Component: 550 - total flux cleaned = 0.00363404 Jy ! Component: 600 - total flux cleaned = 0.00381832 Jy ! Component: 650 - total flux cleaned = 0.00394509 Jy ! Component: 700 - total flux cleaned = 0.00414086 Jy ! Component: 750 - total flux cleaned = 0.00426318 Jy ! Component: 800 - total flux cleaned = 0.00440094 Jy ! Component: 850 - total flux cleaned = 0.00450273 Jy ! Component: 900 - total flux cleaned = 0.00458647 Jy ! Component: 950 - total flux cleaned = 0.00471872 Jy ! Component: 1000 - total flux cleaned = 0.00479979 Jy ! Component: 1050 - total flux cleaned = 0.0049282 Jy ! Component: 1100 - total flux cleaned = 0.00505426 Jy ! Component: 1150 - total flux cleaned = 0.00510117 Jy ! Component: 1200 - total flux cleaned = 0.00527056 Jy ! Component: 1250 - total flux cleaned = 0.00537688 Jy ! Component: 1300 - total flux cleaned = 0.00546735 Jy ! Component: 1350 - total flux cleaned = 0.00561609 Jy ! Component: 1400 - total flux cleaned = 0.00570424 Jy ! Component: 1450 - total flux cleaned = 0.00582065 Jy ! Component: 1500 - total flux cleaned = 0.0059356 Jy ! Component: 1550 - total flux cleaned = 0.00603511 Jy ! Component: 1600 - total flux cleaned = 0.00611929 Jy ! Component: 1650 - total flux cleaned = 0.00620276 Jy ! Component: 1700 - total flux cleaned = 0.00628532 Jy ! Component: 1750 - total flux cleaned = 0.00636684 Jy ! Component: 1800 - total flux cleaned = 0.00646122 Jy ! Component: 1850 - total flux cleaned = 0.00651458 Jy ! Component: 1900 - total flux cleaned = 0.00659391 Jy ! Component: 1950 - total flux cleaned = 0.00665931 Jy ! Component: 2000 - total flux cleaned = 0.00675004 Jy ! Component: 2050 - total flux cleaned = 0.00680133 Jy ! Component: 2100 - total flux cleaned = 0.00683963 Jy ! Component: 2150 - total flux cleaned = 0.00699126 Jy ! Component: 2200 - total flux cleaned = 0.00702862 Jy ! Component: 2250 - total flux cleaned = 0.00706593 Jy ! Component: 2300 - total flux cleaned = 0.00720141 Jy ! Component: 2350 - total flux cleaned = 0.00728695 Jy ! Component: 2400 - total flux cleaned = 0.00738383 Jy ! Component: 2450 - total flux cleaned = 0.00743182 Jy ! Component: 2500 - total flux cleaned = 0.00751518 Jy ! Component: 2550 - total flux cleaned = 0.00757455 Jy ! Component: 2600 - total flux cleaned = 0.00769203 Jy ! Component: 2650 - total flux cleaned = 0.00771536 Jy ! Component: 2700 - total flux cleaned = 0.00780793 Jy ! Component: 2750 - total flux cleaned = 0.00789991 Jy ! Component: 2800 - total flux cleaned = 0.00795683 Jy ! Component: 2850 - total flux cleaned = 0.0080701 Jy ! Component: 2900 - total flux cleaned = 0.00810358 Jy ! Component: 2950 - total flux cleaned = 0.00815942 Jy ! Component: 3000 - total flux cleaned = 0.00827027 Jy ! Component: 3050 - total flux cleaned = 0.00832527 Jy ! Component: 3100 - total flux cleaned = 0.00839077 Jy ! Component: 3150 - total flux cleaned = 0.00846676 Jy ! Component: 3200 - total flux cleaned = 0.00857446 Jy ! Component: 3250 - total flux cleaned = 0.00860685 Jy ! Component: 3300 - total flux cleaned = 0.00871322 Jy ! Component: 3350 - total flux cleaned = 0.0087871 Jy ! Component: 3400 - total flux cleaned = 0.00887101 Jy ! Component: 3450 - total flux cleaned = 0.00892319 Jy ! Component: 3500 - total flux cleaned = 0.00902677 Jy ! Component: 3550 - total flux cleaned = 0.00909879 Jy ! Component: 3600 - total flux cleaned = 0.00917038 Jy ! Component: 3650 - total flux cleaned = 0.00925163 Jy ! Component: 3700 - total flux cleaned = 0.00935254 Jy ! Component: 3750 - total flux cleaned = 0.00939269 Jy ! Component: 3800 - total flux cleaned = 0.00948243 Jy ! Component: 3850 - total flux cleaned = 0.00953183 Jy ! Component: 3900 - total flux cleaned = 0.00958103 Jy ! Component: 3950 - total flux cleaned = 0.00960064 Jy ! Component: 4000 - total flux cleaned = 0.00965909 Jy ! Component: 4050 - total flux cleaned = 0.0097173 Jy ! Total flux subtracted in 4096 components = 0.00975583 Jy ! Clean residual min=-0.000553 max=0.000702 Jy/beam ! Clean residual mean=0.000002 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.153563 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 536 components and 0.153563 Jy ![Exited script file: muppet] wmap "J0752+5808_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.053 x 4.614 at 66.55 degrees (North through East) ! Clean map min=-0.0009056 max=0.076077 Jy/beam ! Writing clean map to FITS file: J0752+5808_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0760771 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000172048 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.678447 0.678447 1.35689 2.71379 5.42758 10.8552 21.7103 43.4206 86.8413 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.076 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.053 x 4.614 at 66.55 degrees (North through East) ! Clean map min=-0.0009056 max=0.076077 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 J0752+5808_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:51:23 2016