! Started logfile: J0854+2006_S_2017_06_10_pus_uvs.log on Mon May 6 14:49:10 2019 obs J0854+2006_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0854+2006_S_2017_06_10_pus_uva.fits ! AN table 1: 33 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.751515 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 1154 lines of history. ! ! Reading 4464 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_2017_06_10_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 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 205 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.769900Jy sigma=0.016395 ! Fit after self-cal, rms=1.693677Jy sigma=0.015706 ! 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.503 mas, bmaj=8.462 mas, bpa=-18.58 degrees ! Estimated noise=1766.85 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.96436 Jy ! Component: 100 - total flux cleaned = 2.45681 Jy ! Total flux subtracted in 100 components = 2.45681 Jy ! Clean residual min=-0.067687 max=0.196896 Jy/beam ! Clean residual mean=-0.000522 rms=0.022609 Jy/beam ! Combined flux in latest and established models = 2.45681 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 2.45681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.429718Jy sigma=0.003805 ! Fit after self-cal, rms=0.429039Jy sigma=0.003799 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.204995 Jy ! Component: 100 - total flux cleaned = 0.298657 Jy ! Total flux subtracted in 100 components = 0.298657 Jy ! Clean residual min=-0.046035 max=0.064259 Jy/beam ! Clean residual mean=-0.000114 rms=0.013619 Jy/beam ! Combined flux in latest and established models = 2.75547 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 2.75547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.305817Jy sigma=0.002677 ! Fit after self-cal, rms=0.304851Jy sigma=0.002668 ! 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=4.863 mas, bmaj=9.075 mas, bpa=-14.2 degrees ! Estimated noise=1306.91 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0558235 Jy ! Component: 100 - total flux cleaned = 0.0848173 Jy ! Component: 150 - total flux cleaned = 0.102045 Jy ! Component: 200 - total flux cleaned = 0.109907 Jy ! Total flux subtracted in 200 components = 0.109907 Jy ! Clean residual min=-0.039955 max=0.051578 Jy/beam ! Clean residual mean=-0.000086 rms=0.011425 Jy/beam ! Combined flux in latest and established models = 2.86537 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 33 components and 2.86537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.293255Jy sigma=0.002582 ! Fit after self-cal, rms=0.292982Jy sigma=0.002579 ! 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.12 FD 0.95 HN 0.97 KP 1.03 ! LA 1.01 MK 1.02 NL 0.89 OV 1.02 ! PT 1.02 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 1.00 HN 1.00 KP 0.99 ! LA 0.97 MK 1.02 NL 1.07 OV 1.05 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.02 HN 0.99 KP 0.98 ! LA 0.98 MK 1.00 NL 1.11 OV 0.95 ! PT 0.97 SC 0.98 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 0.97 KP 1.00* ! LA 1.00 MK 1.10 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.292982Jy sigma=0.002579 ! Fit after self-cal, rms=0.242621Jy sigma=0.001936 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.87 mas, bmaj=9.081 mas, bpa=-14.05 degrees ! Estimated noise=1307.51 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.00551681 Jy ! Component: 100 - total flux cleaned = 0.00331149 Jy ! Component: 150 - total flux cleaned = 0.00241301 Jy ! Component: 200 - total flux cleaned = 0.00216018 Jy ! Total flux subtracted in 200 components = 0.00216018 Jy ! Clean residual min=-0.029554 max=0.033632 Jy/beam ! Clean residual mean=-0.000006 rms=0.007844 Jy/beam ! Combined flux in latest and established models = 2.86753 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 2.86753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.241092Jy sigma=0.001927 ! Fit after self-cal, rms=0.240908Jy sigma=0.001925 ! 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.240908Jy sigma=0.001925 ! Fit after self-cal, rms=0.182716Jy sigma=0.001485 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.854 mas, bmaj=9.087 mas, bpa=-14.22 degrees ! Estimated noise=1306.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00650095 Jy ! Component: 100 - total flux cleaned = 0.0056086 Jy ! Component: 150 - total flux cleaned = 0.00559584 Jy ! Component: 200 - total flux cleaned = 0.00559594 Jy ! Total flux subtracted in 200 components = 0.00559594 Jy ! Clean residual min=-0.020756 max=0.021641 Jy/beam ! Clean residual mean=-0.000015 rms=0.004842 Jy/beam ! Combined flux in latest and established models = 2.87313 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 2.87313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181702Jy sigma=0.001476 ! Fit after self-cal, rms=0.181559Jy sigma=0.001475 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 (-84.5, -117). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000558432 Jy ! Component: 100 - total flux cleaned = -0.00266379 Jy ! Component: 150 - total flux cleaned = -0.00319954 Jy ! Component: 200 - total flux cleaned = -0.00471372 Jy ! Total flux subtracted in 200 components = -0.00471372 Jy ! Clean residual min=-0.018165 max=0.018838 Jy/beam ! Clean residual mean=-0.000020 rms=0.004639 Jy/beam ! Combined flux in latest and established models = 2.86842 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 75 components and 2.86842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175831Jy sigma=0.001430 ! Fit after self-cal, rms=0.175407Jy sigma=0.001427 ! 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.175407Jy sigma=0.001427 ! Fit after self-cal, rms=0.106020Jy sigma=0.000913 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.862 mas, bmaj=9.087 mas, bpa=-14.34 degrees ! Estimated noise=1308 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00279421 Jy ! Component: 100 - total flux cleaned = 0.00279446 Jy ! Component: 150 - total flux cleaned = 0.00327529 Jy ! Component: 200 - total flux cleaned = 0.00326464 Jy ! Total flux subtracted in 200 components = 0.00326464 Jy ! Clean residual min=-0.010380 max=0.016002 Jy/beam ! Clean residual mean=-0.000011 rms=0.002564 Jy/beam ! Combined flux in latest and established models = 2.87168 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 89 components and 2.87168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104638Jy sigma=0.000900 ! Fit after self-cal, rms=0.104476Jy sigma=0.000899 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 (-6.5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104014 Jy ! Component: 100 - total flux cleaned = 0.00868829 Jy ! Component: 150 - total flux cleaned = 0.00725112 Jy ! Component: 200 - total flux cleaned = 0.00683701 Jy ! Total flux subtracted in 200 components = 0.00683701 Jy ! Clean residual min=-0.008741 max=0.009156 Jy/beam ! Clean residual mean=0.000007 rms=0.002193 Jy/beam ! Combined flux in latest and established models = 2.87852 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 110 components and 2.87852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102252Jy sigma=0.000879 ! Fit after self-cal, rms=0.102127Jy sigma=0.000878 ! 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.102127Jy sigma=0.000878 ! Fit after self-cal, rms=0.090702Jy sigma=0.000783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.426 mas, bmaj=10.89 mas, bpa=-9.034 degrees ! Estimated noise=1426.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00202636 Jy ! Component: 100 - total flux cleaned = 0.0025875 Jy ! Component: 150 - total flux cleaned = 0.00303329 Jy ! Component: 200 - total flux cleaned = 0.00329095 Jy ! Total flux subtracted in 200 components = 0.00329095 Jy ! Clean residual min=-0.006232 max=0.005154 Jy/beam ! Clean residual mean=-0.000005 rms=0.001532 Jy/beam ! Combined flux in latest and established models = 2.88181 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 126 components and 2.88181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089956Jy sigma=0.000777 ! Fit after self-cal, rms=0.089900Jy sigma=0.000777 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.000200957 Jy ! Component: 100 - total flux cleaned = 0.000556843 Jy ! Component: 150 - total flux cleaned = 0.00108309 Jy ! Component: 200 - total flux cleaned = 0.00145587 Jy ! Total flux subtracted in 200 components = 0.00145587 Jy ! Clean residual min=-0.005945 max=0.004775 Jy/beam ! Clean residual mean=-0.000006 rms=0.001428 Jy/beam ! Combined flux in latest and established models = 2.88326 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 133 components and 2.88326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089609Jy sigma=0.000774 ! Fit after self-cal, rms=0.089589Jy sigma=0.000774 ! 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.864 mas, bmaj=9.076 mas, bpa=-14.36 degrees ! Estimated noise=1306.86 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.864 x 9.076 at -14.36 degrees (North through East) ! Clean map min=-0.010741 max=2.5912 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.089589Jy sigma=0.000774 ! Fit after self-cal, rms=0.075793Jy sigma=0.000665 ! Inverting map and beam ! Estimated beam: bmin=4.865 mas, bmaj=9.072 mas, bpa=-14.37 degrees ! Estimated noise=1306.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000263049 Jy ! Component: 100 - total flux cleaned = 0.000343688 Jy ! Component: 150 - total flux cleaned = 0.000714103 Jy ! Component: 200 - total flux cleaned = 0.00139204 Jy ! Total flux subtracted in 200 components = 0.00139204 Jy ! Clean residual min=-0.006103 max=0.005157 Jy/beam ! Clean residual mean=-0.000000 rms=0.001356 Jy/beam ! Combined flux in latest and established models = 2.88465 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 151 components and 2.88465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074882Jy sigma=0.000656 ! Fit after self-cal, rms=0.074867Jy sigma=0.000656 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000490002 Jy ! Component: 100 - total flux cleaned = 0.000648242 Jy ! Component: 150 - total flux cleaned = 0.000937868 Jy ! Component: 200 - total flux cleaned = 0.00121424 Jy ! Total flux subtracted in 200 components = 0.00121424 Jy ! Clean residual min=-0.005915 max=0.005022 Jy/beam ! Clean residual mean=0.000001 rms=0.001297 Jy/beam ! Combined flux in latest and established models = 2.88587 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 156 components and 2.88587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074369Jy sigma=0.000651 ! Fit after self-cal, rms=0.074362Jy sigma=0.000651 ! 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.074362Jy sigma=0.000651 ! Fit after self-cal, rms=0.074219Jy sigma=0.000650 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.52 mas, bmaj=8.465 mas, bpa=-18.55 degrees ! Estimated noise=1758.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.95383 Jy ! Component: 100 - total flux cleaned = 2.44766 Jy ! Component: 150 - total flux cleaned = 2.64945 Jy ! Component: 200 - total flux cleaned = 2.74181 Jy ! Total flux subtracted in 200 components = 2.74181 Jy ! Clean residual min=-0.018911 max=0.044641 Jy/beam ! Clean residual mean=-0.000184 rms=0.005812 Jy/beam ! Combined flux in latest and established models = 2.74181 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 20 model components to the UV plane model. ! The established model now contains 20 components and 2.74181 Jy ! Inverting map and beam ! Estimated beam: bmin=4.868 mas, bmaj=9.071 mas, bpa=-14.37 degrees ! Estimated noise=1305.84 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.066217 Jy ! Component: 100 - total flux cleaned = 0.099485 Jy ! Component: 150 - total flux cleaned = 0.117732 Jy ! Component: 200 - total flux cleaned = 0.129156 Jy ! Total flux subtracted in 200 components = 0.129156 Jy ! Clean residual min=-0.007108 max=0.007679 Jy/beam ! Clean residual mean=-0.000039 rms=0.001641 Jy/beam ! Combined flux in latest and established models = 2.87097 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 59 components and 2.87097 Jy ! Inverting map ! Added new window around map position (-92.5, 39.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00742649 Jy ! Component: 100 - total flux cleaned = 0.0108078 Jy ! Component: 150 - total flux cleaned = 0.0128293 Jy ! Component: 200 - total flux cleaned = 0.0132373 Jy ! Total flux subtracted in 200 components = 0.0132373 Jy ! Clean residual min=-0.006561 max=0.005089 Jy/beam ! Clean residual mean=-0.000009 rms=0.001307 Jy/beam ! Combined flux in latest and established models = 2.8842 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 86 components and 2.8842 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=8.425 mas, bmaj=10.88 mas, bpa=-9.077 degrees ! Estimated noise=1425.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140218 Jy ! Component: 100 - total flux cleaned = 0.00155101 Jy ! Component: 150 - total flux cleaned = 0.00154316 Jy ! Component: 200 - total flux cleaned = 0.00154133 Jy ! Total flux subtracted in 200 components = 0.00154133 Jy ! Clean residual min=-0.003922 max=0.004115 Jy/beam ! Clean residual mean=-0.000005 rms=0.001124 Jy/beam ! Combined flux in latest and established models = 2.88575 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.000200551 Jy ! Component: 100 - total flux cleaned = 0.000198722 Jy ! Component: 150 - total flux cleaned = 0.000281331 Jy ! Component: 200 - total flux cleaned = 0.000200978 Jy ! Total flux subtracted in 200 components = 0.000200978 Jy ! Clean residual min=-0.003762 max=0.004081 Jy/beam ! Clean residual mean=-0.000004 rms=0.001077 Jy/beam ! Combined flux in latest and established models = 2.88595 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 138 components and 2.88595 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.868 mas, bmaj=9.071 mas, bpa=-14.37 degrees ! Estimated noise=1305.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000376256 Jy ! Component: 100 - total flux cleaned = -0.000529434 Jy ! Component: 150 - total flux cleaned = -0.000526323 Jy ! Component: 200 - total flux cleaned = -0.000392261 Jy ! Total flux subtracted in 200 components = -0.000392261 Jy ! Clean residual min=-0.004956 max=0.004125 Jy/beam ! Clean residual mean=-0.000003 rms=0.001120 Jy/beam ! Combined flux in latest and established models = 2.88555 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 150 components and 2.88555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073369Jy sigma=0.000641 ! Fit after self-cal, rms=0.073096Jy sigma=0.000638 wmodel J0854+2006_S_2017_06_10_pus_map.mod ! Writing 150 model components to file: J0854+2006_S_2017_06_10_pus_map.mod wobs J0854+2006_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0854+2006_S_2017_06_10_pus_uvs.fits wwins J0854+2006_S_2017_06_10_pus_map.win ! wwins: Wrote 4 windows to J0854+2006_S_2017_06_10_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.000425131 Jy ! Component: 100 - total flux cleaned = -0.000650017 Jy ! Component: 150 - total flux cleaned = -0.000511686 Jy ! Component: 200 - total flux cleaned = -0.000513687 Jy ! Component: 250 - total flux cleaned = -0.000647027 Jy ! Component: 300 - total flux cleaned = -0.00064772 Jy ! Component: 350 - total flux cleaned = -0.000585183 Jy ! Component: 400 - total flux cleaned = -0.000344446 Jy ! Component: 450 - total flux cleaned = -0.000110497 Jy ! Component: 500 - total flux cleaned = 0.000177276 Jy ! Component: 550 - total flux cleaned = 0.00062822 Jy ! Component: 600 - total flux cleaned = 0.0010688 Jy ! Component: 650 - total flux cleaned = 0.001285 Jy ! Component: 700 - total flux cleaned = 0.00165722 Jy ! Component: 750 - total flux cleaned = 0.00207538 Jy ! Component: 800 - total flux cleaned = 0.00253791 Jy ! Component: 850 - total flux cleaned = 0.0029423 Jy ! Component: 900 - total flux cleaned = 0.00339108 Jy ! Component: 950 - total flux cleaned = 0.00388097 Jy ! Component: 1000 - total flux cleaned = 0.00417091 Jy ! Component: 1050 - total flux cleaned = 0.00440967 Jy ! Component: 1100 - total flux cleaned = 0.00483376 Jy ! Component: 1150 - total flux cleaned = 0.0051124 Jy ! Component: 1200 - total flux cleaned = 0.00538793 Jy ! Component: 1250 - total flux cleaned = 0.00565902 Jy ! Component: 1300 - total flux cleaned = 0.00579332 Jy ! Component: 1350 - total flux cleaned = 0.00588189 Jy ! Component: 1400 - total flux cleaned = 0.00605671 Jy ! Component: 1450 - total flux cleaned = 0.0061435 Jy ! Component: 1500 - total flux cleaned = 0.00639909 Jy ! Component: 1550 - total flux cleaned = 0.0066089 Jy ! Component: 1600 - total flux cleaned = 0.00652568 Jy ! Component: 1650 - total flux cleaned = 0.0068149 Jy ! Component: 1700 - total flux cleaned = 0.00705914 Jy ! Component: 1750 - total flux cleaned = 0.007059 Jy ! Component: 1800 - total flux cleaned = 0.00721951 Jy ! Component: 1850 - total flux cleaned = 0.0073773 Jy ! Component: 1900 - total flux cleaned = 0.00745549 Jy ! Component: 1950 - total flux cleaned = 0.00764941 Jy ! Component: 2000 - total flux cleaned = 0.00776401 Jy ! Component: 2050 - total flux cleaned = 0.00780217 Jy ! Component: 2100 - total flux cleaned = 0.00802689 Jy ! Component: 2150 - total flux cleaned = 0.00798975 Jy ! Component: 2200 - total flux cleaned = 0.00824779 Jy ! Component: 2250 - total flux cleaned = 0.00828432 Jy ! Component: 2300 - total flux cleaned = 0.00857305 Jy ! Component: 2350 - total flux cleaned = 0.00864381 Jy ! Component: 2400 - total flux cleaned = 0.0087148 Jy ! Component: 2450 - total flux cleaned = 0.00889002 Jy ! Component: 2500 - total flux cleaned = 0.00892437 Jy ! Component: 2550 - total flux cleaned = 0.00909655 Jy ! Component: 2600 - total flux cleaned = 0.00909698 Jy ! Component: 2650 - total flux cleaned = 0.00923216 Jy ! Component: 2700 - total flux cleaned = 0.0093999 Jy ! Component: 2750 - total flux cleaned = 0.00939925 Jy ! Component: 2800 - total flux cleaned = 0.0093664 Jy ! Component: 2850 - total flux cleaned = 0.00943198 Jy ! Component: 2900 - total flux cleaned = 0.00962613 Jy ! Component: 2950 - total flux cleaned = 0.00962608 Jy ! Component: 3000 - total flux cleaned = 0.00972183 Jy ! Component: 3050 - total flux cleaned = 0.00969025 Jy ! Component: 3100 - total flux cleaned = 0.0098469 Jy ! Component: 3150 - total flux cleaned = 0.0099713 Jy ! Component: 3200 - total flux cleaned = 0.0100329 Jy ! Component: 3250 - total flux cleaned = 0.0100329 Jy ! Component: 3300 - total flux cleaned = 0.0102462 Jy ! Component: 3350 - total flux cleaned = 0.0103673 Jy ! Component: 3400 - total flux cleaned = 0.0105175 Jy ! Component: 3450 - total flux cleaned = 0.0106068 Jy ! Component: 3500 - total flux cleaned = 0.0107549 Jy ! Component: 3550 - total flux cleaned = 0.0108726 Jy ! Component: 3600 - total flux cleaned = 0.0109895 Jy ! Component: 3650 - total flux cleaned = 0.0112508 Jy ! Component: 3700 - total flux cleaned = 0.011395 Jy ! Component: 3750 - total flux cleaned = 0.0114239 Jy ! Component: 3800 - total flux cleaned = 0.0116516 Jy ! Component: 3850 - total flux cleaned = 0.0117365 Jy ! Component: 3900 - total flux cleaned = 0.0118488 Jy ! Component: 3950 - total flux cleaned = 0.0118766 Jy ! Component: 4000 - total flux cleaned = 0.0120429 Jy ! Component: 4050 - total flux cleaned = 0.0120985 Jy ! Total flux subtracted in 4096 components = 0.0122358 Jy ! Clean residual min=-0.001533 max=0.001537 Jy/beam ! Clean residual mean=-0.000001 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 2.89779 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 416 components and 2.89779 Jy ![Exited script file: muppet] wmap "J0854+2006_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.868 x 9.071 at -14.37 degrees (North through East) ! Clean map min=-0.0065574 max=2.5886 Jy/beam ! Writing clean map to FITS file: J0854+2006_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 2.58859 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000502859 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0582779 0.0582779 0.116556 0.233112 0.466224 0.932447 1.86489 3.72979 7.45958 14.9192 29.8383 59.6766 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(1000*peak_flux)/1000 ! peak= 2.588 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.868 x 9.071 at -14.37 degrees (North through East) ! Clean map min=-0.0065574 max=2.5886 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_2017_06_10_pus_uvs.log closed on Mon May 6 14:49:15 2019