! Started logfile: J0929+5013_S_2017_05_27_pus_uvs.log on Fri May 3 11:03:51 2019 obs J0929+5013_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J0929+5013_S_2017_05_27_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.961905 visibilities/baseline/integration-bin. ! Found source: J0929+5013 ! ! 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 19392 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 J0929+5013_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 585 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.798135Jy sigma=0.007055 ! Fit after self-cal, rms=0.765942Jy sigma=0.006787 ! 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.489 mas, bmaj=4.133 mas, bpa=10.84 degrees ! Estimated noise=1046.06 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.181488 Jy ! Component: 100 - total flux cleaned = 0.224478 Jy ! Total flux subtracted in 100 components = 0.224478 Jy ! Clean residual min=-0.007293 max=0.016323 Jy/beam ! Clean residual mean=-0.000002 rms=0.001896 Jy/beam ! Combined flux in latest and established models = 0.224478 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.224478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089809Jy sigma=0.000754 ! Fit after self-cal, rms=0.089799Jy sigma=0.000754 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0174422 Jy ! Component: 100 - total flux cleaned = 0.0270891 Jy ! Total flux subtracted in 100 components = 0.0270891 Jy ! Clean residual min=-0.005252 max=0.007132 Jy/beam ! Clean residual mean=0.000009 rms=0.001414 Jy/beam ! Combined flux in latest and established models = 0.251567 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 28 components and 0.251567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085513Jy sigma=0.000710 ! Fit after self-cal, rms=0.085461Jy sigma=0.000709 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.104 mas, bmaj=4.942 mas, bpa=13.82 degrees ! Estimated noise=647.411 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 (4, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0111823 Jy ! Component: 100 - total flux cleaned = 0.0175238 Jy ! Component: 150 - total flux cleaned = 0.0210216 Jy ! Component: 200 - total flux cleaned = 0.0224999 Jy ! Total flux subtracted in 200 components = 0.0224999 Jy ! Clean residual min=-0.004254 max=0.005521 Jy/beam ! Clean residual mean=0.000035 rms=0.001064 Jy/beam ! Combined flux in latest and established models = 0.274067 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 65 components and 0.274067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083982Jy sigma=0.000694 ! Fit after self-cal, rms=0.083851Jy sigma=0.000693 ! 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.92 FD 0.97 HN 1.01 KP 0.99 ! LA 0.97 MK 1.00 NL 0.88 OV 1.01 ! PT 1.02 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 HN 1.05 KP 0.97 ! LA 0.94 MK 0.98 NL 1.03 OV 1.01 ! PT 1.02 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.04 HN 1.03 KP 0.99 ! LA 0.98 MK 1.05 NL 0.97 OV 0.95 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.05 KP 1.00* ! LA 1.04 MK 1.18 NL 1.00* OV 1.00* ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.083851Jy sigma=0.000693 ! Fit after self-cal, rms=0.081840Jy sigma=0.000679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.138 mas, bmaj=4.985 mas, bpa=14.68 degrees ! Estimated noise=642.371 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.00242608 Jy ! Component: 100 - total flux cleaned = 0.00287858 Jy ! Component: 150 - total flux cleaned = 0.00294363 Jy ! Component: 200 - total flux cleaned = 0.00299702 Jy ! Total flux subtracted in 200 components = 0.00299702 Jy ! Clean residual min=-0.003322 max=0.003713 Jy/beam ! Clean residual mean=0.000021 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.277064 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 90 components and 0.277064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081650Jy sigma=0.000677 ! Fit after self-cal, rms=0.081625Jy sigma=0.000677 ! 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.081625Jy sigma=0.000677 ! Fit after self-cal, rms=0.082055Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.119 mas, bmaj=4.986 mas, bpa=14.47 degrees ! Estimated noise=642.833 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00221778 Jy ! Component: 100 - total flux cleaned = 0.00251367 Jy ! Component: 150 - total flux cleaned = 0.00244145 Jy ! Component: 200 - total flux cleaned = 0.00244311 Jy ! Total flux subtracted in 200 components = 0.00244311 Jy ! Clean residual min=-0.001968 max=0.002537 Jy/beam ! Clean residual mean=-0.000011 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.279507 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 111 components and 0.279507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081991Jy sigma=0.000666 ! Fit after self-cal, rms=0.082000Jy 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) ! Added new window around map position (17.5, -14.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00264174 Jy ! Component: 100 - total flux cleaned = 0.00412809 Jy ! Component: 150 - total flux cleaned = 0.00482142 Jy ! Component: 200 - total flux cleaned = 0.00499409 Jy ! Total flux subtracted in 200 components = 0.00499409 Jy ! Clean residual min=-0.001798 max=0.001855 Jy/beam ! Clean residual mean=-0.000008 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.284501 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 138 components and 0.284501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081915Jy sigma=0.000665 ! Fit after self-cal, rms=0.081909Jy 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.081909Jy sigma=0.000665 ! Fit after self-cal, rms=0.081934Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.11 mas, bmaj=4.985 mas, bpa=14.59 degrees ! Estimated noise=642.611 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116712 Jy ! Component: 100 - total flux cleaned = 0.0017068 Jy ! Component: 150 - total flux cleaned = 0.00200223 Jy ! Component: 200 - total flux cleaned = 0.00215538 Jy ! Total flux subtracted in 200 components = 0.00215538 Jy ! Clean residual min=-0.001765 max=0.001753 Jy/beam ! Clean residual mean=-0.000009 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.286656 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 156 components and 0.286656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081907Jy sigma=0.000665 ! Fit after self-cal, rms=0.081905Jy sigma=0.000665 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.000315934 Jy ! Component: 100 - total flux cleaned = 0.000387663 Jy ! Component: 150 - total flux cleaned = 0.000366469 Jy ! Component: 200 - total flux cleaned = 0.000347828 Jy ! Total flux subtracted in 200 components = 0.000347828 Jy ! Clean residual min=-0.001744 max=0.001674 Jy/beam ! Clean residual mean=-0.000009 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.287004 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 170 components and 0.287004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081893Jy sigma=0.000665 ! Fit after self-cal, rms=0.081892Jy sigma=0.000665 ! 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.081892Jy sigma=0.000665 ! Fit after self-cal, rms=0.081960Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.23 mas, bmaj=8.907 mas, bpa=38.3 degrees ! Estimated noise=780.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112546 Jy ! Component: 100 - total flux cleaned = 0.00144079 Jy ! Component: 150 - total flux cleaned = 0.00151723 Jy ! Component: 200 - total flux cleaned = 0.0015332 Jy ! Total flux subtracted in 200 components = 0.0015332 Jy ! Clean residual min=-0.002032 max=0.002058 Jy/beam ! Clean residual mean=-0.000015 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.288537 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 187 components and 0.288537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081955Jy sigma=0.000665 ! Fit after self-cal, rms=0.081955Jy sigma=0.000665 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.000364018 Jy ! Component: 100 - total flux cleaned = 0.000432981 Jy ! Component: 150 - total flux cleaned = 0.000444664 Jy ! Component: 200 - total flux cleaned = 0.000455771 Jy ! Total flux subtracted in 200 components = 0.000455771 Jy ! Clean residual min=-0.002045 max=0.002101 Jy/beam ! Clean residual mean=-0.000014 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.288993 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 196 components and 0.288993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081953Jy sigma=0.000665 ! Fit after self-cal, rms=0.081954Jy sigma=0.000665 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.104 mas, bmaj=4.987 mas, bpa=14.66 degrees ! Estimated noise=642.884 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.104 x 4.987 at 14.66 degrees (North through East) ! Clean map min=-0.0016922 max=0.23378 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=3.491 mas, bmaj=4.176 mas, bpa=12.51 degrees ! Estimated noise=1039.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.180088 Jy ! Component: 100 - total flux cleaned = 0.22404 Jy ! Component: 150 - total flux cleaned = 0.242422 Jy ! Component: 200 - total flux cleaned = 0.253365 Jy ! Total flux subtracted in 200 components = 0.253365 Jy ! Clean residual min=-0.003598 max=0.005978 Jy/beam ! Clean residual mean=-0.000014 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.253365 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.253365 Jy ! Inverting map and beam ! Estimated beam: bmin=4.104 mas, bmaj=4.987 mas, bpa=14.66 degrees ! Estimated noise=642.884 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.0103066 Jy ! Component: 100 - total flux cleaned = 0.0167353 Jy ! Component: 150 - total flux cleaned = 0.0212305 Jy ! Component: 200 - total flux cleaned = 0.0246259 Jy ! Total flux subtracted in 200 components = 0.0246259 Jy ! Clean residual min=-0.001892 max=0.002689 Jy/beam ! Clean residual mean=-0.000014 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.277991 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 69 components and 0.277991 Jy ! Inverting map ! Added new window around map position (8.5, -13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00283012 Jy ! Component: 100 - total flux cleaned = 0.00497269 Jy ! Component: 150 - total flux cleaned = 0.0067053 Jy ! Component: 200 - total flux cleaned = 0.00811926 Jy ! Total flux subtracted in 200 components = 0.00811926 Jy ! Clean residual min=-0.001721 max=0.001678 Jy/beam ! Clean residual mean=-0.000009 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.28611 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 98 components and 0.28611 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.23 mas, bmaj=8.907 mas, bpa=38.3 degrees ! Estimated noise=780.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00175665 Jy ! Component: 100 - total flux cleaned = 0.00286067 Jy ! Component: 150 - total flux cleaned = 0.00323978 Jy ! Component: 200 - total flux cleaned = 0.00349165 Jy ! Total flux subtracted in 200 components = 0.00349165 Jy ! Clean residual min=-0.002065 max=0.002133 Jy/beam ! Clean residual mean=-0.000013 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.289602 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.15569e-05 Jy ! Component: 100 - total flux cleaned = 7.89711e-05 Jy ! Component: 150 - total flux cleaned = 0.000129161 Jy ! Component: 200 - total flux cleaned = 0.000174639 Jy ! Total flux subtracted in 200 components = 0.000174639 Jy ! Clean residual min=-0.002069 max=0.002141 Jy/beam ! Clean residual mean=-0.000013 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.289777 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 159 components and 0.289777 Jy ! Inverting map ! Added new window around map position (94, -94.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101105 Jy ! Component: 100 - total flux cleaned = 0.000894527 Jy ! Component: 150 - total flux cleaned = 0.000742506 Jy ! Component: 200 - total flux cleaned = 0.000588315 Jy ! Total flux subtracted in 200 components = 0.000588315 Jy ! Clean residual min=-0.001945 max=0.001740 Jy/beam ! Clean residual mean=-0.000017 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.290365 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 189 components and 0.290365 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.104 mas, bmaj=4.987 mas, bpa=14.66 degrees ! Estimated noise=642.884 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000155461 Jy ! Component: 100 - total flux cleaned = 0.000223544 Jy ! Component: 150 - total flux cleaned = 0.000255722 Jy ! Component: 200 - total flux cleaned = 0.000316707 Jy ! Total flux subtracted in 200 components = 0.000316707 Jy ! Clean residual min=-0.001673 max=0.001591 Jy/beam ! Clean residual mean=-0.000008 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.290682 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 215 components and 0.290682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081898Jy sigma=0.000664 ! Fit after self-cal, rms=0.081887Jy sigma=0.000664 wmodel J0929+5013_S_2017_05_27_pus_map.mod ! Writing 215 model components to file: J0929+5013_S_2017_05_27_pus_map.mod wobs J0929+5013_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J0929+5013_S_2017_05_27_pus_uvs.fits wwins J0929+5013_S_2017_05_27_pus_map.win ! wwins: Wrote 5 windows to J0929+5013_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.000179798 Jy ! Component: 100 - total flux cleaned = -0.000263425 Jy ! Component: 150 - total flux cleaned = -0.000209107 Jy ! Component: 200 - total flux cleaned = -0.00010659 Jy ! Component: 250 - total flux cleaned = -8.25132e-05 Jy ! Component: 300 - total flux cleaned = -5.89085e-05 Jy ! Component: 350 - total flux cleaned = -8.18547e-05 Jy ! Component: 400 - total flux cleaned = 8.85777e-06 Jy ! Component: 450 - total flux cleaned = 9.16462e-06 Jy ! Component: 500 - total flux cleaned = 9.62197e-05 Jy ! Component: 550 - total flux cleaned = 9.63203e-05 Jy ! Component: 600 - total flux cleaned = 0.000179707 Jy ! Component: 650 - total flux cleaned = 0.000241063 Jy ! Component: 700 - total flux cleaned = 0.000241336 Jy ! Component: 750 - total flux cleaned = 0.000320671 Jy ! Component: 800 - total flux cleaned = 0.000320814 Jy ! Component: 850 - total flux cleaned = 0.000398075 Jy ! Component: 900 - total flux cleaned = 0.000511649 Jy ! Component: 950 - total flux cleaned = 0.000604535 Jy ! Component: 1000 - total flux cleaned = 0.000696124 Jy ! Component: 1050 - total flux cleaned = 0.000750269 Jy ! Component: 1100 - total flux cleaned = 0.000839979 Jy ! Component: 1150 - total flux cleaned = 0.000857583 Jy ! Component: 1200 - total flux cleaned = 0.000910012 Jy ! Component: 1250 - total flux cleaned = 0.000944687 Jy ! Component: 1300 - total flux cleaned = 0.000995879 Jy ! Component: 1350 - total flux cleaned = 0.00102992 Jy ! Component: 1400 - total flux cleaned = 0.00108026 Jy ! Component: 1450 - total flux cleaned = 0.00112993 Jy ! Component: 1500 - total flux cleaned = 0.00122764 Jy ! Component: 1550 - total flux cleaned = 0.0012277 Jy ! Component: 1600 - total flux cleaned = 0.0012438 Jy ! Component: 1650 - total flux cleaned = 0.00127548 Jy ! Component: 1700 - total flux cleaned = 0.00125976 Jy ! Component: 1750 - total flux cleaned = 0.00129082 Jy ! Component: 1800 - total flux cleaned = 0.00122934 Jy ! Component: 1850 - total flux cleaned = 0.00122953 Jy ! Component: 1900 - total flux cleaned = 0.00125981 Jy ! Component: 1950 - total flux cleaned = 0.00122987 Jy ! Component: 2000 - total flux cleaned = 0.00125949 Jy ! Component: 2050 - total flux cleaned = 0.00121541 Jy ! Component: 2100 - total flux cleaned = 0.00122997 Jy ! Component: 2150 - total flux cleaned = 0.00122982 Jy ! Component: 2200 - total flux cleaned = 0.00120101 Jy ! Component: 2250 - total flux cleaned = 0.00124389 Jy ! Component: 2300 - total flux cleaned = 0.00114469 Jy ! Component: 2350 - total flux cleaned = 0.00113073 Jy ! Component: 2400 - total flux cleaned = 0.00110284 Jy ! Component: 2450 - total flux cleaned = 0.00107524 Jy ! Component: 2500 - total flux cleaned = 0.00107521 Jy ! Component: 2550 - total flux cleaned = 0.000979496 Jy ! Component: 2600 - total flux cleaned = 0.00102028 Jy ! Component: 2650 - total flux cleaned = 0.000979916 Jy ! Component: 2700 - total flux cleaned = 0.000953205 Jy ! Component: 2750 - total flux cleaned = 0.000913386 Jy ! Component: 2800 - total flux cleaned = 0.000926698 Jy ! Component: 2850 - total flux cleaned = 0.000861411 Jy ! Component: 2900 - total flux cleaned = 0.000848356 Jy ! Component: 2950 - total flux cleaned = 0.00082262 Jy ! Component: 3000 - total flux cleaned = 0.000797095 Jy ! Component: 3050 - total flux cleaned = 0.000733503 Jy ! Component: 3100 - total flux cleaned = 0.000758807 Jy ! Component: 3150 - total flux cleaned = 0.000683412 Jy ! Component: 3200 - total flux cleaned = 0.00065834 Jy ! Component: 3250 - total flux cleaned = 0.000608677 Jy ! Component: 3300 - total flux cleaned = 0.000596298 Jy ! Component: 3350 - total flux cleaned = 0.000534803 Jy ! Component: 3400 - total flux cleaned = 0.000498269 Jy ! Component: 3450 - total flux cleaned = 0.00044986 Jy ! Component: 3500 - total flux cleaned = 0.000437913 Jy ! Component: 3550 - total flux cleaned = 0.000413932 Jy ! Component: 3600 - total flux cleaned = 0.000413942 Jy ! Component: 3650 - total flux cleaned = 0.000342833 Jy ! Component: 3700 - total flux cleaned = 0.000331168 Jy ! Component: 3750 - total flux cleaned = 0.000354651 Jy ! Component: 3800 - total flux cleaned = 0.000331324 Jy ! Component: 3850 - total flux cleaned = 0.000308085 Jy ! Component: 3900 - total flux cleaned = 0.000250353 Jy ! Component: 3950 - total flux cleaned = 0.000238917 Jy ! Component: 4000 - total flux cleaned = 0.000204704 Jy ! Component: 4050 - total flux cleaned = 0.000216059 Jy ! Total flux subtracted in 4096 components = 0.000182217 Jy ! Clean residual min=-0.000686 max=0.000641 Jy/beam ! Clean residual mean=-0.000004 rms=0.000204 Jy/beam ! Combined flux in latest and established models = 0.290864 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 493 components and 0.290864 Jy ![Exited script file: muppet] wmap "J0929+5013_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.104 x 4.987 at 14.66 degrees (North through East) ! Clean map min=-0.0015577 max=0.23367 Jy/beam ! Writing clean map to FITS file: J0929+5013_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.233667 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000202046 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.259402 0.259402 0.518804 1.03761 2.07522 4.15043 8.30086 16.6017 33.2035 66.4069 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.233 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.104 x 4.987 at 14.66 degrees (North through East) ! Clean map min=-0.0015577 max=0.23367 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 J0929+5013_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:03:56 2019