! Started logfile: J2045+1547_S_2017_08_05_pus_uvs.log on Thu May 9 19:38:42 2019 obs J2045+1547_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J2045+1547_S_2017_08_05_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.893019 visibilities/baseline/integration-bin. ! Found source: J2045+1547 ! ! 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 513 lines of history. ! ! Reading 18164 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 J2045+1547_S_2017_08_05_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 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 177 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 719 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.801927Jy sigma=0.007854 ! Fit after self-cal, rms=0.785335Jy sigma=0.007693 ! 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.766 mas, bmaj=7.786 mas, bpa=-8.893 degrees ! Estimated noise=890.924 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.162832 Jy ! Component: 100 - total flux cleaned = 0.203572 Jy ! Total flux subtracted in 100 components = 0.203572 Jy ! Clean residual min=-0.006371 max=0.016961 Jy/beam ! Clean residual mean=-0.000022 rms=0.001672 Jy/beam ! Combined flux in latest and established models = 0.203572 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.203572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084783Jy sigma=0.000742 ! Fit after self-cal, rms=0.084774Jy sigma=0.000741 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0183132 Jy ! Component: 100 - total flux cleaned = 0.0274467 Jy ! Total flux subtracted in 100 components = 0.0274467 Jy ! Clean residual min=-0.004677 max=0.004922 Jy/beam ! Clean residual mean=-0.000010 rms=0.001121 Jy/beam ! Combined flux in latest and established models = 0.231018 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 10 components and 0.231018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079942Jy sigma=0.000706 ! Fit after self-cal, rms=0.079925Jy sigma=0.000706 ! 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.289 mas, bmaj=8.796 mas, bpa=-9.172 degrees ! Estimated noise=647.437 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.00433713 Jy ! Component: 100 - total flux cleaned = 0.00466588 Jy ! Component: 150 - total flux cleaned = 0.00484004 Jy ! Component: 200 - total flux cleaned = 0.00498607 Jy ! Total flux subtracted in 200 components = 0.00498607 Jy ! Clean residual min=-0.004866 max=0.003733 Jy/beam ! Clean residual mean=-0.000012 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.236004 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 28 components and 0.236004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079399Jy sigma=0.000705 ! Fit after self-cal, rms=0.079396Jy sigma=0.000705 ! 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.97 FD 0.95 HN 0.94 KP 1.07 ! LA 1.03 MK 1.00 NL 0.91 OV 1.03 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.00 KP 1.02 ! LA 0.99 MK 0.99 NL 1.05 OV 1.08 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.02 HN 0.98 KP 0.90 ! LA 0.79 MK 1.03 NL 1.17 OV 0.99 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 4. ! A total of 51 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.93 KP 1.00* ! LA 1.00* MK 1.32 NL 1.00* OV 1.00* ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.079396Jy sigma=0.000705 ! Fit after self-cal, rms=0.073461Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.318 mas, bmaj=8.757 mas, bpa=-9.069 degrees ! Estimated noise=648.1 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 = 5.43421e-05 Jy ! Component: 100 - total flux cleaned = 0.000203652 Jy ! Component: 150 - total flux cleaned = 0.000268435 Jy ! Component: 200 - total flux cleaned = 0.000325204 Jy ! Total flux subtracted in 200 components = 0.000325204 Jy ! Clean residual min=-0.002806 max=0.002353 Jy/beam ! Clean residual mean=-0.000005 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.236329 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 38 components and 0.236329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073429Jy sigma=0.000672 ! Fit after self-cal, rms=0.073396Jy sigma=0.000672 ! 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.073396Jy sigma=0.000672 ! Fit after self-cal, rms=0.072495Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.324 mas, bmaj=8.755 mas, bpa=-9.13 degrees ! Estimated noise=648.068 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000724149 Jy ! Component: 100 - total flux cleaned = -0.000773304 Jy ! Component: 150 - total flux cleaned = -0.000810763 Jy ! Component: 200 - total flux cleaned = -0.000810823 Jy ! Total flux subtracted in 200 components = -0.000810823 Jy ! Clean residual min=-0.001855 max=0.001900 Jy/beam ! Clean residual mean=0.000002 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.235519 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 47 components and 0.235519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072478Jy sigma=0.000667 ! Fit after self-cal, rms=0.072480Jy sigma=0.000667 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 (-2.5, -32). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000920933 Jy ! Component: 100 - total flux cleaned = 0.000808897 Jy ! Component: 150 - total flux cleaned = 0.000677046 Jy ! Component: 200 - total flux cleaned = 0.000561453 Jy ! Total flux subtracted in 200 components = 0.000561453 Jy ! Clean residual min=-0.001702 max=0.001740 Jy/beam ! Clean residual mean=0.000001 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.23608 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 71 components and 0.23608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072428Jy sigma=0.000667 ! Fit after self-cal, rms=0.072426Jy sigma=0.000667 ! Inverting map ! Added new window around map position (-34, 21.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116036 Jy ! Component: 100 - total flux cleaned = 0.00129386 Jy ! Component: 150 - total flux cleaned = 0.00129372 Jy ! Component: 200 - total flux cleaned = 0.00129569 Jy ! Total flux subtracted in 200 components = 0.00129569 Jy ! Clean residual min=-0.001584 max=0.001520 Jy/beam ! Clean residual mean=0.000001 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.237376 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 87 components and 0.237376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072388Jy sigma=0.000666 ! Fit after self-cal, rms=0.072387Jy sigma=0.000666 ! 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.072387Jy sigma=0.000666 ! Fit after self-cal, rms=0.072354Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.329 mas, bmaj=8.747 mas, bpa=-9.081 degrees ! Estimated noise=647.878 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000284495 Jy ! Component: 100 - total flux cleaned = -0.000363975 Jy ! Component: 150 - total flux cleaned = -0.00041146 Jy ! Component: 200 - total flux cleaned = -0.000433595 Jy ! Total flux subtracted in 200 components = -0.000433595 Jy ! Clean residual min=-0.001430 max=0.001562 Jy/beam ! Clean residual mean=-0.000000 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.236942 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 101 components and 0.236942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072336Jy sigma=0.000666 ! Fit after self-cal, rms=0.072337Jy 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 = 4.66484e-05 Jy ! Component: 100 - total flux cleaned = 2.61357e-05 Jy ! Component: 150 - total flux cleaned = -1.31046e-05 Jy ! Component: 200 - total flux cleaned = -3.17037e-05 Jy ! Total flux subtracted in 200 components = -3.17037e-05 Jy ! Clean residual min=-0.001410 max=0.001542 Jy/beam ! Clean residual mean=-0.000001 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.23691 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 110 components and 0.23691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072327Jy sigma=0.000666 ! Fit after self-cal, rms=0.072327Jy sigma=0.000666 ! 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.072327Jy sigma=0.000666 ! Fit after self-cal, rms=0.072286Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.28 mas, bmaj=11.89 mas, bpa=-9.154 degrees ! Estimated noise=799.937 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000562663 Jy ! Component: 100 - total flux cleaned = -0.000690763 Jy ! Component: 150 - total flux cleaned = -0.000658545 Jy ! Component: 200 - total flux cleaned = -0.000614407 Jy ! Total flux subtracted in 200 components = -0.000614407 Jy ! Clean residual min=-0.001308 max=0.001384 Jy/beam ! Clean residual mean=-0.000002 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.236296 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 137 components and 0.236296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072283Jy sigma=0.000666 ! Fit after self-cal, rms=0.072283Jy 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 = -2.15209e-05 Jy ! Component: 100 - total flux cleaned = -2.23778e-05 Jy ! Component: 150 - total flux cleaned = -1.0303e-05 Jy ! Component: 200 - total flux cleaned = -1.04118e-05 Jy ! Total flux subtracted in 200 components = -1.04118e-05 Jy ! Clean residual min=-0.001268 max=0.001337 Jy/beam ! Clean residual mean=-0.000002 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.236286 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 143 components and 0.236286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072282Jy sigma=0.000666 ! Fit after self-cal, rms=0.072282Jy sigma=0.000666 ! 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.333 mas, bmaj=8.744 mas, bpa=-9.048 degrees ! Estimated noise=647.584 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.333 x 8.744 at -9.048 degrees (North through East) ! Clean map min=-0.001342 max=0.21391 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.806 mas, bmaj=7.751 mas, bpa=-8.734 degrees ! Estimated noise=895.035 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.163108 Jy ! Component: 100 - total flux cleaned = 0.202321 Jy ! Component: 150 - total flux cleaned = 0.219084 Jy ! Component: 200 - total flux cleaned = 0.227292 Jy ! Total flux subtracted in 200 components = 0.227292 Jy ! Clean residual min=-0.002920 max=0.003792 Jy/beam ! Clean residual mean=-0.000004 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.227292 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.227292 Jy ! Inverting map and beam ! Estimated beam: bmin=3.333 mas, bmaj=8.744 mas, bpa=-9.048 degrees ! Estimated noise=647.584 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.00452309 Jy ! Component: 100 - total flux cleaned = 0.00679728 Jy ! Component: 150 - total flux cleaned = 0.00797623 Jy ! Component: 200 - total flux cleaned = 0.00841414 Jy ! Total flux subtracted in 200 components = 0.00841414 Jy ! Clean residual min=-0.001513 max=0.001626 Jy/beam ! Clean residual mean=-0.000001 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.235706 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 31 components and 0.235706 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.28 mas, bmaj=11.89 mas, bpa=-9.154 degrees ! Estimated noise=799.937 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000299579 Jy ! Component: 100 - total flux cleaned = 0.000445518 Jy ! Component: 150 - total flux cleaned = 0.000505232 Jy ! Component: 200 - total flux cleaned = 0.000557045 Jy ! Total flux subtracted in 200 components = 0.000557045 Jy ! Clean residual min=-0.001335 max=0.001382 Jy/beam ! Clean residual mean=-0.000001 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.236263 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.65934e-05 Jy ! Component: 100 - total flux cleaned = 8.9231e-05 Jy ! Component: 150 - total flux cleaned = 8.95893e-05 Jy ! Component: 200 - total flux cleaned = 8.90422e-05 Jy ! Total flux subtracted in 200 components = 8.90422e-05 Jy ! Clean residual min=-0.001297 max=0.001366 Jy/beam ! Clean residual mean=-0.000001 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.236352 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 84 components and 0.236352 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.333 mas, bmaj=8.744 mas, bpa=-9.048 degrees ! Estimated noise=647.584 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.99558e-05 Jy ! Component: 100 - total flux cleaned = -3.30398e-05 Jy ! Component: 150 - total flux cleaned = -3.32244e-05 Jy ! Component: 200 - total flux cleaned = -6.00527e-05 Jy ! Total flux subtracted in 200 components = -6.00527e-05 Jy ! Clean residual min=-0.001356 max=0.001555 Jy/beam ! Clean residual mean=-0.000001 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.236292 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 105 components and 0.236292 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072313Jy sigma=0.000666 ! Fit after self-cal, rms=0.072306Jy sigma=0.000666 wmodel J2045+1547_S_2017_08_05_pus_map.mod ! Writing 105 model components to file: J2045+1547_S_2017_08_05_pus_map.mod wobs J2045+1547_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J2045+1547_S_2017_08_05_pus_uvs.fits wwins J2045+1547_S_2017_08_05_pus_map.win ! wwins: Wrote 3 windows to J2045+1547_S_2017_08_05_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.000173575 Jy ! Component: 100 - total flux cleaned = -2.68827e-05 Jy ! Component: 150 - total flux cleaned = -7.54726e-05 Jy ! Component: 200 - total flux cleaned = -9.89929e-05 Jy ! Component: 250 - total flux cleaned = -0.000121262 Jy ! Component: 300 - total flux cleaned = -0.000121282 Jy ! Component: 350 - total flux cleaned = -7.81676e-05 Jy ! Component: 400 - total flux cleaned = -7.79209e-05 Jy ! Component: 450 - total flux cleaned = 5.17018e-06 Jy ! Component: 500 - total flux cleaned = -1.47902e-05 Jy ! Component: 550 - total flux cleaned = 8.56877e-05 Jy ! Component: 600 - total flux cleaned = 0.000183915 Jy ! Component: 650 - total flux cleaned = 0.000222663 Jy ! Component: 700 - total flux cleaned = 0.000299163 Jy ! Component: 750 - total flux cleaned = 0.000355497 Jy ! Component: 800 - total flux cleaned = 0.000410677 Jy ! Component: 850 - total flux cleaned = 0.00042846 Jy ! Component: 900 - total flux cleaned = 0.00046429 Jy ! Component: 950 - total flux cleaned = 0.000499698 Jy ! Component: 1000 - total flux cleaned = 0.000604427 Jy ! Component: 1050 - total flux cleaned = 0.000604258 Jy ! Component: 1100 - total flux cleaned = 0.000620943 Jy ! Component: 1150 - total flux cleaned = 0.000654779 Jy ! Component: 1200 - total flux cleaned = 0.000671185 Jy ! Component: 1250 - total flux cleaned = 0.000720437 Jy ! Component: 1300 - total flux cleaned = 0.000785416 Jy ! Component: 1350 - total flux cleaned = 0.000849974 Jy ! Component: 1400 - total flux cleaned = 0.000897839 Jy ! Component: 1450 - total flux cleaned = 0.000960928 Jy ! Component: 1500 - total flux cleaned = 0.00111698 Jy ! Component: 1550 - total flux cleaned = 0.00113229 Jy ! Component: 1600 - total flux cleaned = 0.00123954 Jy ! Component: 1650 - total flux cleaned = 0.00133035 Jy ! Component: 1700 - total flux cleaned = 0.00139039 Jy ! Component: 1750 - total flux cleaned = 0.00149444 Jy ! Component: 1800 - total flux cleaned = 0.00153854 Jy ! Component: 1850 - total flux cleaned = 0.00165537 Jy ! Component: 1900 - total flux cleaned = 0.00169877 Jy ! Component: 1950 - total flux cleaned = 0.00179899 Jy ! Component: 2000 - total flux cleaned = 0.001856 Jy ! Component: 2050 - total flux cleaned = 0.0019265 Jy ! Component: 2100 - total flux cleaned = 0.00199643 Jy ! Component: 2150 - total flux cleaned = 0.00207957 Jy ! Component: 2200 - total flux cleaned = 0.00216193 Jy ! Component: 2250 - total flux cleaned = 0.0022299 Jy ! Component: 2300 - total flux cleaned = 0.00233793 Jy ! Component: 2350 - total flux cleaned = 0.0023916 Jy ! Component: 2400 - total flux cleaned = 0.00247112 Jy ! Component: 2450 - total flux cleaned = 0.00252387 Jy ! Component: 2500 - total flux cleaned = 0.00260246 Jy ! Component: 2550 - total flux cleaned = 0.00271928 Jy ! Component: 2600 - total flux cleaned = 0.00278368 Jy ! Component: 2650 - total flux cleaned = 0.00284768 Jy ! Component: 2700 - total flux cleaned = 0.00287302 Jy ! Component: 2750 - total flux cleaned = 0.00288564 Jy ! Component: 2800 - total flux cleaned = 0.00293572 Jy ! Component: 2850 - total flux cleaned = 0.00298533 Jy ! Component: 2900 - total flux cleaned = 0.00299761 Jy ! Component: 2950 - total flux cleaned = 0.00302212 Jy ! Component: 3000 - total flux cleaned = 0.00310732 Jy ! Component: 3050 - total flux cleaned = 0.0031314 Jy ! Component: 3100 - total flux cleaned = 0.0031553 Jy ! Component: 3150 - total flux cleaned = 0.00316726 Jy ! Component: 3200 - total flux cleaned = 0.00319083 Jy ! Component: 3250 - total flux cleaned = 0.00319082 Jy ! Component: 3300 - total flux cleaned = 0.00319096 Jy ! Component: 3350 - total flux cleaned = 0.00322583 Jy ! Component: 3400 - total flux cleaned = 0.00322588 Jy ! Component: 3450 - total flux cleaned = 0.00323727 Jy ! Component: 3500 - total flux cleaned = 0.00325997 Jy ! Component: 3550 - total flux cleaned = 0.00323762 Jy ! Component: 3600 - total flux cleaned = 0.00330499 Jy ! Component: 3650 - total flux cleaned = 0.00330506 Jy ! Component: 3700 - total flux cleaned = 0.00336047 Jy ! Component: 3750 - total flux cleaned = 0.00332762 Jy ! Component: 3800 - total flux cleaned = 0.00338242 Jy ! Component: 3850 - total flux cleaned = 0.00346942 Jy ! Component: 3900 - total flux cleaned = 0.00341537 Jy ! Component: 3950 - total flux cleaned = 0.00341531 Jy ! Component: 4000 - total flux cleaned = 0.00349013 Jy ! Component: 4050 - total flux cleaned = 0.00352204 Jy ! Total flux subtracted in 4096 components = 0.00351144 Jy ! Clean residual min=-0.000638 max=0.000527 Jy/beam ! Clean residual mean=-0.000002 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 0.239803 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 411 components and 0.239803 Jy ![Exited script file: muppet] wmap "J2045+1547_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.333 x 8.744 at -9.048 degrees (North through East) ! Clean map min=-0.0012444 max=0.2137 Jy/beam ! Writing clean map to FITS file: J2045+1547_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.213704 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000199227 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.279677 0.279677 0.559355 1.11871 2.23742 4.47484 8.94967 17.8993 35.7987 71.5974 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.213 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.333 x 8.744 at -9.048 degrees (North through East) ! Clean map min=-0.0012444 max=0.2137 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 J2045+1547_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:38:47 2019