! Started logfile: J0854+2006_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:53:18 2016 obs J0854+2006_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0854+2006_S_2015_03_17_pus_uva.fits ! AN table 1: 39 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.785755 visibilities/baseline/integration-bin. ! Found source: J0854+2006 ! ! 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 5516 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 J0854+2006_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 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.617515Jy sigma=0.018887 ! Fit after self-cal, rms=1.579355Jy sigma=0.018361 ! 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.67 mas, bmaj=6.446 mas, bpa=-1.349 degrees ! Estimated noise=998.351 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 = 1.7055 Jy ! Component: 100 - total flux cleaned = 2.23055 Jy ! Total flux subtracted in 100 components = 2.23055 Jy ! Clean residual min=-0.087274 max=0.236367 Jy/beam ! Clean residual mean=-0.000220 rms=0.025284 Jy/beam ! Combined flux in latest and established models = 2.23055 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 2.23055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.610209Jy sigma=0.006540 ! Fit after self-cal, rms=0.609654Jy sigma=0.006528 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.262845 Jy ! Component: 100 - total flux cleaned = 0.401792 Jy ! Total flux subtracted in 100 components = 0.401792 Jy ! Clean residual min=-0.065537 max=0.073608 Jy/beam ! Clean residual mean=-0.000213 rms=0.015509 Jy/beam ! Combined flux in latest and established models = 2.63234 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 17 components and 2.63234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.404343Jy sigma=0.004221 ! Fit after self-cal, rms=0.403950Jy sigma=0.004213 ! 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.316 mas, bmaj=7.533 mas, bpa=-1.202 degrees ! Estimated noise=779.431 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 (-2.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.127967 Jy ! Component: 100 - total flux cleaned = 0.198919 Jy ! Component: 150 - total flux cleaned = 0.24601 Jy ! Component: 200 - total flux cleaned = 0.278808 Jy ! Total flux subtracted in 200 components = 0.278808 Jy ! Clean residual min=-0.089647 max=0.062074 Jy/beam ! Clean residual mean=-0.000416 rms=0.016359 Jy/beam ! Combined flux in latest and established models = 2.91115 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 63 components and 2.91115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.343467Jy sigma=0.003764 ! Fit after self-cal, rms=0.342974Jy sigma=0.003756 ! 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 1.01 FD 0.86 HN 0.95 KP 1.11 ! LA 0.99 MK 1.06 NL 0.89 OV 1.01 ! PT 1.10 SC 1.00 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.88 HN 1.01 KP 1.07 ! LA 0.96 MK 1.09 NL 1.00 OV 1.04 ! PT 1.08 SC 1.05 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.90 HN 1.00 KP 0.96 ! LA 0.78 MK 1.13 NL 1.12 OV 0.97 ! PT 1.06 SC 1.05 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.92 HN 0.96 KP 0.93 ! LA 0.84 MK 1.13 NL 1.01 OV 1.02 ! PT 1.09 SC 0.98 ! ! ! Fit before self-cal, rms=0.342974Jy sigma=0.003756 ! Fit after self-cal, rms=0.124387Jy sigma=0.001451 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.39 mas, bmaj=7.61 mas, bpa=-0.8125 degrees ! Estimated noise=783.762 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.0253924 Jy ! Component: 100 - total flux cleaned = -0.0309255 Jy ! Component: 150 - total flux cleaned = -0.033797 Jy ! Component: 200 - total flux cleaned = -0.0367537 Jy ! Total flux subtracted in 200 components = -0.0367537 Jy ! Clean residual min=-0.022498 max=0.022570 Jy/beam ! Clean residual mean=-0.000044 rms=0.005279 Jy/beam ! Combined flux in latest and established models = 2.87439 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 73 components and 2.87439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116940Jy sigma=0.001361 ! Fit after self-cal, rms=0.116868Jy sigma=0.001360 ! 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.116868Jy sigma=0.001360 ! Fit after self-cal, rms=0.085995Jy sigma=0.001030 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.392 mas, bmaj=7.604 mas, bpa=-1.053 degrees ! Estimated noise=783.014 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.011731 Jy ! Component: 100 - total flux cleaned = -0.015809 Jy ! Component: 150 - total flux cleaned = -0.0185707 Jy ! Component: 200 - total flux cleaned = -0.0197733 Jy ! Total flux subtracted in 200 components = -0.0197733 Jy ! Clean residual min=-0.013545 max=0.010581 Jy/beam ! Clean residual mean=0.000008 rms=0.002518 Jy/beam ! Combined flux in latest and established models = 2.85462 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 81 components and 2.85462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082501Jy sigma=0.000988 ! Fit after self-cal, rms=0.082477Jy sigma=0.000988 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.00153699 Jy ! Component: 100 - total flux cleaned = -0.00250736 Jy ! Component: 150 - total flux cleaned = -0.00358962 Jy ! Component: 200 - total flux cleaned = -0.00419375 Jy ! Total flux subtracted in 200 components = -0.00419375 Jy ! Clean residual min=-0.012886 max=0.010913 Jy/beam ! Clean residual mean=0.000010 rms=0.002450 Jy/beam ! Combined flux in latest and established models = 2.85043 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 86 components and 2.85043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081314Jy sigma=0.000974 ! Fit after self-cal, rms=0.081287Jy sigma=0.000973 ! 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.081287Jy sigma=0.000973 ! Fit after self-cal, rms=0.080540Jy sigma=0.000957 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.406 mas, bmaj=7.613 mas, bpa=-0.9224 degrees ! Estimated noise=784.032 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00763803 Jy ! Component: 100 - total flux cleaned = -0.00946958 Jy ! Component: 150 - total flux cleaned = -0.0112411 Jy ! Component: 200 - total flux cleaned = -0.0122906 Jy ! Total flux subtracted in 200 components = -0.0122906 Jy ! Clean residual min=-0.011670 max=0.008853 Jy/beam ! Clean residual mean=0.000010 rms=0.002150 Jy/beam ! Combined flux in latest and established models = 2.83814 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 87 components and 2.83814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078336Jy sigma=0.000932 ! Fit after self-cal, rms=0.078311Jy sigma=0.000932 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.00113832 Jy ! Component: 100 - total flux cleaned = -0.00200138 Jy ! Component: 150 - total flux cleaned = -0.00247692 Jy ! Component: 200 - total flux cleaned = -0.0027768 Jy ! Total flux subtracted in 200 components = -0.0027768 Jy ! Clean residual min=-0.011250 max=0.009015 Jy/beam ! Clean residual mean=0.000011 rms=0.002116 Jy/beam ! Combined flux in latest and established models = 2.83536 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 92 components and 2.83536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077648Jy sigma=0.000925 ! Fit after self-cal, rms=0.077634Jy sigma=0.000924 ! 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.077634Jy sigma=0.000924 ! Fit after self-cal, rms=0.077167Jy sigma=0.000913 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.505 mas, bmaj=10.62 mas, bpa=-3.838 degrees ! Estimated noise=971.463 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00620881 Jy ! Component: 100 - total flux cleaned = -0.00684569 Jy ! Component: 150 - total flux cleaned = -0.0074121 Jy ! Component: 200 - total flux cleaned = -0.00750017 Jy ! Total flux subtracted in 200 components = -0.00750017 Jy ! Clean residual min=-0.007353 max=0.007028 Jy/beam ! Clean residual mean=0.000023 rms=0.001940 Jy/beam ! Combined flux in latest and established models = 2.82786 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 108 components and 2.82786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076583Jy sigma=0.000906 ! Fit after self-cal, rms=0.076517Jy sigma=0.000905 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.000289383 Jy ! Component: 100 - total flux cleaned = 0.000159759 Jy ! Component: 150 - total flux cleaned = 0.000351517 Jy ! Component: 200 - total flux cleaned = 0.000472734 Jy ! Total flux subtracted in 200 components = 0.000472734 Jy ! Clean residual min=-0.007245 max=0.007082 Jy/beam ! Clean residual mean=0.000022 rms=0.001908 Jy/beam ! Combined flux in latest and established models = 2.82833 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 117 components and 2.82833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076480Jy sigma=0.000904 ! Fit after self-cal, rms=0.076462Jy sigma=0.000904 ! 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.419 mas, bmaj=7.622 mas, bpa=-0.8118 degrees ! Estimated noise=784.906 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.419 x 7.622 at -0.8118 degrees (North through East) ! Clean map min=-0.010236 max=2.3504 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076462Jy sigma=0.000904 ! Fit after self-cal, rms=0.071488Jy sigma=0.000842 ! Inverting map and beam ! Estimated beam: bmin=3.422 mas, bmaj=7.623 mas, bpa=-0.7599 degrees ! Estimated noise=784.194 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00582963 Jy ! Component: 100 - total flux cleaned = -0.00720309 Jy ! Component: 150 - total flux cleaned = -0.00796887 Jy ! Component: 200 - total flux cleaned = -0.00813194 Jy ! Total flux subtracted in 200 components = -0.00813194 Jy ! Clean residual min=-0.009509 max=0.006553 Jy/beam ! Clean residual mean=0.000009 rms=0.001737 Jy/beam ! Combined flux in latest and established models = 2.8202 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 121 components and 2.8202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070068Jy sigma=0.000827 ! Fit after self-cal, rms=0.070060Jy sigma=0.000827 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.77951e-05 Jy ! Component: 100 - total flux cleaned = 0.000114899 Jy ! Component: 150 - total flux cleaned = 0.00011301 Jy ! Component: 200 - total flux cleaned = -9.57201e-06 Jy ! Total flux subtracted in 200 components = -9.57201e-06 Jy ! Clean residual min=-0.009076 max=0.006733 Jy/beam ! Clean residual mean=0.000009 rms=0.001711 Jy/beam ! Combined flux in latest and established models = 2.82019 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 123 components and 2.82019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069512Jy sigma=0.000821 ! Fit after self-cal, rms=0.069502Jy sigma=0.000821 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069502Jy sigma=0.000821 ! Fit after self-cal, rms=0.069313Jy sigma=0.000815 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.751 mas, bmaj=6.509 mas, bpa=-0.9087 degrees ! Estimated noise=1024.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.74648 Jy ! Component: 100 - total flux cleaned = 2.23936 Jy ! Component: 150 - total flux cleaned = 2.47356 Jy ! Component: 200 - total flux cleaned = 2.59369 Jy ! Total flux subtracted in 200 components = 2.59369 Jy ! Clean residual min=-0.019847 max=0.056770 Jy/beam ! Clean residual mean=-0.000015 rms=0.006675 Jy/beam ! Combined flux in latest and established models = 2.59369 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 10 model components to the UV plane model. ! The established model now contains 10 components and 2.59369 Jy ! Inverting map and beam ! Estimated beam: bmin=3.431 mas, bmaj=7.63 mas, bpa=-0.6875 degrees ! Estimated noise=784.714 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.0971278 Jy ! Component: 100 - total flux cleaned = 0.145612 Jy ! Component: 150 - total flux cleaned = 0.174507 Jy ! Component: 200 - total flux cleaned = 0.193242 Jy ! Total flux subtracted in 200 components = 0.193242 Jy ! Clean residual min=-0.008383 max=0.012475 Jy/beam ! Clean residual mean=0.000012 rms=0.002253 Jy/beam ! Combined flux in latest and established models = 2.78693 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 53 components and 2.78693 Jy ! Inverting map ! Added new window around map position (4.5, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0136103 Jy ! Component: 100 - total flux cleaned = 0.0206923 Jy ! Component: 150 - total flux cleaned = 0.0231515 Jy ! Component: 200 - total flux cleaned = 0.0239419 Jy ! Total flux subtracted in 200 components = 0.0239419 Jy ! Clean residual min=-0.007240 max=0.007912 Jy/beam ! Clean residual mean=0.000007 rms=0.001648 Jy/beam ! Combined flux in latest and established models = 2.81088 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 74 components and 2.81088 Jy ! Inverting map ! Added new window around map position (-12.5, -10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00364737 Jy ! Component: 100 - total flux cleaned = 0.0041259 Jy ! Component: 150 - total flux cleaned = 0.00456187 Jy ! Component: 200 - total flux cleaned = 0.00497028 Jy ! Total flux subtracted in 200 components = 0.00497028 Jy ! Clean residual min=-0.006673 max=0.006809 Jy/beam ! Clean residual mean=0.000007 rms=0.001439 Jy/beam ! Combined flux in latest and established models = 2.81585 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 95 components and 2.81585 Jy ! Inverting map ! Added new window around map position (24.5, -35.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00299699 Jy ! Component: 100 - total flux cleaned = 0.00383596 Jy ! Component: 150 - total flux cleaned = 0.00476123 Jy ! Component: 200 - total flux cleaned = 0.0052686 Jy ! Total flux subtracted in 200 components = 0.0052686 Jy ! Clean residual min=-0.005495 max=0.005676 Jy/beam ! Clean residual mean=0.000004 rms=0.001287 Jy/beam ! Combined flux in latest and established models = 2.82111 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 117 components and 2.82111 Jy ! Inverting map ! Added new window around map position (-24.5, 35). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000731764 Jy ! Component: 100 - total flux cleaned = 0.000394617 Jy ! Component: 150 - total flux cleaned = 0.000688789 Jy ! Component: 200 - total flux cleaned = 0.000825275 Jy ! Total flux subtracted in 200 components = 0.000825275 Jy ! Clean residual min=-0.004951 max=0.004991 Jy/beam ! Clean residual mean=0.000001 rms=0.001188 Jy/beam ! Combined flux in latest and established models = 2.82194 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 140 components and 2.82194 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.518 mas, bmaj=10.62 mas, bpa=-3.809 degrees ! Estimated noise=967.905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00235664 Jy ! Component: 100 - total flux cleaned = 0.00300866 Jy ! Component: 150 - total flux cleaned = 0.00342055 Jy ! Component: 200 - total flux cleaned = 0.00380095 Jy ! Total flux subtracted in 200 components = 0.00380095 Jy ! Clean residual min=-0.005141 max=0.004496 Jy/beam ! Clean residual mean=-0.000002 rms=0.001246 Jy/beam ! Combined flux in latest and established models = 2.82574 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.000214405 Jy ! Component: 100 - total flux cleaned = 0.000417005 Jy ! Component: 150 - total flux cleaned = 0.000543677 Jy ! Component: 200 - total flux cleaned = 0.000663468 Jy ! Total flux subtracted in 200 components = 0.000663468 Jy ! Clean residual min=-0.005098 max=0.004449 Jy/beam ! Clean residual mean=-0.000003 rms=0.001230 Jy/beam ! Combined flux in latest and established models = 2.8264 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 187 components and 2.8264 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.431 mas, bmaj=7.63 mas, bpa=-0.6875 degrees ! Estimated noise=784.714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00083793 Jy ! Component: 100 - total flux cleaned = -0.000962452 Jy ! Component: 150 - total flux cleaned = -0.00096394 Jy ! Component: 200 - total flux cleaned = -0.000854947 Jy ! Total flux subtracted in 200 components = -0.000854947 Jy ! Clean residual min=-0.004392 max=0.005051 Jy/beam ! Clean residual mean=-0.000001 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 2.82555 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 208 components and 2.82555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064769Jy sigma=0.000759 ! Fit after self-cal, rms=0.064645Jy sigma=0.000758 wmodel J0854+2006_S_2015_03_17_pus_map.mod ! Writing 208 model components to file: J0854+2006_S_2015_03_17_pus_map.mod wobs J0854+2006_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0854+2006_S_2015_03_17_pus_uvs.fits wwins J0854+2006_S_2015_03_17_pus_map.win ! wwins: Wrote 6 windows to J0854+2006_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.00105868 Jy ! Component: 100 - total flux cleaned = 0.000753557 Jy ! Component: 150 - total flux cleaned = 0.000311747 Jy ! Component: 200 - total flux cleaned = -0.000463777 Jy ! Component: 250 - total flux cleaned = -0.00114289 Jy ! Component: 300 - total flux cleaned = -0.00199785 Jy ! Component: 350 - total flux cleaned = -0.00276342 Jy ! Component: 400 - total flux cleaned = -0.00338443 Jy ! Component: 450 - total flux cleaned = -0.00411049 Jy ! Component: 500 - total flux cleaned = -0.00481837 Jy ! Component: 550 - total flux cleaned = -0.00562519 Jy ! Component: 600 - total flux cleaned = -0.0063018 Jy ! Component: 650 - total flux cleaned = -0.00668957 Jy ! Component: 700 - total flux cleaned = -0.00712348 Jy ! Component: 750 - total flux cleaned = -0.00733678 Jy ! Component: 800 - total flux cleaned = -0.00775425 Jy ! Component: 850 - total flux cleaned = -0.00806147 Jy ! Component: 900 - total flux cleaned = -0.00831372 Jy ! Component: 950 - total flux cleaned = -0.00866064 Jy ! Component: 1000 - total flux cleaned = -0.00875807 Jy ! Component: 1050 - total flux cleaned = -0.00885535 Jy ! Component: 1100 - total flux cleaned = -0.00918633 Jy ! Component: 1150 - total flux cleaned = -0.00932623 Jy ! Component: 1200 - total flux cleaned = -0.00955532 Jy ! Component: 1250 - total flux cleaned = -0.00955555 Jy ! Component: 1300 - total flux cleaned = -0.00969069 Jy ! Component: 1350 - total flux cleaned = -0.00982363 Jy ! Component: 1400 - total flux cleaned = -0.00999855 Jy ! Component: 1450 - total flux cleaned = -0.0102578 Jy ! Component: 1500 - total flux cleaned = -0.0103427 Jy ! Component: 1550 - total flux cleaned = -0.0105113 Jy ! Component: 1600 - total flux cleaned = -0.0107198 Jy ! Component: 1650 - total flux cleaned = -0.0108842 Jy ! Component: 1700 - total flux cleaned = -0.0107625 Jy ! Component: 1750 - total flux cleaned = -0.0110444 Jy ! Component: 1800 - total flux cleaned = -0.0112439 Jy ! Component: 1850 - total flux cleaned = -0.0113619 Jy ! Component: 1900 - total flux cleaned = -0.0115946 Jy ! Component: 1950 - total flux cleaned = -0.0117107 Jy ! Component: 2000 - total flux cleaned = -0.0117869 Jy ! Component: 2050 - total flux cleaned = -0.0118999 Jy ! Component: 2100 - total flux cleaned = -0.0120124 Jy ! Component: 2150 - total flux cleaned = -0.0121963 Jy ! Component: 2200 - total flux cleaned = -0.0123427 Jy ! Component: 2250 - total flux cleaned = -0.0125238 Jy ! Component: 2300 - total flux cleaned = -0.0127029 Jy ! Component: 2350 - total flux cleaned = -0.0128447 Jy ! Component: 2400 - total flux cleaned = -0.0129151 Jy ! Component: 2450 - total flux cleaned = -0.0131934 Jy ! Component: 2500 - total flux cleaned = -0.0134001 Jy ! Component: 2550 - total flux cleaned = -0.0135362 Jy ! Component: 2600 - total flux cleaned = -0.0137054 Jy ! Component: 2650 - total flux cleaned = -0.0139398 Jy ! Component: 2700 - total flux cleaned = -0.0141055 Jy ! Component: 2750 - total flux cleaned = -0.0142039 Jy ! Component: 2800 - total flux cleaned = -0.0143993 Jy ! Component: 2850 - total flux cleaned = -0.0145281 Jy ! Component: 2900 - total flux cleaned = -0.0145597 Jy ! Component: 2950 - total flux cleaned = -0.0147504 Jy ! Component: 3000 - total flux cleaned = -0.0149076 Jy ! Component: 3050 - total flux cleaned = -0.0150012 Jy ! Component: 3100 - total flux cleaned = -0.0151249 Jy ! Component: 3150 - total flux cleaned = -0.0152166 Jy ! Component: 3200 - total flux cleaned = -0.0153684 Jy ! Component: 3250 - total flux cleaned = -0.0154284 Jy ! Component: 3300 - total flux cleaned = -0.015578 Jy ! Component: 3350 - total flux cleaned = -0.0156373 Jy ! Component: 3400 - total flux cleaned = -0.0157845 Jy ! Component: 3450 - total flux cleaned = -0.0159013 Jy ! Component: 3500 - total flux cleaned = -0.0161033 Jy ! Component: 3550 - total flux cleaned = -0.0161899 Jy ! Component: 3600 - total flux cleaned = -0.0163608 Jy ! Component: 3650 - total flux cleaned = -0.0164734 Jy ! Component: 3700 - total flux cleaned = -0.016697 Jy ! Component: 3750 - total flux cleaned = -0.016836 Jy ! Component: 3800 - total flux cleaned = -0.0169188 Jy ! Component: 3850 - total flux cleaned = -0.017028 Jy ! Component: 3900 - total flux cleaned = -0.0171363 Jy ! Component: 3950 - total flux cleaned = -0.0172171 Jy ! Component: 4000 - total flux cleaned = -0.0174301 Jy ! Component: 4050 - total flux cleaned = -0.0174566 Jy ! Total flux subtracted in 4096 components = -0.0175875 Jy ! Clean residual min=-0.001540 max=0.001495 Jy/beam ! Clean residual mean=-0.000001 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 2.80796 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 473 components and 2.80796 Jy ![Exited script file: muppet] wmap "J0854+2006_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.431 x 7.63 at -0.6875 degrees (North through East) ! Clean map min=-0.0060764 max=2.3568 Jy/beam ! Writing clean map to FITS file: J0854+2006_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 2.35677 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000477276 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0607539 0.0607539 0.121508 0.243015 0.486031 0.972062 1.94412 3.88825 7.7765 15.553 31.106 62.212 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 2.356 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.431 x 7.63 at -0.6875 degrees (North through East) ! Clean map min=-0.0060764 max=2.3568 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 J0854+2006_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:53:25 2016