! Started logfile: J2101+0341_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:49:28 2019 obs J2101+0341_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J2101+0341_S_2017_03_27_pus_uva.fits ! AN table 1: 8 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.716667 visibilities/baseline/integration-bin. ! Found source: J2101+0341 ! ! 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 1684 lines of history. ! ! Reading 1032 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 J2101+0341_S_2017_03_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.569141Jy sigma=0.005112 ! Fit after self-cal, rms=0.563818Jy sigma=0.005065 ! 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.611 mas, bmaj=6.926 mas, bpa=-1.827 degrees ! Estimated noise=3126.75 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.334845 Jy ! Component: 100 - total flux cleaned = 0.42084 Jy ! Total flux subtracted in 100 components = 0.42084 Jy ! Clean residual min=-0.016310 max=0.034266 Jy/beam ! Clean residual mean=0.000081 rms=0.005486 Jy/beam ! Combined flux in latest and established models = 0.42084 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.42084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102188Jy sigma=0.000868 ! Fit after self-cal, rms=0.102134Jy sigma=0.000867 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0339047 Jy ! Component: 100 - total flux cleaned = 0.0488453 Jy ! Total flux subtracted in 100 components = 0.0488453 Jy ! Clean residual min=-0.012023 max=0.013897 Jy/beam ! Clean residual mean=0.000045 rms=0.003095 Jy/beam ! Combined flux in latest and established models = 0.469685 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 18 components and 0.469685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088501Jy sigma=0.000743 ! Fit after self-cal, rms=0.088482Jy sigma=0.000743 ! 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.11 mas, bmaj=7.73 mas, bpa=-0.2551 degrees ! Estimated noise=2728.22 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.0107187 Jy ! Component: 100 - total flux cleaned = 0.0159038 Jy ! Component: 150 - total flux cleaned = 0.0186764 Jy ! Component: 200 - total flux cleaned = 0.0202274 Jy ! Total flux subtracted in 200 components = 0.0202274 Jy ! Clean residual min=-0.009384 max=0.010201 Jy/beam ! Clean residual mean=0.000051 rms=0.002559 Jy/beam ! Combined flux in latest and established models = 0.489913 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 37 components and 0.489913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087078Jy sigma=0.000733 ! Fit after self-cal, rms=0.087075Jy sigma=0.000733 ! 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 0.99 FD 0.97 HN 1.00* KP 1.09 ! LA 0.99 MK 0.97 NL 0.97 OV 1.04 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.02 HN 1.00* KP 1.00 ! LA 0.94 MK 0.92 NL 1.04 OV 1.06 ! PT 0.96 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.06 HN 1.00* KP 1.02 ! LA 1.02 MK 1.01 NL 1.01 OV 0.97 ! PT 0.94 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.09 HN 1.00* KP 1.00* ! LA 1.00* MK 1.39 NL 1.00* OV 0.78 ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.087075Jy sigma=0.000733 ! Fit after self-cal, rms=0.078642Jy sigma=0.000665 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.106 mas, bmaj=7.741 mas, bpa=-0.218 degrees ! Estimated noise=2725.68 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.000632998 Jy ! Component: 100 - total flux cleaned = -0.000693726 Jy ! Component: 150 - total flux cleaned = -0.000750316 Jy ! Component: 200 - total flux cleaned = -0.000828895 Jy ! Total flux subtracted in 200 components = -0.000828895 Jy ! Clean residual min=-0.006219 max=0.006423 Jy/beam ! Clean residual mean=0.000017 rms=0.001629 Jy/beam ! Combined flux in latest and established models = 0.489084 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 47 components and 0.489084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078610Jy sigma=0.000665 ! Fit after self-cal, rms=0.078634Jy sigma=0.000664 ! 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.078634Jy sigma=0.000664 ! Fit after self-cal, rms=0.078707Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.107 mas, bmaj=7.744 mas, bpa=-0.1895 degrees ! Estimated noise=2726.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000426673 Jy ! Component: 100 - total flux cleaned = -0.000454111 Jy ! Component: 150 - total flux cleaned = -0.000522529 Jy ! Component: 200 - total flux cleaned = -0.000563654 Jy ! Total flux subtracted in 200 components = -0.000563654 Jy ! Clean residual min=-0.006181 max=0.006418 Jy/beam ! Clean residual mean=0.000017 rms=0.001623 Jy/beam ! Combined flux in latest and established models = 0.48852 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.48852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078684Jy sigma=0.000664 ! Fit after self-cal, rms=0.078686Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000197299 Jy ! Component: 100 - total flux cleaned = -0.000198307 Jy ! Component: 150 - total flux cleaned = -0.000214413 Jy ! Component: 200 - total flux cleaned = -0.000229036 Jy ! Total flux subtracted in 200 components = -0.000229036 Jy ! Clean residual min=-0.006162 max=0.006404 Jy/beam ! Clean residual mean=0.000017 rms=0.001621 Jy/beam ! Combined flux in latest and established models = 0.488291 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 57 components and 0.488291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078673Jy sigma=0.000664 ! Fit after self-cal, rms=0.078675Jy sigma=0.000664 ! 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.078675Jy sigma=0.000664 ! Fit after self-cal, rms=0.078742Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.108 mas, bmaj=7.747 mas, bpa=-0.1438 degrees ! Estimated noise=2727.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000274322 Jy ! Component: 100 - total flux cleaned = -0.000313376 Jy ! Component: 150 - total flux cleaned = -0.000330134 Jy ! Component: 200 - total flux cleaned = -0.000360567 Jy ! Total flux subtracted in 200 components = -0.000360567 Jy ! Clean residual min=-0.006168 max=0.006379 Jy/beam ! Clean residual mean=0.000017 rms=0.001618 Jy/beam ! Combined flux in latest and established models = 0.48793 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.48793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078729Jy sigma=0.000664 ! Fit after self-cal, rms=0.078732Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000116646 Jy ! Component: 100 - total flux cleaned = -0.000100737 Jy ! Component: 150 - total flux cleaned = -0.000100868 Jy ! Component: 200 - total flux cleaned = -0.000100858 Jy ! Total flux subtracted in 200 components = -0.000100858 Jy ! Clean residual min=-0.006153 max=0.006379 Jy/beam ! Clean residual mean=0.000017 rms=0.001618 Jy/beam ! Combined flux in latest and established models = 0.48783 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.48783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078725Jy sigma=0.000664 ! Fit after self-cal, rms=0.078727Jy sigma=0.000664 ! 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.078727Jy sigma=0.000664 ! Fit after self-cal, rms=0.078772Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.302 mas, bmaj=13.29 mas, bpa=15.07 degrees ! Estimated noise=3393.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000263387 Jy ! Component: 100 - total flux cleaned = 0.000197808 Jy ! Component: 150 - total flux cleaned = 0.000137142 Jy ! Component: 200 - total flux cleaned = 8.27021e-05 Jy ! Total flux subtracted in 200 components = 8.27021e-05 Jy ! Clean residual min=-0.007059 max=0.005729 Jy/beam ! Clean residual mean=0.000034 rms=0.001962 Jy/beam ! Combined flux in latest and established models = 0.487912 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 65 components and 0.487912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078772Jy sigma=0.000664 ! Fit after self-cal, rms=0.078771Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.56774e-05 Jy ! Component: 100 - total flux cleaned = -2.70635e-05 Jy ! Component: 150 - total flux cleaned = -7.01359e-05 Jy ! Component: 200 - total flux cleaned = -9.05829e-05 Jy ! Total flux subtracted in 200 components = -9.05829e-05 Jy ! Clean residual min=-0.007008 max=0.005643 Jy/beam ! Clean residual mean=0.000034 rms=0.001952 Jy/beam ! Combined flux in latest and established models = 0.487822 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 66 components and 0.487822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078785Jy sigma=0.000664 ! Fit after self-cal, rms=0.078783Jy sigma=0.000664 ! 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.109 mas, bmaj=7.749 mas, bpa=-0.09626 degrees ! Estimated noise=2727.5 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.109 x 7.749 at -0.09626 degrees (North through East) ! Clean map min=-0.0057684 max=0.43967 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.608 mas, bmaj=6.931 mas, bpa=-1.554 degrees ! Estimated noise=3144.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.336678 Jy ! Component: 100 - total flux cleaned = 0.422233 Jy ! Component: 150 - total flux cleaned = 0.455697 Jy ! Component: 200 - total flux cleaned = 0.47051 Jy ! Total flux subtracted in 200 components = 0.47051 Jy ! Clean residual min=-0.009040 max=0.008201 Jy/beam ! Clean residual mean=0.000023 rms=0.002237 Jy/beam ! Combined flux in latest and established models = 0.47051 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.47051 Jy ! Inverting map and beam ! Estimated beam: bmin=3.109 mas, bmaj=7.749 mas, bpa=-0.09626 degrees ! Estimated noise=2727.5 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.00922532 Jy ! Component: 100 - total flux cleaned = 0.0136745 Jy ! Component: 150 - total flux cleaned = 0.0159661 Jy ! Component: 200 - total flux cleaned = 0.0164875 Jy ! Total flux subtracted in 200 components = 0.0164875 Jy ! Clean residual min=-0.006417 max=0.006212 Jy/beam ! Clean residual mean=0.000018 rms=0.001632 Jy/beam ! Combined flux in latest and established models = 0.486997 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 38 components and 0.486997 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.302 mas, bmaj=13.29 mas, bpa=15.07 degrees ! Estimated noise=3393.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00122518 Jy ! Component: 100 - total flux cleaned = 0.00119193 Jy ! Component: 150 - total flux cleaned = 0.00112549 Jy ! Component: 200 - total flux cleaned = 0.0010362 Jy ! Total flux subtracted in 200 components = 0.0010362 Jy ! Clean residual min=-0.006854 max=0.005599 Jy/beam ! Clean residual mean=0.000034 rms=0.001956 Jy/beam ! Combined flux in latest and established models = 0.488033 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 = -5.4564e-05 Jy ! Component: 100 - total flux cleaned = -0.000105461 Jy ! Component: 150 - total flux cleaned = -0.000152883 Jy ! Component: 200 - total flux cleaned = -0.000197124 Jy ! Total flux subtracted in 200 components = -0.000197124 Jy ! Clean residual min=-0.006805 max=0.005552 Jy/beam ! Clean residual mean=0.000034 rms=0.001948 Jy/beam ! Combined flux in latest and established models = 0.487836 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 44 components and 0.487836 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.109 mas, bmaj=7.749 mas, bpa=-0.09626 degrees ! Estimated noise=2727.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000615054 Jy ! Component: 100 - total flux cleaned = -0.000774728 Jy ! Component: 150 - total flux cleaned = -0.000714416 Jy ! Component: 200 - total flux cleaned = -0.000686595 Jy ! Total flux subtracted in 200 components = -0.000686595 Jy ! Clean residual min=-0.006237 max=0.006205 Jy/beam ! Clean residual mean=0.000018 rms=0.001620 Jy/beam ! Combined flux in latest and established models = 0.48715 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.48715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078781Jy sigma=0.000664 ! Fit after self-cal, rms=0.078781Jy sigma=0.000664 wmodel J2101+0341_S_2017_03_27_pus_map.mod ! Writing 52 model components to file: J2101+0341_S_2017_03_27_pus_map.mod wobs J2101+0341_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J2101+0341_S_2017_03_27_pus_uvs.fits wwins J2101+0341_S_2017_03_27_pus_map.win ! wwins: Wrote 1 windows to J2101+0341_S_2017_03_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.000777063 Jy ! Component: 100 - total flux cleaned = -0.00168736 Jy ! Component: 150 - total flux cleaned = -0.00244916 Jy ! Component: 200 - total flux cleaned = -0.00281073 Jy ! Component: 250 - total flux cleaned = -0.00306774 Jy ! Component: 300 - total flux cleaned = -0.00323245 Jy ! Component: 350 - total flux cleaned = -0.0034742 Jy ! Component: 400 - total flux cleaned = -0.0036303 Jy ! Component: 450 - total flux cleaned = -0.00393096 Jy ! Component: 500 - total flux cleaned = -0.00407431 Jy ! Component: 550 - total flux cleaned = -0.00407513 Jy ! Component: 600 - total flux cleaned = -0.00427973 Jy ! Component: 650 - total flux cleaned = -0.00427983 Jy ! Component: 700 - total flux cleaned = -0.00440896 Jy ! Component: 750 - total flux cleaned = -0.00459732 Jy ! Component: 800 - total flux cleaned = -0.0047198 Jy ! Component: 850 - total flux cleaned = -0.00466118 Jy ! Component: 900 - total flux cleaned = -0.00460289 Jy ! Component: 950 - total flux cleaned = -0.00437727 Jy ! Component: 1000 - total flux cleaned = -0.00421407 Jy ! Component: 1050 - total flux cleaned = -0.00416084 Jy ! Component: 1100 - total flux cleaned = -0.00389892 Jy ! Component: 1150 - total flux cleaned = -0.00384966 Jy ! Component: 1200 - total flux cleaned = -0.00374966 Jy ! Component: 1250 - total flux cleaned = -0.0037003 Jy ! Component: 1300 - total flux cleaned = -0.00355604 Jy ! Component: 1350 - total flux cleaned = -0.00341533 Jy ! Component: 1400 - total flux cleaned = -0.003507 Jy ! Component: 1450 - total flux cleaned = -0.00341732 Jy ! Component: 1500 - total flux cleaned = -0.0033738 Jy ! Component: 1550 - total flux cleaned = -0.00324403 Jy ! Component: 1600 - total flux cleaned = -0.00315926 Jy ! Component: 1650 - total flux cleaned = -0.00311642 Jy ! Component: 1700 - total flux cleaned = -0.00286843 Jy ! Component: 1750 - total flux cleaned = -0.00266506 Jy ! Component: 1800 - total flux cleaned = -0.00258531 Jy ! Component: 1850 - total flux cleaned = -0.00246732 Jy ! Component: 1900 - total flux cleaned = -0.00231197 Jy ! Component: 1950 - total flux cleaned = -0.00212025 Jy ! Component: 2000 - total flux cleaned = -0.00189332 Jy ! Component: 2050 - total flux cleaned = -0.00170741 Jy ! Component: 2100 - total flux cleaned = -0.0015233 Jy ! Component: 2150 - total flux cleaned = -0.00137841 Jy ! Component: 2200 - total flux cleaned = -0.00119941 Jy ! Component: 2250 - total flux cleaned = -0.00105859 Jy ! Component: 2300 - total flux cleaned = -0.000883859 Jy ! Component: 2350 - total flux cleaned = -0.000745738 Jy ! Component: 2400 - total flux cleaned = -0.000507171 Jy ! Component: 2450 - total flux cleaned = -0.000271487 Jy ! Component: 2500 - total flux cleaned = -0.00010537 Jy ! Component: 2550 - total flux cleaned = -3.9302e-05 Jy ! Component: 2600 - total flux cleaned = 0.000124324 Jy ! Component: 2650 - total flux cleaned = 0.000350946 Jy ! Component: 2700 - total flux cleaned = 0.000447283 Jy ! Component: 2750 - total flux cleaned = 0.000733664 Jy ! Component: 2800 - total flux cleaned = 0.000765118 Jy ! Component: 2850 - total flux cleaned = 0.000983834 Jy ! Component: 2900 - total flux cleaned = 0.00113904 Jy ! Component: 2950 - total flux cleaned = 0.00132358 Jy ! Component: 3000 - total flux cleaned = 0.00150679 Jy ! Component: 3050 - total flux cleaned = 0.00168828 Jy ! Component: 3100 - total flux cleaned = 0.00183848 Jy ! Component: 3150 - total flux cleaned = 0.00195799 Jy ! Component: 3200 - total flux cleaned = 0.00204697 Jy ! Component: 3250 - total flux cleaned = 0.00225303 Jy ! Component: 3300 - total flux cleaned = 0.00231142 Jy ! Component: 3350 - total flux cleaned = 0.00245707 Jy ! Component: 3400 - total flux cleaned = 0.00257266 Jy ! Component: 3450 - total flux cleaned = 0.00268764 Jy ! Component: 3500 - total flux cleaned = 0.00271623 Jy ! Component: 3550 - total flux cleaned = 0.00283025 Jy ! Component: 3600 - total flux cleaned = 0.00283028 Jy ! Component: 3650 - total flux cleaned = 0.0029717 Jy ! Component: 3700 - total flux cleaned = 0.00299979 Jy ! Component: 3750 - total flux cleaned = 0.003056 Jy ! Component: 3800 - total flux cleaned = 0.00316789 Jy ! Component: 3850 - total flux cleaned = 0.00319564 Jy ! Component: 3900 - total flux cleaned = 0.0032236 Jy ! Component: 3950 - total flux cleaned = 0.0033344 Jy ! Component: 4000 - total flux cleaned = 0.00333437 Jy ! Component: 4050 - total flux cleaned = 0.0034449 Jy ! Total flux subtracted in 4096 components = 0.00344487 Jy ! Clean residual min=-0.001742 max=0.001618 Jy/beam ! Clean residual mean=0.000013 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.490595 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 317 components and 0.490595 Jy ![Exited script file: muppet] wmap "J2101+0341_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.109 x 7.749 at -0.09626 degrees (North through East) ! Clean map min=-0.004259 max=0.44002 Jy/beam ! Writing clean map to FITS file: J2101+0341_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.440022 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000452297 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.308369 0.308369 0.616738 1.23348 2.46695 4.93391 9.86782 19.7356 39.4713 78.9425 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.44 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.109 x 7.749 at -0.09626 degrees (North through East) ! Clean map min=-0.004259 max=0.44002 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 J2101+0341_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:49:34 2019