! Started logfile: J0555+3948_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:49:01 2016 obs J0555+3948_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0555+3948_S_2015_03_17_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.773099 visibilities/baseline/integration-bin. ! Found source: J0555+3948 ! ! 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 7932 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 J0555+3948_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 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=2.685513Jy sigma=0.033883 ! Fit after self-cal, rms=2.434704Jy sigma=0.030399 ! 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.113 mas, bmaj=7.609 mas, bpa=24.84 degrees ! Estimated noise=994.423 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 = 2.53739 Jy ! Component: 100 - total flux cleaned = 3.11486 Jy ! Total flux subtracted in 100 components = 3.11486 Jy ! Clean residual min=-0.099071 max=0.213026 Jy/beam ! Clean residual mean=-0.000262 rms=0.033947 Jy/beam ! Combined flux in latest and established models = 3.11486 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 3.11486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.553433Jy sigma=0.005922 ! Fit after self-cal, rms=0.553425Jy sigma=0.005922 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.220825 Jy ! Component: 100 - total flux cleaned = 0.324758 Jy ! Total flux subtracted in 100 components = 0.324758 Jy ! Clean residual min=-0.094278 max=0.085726 Jy/beam ! Clean residual mean=-0.000211 rms=0.022972 Jy/beam ! Combined flux in latest and established models = 3.43961 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 19 components and 3.43961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.415625Jy sigma=0.004569 ! Fit after self-cal, rms=0.415611Jy sigma=0.004569 ! 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.767 mas, bmaj=8.159 mas, bpa=23.14 degrees ! Estimated noise=618.317 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.082162 Jy ! Component: 100 - total flux cleaned = 0.13289 Jy ! Component: 150 - total flux cleaned = 0.166395 Jy ! Component: 200 - total flux cleaned = 0.188937 Jy ! Total flux subtracted in 200 components = 0.188937 Jy ! Clean residual min=-0.116896 max=0.076434 Jy/beam ! Clean residual mean=-0.000407 rms=0.024018 Jy/beam ! Combined flux in latest and established models = 3.62855 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 60 components and 3.62855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.385711Jy sigma=0.004443 ! Fit after self-cal, rms=0.385709Jy sigma=0.004443 ! 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.01 FD 0.91 HN 0.99 KP 1.12 ! LA 1.00 MK 1.00* NL 0.91 OV 1.02 ! PT 1.09 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.93 HN 1.05 KP 1.09 ! LA 0.97 MK 1.00* NL 1.01 OV 1.04 ! PT 1.07 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.93 HN 1.04 KP 0.97 ! LA 0.79 MK 1.00* NL 1.13 OV 0.96 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.95 HN 0.98 KP 0.93 ! LA 0.85 MK 1.00* NL 1.01 OV 1.01 ! PT 1.07 SC 0.96 ! ! ! Fit before self-cal, rms=0.385709Jy sigma=0.004443 ! Fit after self-cal, rms=0.075668Jy sigma=0.000982 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.783 mas, bmaj=8.185 mas, bpa=23.14 degrees ! Estimated noise=616.884 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.0140504 Jy ! Component: 100 - total flux cleaned = -0.022915 Jy ! Component: 150 - total flux cleaned = -0.0266682 Jy ! Component: 200 - total flux cleaned = -0.0289219 Jy ! Total flux subtracted in 200 components = -0.0289219 Jy ! Clean residual min=-0.012267 max=0.012303 Jy/beam ! Clean residual mean=0.000005 rms=0.003368 Jy/beam ! Combined flux in latest and established models = 3.59963 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 68 components and 3.59963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072871Jy sigma=0.000940 ! Fit after self-cal, rms=0.072832Jy sigma=0.000940 ! 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.072832Jy sigma=0.000940 ! Fit after self-cal, rms=0.071785Jy sigma=0.000926 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.786 mas, bmaj=8.193 mas, bpa=23.15 degrees ! Estimated noise=616.625 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00966788 Jy ! Component: 100 - total flux cleaned = -0.0159472 Jy ! Component: 150 - total flux cleaned = -0.0187707 Jy ! Component: 200 - total flux cleaned = -0.020256 Jy ! Total flux subtracted in 200 components = -0.020256 Jy ! Clean residual min=-0.010193 max=0.009548 Jy/beam ! Clean residual mean=0.000006 rms=0.002787 Jy/beam ! Combined flux in latest and established models = 3.57937 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 72 components and 3.57937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070378Jy sigma=0.000905 ! Fit after self-cal, rms=0.070377Jy 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.00130232 Jy ! Component: 100 - total flux cleaned = -0.00225068 Jy ! Component: 150 - total flux cleaned = -0.00282729 Jy ! Component: 200 - total flux cleaned = -0.00313943 Jy ! Total flux subtracted in 200 components = -0.00313943 Jy ! Clean residual min=-0.009760 max=0.010018 Jy/beam ! Clean residual mean=0.000006 rms=0.002761 Jy/beam ! Combined flux in latest and established models = 3.57623 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 80 components and 3.57623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070232Jy sigma=0.000902 ! Fit after self-cal, rms=0.070231Jy sigma=0.000902 ! 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.070231Jy sigma=0.000902 ! Fit after self-cal, rms=0.069439Jy sigma=0.000891 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.79 mas, bmaj=8.2 mas, bpa=23.15 degrees ! Estimated noise=616.638 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0066266 Jy ! Component: 100 - total flux cleaned = -0.010977 Jy ! Component: 150 - total flux cleaned = -0.0126145 Jy ! Component: 200 - total flux cleaned = -0.0138007 Jy ! Total flux subtracted in 200 components = -0.0138007 Jy ! Clean residual min=-0.009077 max=0.008112 Jy/beam ! Clean residual mean=0.000006 rms=0.002319 Jy/beam ! Combined flux in latest and established models = 3.56243 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 84 components and 3.56243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068745Jy sigma=0.000881 ! Fit after self-cal, rms=0.068744Jy sigma=0.000881 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.000879748 Jy ! Component: 100 - total flux cleaned = -0.00140824 Jy ! Component: 150 - total flux cleaned = -0.00169357 Jy ! Component: 200 - total flux cleaned = -0.00189804 Jy ! Total flux subtracted in 200 components = -0.00189804 Jy ! Clean residual min=-0.008862 max=0.008019 Jy/beam ! Clean residual mean=0.000006 rms=0.002300 Jy/beam ! Combined flux in latest and established models = 3.56053 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 85 components and 3.56053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068658Jy sigma=0.000879 ! Fit after self-cal, rms=0.068657Jy sigma=0.000879 ! 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.068657Jy sigma=0.000879 ! Fit after self-cal, rms=0.068246Jy sigma=0.000874 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.663 mas, bmaj=9.896 mas, bpa=13.09 degrees ! Estimated noise=753.034 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00506355 Jy ! Component: 100 - total flux cleaned = -0.00773823 Jy ! Component: 150 - total flux cleaned = -0.00919675 Jy ! Component: 200 - total flux cleaned = -0.00979007 Jy ! Total flux subtracted in 200 components = -0.00979007 Jy ! Clean residual min=-0.008526 max=0.006986 Jy/beam ! Clean residual mean=0.000008 rms=0.002317 Jy/beam ! Combined flux in latest and established models = 3.55074 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 95 components and 3.55074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068005Jy sigma=0.000869 ! Fit after self-cal, rms=0.068003Jy sigma=0.000869 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.000102081 Jy ! Component: 100 - total flux cleaned = -0.00021921 Jy ! Component: 150 - total flux cleaned = -0.000321221 Jy ! Component: 200 - total flux cleaned = -0.0004109 Jy ! Total flux subtracted in 200 components = -0.0004109 Jy ! Clean residual min=-0.008518 max=0.007146 Jy/beam ! Clean residual mean=0.000008 rms=0.002310 Jy/beam ! Combined flux in latest and established models = 3.55033 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 98 components and 3.55033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068011Jy sigma=0.000869 ! Fit after self-cal, rms=0.068010Jy sigma=0.000869 ! 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.792 mas, bmaj=8.205 mas, bpa=23.14 degrees ! Estimated noise=616.643 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.792 x 8.205 at 23.14 degrees (North through East) ! Clean map min=-0.0084979 max=3.3078 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.068010Jy sigma=0.000869 ! Fit after self-cal, rms=0.061007Jy sigma=0.000775 ! Inverting map and beam ! Estimated beam: bmin=3.793 mas, bmaj=8.209 mas, bpa=23.16 degrees ! Estimated noise=616.318 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00402516 Jy ! Component: 100 - total flux cleaned = -0.0060132 Jy ! Component: 150 - total flux cleaned = -0.0068483 Jy ! Component: 200 - total flux cleaned = -0.00753579 Jy ! Total flux subtracted in 200 components = -0.00753579 Jy ! Clean residual min=-0.008332 max=0.007201 Jy/beam ! Clean residual mean=0.000005 rms=0.001899 Jy/beam ! Combined flux in latest and established models = 3.5428 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 102 components and 3.5428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060728Jy sigma=0.000770 ! Fit after self-cal, rms=0.060728Jy sigma=0.000770 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000521315 Jy ! Component: 100 - total flux cleaned = -0.00070318 Jy ! Component: 150 - total flux cleaned = -0.000870462 Jy ! Component: 200 - total flux cleaned = -0.000986468 Jy ! Total flux subtracted in 200 components = -0.000986468 Jy ! Clean residual min=-0.008172 max=0.007351 Jy/beam ! Clean residual mean=0.000005 rms=0.001889 Jy/beam ! Combined flux in latest and established models = 3.54181 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 108 components and 3.54181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060678Jy sigma=0.000770 ! Fit after self-cal, rms=0.060678Jy sigma=0.000770 ! 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.060678Jy sigma=0.000770 ! Fit after self-cal, rms=0.060495Jy sigma=0.000768 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.132 mas, bmaj=7.626 mas, bpa=24.76 degrees ! Estimated noise=994.763 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.53823 Jy ! Component: 100 - total flux cleaned = 3.10676 Jy ! Component: 150 - total flux cleaned = 3.31261 Jy ! Component: 200 - total flux cleaned = 3.40702 Jy ! Total flux subtracted in 200 components = 3.40702 Jy ! Clean residual min=-0.023336 max=0.042187 Jy/beam ! Clean residual mean=-0.000021 rms=0.006632 Jy/beam ! Combined flux in latest and established models = 3.40702 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 14 model components to the UV plane model. ! The established model now contains 14 components and 3.40702 Jy ! Inverting map and beam ! Estimated beam: bmin=3.796 mas, bmaj=8.211 mas, bpa=23.15 degrees ! Estimated noise=616.327 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.0615429 Jy ! Component: 100 - total flux cleaned = 0.091071 Jy ! Component: 150 - total flux cleaned = 0.109597 Jy ! Component: 200 - total flux cleaned = 0.121502 Jy ! Total flux subtracted in 200 components = 0.121502 Jy ! Clean residual min=-0.011152 max=0.008661 Jy/beam ! Clean residual mean=0.000001 rms=0.002354 Jy/beam ! Combined flux in latest and established models = 3.52853 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 49 components and 3.52853 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.671 mas, bmaj=9.903 mas, bpa=13.09 degrees ! Estimated noise=751.627 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100857 Jy ! Component: 100 - total flux cleaned = 0.0120844 Jy ! Component: 150 - total flux cleaned = 0.0119258 Jy ! Component: 200 - total flux cleaned = 0.0119243 Jy ! Total flux subtracted in 200 components = 0.0119243 Jy ! Clean residual min=-0.007178 max=0.006004 Jy/beam ! Clean residual mean=0.000005 rms=0.002032 Jy/beam ! Combined flux in latest and established models = 3.54045 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.000113994 Jy ! Component: 100 - total flux cleaned = -0.000120098 Jy ! Component: 150 - total flux cleaned = -0.000207517 Jy ! Component: 200 - total flux cleaned = -0.000214108 Jy ! Total flux subtracted in 200 components = -0.000214108 Jy ! Clean residual min=-0.007238 max=0.005658 Jy/beam ! Clean residual mean=0.000006 rms=0.001937 Jy/beam ! Combined flux in latest and established models = 3.54024 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 79 components and 3.54024 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.796 mas, bmaj=8.211 mas, bpa=23.15 degrees ! Estimated noise=616.327 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000509117 Jy ! Component: 100 - total flux cleaned = 0.000158676 Jy ! Component: 150 - total flux cleaned = -0.000256441 Jy ! Component: 200 - total flux cleaned = -0.000368323 Jy ! Total flux subtracted in 200 components = -0.000368323 Jy ! Clean residual min=-0.007814 max=0.007533 Jy/beam ! Clean residual mean=0.000004 rms=0.001806 Jy/beam ! Combined flux in latest and established models = 3.53987 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 86 components and 3.53987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060795Jy sigma=0.000768 ! Fit after self-cal, rms=0.060793Jy sigma=0.000768 wmodel J0555+3948_S_2015_03_17_pus_map.mod ! Writing 86 model components to file: J0555+3948_S_2015_03_17_pus_map.mod wobs J0555+3948_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0555+3948_S_2015_03_17_pus_uvs.fits wwins J0555+3948_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0555+3948_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.00129711 Jy ! Component: 100 - total flux cleaned = -0.00269613 Jy ! Component: 150 - total flux cleaned = -0.0038624 Jy ! Component: 200 - total flux cleaned = -0.00460988 Jy ! Component: 250 - total flux cleaned = -0.00480888 Jy ! Component: 300 - total flux cleaned = -0.00490121 Jy ! Component: 350 - total flux cleaned = -0.004989 Jy ! Component: 400 - total flux cleaned = -0.0051533 Jy ! Component: 450 - total flux cleaned = -0.00522791 Jy ! Component: 500 - total flux cleaned = -0.00530154 Jy ! Component: 550 - total flux cleaned = -0.00550892 Jy ! Component: 600 - total flux cleaned = -0.00544296 Jy ! Component: 650 - total flux cleaned = -0.00544306 Jy ! Component: 700 - total flux cleaned = -0.00544101 Jy ! Component: 750 - total flux cleaned = -0.00555515 Jy ! Component: 800 - total flux cleaned = -0.00577877 Jy ! Component: 850 - total flux cleaned = -0.00599473 Jy ! Component: 900 - total flux cleaned = -0.00630568 Jy ! Component: 950 - total flux cleaned = -0.00635575 Jy ! Component: 1000 - total flux cleaned = -0.0063551 Jy ! Component: 1050 - total flux cleaned = -0.00626118 Jy ! Component: 1100 - total flux cleaned = -0.00612801 Jy ! Component: 1150 - total flux cleaned = -0.00617169 Jy ! Component: 1200 - total flux cleaned = -0.00600465 Jy ! Component: 1250 - total flux cleaned = -0.00592505 Jy ! Component: 1300 - total flux cleaned = -0.00588683 Jy ! Component: 1350 - total flux cleaned = -0.00573355 Jy ! Component: 1400 - total flux cleaned = -0.00543696 Jy ! Component: 1450 - total flux cleaned = -0.00522211 Jy ! Component: 1500 - total flux cleaned = -0.00508304 Jy ! Component: 1550 - total flux cleaned = -0.00491279 Jy ! Component: 1600 - total flux cleaned = -0.00477904 Jy ! Component: 1650 - total flux cleaned = -0.00458458 Jy ! Component: 1700 - total flux cleaned = -0.00436426 Jy ! Component: 1750 - total flux cleaned = -0.00427256 Jy ! Component: 1800 - total flux cleaned = -0.00421304 Jy ! Component: 1850 - total flux cleaned = -0.00418397 Jy ! Component: 1900 - total flux cleaned = -0.00409657 Jy ! Component: 1950 - total flux cleaned = -0.00404005 Jy ! Component: 2000 - total flux cleaned = -0.00395696 Jy ! Component: 2050 - total flux cleaned = -0.00390252 Jy ! Component: 2100 - total flux cleaned = -0.00379748 Jy ! Component: 2150 - total flux cleaned = -0.00374628 Jy ! Component: 2200 - total flux cleaned = -0.00369625 Jy ! Component: 2250 - total flux cleaned = -0.00372086 Jy ! Component: 2300 - total flux cleaned = -0.00369621 Jy ! Component: 2350 - total flux cleaned = -0.00367273 Jy ! Component: 2400 - total flux cleaned = -0.0036036 Jy ! Component: 2450 - total flux cleaned = -0.00360417 Jy ! Component: 2500 - total flux cleaned = -0.00358204 Jy ! Component: 2550 - total flux cleaned = -0.00360397 Jy ! Component: 2600 - total flux cleaned = -0.00364672 Jy ! Component: 2650 - total flux cleaned = -0.00364564 Jy ! Component: 2700 - total flux cleaned = -0.00360377 Jy ! Component: 2750 - total flux cleaned = -0.0035426 Jy ! Component: 2800 - total flux cleaned = -0.00356323 Jy ! Component: 2850 - total flux cleaned = -0.00354359 Jy ! Component: 2900 - total flux cleaned = -0.0035821 Jy ! Component: 2950 - total flux cleaned = -0.00356354 Jy ! Component: 3000 - total flux cleaned = -0.00358275 Jy ! Component: 3050 - total flux cleaned = -0.00365584 Jy ! Component: 3100 - total flux cleaned = -0.00367375 Jy ! Component: 3150 - total flux cleaned = -0.00360332 Jy ! Component: 3200 - total flux cleaned = -0.00363841 Jy ! Component: 3250 - total flux cleaned = -0.00372417 Jy ! Component: 3300 - total flux cleaned = -0.00375784 Jy ! Component: 3350 - total flux cleaned = -0.00380749 Jy ! Component: 3400 - total flux cleaned = -0.00382411 Jy ! Component: 3450 - total flux cleaned = -0.00390473 Jy ! Component: 3500 - total flux cleaned = -0.00390462 Jy ! Component: 3550 - total flux cleaned = -0.00392034 Jy ! Component: 3600 - total flux cleaned = -0.00392059 Jy ! Component: 3650 - total flux cleaned = -0.00399659 Jy ! Component: 3700 - total flux cleaned = -0.00401135 Jy ! Component: 3750 - total flux cleaned = -0.00399641 Jy ! Component: 3800 - total flux cleaned = -0.00398196 Jy ! Component: 3850 - total flux cleaned = -0.00396771 Jy ! Component: 3900 - total flux cleaned = -0.00398181 Jy ! Component: 3950 - total flux cleaned = -0.00391162 Jy ! Component: 4000 - total flux cleaned = -0.00389794 Jy ! Component: 4050 - total flux cleaned = -0.00382963 Jy ! Total flux subtracted in 4096 components = -0.00384339 Jy ! Clean residual min=-0.000779 max=0.000821 Jy/beam ! Clean residual mean=0.000001 rms=0.000258 Jy/beam ! Combined flux in latest and established models = 3.53603 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 363 components and 3.53602 Jy ![Exited script file: muppet] wmap "J0555+3948_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.796 x 8.211 at 23.15 degrees (North through East) ! Clean map min=-0.0047533 max=3.31 Jy/beam ! Writing clean map to FITS file: J0555+3948_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 3.30999 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000252204 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0228585 0.0228585 0.045717 0.091434 0.182868 0.365736 0.731472 1.46294 2.92589 5.85178 11.7036 23.4071 46.8142 93.6284 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 3.309 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.796 x 8.211 at 23.15 degrees (North through East) ! Clean map min=-0.0047533 max=3.31 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 J0555+3948_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:49:06 2016