! Started logfile: J2201+0312_S_2017_07_16_pus_uvs.log on Thu May 9 11:20:05 2019 obs J2201+0312_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J2201+0312_S_2017_07_16_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.708969 visibilities/baseline/integration-bin. ! Found source: J2201+0312 ! ! 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 815 lines of history. ! ! Reading 10592 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 J2201+0312_S_2017_07_16_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 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 143 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 143 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 562 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.879024Jy sigma=0.008044 ! Fit after self-cal, rms=0.868020Jy sigma=0.007945 ! 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.581 mas, bmaj=6.511 mas, bpa=-4.702 degrees ! Estimated noise=1141.02 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.0966326 Jy ! Component: 100 - total flux cleaned = 0.131196 Jy ! Total flux subtracted in 100 components = 0.131196 Jy ! Clean residual min=-0.010000 max=0.019238 Jy/beam ! Clean residual mean=0.000010 rms=0.002497 Jy/beam ! Combined flux in latest and established models = 0.131196 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.131196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091052Jy sigma=0.000786 ! Fit after self-cal, rms=0.090797Jy sigma=0.000783 ! Inverting map ! Added new window around map position (3, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0217297 Jy ! Component: 100 - total flux cleaned = 0.0355178 Jy ! Total flux subtracted in 100 components = 0.0355178 Jy ! Clean residual min=-0.006870 max=0.009865 Jy/beam ! Clean residual mean=0.000005 rms=0.001719 Jy/beam ! Combined flux in latest and established models = 0.166713 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 14 components and 0.166713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083686Jy sigma=0.000716 ! Fit after self-cal, rms=0.083548Jy sigma=0.000715 ! 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.017 mas, bmaj=7.238 mas, bpa=-4.198 degrees ! Estimated noise=876.336 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.0124859 Jy ! Component: 100 - total flux cleaned = 0.0197325 Jy ! Component: 150 - total flux cleaned = 0.0243372 Jy ! Component: 200 - total flux cleaned = 0.0274431 Jy ! Total flux subtracted in 200 components = 0.0274431 Jy ! Clean residual min=-0.004491 max=0.007004 Jy/beam ! Clean residual mean=0.000006 rms=0.001373 Jy/beam ! Combined flux in latest and established models = 0.194156 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 36 components and 0.194156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081588Jy sigma=0.000696 ! Fit after self-cal, rms=0.081515Jy sigma=0.000695 ! 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.03 FD 1.00* HN 0.94 KP 1.03 ! LA 0.96 MK 1.06 NL 0.92 OV 0.99 ! PT 1.00 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 1.00* HN 1.04 KP 1.00 ! LA 0.93 MK 1.09 NL 1.02 OV 1.02 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.00* HN 0.99 KP 0.96 ! LA 0.94 MK 1.15 NL 1.00 OV 0.93 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 4. ! A total of 132 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.86 KP 1.00* ! LA 1.04 MK 1.01 NL 1.00* OV 1.00* ! PT 0.95 SC 1.00* ! ! ! Fit before self-cal, rms=0.081515Jy sigma=0.000695 ! Fit after self-cal, rms=0.080966Jy sigma=0.000687 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.077 mas, bmaj=7.288 mas, bpa=-2.843 degrees ! Estimated noise=878.883 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 = 7.59151e-05 Jy ! Component: 100 - total flux cleaned = -0.000311118 Jy ! Component: 150 - total flux cleaned = -0.000571069 Jy ! Component: 200 - total flux cleaned = -0.000618342 Jy ! Total flux subtracted in 200 components = -0.000618342 Jy ! Clean residual min=-0.005153 max=0.005551 Jy/beam ! Clean residual mean=-0.000002 rms=0.001205 Jy/beam ! Combined flux in latest and established models = 0.193538 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 47 components and 0.193538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080858Jy sigma=0.000686 ! Fit after self-cal, rms=0.080877Jy sigma=0.000686 ! 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.080877Jy sigma=0.000686 ! Fit after self-cal, rms=0.082642Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.074 mas, bmaj=7.282 mas, bpa=-2.795 degrees ! Estimated noise=879.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0001184 Jy ! Component: 100 - total flux cleaned = 0.000119652 Jy ! Component: 150 - total flux cleaned = 4.6744e-05 Jy ! Component: 200 - total flux cleaned = 1.37204e-05 Jy ! Total flux subtracted in 200 components = 1.37204e-05 Jy ! Clean residual min=-0.002478 max=0.002552 Jy/beam ! Clean residual mean=-0.000000 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.193552 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 51 components and 0.193552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082602Jy sigma=0.000666 ! Fit after self-cal, rms=0.082736Jy sigma=0.000666 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.000116903 Jy ! Component: 100 - total flux cleaned = -0.000180311 Jy ! Component: 150 - total flux cleaned = -0.000209377 Jy ! Component: 200 - total flux cleaned = -0.000236624 Jy ! Total flux subtracted in 200 components = -0.000236624 Jy ! Clean residual min=-0.002452 max=0.002532 Jy/beam ! Clean residual mean=-0.000000 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.193315 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 0.193315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082715Jy sigma=0.000665 ! Fit after self-cal, rms=0.082710Jy sigma=0.000665 ! 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.082710Jy sigma=0.000665 ! Fit after self-cal, rms=0.083283Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=7.274 mas, bpa=-2.954 degrees ! Estimated noise=874.655 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000380039 Jy ! Component: 100 - total flux cleaned = 0.000209285 Jy ! Component: 150 - total flux cleaned = 9.02071e-05 Jy ! Component: 200 - total flux cleaned = -1.48644e-05 Jy ! Total flux subtracted in 200 components = -1.48644e-05 Jy ! Clean residual min=-0.002179 max=0.002364 Jy/beam ! Clean residual mean=0.000001 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.1933 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 57 components and 0.1933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083267Jy sigma=0.000664 ! Fit after self-cal, rms=0.083274Jy sigma=0.000664 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 (-123, -28). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120783 Jy ! Component: 100 - total flux cleaned = 0.0017127 Jy ! Component: 150 - total flux cleaned = 0.00189997 Jy ! Component: 200 - total flux cleaned = 0.00201802 Jy ! Total flux subtracted in 200 components = 0.00201802 Jy ! Clean residual min=-0.002166 max=0.002099 Jy/beam ! Clean residual mean=0.000001 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.195318 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 79 components and 0.195318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083199Jy sigma=0.000663 ! Fit after self-cal, rms=0.083194Jy sigma=0.000663 ! 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.083194Jy sigma=0.000663 ! Fit after self-cal, rms=0.083114Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.843 mas, bmaj=11.6 mas, bpa=-4.699 degrees ! Estimated noise=1150.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000573416 Jy ! Component: 100 - total flux cleaned = 0.000759752 Jy ! Component: 150 - total flux cleaned = 0.000759704 Jy ! Component: 200 - total flux cleaned = 0.00077706 Jy ! Total flux subtracted in 200 components = 0.00077706 Jy ! Clean residual min=-0.002131 max=0.002455 Jy/beam ! Clean residual mean=0.000001 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.196095 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 89 components and 0.196095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083104Jy sigma=0.000663 ! Fit after self-cal, rms=0.083100Jy sigma=0.000663 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.00014256 Jy ! Component: 100 - total flux cleaned = 0.000223533 Jy ! Component: 150 - total flux cleaned = 0.000209329 Jy ! Component: 200 - total flux cleaned = 0.000183458 Jy ! Total flux subtracted in 200 components = 0.000183458 Jy ! Clean residual min=-0.002126 max=0.002475 Jy/beam ! Clean residual mean=0.000000 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.196279 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 95 components and 0.196279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083097Jy sigma=0.000663 ! Fit after self-cal, rms=0.083095Jy sigma=0.000663 ! 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.043 mas, bmaj=7.27 mas, bpa=-2.938 degrees ! Estimated noise=873.517 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.043 x 7.27 at -2.938 degrees (North through East) ! Clean map min=-0.0019258 max=0.1336 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.593 mas, bmaj=6.511 mas, bpa=-3.746 degrees ! Estimated noise=1142.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0952063 Jy ! Component: 100 - total flux cleaned = 0.131632 Jy ! Component: 150 - total flux cleaned = 0.151985 Jy ! Component: 200 - total flux cleaned = 0.16503 Jy ! Total flux subtracted in 200 components = 0.16503 Jy ! Clean residual min=-0.003975 max=0.007027 Jy/beam ! Clean residual mean=0.000004 rms=0.001146 Jy/beam ! Combined flux in latest and established models = 0.16503 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.16503 Jy ! Inverting map and beam ! Estimated beam: bmin=3.043 mas, bmaj=7.27 mas, bpa=-2.938 degrees ! Estimated noise=873.517 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.0116017 Jy ! Component: 100 - total flux cleaned = 0.0180529 Jy ! Component: 150 - total flux cleaned = 0.0219957 Jy ! Component: 200 - total flux cleaned = 0.024697 Jy ! Total flux subtracted in 200 components = 0.024697 Jy ! Clean residual min=-0.002259 max=0.002489 Jy/beam ! Clean residual mean=0.000004 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.189727 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 45 components and 0.189727 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=6.843 mas, bmaj=11.6 mas, bpa=-4.699 degrees ! Estimated noise=1150.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00294151 Jy ! Component: 100 - total flux cleaned = 0.00435434 Jy ! Component: 150 - total flux cleaned = 0.0047524 Jy ! Component: 200 - total flux cleaned = 0.00506724 Jy ! Total flux subtracted in 200 components = 0.00506724 Jy ! Clean residual min=-0.002283 max=0.002387 Jy/beam ! Clean residual mean=0.000003 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.194795 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.000277621 Jy ! Component: 100 - total flux cleaned = 0.000481358 Jy ! Component: 150 - total flux cleaned = 0.000587703 Jy ! Component: 200 - total flux cleaned = 0.000636177 Jy ! Total flux subtracted in 200 components = 0.000636177 Jy ! Clean residual min=-0.002208 max=0.002423 Jy/beam ! Clean residual mean=0.000002 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.195431 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 101 components and 0.195431 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.043 mas, bmaj=7.27 mas, bpa=-2.938 degrees ! Estimated noise=873.517 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000379485 Jy ! Component: 100 - total flux cleaned = -0.000307707 Jy ! Component: 150 - total flux cleaned = -0.000179663 Jy ! Component: 200 - total flux cleaned = -9.37554e-05 Jy ! Total flux subtracted in 200 components = -9.37554e-05 Jy ! Clean residual min=-0.002129 max=0.002227 Jy/beam ! Clean residual mean=0.000000 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.195337 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 120 components and 0.195337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083139Jy sigma=0.000663 ! Fit after self-cal, rms=0.083131Jy sigma=0.000663 wmodel J2201+0312_S_2017_07_16_pus_map.mod ! Writing 120 model components to file: J2201+0312_S_2017_07_16_pus_map.mod wobs J2201+0312_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J2201+0312_S_2017_07_16_pus_uvs.fits wwins J2201+0312_S_2017_07_16_pus_map.win ! wwins: Wrote 3 windows to J2201+0312_S_2017_07_16_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.000245207 Jy ! Component: 100 - total flux cleaned = 0.000318756 Jy ! Component: 150 - total flux cleaned = 0.000317836 Jy ! Component: 200 - total flux cleaned = 0.000318529 Jy ! Component: 250 - total flux cleaned = 0.000418674 Jy ! Component: 300 - total flux cleaned = 0.000386242 Jy ! Component: 350 - total flux cleaned = 0.00041694 Jy ! Component: 400 - total flux cleaned = 0.000325965 Jy ! Component: 450 - total flux cleaned = 0.000356041 Jy ! Component: 500 - total flux cleaned = 0.00035613 Jy ! Component: 550 - total flux cleaned = 0.000413172 Jy ! Component: 600 - total flux cleaned = 0.000468688 Jy ! Component: 650 - total flux cleaned = 0.000523017 Jy ! Component: 700 - total flux cleaned = 0.000576393 Jy ! Component: 750 - total flux cleaned = 0.000602537 Jy ! Component: 800 - total flux cleaned = 0.000551444 Jy ! Component: 850 - total flux cleaned = 0.00062682 Jy ! Component: 900 - total flux cleaned = 0.00057734 Jy ! Component: 950 - total flux cleaned = 0.000601887 Jy ! Component: 1000 - total flux cleaned = 0.000602109 Jy ! Component: 1050 - total flux cleaned = 0.000625986 Jy ! Component: 1100 - total flux cleaned = 0.000672519 Jy ! Component: 1150 - total flux cleaned = 0.000695487 Jy ! Component: 1200 - total flux cleaned = 0.000718566 Jy ! Component: 1250 - total flux cleaned = 0.000808403 Jy ! Component: 1300 - total flux cleaned = 0.000852786 Jy ! Component: 1350 - total flux cleaned = 0.000852774 Jy ! Component: 1400 - total flux cleaned = 0.000831233 Jy ! Component: 1450 - total flux cleaned = 0.000916926 Jy ! Component: 1500 - total flux cleaned = 0.000917263 Jy ! Component: 1550 - total flux cleaned = 0.00100105 Jy ! Component: 1600 - total flux cleaned = 0.00102162 Jy ! Component: 1650 - total flux cleaned = 0.00106274 Jy ! Component: 1700 - total flux cleaned = 0.00114355 Jy ! Component: 1750 - total flux cleaned = 0.00114376 Jy ! Component: 1800 - total flux cleaned = 0.0012625 Jy ! Component: 1850 - total flux cleaned = 0.00126205 Jy ! Component: 1900 - total flux cleaned = 0.0012621 Jy ! Component: 1950 - total flux cleaned = 0.00128131 Jy ! Component: 2000 - total flux cleaned = 0.00133829 Jy ! Component: 2050 - total flux cleaned = 0.00137593 Jy ! Component: 2100 - total flux cleaned = 0.00141295 Jy ! Component: 2150 - total flux cleaned = 0.00135737 Jy ! Component: 2200 - total flux cleaned = 0.00148572 Jy ! Component: 2250 - total flux cleaned = 0.00150403 Jy ! Component: 2300 - total flux cleaned = 0.00148587 Jy ! Component: 2350 - total flux cleaned = 0.00157528 Jy ! Component: 2400 - total flux cleaned = 0.0015576 Jy ! Component: 2450 - total flux cleaned = 0.00160993 Jy ! Component: 2500 - total flux cleaned = 0.00166189 Jy ! Component: 2550 - total flux cleaned = 0.00173067 Jy ! Component: 2600 - total flux cleaned = 0.00167919 Jy ! Component: 2650 - total flux cleaned = 0.00179779 Jy ! Component: 2700 - total flux cleaned = 0.00184781 Jy ! Component: 2750 - total flux cleaned = 0.00179785 Jy ! Component: 2800 - total flux cleaned = 0.00181446 Jy ! Component: 2850 - total flux cleaned = 0.00189624 Jy ! Component: 2900 - total flux cleaned = 0.00196123 Jy ! Component: 2950 - total flux cleaned = 0.00192876 Jy ! Component: 3000 - total flux cleaned = 0.00200848 Jy ! Component: 3050 - total flux cleaned = 0.00199266 Jy ! Component: 3100 - total flux cleaned = 0.00205559 Jy ! Component: 3150 - total flux cleaned = 0.00205547 Jy ! Component: 3200 - total flux cleaned = 0.00207091 Jy ! Component: 3250 - total flux cleaned = 0.00210161 Jy ! Component: 3300 - total flux cleaned = 0.00213217 Jy ! Component: 3350 - total flux cleaned = 0.00211714 Jy ! Component: 3400 - total flux cleaned = 0.00216213 Jy ! Component: 3450 - total flux cleaned = 0.00222182 Jy ! Component: 3500 - total flux cleaned = 0.0022217 Jy ! Component: 3550 - total flux cleaned = 0.00222178 Jy ! Component: 3600 - total flux cleaned = 0.00220727 Jy ! Component: 3650 - total flux cleaned = 0.00230884 Jy ! Component: 3700 - total flux cleaned = 0.00229435 Jy ! Component: 3750 - total flux cleaned = 0.00232274 Jy ! Component: 3800 - total flux cleaned = 0.00233695 Jy ! Component: 3850 - total flux cleaned = 0.00235109 Jy ! Component: 3900 - total flux cleaned = 0.002295 Jy ! Component: 3950 - total flux cleaned = 0.00232294 Jy ! Component: 4000 - total flux cleaned = 0.00232293 Jy ! Component: 4050 - total flux cleaned = 0.00239169 Jy ! Total flux subtracted in 4096 components = 0.0024054 Jy ! Clean residual min=-0.000778 max=0.000706 Jy/beam ! Clean residual mean=-0.000001 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.197742 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 408 components and 0.197742 Jy ![Exited script file: muppet] wmap "J2201+0312_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.043 x 7.27 at -2.938 degrees (North through East) ! Clean map min=-0.0017649 max=0.13369 Jy/beam ! Writing clean map to FITS file: J2201+0312_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.133694 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000239295 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.536961 0.536961 1.07392 2.14784 4.29569 8.59138 17.1828 34.3655 68.731 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.133 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.043 x 7.27 at -2.938 degrees (North through East) ! Clean map min=-0.0017649 max=0.13369 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 J2201+0312_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:20:11 2019