! Started logfile: J0356+0013_S_2017_05_27_pus_uvs.log on Fri May 3 10:56:28 2019 obs J0356+0013_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J0356+0013_S_2017_05_27_pus_uva.fits ! AN table 1: 218 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.982059 visibilities/baseline/integration-bin. ! Found source: J0356+0013 ! ! 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 1211 lines of history. ! ! Reading 38536 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 J0356+0013_S_2017_05_27_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 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1144 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001192Jy sigma=0.008316 ! Fit after self-cal, rms=0.962178Jy sigma=0.008029 ! 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.775 mas, bmaj=6.777 mas, bpa=-3.232 degrees ! Estimated noise=799.584 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0324693 Jy ! Component: 100 - total flux cleaned = 0.039555 Jy ! Total flux subtracted in 100 components = 0.039555 Jy ! Clean residual min=-0.002059 max=0.002500 Jy/beam ! Clean residual mean=0.000000 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.039555 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.039555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088534Jy sigma=0.000644 ! Fit after self-cal, rms=0.086999Jy sigma=0.000631 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00427141 Jy ! Component: 100 - total flux cleaned = 0.00410755 Jy ! Total flux subtracted in 100 components = 0.00410755 Jy ! Clean residual min=-0.002202 max=0.002627 Jy/beam ! Clean residual mean=0.000000 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.0436626 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0436626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086809Jy sigma=0.000631 ! Fit after self-cal, rms=0.086777Jy sigma=0.000631 ! 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.269 mas, bmaj=8.003 mas, bpa=-3.508 degrees ! Estimated noise=506.824 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.00088517 Jy ! Component: 100 - total flux cleaned = -0.00134637 Jy ! Component: 150 - total flux cleaned = -0.00155114 Jy ! Component: 200 - total flux cleaned = -0.00160891 Jy ! Total flux subtracted in 200 components = -0.00160891 Jy ! Clean residual min=-0.001603 max=0.001707 Jy/beam ! Clean residual mean=0.000003 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0420537 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 22 components and 0.0420537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086772Jy sigma=0.000631 ! Fit after self-cal, rms=0.086739Jy sigma=0.000631 ! 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.07 FD 1.02 HN 1.03 KP 1.04 ! LA 0.97 MK 1.01 NL 0.91 OV 1.14 ! PT 1.16 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.83 FD 1.04 HN 1.11 KP 0.96 ! LA 0.95 MK 1.01 NL 1.03 OV 1.05 ! PT 1.10 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.37 FD 1.07 HN 1.04 KP 1.05 ! LA 1.01 MK 1.05 NL 1.01 OV 0.97 ! PT 1.07 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.90 HN 0.83 KP 1.00* ! LA 0.78 MK 0.80 NL 1.00* OV 1.00* ! PT 0.82 SC 1.00* ! ! ! Fit before self-cal, rms=0.086739Jy sigma=0.000631 ! Fit after self-cal, rms=0.090917Jy sigma=0.000628 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.238 mas, bmaj=8.015 mas, bpa=-3.936 degrees ! Estimated noise=523.894 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.000945782 Jy ! Component: 100 - total flux cleaned = 0.000885716 Jy ! Component: 150 - total flux cleaned = 0.000811213 Jy ! Component: 200 - total flux cleaned = 0.000770156 Jy ! Total flux subtracted in 200 components = 0.000770156 Jy ! Clean residual min=-0.001747 max=0.001485 Jy/beam ! Clean residual mean=-0.000001 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.0428238 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 28 components and 0.0428238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090862Jy sigma=0.000628 ! Fit after self-cal, rms=0.090848Jy sigma=0.000628 ! 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.090848Jy sigma=0.000628 ! Fit after self-cal, rms=0.097091Jy sigma=0.000627 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.24 mas, bmaj=8.001 mas, bpa=-4.09 degrees ! Estimated noise=534.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000910028 Jy ! Component: 100 - total flux cleaned = 0.000857896 Jy ! Component: 150 - total flux cleaned = 0.00083579 Jy ! Component: 200 - total flux cleaned = 0.000797041 Jy ! Total flux subtracted in 200 components = 0.000797041 Jy ! Clean residual min=-0.001435 max=0.001318 Jy/beam ! Clean residual mean=0.000001 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.0436209 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 31 components and 0.0436209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097038Jy sigma=0.000627 ! Fit after self-cal, rms=0.097063Jy sigma=0.000626 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.52022e-05 Jy ! Component: 100 - total flux cleaned = -4.9636e-05 Jy ! Component: 150 - total flux cleaned = -7.88388e-05 Jy ! Component: 200 - total flux cleaned = -7.81223e-05 Jy ! Total flux subtracted in 200 components = -7.81223e-05 Jy ! Clean residual min=-0.001515 max=0.001262 Jy/beam ! Clean residual mean=-0.000001 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.0435427 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 38 components and 0.0435427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097046Jy sigma=0.000626 ! Fit after self-cal, rms=0.097045Jy sigma=0.000626 ! 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.097045Jy sigma=0.000626 ! Fit after self-cal, rms=0.102753Jy sigma=0.000626 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.24 mas, bmaj=8.003 mas, bpa=-4.346 degrees ! Estimated noise=542.638 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00060389 Jy ! Component: 100 - total flux cleaned = 0.000624478 Jy ! Component: 150 - total flux cleaned = 0.000595405 Jy ! Component: 200 - total flux cleaned = 0.000569847 Jy ! Total flux subtracted in 200 components = 0.000569847 Jy ! Clean residual min=-0.001310 max=0.001294 Jy/beam ! Clean residual mean=-0.000001 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.0441126 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.0441126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102725Jy sigma=0.000626 ! Fit after self-cal, rms=0.102762Jy sigma=0.000626 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 = -4.43466e-05 Jy ! Component: 100 - total flux cleaned = -5.62671e-05 Jy ! Component: 150 - total flux cleaned = -5.62598e-05 Jy ! Component: 200 - total flux cleaned = -6.64576e-05 Jy ! Total flux subtracted in 200 components = -6.64576e-05 Jy ! Clean residual min=-0.001342 max=0.001290 Jy/beam ! Clean residual mean=-0.000001 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0440461 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 46 components and 0.0440461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102753Jy sigma=0.000626 ! Fit after self-cal, rms=0.102754Jy sigma=0.000626 ! 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.102754Jy sigma=0.000626 ! Fit after self-cal, rms=0.107355Jy sigma=0.000626 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.393 mas, bmaj=12.73 mas, bpa=-6.295 degrees ! Estimated noise=686.043 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000190687 Jy ! Component: 100 - total flux cleaned = 0.000112208 Jy ! Component: 150 - total flux cleaned = 6.03627e-05 Jy ! Component: 200 - total flux cleaned = 8.11334e-07 Jy ! Total flux subtracted in 200 components = 8.11334e-07 Jy ! Clean residual min=-0.001271 max=0.001477 Jy/beam ! Clean residual mean=-0.000000 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.0440469 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 50 components and 0.0440469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107326Jy sigma=0.000626 ! Fit after self-cal, rms=0.107356Jy sigma=0.000626 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 = -7.87755e-05 Jy ! Component: 100 - total flux cleaned = -0.000119256 Jy ! Component: 150 - total flux cleaned = -0.000155789 Jy ! Component: 200 - total flux cleaned = -0.000187517 Jy ! Total flux subtracted in 200 components = -0.000187517 Jy ! Clean residual min=-0.001293 max=0.001479 Jy/beam ! Clean residual mean=-0.000001 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.0438594 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 55 components and 0.0438594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107342Jy sigma=0.000626 ! Fit after self-cal, rms=0.107334Jy sigma=0.000626 ! 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.241 mas, bmaj=8.019 mas, bpa=-4.551 degrees ! Estimated noise=550.953 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.241 x 8.019 at -4.551 degrees (North through East) ! Clean map min=-0.0024421 max=0.049682 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.734 mas, bmaj=6.824 mas, bpa=-4.771 degrees ! Estimated noise=858.923 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0382658 Jy ! Component: 100 - total flux cleaned = 0.0466474 Jy ! Component: 150 - total flux cleaned = 0.0478574 Jy ! Component: 200 - total flux cleaned = 0.0475872 Jy ! Total flux subtracted in 200 components = 0.0475872 Jy ! Clean residual min=-0.002086 max=0.002374 Jy/beam ! Clean residual mean=-0.000002 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.0475872 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 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0475872 Jy ! Inverting map and beam ! Estimated beam: bmin=3.241 mas, bmaj=8.019 mas, bpa=-4.551 degrees ! Estimated noise=550.953 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.00187976 Jy ! Component: 100 - total flux cleaned = -0.00227001 Jy ! Component: 150 - total flux cleaned = -0.00247673 Jy ! Component: 200 - total flux cleaned = -0.00265135 Jy ! Total flux subtracted in 200 components = -0.00265135 Jy ! Clean residual min=-0.001509 max=0.001343 Jy/beam ! Clean residual mean=-0.000001 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.0449359 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.0449359 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.393 mas, bmaj=12.73 mas, bpa=-6.295 degrees ! Estimated noise=686.043 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000739846 Jy ! Component: 100 - total flux cleaned = -0.000809253 Jy ! Component: 150 - total flux cleaned = -0.000871015 Jy ! Component: 200 - total flux cleaned = -0.000943332 Jy ! Total flux subtracted in 200 components = -0.000943332 Jy ! Clean residual min=-0.001290 max=0.001519 Jy/beam ! Clean residual mean=-0.000001 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.0439926 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 = -4.73188e-05 Jy ! Component: 100 - total flux cleaned = -0.000103137 Jy ! Component: 150 - total flux cleaned = -0.00013956 Jy ! Component: 200 - total flux cleaned = -0.00017157 Jy ! Total flux subtracted in 200 components = -0.00017157 Jy ! Clean residual min=-0.001299 max=0.001524 Jy/beam ! Clean residual mean=-0.000001 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.043821 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 19 components and 0.043821 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.241 mas, bmaj=8.019 mas, bpa=-4.551 degrees ! Estimated noise=550.953 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000429117 Jy ! Component: 100 - total flux cleaned = 0.00037998 Jy ! Component: 150 - total flux cleaned = 0.000393098 Jy ! Component: 200 - total flux cleaned = 0.000427774 Jy ! Total flux subtracted in 200 components = 0.000427774 Jy ! Clean residual min=-0.001391 max=0.001352 Jy/beam ! Clean residual mean=-0.000001 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0442488 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 27 components and 0.0442488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107335Jy sigma=0.000626 ! Fit after self-cal, rms=0.107338Jy sigma=0.000626 wmodel J0356+0013_S_2017_05_27_pus_map.mod ! Writing 27 model components to file: J0356+0013_S_2017_05_27_pus_map.mod wobs J0356+0013_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J0356+0013_S_2017_05_27_pus_uvs.fits wwins J0356+0013_S_2017_05_27_pus_map.win ! wwins: Wrote 1 windows to J0356+0013_S_2017_05_27_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.000253117 Jy ! Component: 100 - total flux cleaned = -0.000161584 Jy ! Component: 150 - total flux cleaned = -7.38615e-05 Jy ! Component: 200 - total flux cleaned = -3.16474e-05 Jy ! Component: 250 - total flux cleaned = 2.99086e-05 Jy ! Component: 300 - total flux cleaned = 4.98203e-05 Jy ! Component: 350 - total flux cleaned = 1.10112e-05 Jy ! Component: 400 - total flux cleaned = -6.57342e-05 Jy ! Component: 450 - total flux cleaned = -0.000159381 Jy ! Component: 500 - total flux cleaned = -0.000159447 Jy ! Component: 550 - total flux cleaned = -0.000195515 Jy ! Component: 600 - total flux cleaned = -0.000213244 Jy ! Component: 650 - total flux cleaned = -0.000248268 Jy ! Component: 700 - total flux cleaned = -0.000283 Jy ! Component: 750 - total flux cleaned = -0.000317147 Jy ! Component: 800 - total flux cleaned = -0.000384619 Jy ! Component: 850 - total flux cleaned = -0.00041781 Jy ! Component: 900 - total flux cleaned = -0.000466963 Jy ! Component: 950 - total flux cleaned = -0.000547785 Jy ! Component: 1000 - total flux cleaned = -0.000579711 Jy ! Component: 1050 - total flux cleaned = -0.000611281 Jy ! Component: 1100 - total flux cleaned = -0.00068946 Jy ! Component: 1150 - total flux cleaned = -0.000751202 Jy ! Component: 1200 - total flux cleaned = -0.000827387 Jy ! Component: 1250 - total flux cleaned = -0.000902868 Jy ! Component: 1300 - total flux cleaned = -0.000977463 Jy ! Component: 1350 - total flux cleaned = -0.00111021 Jy ! Component: 1400 - total flux cleaned = -0.00110993 Jy ! Component: 1450 - total flux cleaned = -0.00116781 Jy ! Component: 1500 - total flux cleaned = -0.00122498 Jy ! Component: 1550 - total flux cleaned = -0.00128164 Jy ! Component: 1600 - total flux cleaned = -0.00129579 Jy ! Component: 1650 - total flux cleaned = -0.00133773 Jy ! Component: 1700 - total flux cleaned = -0.00140678 Jy ! Component: 1750 - total flux cleaned = -0.00139294 Jy ! Component: 1800 - total flux cleaned = -0.00143375 Jy ! Component: 1850 - total flux cleaned = -0.00146071 Jy ! Component: 1900 - total flux cleaned = -0.00147412 Jy ! Component: 1950 - total flux cleaned = -0.00151398 Jy ! Component: 2000 - total flux cleaned = -0.00155359 Jy ! Component: 2050 - total flux cleaned = -0.00160588 Jy ! Component: 2100 - total flux cleaned = -0.00165766 Jy ! Component: 2150 - total flux cleaned = -0.00165765 Jy ! Component: 2200 - total flux cleaned = -0.00170868 Jy ! Component: 2250 - total flux cleaned = -0.00174663 Jy ! Component: 2300 - total flux cleaned = -0.0017844 Jy ! Component: 2350 - total flux cleaned = -0.00182198 Jy ! Component: 2400 - total flux cleaned = -0.00185916 Jy ! Component: 2450 - total flux cleaned = -0.00192053 Jy ! Component: 2500 - total flux cleaned = -0.00189608 Jy ! Component: 2550 - total flux cleaned = -0.00194478 Jy ! Component: 2600 - total flux cleaned = -0.00196875 Jy ! Component: 2650 - total flux cleaned = -0.00200466 Jy ! Component: 2700 - total flux cleaned = -0.00206406 Jy ! Component: 2750 - total flux cleaned = -0.00211124 Jy ! Component: 2800 - total flux cleaned = -0.00214622 Jy ! Component: 2850 - total flux cleaned = -0.00216926 Jy ! Component: 2900 - total flux cleaned = -0.00220391 Jy ! Component: 2950 - total flux cleaned = -0.00219238 Jy ! Component: 3000 - total flux cleaned = -0.00226068 Jy ! Component: 3050 - total flux cleaned = -0.00226071 Jy ! Component: 3100 - total flux cleaned = -0.00226069 Jy ! Component: 3150 - total flux cleaned = -0.00236121 Jy ! Component: 3200 - total flux cleaned = -0.00233914 Jy ! Component: 3250 - total flux cleaned = -0.00241635 Jy ! Component: 3300 - total flux cleaned = -0.00243823 Jy ! Component: 3350 - total flux cleaned = -0.00246015 Jy ! Component: 3400 - total flux cleaned = -0.0025142 Jy ! Component: 3450 - total flux cleaned = -0.00257866 Jy ! Component: 3500 - total flux cleaned = -0.00262124 Jy ! Component: 3550 - total flux cleaned = -0.0026954 Jy ! Component: 3600 - total flux cleaned = -0.00269534 Jy ! Component: 3650 - total flux cleaned = -0.00276857 Jy ! Component: 3700 - total flux cleaned = -0.00273732 Jy ! Component: 3750 - total flux cleaned = -0.00283047 Jy ! Component: 3800 - total flux cleaned = -0.00284068 Jy ! Component: 3850 - total flux cleaned = -0.00286112 Jy ! Component: 3900 - total flux cleaned = -0.00290179 Jy ! Component: 3950 - total flux cleaned = -0.0029524 Jy ! Component: 4000 - total flux cleaned = -0.00289215 Jy ! Component: 4050 - total flux cleaned = -0.00296205 Jy ! Total flux subtracted in 4096 components = -0.00299183 Jy ! Clean residual min=-0.000639 max=0.000523 Jy/beam ! Clean residual mean=-0.000001 rms=0.000184 Jy/beam ! Combined flux in latest and established models = 0.0412569 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 330 components and 0.0412569 Jy ![Exited script file: muppet] wmap "J0356+0013_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.241 x 8.019 at -4.551 degrees (North through East) ! Clean map min=-0.0021602 max=0.049717 Jy/beam ! Writing clean map to FITS file: J0356+0013_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0497167 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000183426 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.10683 1.10683 2.21365 4.42731 8.85461 17.7092 35.4184 70.8369 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.049 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.241 x 8.019 at -4.551 degrees (North through East) ! Clean map min=-0.0021602 max=0.049717 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 J0356+0013_S_2017_05_27_pus_uvs.log closed on Fri May 3 10:56:34 2019