! Started logfile: J0740+2852_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:46:14 2016 obs J0740+2852_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0740+2852_S_2014_06_09_pus_uva.fits ! AN table 1: 92 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.689372 visibilities/baseline/integration-bin. ! Found source: J0740+2852 ! ! 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 336 lines of history. ! ! Reading 11416 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 J0740+2852_S_2014_06_09_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 155 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 155 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 155 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 155 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.928753Jy sigma=0.011391 ! Fit after self-cal, rms=0.911718Jy sigma=0.011206 ! 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.941 mas, bmaj=6.458 mas, bpa=-8.293 degrees ! Estimated noise=809.428 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.0703668 Jy ! Component: 100 - total flux cleaned = 0.0857222 Jy ! Total flux subtracted in 100 components = 0.0857222 Jy ! Clean residual min=-0.002782 max=0.004344 Jy/beam ! Clean residual mean=0.000010 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.0857222 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0857222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069493Jy sigma=0.000792 ! Fit after self-cal, rms=0.069485Jy sigma=0.000792 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00414434 Jy ! Component: 100 - total flux cleaned = 0.00588216 Jy ! Total flux subtracted in 100 components = 0.00588216 Jy ! Clean residual min=-0.002926 max=0.002851 Jy/beam ! Clean residual mean=0.000008 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.0916044 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 16 components and 0.0916044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069234Jy sigma=0.000791 ! Fit after self-cal, rms=0.069238Jy sigma=0.000791 ! 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.51 mas, bmaj=7.491 mas, bpa=-8.78 degrees ! Estimated noise=547.699 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.000369295 Jy ! Component: 100 - total flux cleaned = 0.000264745 Jy ! Component: 150 - total flux cleaned = 0.000222831 Jy ! Component: 200 - total flux cleaned = 0.00018493 Jy ! Total flux subtracted in 200 components = 0.00018493 Jy ! Clean residual min=-0.002076 max=0.002430 Jy/beam ! Clean residual mean=0.000006 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.0917893 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 25 components and 0.0917893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069215Jy sigma=0.000790 ! Fit after self-cal, rms=0.069214Jy sigma=0.000790 ! 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.00* FD 0.86 HN 0.99 KP 1.06 ! LA 1.21 MK 1.02 NL 0.94 OV 0.98 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.02 KP 1.04 ! LA 1.11 MK 0.96 NL 1.08 OV 0.98 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.12 HN 1.05 KP 0.94 ! LA 0.92 MK 0.96 NL 0.98 OV 0.96 ! PT 0.97 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 0.99 KP 0.90 ! LA 0.85 MK 1.05 NL 1.09 OV 0.99 ! PT 1.03 SC 0.96 ! ! ! Fit before self-cal, rms=0.069214Jy sigma=0.000790 ! Fit after self-cal, rms=0.067385Jy sigma=0.000783 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.503 mas, bmaj=7.469 mas, bpa=-8.497 degrees ! Estimated noise=547.263 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.000139092 Jy ! Component: 100 - total flux cleaned = -6.12152e-05 Jy ! Component: 150 - total flux cleaned = -6.26105e-05 Jy ! Component: 200 - total flux cleaned = -5.40541e-05 Jy ! Total flux subtracted in 200 components = -5.40541e-05 Jy ! Clean residual min=-0.001736 max=0.001756 Jy/beam ! Clean residual mean=-0.000002 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.0917352 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.0917352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067376Jy sigma=0.000783 ! Fit after self-cal, rms=0.067368Jy sigma=0.000783 ! 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.067368Jy sigma=0.000783 ! Fit after self-cal, rms=0.067148Jy sigma=0.000782 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.505 mas, bmaj=7.473 mas, bpa=-8.55 degrees ! Estimated noise=547.432 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00025935 Jy ! Component: 100 - total flux cleaned = 0.000314718 Jy ! Component: 150 - total flux cleaned = 0.000336073 Jy ! Component: 200 - total flux cleaned = 0.000347544 Jy ! Total flux subtracted in 200 components = 0.000347544 Jy ! Clean residual min=-0.001635 max=0.001820 Jy/beam ! Clean residual mean=-0.000004 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.0920828 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 43 components and 0.0920828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067145Jy sigma=0.000782 ! Fit after self-cal, rms=0.067146Jy sigma=0.000782 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 (-29.5, 54.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107963 Jy ! Component: 100 - total flux cleaned = 0.00127462 Jy ! Component: 150 - total flux cleaned = 0.00142065 Jy ! Component: 200 - total flux cleaned = 0.00152055 Jy ! Total flux subtracted in 200 components = 0.00152055 Jy ! Clean residual min=-0.001518 max=0.001311 Jy/beam ! Clean residual mean=-0.000004 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.0936033 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.0936033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067105Jy sigma=0.000781 ! Fit after self-cal, rms=0.067102Jy sigma=0.000781 ! 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.067102Jy sigma=0.000781 ! Fit after self-cal, rms=0.067079Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.504 mas, bmaj=7.462 mas, bpa=-8.527 degrees ! Estimated noise=547.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000452572 Jy ! Component: 100 - total flux cleaned = 0.000596856 Jy ! Component: 150 - total flux cleaned = 0.000705269 Jy ! Component: 200 - total flux cleaned = 0.00076004 Jy ! Total flux subtracted in 200 components = 0.00076004 Jy ! Clean residual min=-0.001451 max=0.001310 Jy/beam ! Clean residual mean=-0.000004 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.0943634 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 71 components and 0.0943634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067069Jy sigma=0.000781 ! Fit after self-cal, rms=0.067068Jy sigma=0.000781 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.000101476 Jy ! Component: 100 - total flux cleaned = 0.000138542 Jy ! Component: 150 - total flux cleaned = 0.000150481 Jy ! Component: 200 - total flux cleaned = 0.000182928 Jy ! Total flux subtracted in 200 components = 0.000182928 Jy ! Clean residual min=-0.001442 max=0.001338 Jy/beam ! Clean residual mean=-0.000004 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.0945463 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 77 components and 0.0945463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067064Jy sigma=0.000781 ! Fit after self-cal, rms=0.067064Jy sigma=0.000781 ! 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.067064Jy sigma=0.000781 ! Fit after self-cal, rms=0.067123Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.589 mas, bmaj=12.38 mas, bpa=-14.07 degrees ! Estimated noise=667.383 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000150326 Jy ! Component: 100 - total flux cleaned = 0.00017281 Jy ! Component: 150 - total flux cleaned = 0.000189935 Jy ! Component: 200 - total flux cleaned = 0.000217434 Jy ! Total flux subtracted in 200 components = 0.000217434 Jy ! Clean residual min=-0.001669 max=0.001631 Jy/beam ! Clean residual mean=-0.000009 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.0947637 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 83 components and 0.0947637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067123Jy sigma=0.000781 ! Fit after self-cal, rms=0.067123Jy sigma=0.000781 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.55194e-06 Jy ! Component: 100 - total flux cleaned = 3.44192e-05 Jy ! Component: 150 - total flux cleaned = 4.06618e-05 Jy ! Component: 200 - total flux cleaned = 3.5254e-05 Jy ! Total flux subtracted in 200 components = 3.5254e-05 Jy ! Clean residual min=-0.001677 max=0.001614 Jy/beam ! Clean residual mean=-0.000009 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.094799 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 89 components and 0.094799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067124Jy sigma=0.000781 ! Fit after self-cal, rms=0.067124Jy sigma=0.000781 ! 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.503 mas, bmaj=7.457 mas, bpa=-8.531 degrees ! Estimated noise=547.966 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.503 x 7.457 at -8.531 degrees (North through East) ! Clean map min=-0.0014106 max=0.090123 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.937 mas, bmaj=6.43 mas, bpa=-7.989 degrees ! Estimated noise=805.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0699905 Jy ! Component: 100 - total flux cleaned = 0.0852941 Jy ! Component: 150 - total flux cleaned = 0.0898838 Jy ! Component: 200 - total flux cleaned = 0.0925643 Jy ! Total flux subtracted in 200 components = 0.0925643 Jy ! Clean residual min=-0.002266 max=0.001983 Jy/beam ! Clean residual mean=0.000001 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0925643 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0925643 Jy ! Inverting map and beam ! Estimated beam: bmin=3.503 mas, bmaj=7.457 mas, bpa=-8.531 degrees ! Estimated noise=547.966 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) ! Added new window around map position (1, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00111095 Jy ! Component: 100 - total flux cleaned = 0.00148634 Jy ! Component: 150 - total flux cleaned = 0.00178276 Jy ! Component: 200 - total flux cleaned = 0.0020514 Jy ! Total flux subtracted in 200 components = 0.0020514 Jy ! Clean residual min=-0.001478 max=0.001392 Jy/beam ! Clean residual mean=-0.000005 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.0946157 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 48 components and 0.0946157 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.589 mas, bmaj=12.38 mas, bpa=-14.07 degrees ! Estimated noise=667.383 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000113575 Jy ! Component: 100 - total flux cleaned = 0.000196816 Jy ! Component: 150 - total flux cleaned = 0.000169951 Jy ! Component: 200 - total flux cleaned = 0.0001583 Jy ! Total flux subtracted in 200 components = 0.0001583 Jy ! Clean residual min=-0.001674 max=0.001622 Jy/beam ! Clean residual mean=-0.000010 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.094774 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 = -2.15846e-05 Jy ! Component: 100 - total flux cleaned = -5.08993e-05 Jy ! Component: 150 - total flux cleaned = -6.89207e-05 Jy ! Component: 200 - total flux cleaned = -7.77671e-05 Jy ! Total flux subtracted in 200 components = -7.77671e-05 Jy ! Clean residual min=-0.001664 max=0.001598 Jy/beam ! Clean residual mean=-0.000009 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.0946962 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 71 components and 0.0946962 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.503 mas, bmaj=7.457 mas, bpa=-8.531 degrees ! Estimated noise=547.966 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.4899e-05 Jy ! Component: 100 - total flux cleaned = 0.000135355 Jy ! Component: 150 - total flux cleaned = 0.000190047 Jy ! Component: 200 - total flux cleaned = 0.000223152 Jy ! Total flux subtracted in 200 components = 0.000223152 Jy ! Clean residual min=-0.001433 max=0.001347 Jy/beam ! Clean residual mean=-0.000005 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.0949193 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 88 components and 0.0949193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067127Jy sigma=0.000781 ! Fit after self-cal, rms=0.067125Jy sigma=0.000781 wmodel J0740+2852_S_2014_06_09_pus_map.mod ! Writing 88 model components to file: J0740+2852_S_2014_06_09_pus_map.mod wobs J0740+2852_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0740+2852_S_2014_06_09_pus_uvs.fits wwins J0740+2852_S_2014_06_09_pus_map.win ! wwins: Wrote 3 windows to J0740+2852_S_2014_06_09_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.000392028 Jy ! Component: 100 - total flux cleaned = -0.000673324 Jy ! Component: 150 - total flux cleaned = -0.000830344 Jy ! Component: 200 - total flux cleaned = -0.000959878 Jy ! Component: 250 - total flux cleaned = -0.00106454 Jy ! Component: 300 - total flux cleaned = -0.00114596 Jy ! Component: 350 - total flux cleaned = -0.00118565 Jy ! Component: 400 - total flux cleaned = -0.001205 Jy ! Component: 450 - total flux cleaned = -0.00122393 Jy ! Component: 500 - total flux cleaned = -0.00126098 Jy ! Component: 550 - total flux cleaned = -0.00124287 Jy ! Component: 600 - total flux cleaned = -0.00126106 Jy ! Component: 650 - total flux cleaned = -0.00131364 Jy ! Component: 700 - total flux cleaned = -0.00129654 Jy ! Component: 750 - total flux cleaned = -0.00127971 Jy ! Component: 800 - total flux cleaned = -0.00124614 Jy ! Component: 850 - total flux cleaned = -0.00119701 Jy ! Component: 900 - total flux cleaned = -0.00126114 Jy ! Component: 950 - total flux cleaned = -0.0012135 Jy ! Component: 1000 - total flux cleaned = -0.00122906 Jy ! Component: 1050 - total flux cleaned = -0.00127484 Jy ! Component: 1100 - total flux cleaned = -0.00127477 Jy ! Component: 1150 - total flux cleaned = -0.00126007 Jy ! Component: 1200 - total flux cleaned = -0.0012748 Jy ! Component: 1250 - total flux cleaned = -0.00131848 Jy ! Component: 1300 - total flux cleaned = -0.00137551 Jy ! Component: 1350 - total flux cleaned = -0.00141774 Jy ! Component: 1400 - total flux cleaned = -0.00144558 Jy ! Component: 1450 - total flux cleaned = -0.00148673 Jy ! Component: 1500 - total flux cleaned = -0.00151354 Jy ! Component: 1550 - total flux cleaned = -0.00151352 Jy ! Component: 1600 - total flux cleaned = -0.00157991 Jy ! Component: 1650 - total flux cleaned = -0.00157994 Jy ! Component: 1700 - total flux cleaned = -0.00160623 Jy ! Component: 1750 - total flux cleaned = -0.00167052 Jy ! Component: 1800 - total flux cleaned = -0.00172123 Jy ! Component: 1850 - total flux cleaned = -0.00174608 Jy ! Component: 1900 - total flux cleaned = -0.00178324 Jy ! Component: 1950 - total flux cleaned = -0.0018078 Jy ! Component: 2000 - total flux cleaned = -0.00185621 Jy ! Component: 2050 - total flux cleaned = -0.00189211 Jy ! Component: 2100 - total flux cleaned = -0.00190413 Jy ! Component: 2150 - total flux cleaned = -0.00192763 Jy ! Component: 2200 - total flux cleaned = -0.00197411 Jy ! Component: 2250 - total flux cleaned = -0.00198544 Jy ! Component: 2300 - total flux cleaned = -0.00201954 Jy ! Component: 2350 - total flux cleaned = -0.00200831 Jy ! Component: 2400 - total flux cleaned = -0.00204181 Jy ! Component: 2450 - total flux cleaned = -0.002086 Jy ! Component: 2500 - total flux cleaned = -0.0021188 Jy ! Component: 2550 - total flux cleaned = -0.00215129 Jy ! Component: 2600 - total flux cleaned = -0.002205 Jy ! Component: 2650 - total flux cleaned = -0.00222633 Jy ! Component: 2700 - total flux cleaned = -0.00226856 Jy ! Component: 2750 - total flux cleaned = -0.00233136 Jy ! Component: 2800 - total flux cleaned = -0.00235221 Jy ! Component: 2850 - total flux cleaned = -0.00240361 Jy ! Component: 2900 - total flux cleaned = -0.00245461 Jy ! Component: 2950 - total flux cleaned = -0.00245463 Jy ! Component: 3000 - total flux cleaned = -0.00249494 Jy ! Component: 3050 - total flux cleaned = -0.00249493 Jy ! Component: 3100 - total flux cleaned = -0.00256441 Jy ! Component: 3150 - total flux cleaned = -0.00259392 Jy ! Component: 3200 - total flux cleaned = -0.00262334 Jy ! Component: 3250 - total flux cleaned = -0.00267194 Jy ! Component: 3300 - total flux cleaned = -0.00267189 Jy ! Component: 3350 - total flux cleaned = -0.00271989 Jy ! Component: 3400 - total flux cleaned = -0.0027485 Jy ! Component: 3450 - total flux cleaned = -0.00272955 Jy ! Component: 3500 - total flux cleaned = -0.00274844 Jy ! Component: 3550 - total flux cleaned = -0.00278594 Jy ! Component: 3600 - total flux cleaned = -0.00280462 Jy ! Component: 3650 - total flux cleaned = -0.00282317 Jy ! Component: 3700 - total flux cleaned = -0.00284165 Jy ! Component: 3750 - total flux cleaned = -0.00289669 Jy ! Component: 3800 - total flux cleaned = -0.00288762 Jy ! Component: 3850 - total flux cleaned = -0.00291492 Jy ! Component: 3900 - total flux cleaned = -0.00295099 Jy ! Component: 3950 - total flux cleaned = -0.00297794 Jy ! Component: 4000 - total flux cleaned = -0.00298683 Jy ! Component: 4050 - total flux cleaned = -0.00298687 Jy ! Total flux subtracted in 4096 components = -0.00303106 Jy ! Clean residual min=-0.000490 max=0.000536 Jy/beam ! Clean residual mean=-0.000003 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.0918883 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 365 components and 0.0918883 Jy ![Exited script file: muppet] wmap "J0740+2852_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.503 x 7.457 at -8.531 degrees (North through East) ! Clean map min=-0.0011 max=0.089664 Jy/beam ! Writing clean map to FITS file: J0740+2852_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0896636 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000153002 device "J0740+2852_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0740+2852_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.511919 0.511919 1.02384 2.04768 4.09535 8.1907 16.3814 32.7628 65.5256 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.089 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.503 x 7.457 at -8.531 degrees (North through East) ! Clean map min=-0.0011 max=0.089664 Jy/beam quit ! Quitting program ! Log file J0740+2852_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:46:19 2016