! Started logfile: J0059+5812_S_2017_05_01_pus_uvs.log on Wed May 1 18:23:17 2019 obs J0059+5812_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J0059+5812_S_2017_05_01_pus_uva.fits ! AN table 1: 142 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.871049 visibilities/baseline/integration-bin. ! Found source: J0059+5812 ! ! 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 788 lines of history. ! ! Reading 22264 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 J0059+5812_S_2017_05_01_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 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 664 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.771441Jy sigma=0.006517 ! Fit after self-cal, rms=0.761866Jy sigma=0.006448 ! 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.653 mas, bmaj=4.18 mas, bpa=22.87 degrees ! Estimated noise=985.693 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.185282 Jy ! Component: 100 - total flux cleaned = 0.231862 Jy ! Total flux subtracted in 100 components = 0.231862 Jy ! Clean residual min=-0.005688 max=0.017729 Jy/beam ! Clean residual mean=-0.000009 rms=0.001588 Jy/beam ! Combined flux in latest and established models = 0.231862 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.231862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091401Jy sigma=0.000715 ! Fit after self-cal, rms=0.091414Jy sigma=0.000714 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0177773 Jy ! Component: 100 - total flux cleaned = 0.0252472 Jy ! Total flux subtracted in 100 components = 0.0252472 Jy ! Clean residual min=-0.004051 max=0.005528 Jy/beam ! Clean residual mean=-0.000008 rms=0.001009 Jy/beam ! Combined flux in latest and established models = 0.257109 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 12 components and 0.257109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087666Jy sigma=0.000681 ! Fit after self-cal, rms=0.087661Jy sigma=0.000681 ! 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.358 mas, bmaj=4.949 mas, bpa=23.57 degrees ! Estimated noise=624.745 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.5, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00631372 Jy ! Component: 100 - total flux cleaned = 0.00992384 Jy ! Component: 150 - total flux cleaned = 0.012397 Jy ! Component: 200 - total flux cleaned = 0.0142039 Jy ! Total flux subtracted in 200 components = 0.0142039 Jy ! Clean residual min=-0.003310 max=0.003701 Jy/beam ! Clean residual mean=-0.000018 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.271313 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 44 components and 0.271313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087113Jy sigma=0.000677 ! Fit after self-cal, rms=0.087086Jy sigma=0.000677 ! 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.93 FD 0.95 HN 1.02 KP 1.01 ! LA 0.99 MK 1.01 NL 0.96 OV 1.01 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 1.06 KP 0.97 ! LA 0.94 MK 1.01 NL 0.98 OV 1.11 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.02 HN 1.04 KP 0.99 ! LA 1.01 MK 1.03 NL 1.04 OV 0.94 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.06 HN 1.02 KP 1.00* ! LA 1.03 MK 0.96 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.087086Jy sigma=0.000677 ! Fit after self-cal, rms=0.085557Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.358 mas, bmaj=4.972 mas, bpa=24.32 degrees ! Estimated noise=624.314 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.00157766 Jy ! Component: 100 - total flux cleaned = 0.00195105 Jy ! Component: 150 - total flux cleaned = 0.00219647 Jy ! Component: 200 - total flux cleaned = 0.00233414 Jy ! Total flux subtracted in 200 components = 0.00233414 Jy ! Clean residual min=-0.002563 max=0.002726 Jy/beam ! Clean residual mean=-0.000015 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.273647 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 55 components and 0.273647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085489Jy sigma=0.000666 ! Fit after self-cal, rms=0.085474Jy sigma=0.000666 ! 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.085474Jy sigma=0.000666 ! Fit after self-cal, rms=0.084839Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.359 mas, bmaj=4.975 mas, bpa=23.97 degrees ! Estimated noise=624.011 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000166083 Jy ! Component: 100 - total flux cleaned = 0.000203099 Jy ! Component: 150 - total flux cleaned = 0.000358016 Jy ! Component: 200 - total flux cleaned = 0.000411359 Jy ! Total flux subtracted in 200 components = 0.000411359 Jy ! Clean residual min=-0.002146 max=0.001821 Jy/beam ! Clean residual mean=0.000002 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.274059 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 68 components and 0.274059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084804Jy sigma=0.000660 ! Fit after self-cal, rms=0.084801Jy sigma=0.000660 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 = 3.86267e-05 Jy ! Component: 100 - total flux cleaned = 8.52417e-05 Jy ! Component: 150 - total flux cleaned = 8.457e-05 Jy ! Component: 200 - total flux cleaned = 8.46014e-05 Jy ! Total flux subtracted in 200 components = 8.46014e-05 Jy ! Clean residual min=-0.002130 max=0.001840 Jy/beam ! Clean residual mean=0.000002 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.274143 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 72 components and 0.274143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084789Jy sigma=0.000659 ! Fit after self-cal, rms=0.084789Jy sigma=0.000659 ! 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.084789Jy sigma=0.000659 ! Fit after self-cal, rms=0.084835Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.358 mas, bmaj=4.979 mas, bpa=24.16 degrees ! Estimated noise=623.849 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000146754 Jy ! Component: 100 - total flux cleaned = -0.000101995 Jy ! Component: 150 - total flux cleaned = -8.14678e-05 Jy ! Component: 200 - total flux cleaned = -0.000100726 Jy ! Total flux subtracted in 200 components = -0.000100726 Jy ! Clean residual min=-0.002091 max=0.001808 Jy/beam ! Clean residual mean=0.000002 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.274043 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 76 components and 0.274043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084823Jy sigma=0.000659 ! Fit after self-cal, rms=0.084825Jy sigma=0.000659 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 = 8.25297e-06 Jy ! Component: 100 - total flux cleaned = -9.51994e-06 Jy ! Component: 150 - total flux cleaned = -2.63825e-05 Jy ! Component: 200 - total flux cleaned = -2.58382e-05 Jy ! Total flux subtracted in 200 components = -2.58382e-05 Jy ! Clean residual min=-0.002098 max=0.001812 Jy/beam ! Clean residual mean=0.000002 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.274017 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 78 components and 0.274017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084818Jy sigma=0.000659 ! Fit after self-cal, rms=0.084818Jy sigma=0.000659 ! 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.084818Jy sigma=0.000659 ! Fit after self-cal, rms=0.084867Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.011 mas, bmaj=8.768 mas, bpa=32.17 degrees ! Estimated noise=746.456 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000248408 Jy ! Component: 100 - total flux cleaned = 0.000202705 Jy ! Component: 150 - total flux cleaned = 0.000190992 Jy ! Component: 200 - total flux cleaned = 0.000180553 Jy ! Total flux subtracted in 200 components = 0.000180553 Jy ! Clean residual min=-0.001909 max=0.001927 Jy/beam ! Clean residual mean=0.000005 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.274197 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 87 components and 0.274197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084866Jy sigma=0.000659 ! Fit after self-cal, rms=0.084867Jy sigma=0.000659 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 = 3.25999e-06 Jy ! Component: 100 - total flux cleaned = 2.38028e-05 Jy ! Component: 150 - total flux cleaned = 3.26621e-05 Jy ! Component: 200 - total flux cleaned = 3.25807e-05 Jy ! Total flux subtracted in 200 components = 3.25807e-05 Jy ! Clean residual min=-0.001903 max=0.001927 Jy/beam ! Clean residual mean=0.000006 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.27423 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 98 components and 0.27423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084867Jy sigma=0.000659 ! Fit after self-cal, rms=0.084867Jy sigma=0.000659 ! 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.357 mas, bmaj=4.983 mas, bpa=24.32 degrees ! Estimated noise=623.726 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.357 x 4.983 at 24.32 degrees (North through East) ! Clean map min=-0.0019906 max=0.24025 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.641 mas, bmaj=4.202 mas, bpa=24.01 degrees ! Estimated noise=991.974 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.186257 Jy ! Component: 100 - total flux cleaned = 0.23287 Jy ! Component: 150 - total flux cleaned = 0.250146 Jy ! Component: 200 - total flux cleaned = 0.258053 Jy ! Total flux subtracted in 200 components = 0.258053 Jy ! Clean residual min=-0.002878 max=0.004413 Jy/beam ! Clean residual mean=-0.000001 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.258053 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.258053 Jy ! Inverting map and beam ! Estimated beam: bmin=4.357 mas, bmaj=4.983 mas, bpa=24.32 degrees ! Estimated noise=623.726 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.00553879 Jy ! Component: 100 - total flux cleaned = 0.0089714 Jy ! Component: 150 - total flux cleaned = 0.0112358 Jy ! Component: 200 - total flux cleaned = 0.0127838 Jy ! Total flux subtracted in 200 components = 0.0127838 Jy ! Clean residual min=-0.002052 max=0.002235 Jy/beam ! Clean residual mean=0.000001 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.270837 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 43 components and 0.270837 Jy ! Inverting map ! Added new window around map position (-13, -9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00207197 Jy ! Component: 100 - total flux cleaned = 0.00300147 Jy ! Component: 150 - total flux cleaned = 0.00335096 Jy ! Component: 200 - total flux cleaned = 0.00362381 Jy ! Total flux subtracted in 200 components = 0.00362381 Jy ! Clean residual min=-0.002059 max=0.001628 Jy/beam ! Clean residual mean=0.000003 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.274461 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 64 components and 0.27446 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.011 mas, bmaj=8.768 mas, bpa=32.17 degrees ! Estimated noise=746.456 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000785838 Jy ! Component: 100 - total flux cleaned = 0.000973343 Jy ! Component: 150 - total flux cleaned = 0.00102197 Jy ! Component: 200 - total flux cleaned = 0.00104951 Jy ! Total flux subtracted in 200 components = 0.00104951 Jy ! Clean residual min=-0.001800 max=0.001749 Jy/beam ! Clean residual mean=0.000007 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.27551 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 = 1.18671e-05 Jy ! Component: 100 - total flux cleaned = 2.31457e-05 Jy ! Component: 150 - total flux cleaned = 3.3519e-05 Jy ! Component: 200 - total flux cleaned = 4.35317e-05 Jy ! Total flux subtracted in 200 components = 4.35317e-05 Jy ! Clean residual min=-0.001779 max=0.001736 Jy/beam ! Clean residual mean=0.000007 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.275554 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 100 components and 0.275553 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.357 mas, bmaj=4.983 mas, bpa=24.32 degrees ! Estimated noise=623.726 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.67319e-05 Jy ! Component: 100 - total flux cleaned = 3.25209e-05 Jy ! Component: 150 - total flux cleaned = 0.000117547 Jy ! Component: 200 - total flux cleaned = 0.000175736 Jy ! Total flux subtracted in 200 components = 0.000175736 Jy ! Clean residual min=-0.002030 max=0.001589 Jy/beam ! Clean residual mean=0.000003 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.275729 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 115 components and 0.275729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084826Jy sigma=0.000659 ! Fit after self-cal, rms=0.084821Jy sigma=0.000659 wmodel J0059+5812_S_2017_05_01_pus_map.mod ! Writing 115 model components to file: J0059+5812_S_2017_05_01_pus_map.mod wobs J0059+5812_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J0059+5812_S_2017_05_01_pus_uvs.fits wwins J0059+5812_S_2017_05_01_pus_map.win ! wwins: Wrote 3 windows to J0059+5812_S_2017_05_01_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.000653187 Jy ! Component: 100 - total flux cleaned = -0.000709908 Jy ! Component: 150 - total flux cleaned = -0.000630111 Jy ! Component: 200 - total flux cleaned = -0.000504247 Jy ! Component: 250 - total flux cleaned = -0.00043114 Jy ! Component: 300 - total flux cleaned = -0.00043091 Jy ! Component: 350 - total flux cleaned = -0.000523445 Jy ! Component: 400 - total flux cleaned = -0.000568174 Jy ! Component: 450 - total flux cleaned = -0.000567696 Jy ! Component: 500 - total flux cleaned = -0.000632847 Jy ! Component: 550 - total flux cleaned = -0.0006757 Jy ! Component: 600 - total flux cleaned = -0.000759636 Jy ! Component: 650 - total flux cleaned = -0.000842004 Jy ! Component: 700 - total flux cleaned = -0.00086214 Jy ! Component: 750 - total flux cleaned = -0.00098244 Jy ! Component: 800 - total flux cleaned = -0.00106126 Jy ! Component: 850 - total flux cleaned = -0.00113921 Jy ! Component: 900 - total flux cleaned = -0.00125439 Jy ! Component: 950 - total flux cleaned = -0.00134919 Jy ! Component: 1000 - total flux cleaned = -0.0014613 Jy ! Component: 1050 - total flux cleaned = -0.00151702 Jy ! Component: 1100 - total flux cleaned = -0.00168102 Jy ! Component: 1150 - total flux cleaned = -0.00177037 Jy ! Component: 1200 - total flux cleaned = -0.0018238 Jy ! Component: 1250 - total flux cleaned = -0.00191162 Jy ! Component: 1300 - total flux cleaned = -0.00201572 Jy ! Component: 1350 - total flux cleaned = -0.00208415 Jy ! Component: 1400 - total flux cleaned = -0.00215211 Jy ! Component: 1450 - total flux cleaned = -0.0021858 Jy ! Component: 1500 - total flux cleaned = -0.0022192 Jy ! Component: 1550 - total flux cleaned = -0.00223583 Jy ! Component: 1600 - total flux cleaned = -0.00226829 Jy ! Component: 1650 - total flux cleaned = -0.00238097 Jy ! Component: 1700 - total flux cleaned = -0.00238078 Jy ! Component: 1750 - total flux cleaned = -0.00241236 Jy ! Component: 1800 - total flux cleaned = -0.00244359 Jy ! Component: 1850 - total flux cleaned = -0.00250567 Jy ! Component: 1900 - total flux cleaned = -0.00255216 Jy ! Component: 1950 - total flux cleaned = -0.00258276 Jy ! Component: 2000 - total flux cleaned = -0.0026584 Jy ! Component: 2050 - total flux cleaned = -0.00270335 Jy ! Component: 2100 - total flux cleaned = -0.0027035 Jy ! Component: 2150 - total flux cleaned = -0.00273302 Jy ! Component: 2200 - total flux cleaned = -0.00283555 Jy ! Component: 2250 - total flux cleaned = -0.00283567 Jy ! Component: 2300 - total flux cleaned = -0.00285029 Jy ! Component: 2350 - total flux cleaned = -0.00292164 Jy ! Component: 2400 - total flux cleaned = -0.00290745 Jy ! Component: 2450 - total flux cleaned = -0.00292144 Jy ! Component: 2500 - total flux cleaned = -0.00293556 Jy ! Component: 2550 - total flux cleaned = -0.00300488 Jy ! Component: 2600 - total flux cleaned = -0.00297739 Jy ! Component: 2650 - total flux cleaned = -0.00300469 Jy ! Component: 2700 - total flux cleaned = -0.00299124 Jy ! Component: 2750 - total flux cleaned = -0.00307196 Jy ! Component: 2800 - total flux cleaned = -0.00307178 Jy ! Component: 2850 - total flux cleaned = -0.00308501 Jy ! Component: 2900 - total flux cleaned = -0.00309824 Jy ! Component: 2950 - total flux cleaned = -0.00309822 Jy ! Component: 3000 - total flux cleaned = -0.00315019 Jy ! Component: 3050 - total flux cleaned = -0.00315034 Jy ! Component: 3100 - total flux cleaned = -0.00316316 Jy ! Component: 3150 - total flux cleaned = -0.00318842 Jy ! Component: 3200 - total flux cleaned = -0.00317585 Jy ! Component: 3250 - total flux cleaned = -0.0031634 Jy ! Component: 3300 - total flux cleaned = -0.00321329 Jy ! Component: 3350 - total flux cleaned = -0.00325038 Jy ! Component: 3400 - total flux cleaned = -0.00323813 Jy ! Component: 3450 - total flux cleaned = -0.00329937 Jy ! Component: 3500 - total flux cleaned = -0.00327496 Jy ! Component: 3550 - total flux cleaned = -0.00331127 Jy ! Component: 3600 - total flux cleaned = -0.00333528 Jy ! Component: 3650 - total flux cleaned = -0.00332345 Jy ! Component: 3700 - total flux cleaned = -0.00337093 Jy ! Component: 3750 - total flux cleaned = -0.00333564 Jy ! Component: 3800 - total flux cleaned = -0.00335903 Jy ! Component: 3850 - total flux cleaned = -0.00338222 Jy ! Component: 3900 - total flux cleaned = -0.00337069 Jy ! Component: 3950 - total flux cleaned = -0.0033937 Jy ! Component: 4000 - total flux cleaned = -0.00339369 Jy ! Component: 4050 - total flux cleaned = -0.00342774 Jy ! Total flux subtracted in 4096 components = -0.00340515 Jy ! Clean residual min=-0.000730 max=0.000665 Jy/beam ! Clean residual mean=0.000005 rms=0.000204 Jy/beam ! Combined flux in latest and established models = 0.272324 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 408 components and 0.272324 Jy ![Exited script file: muppet] wmap "J0059+5812_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.357 x 4.983 at 24.32 degrees (North through East) ! Clean map min=-0.0013817 max=0.24027 Jy/beam ! Writing clean map to FITS file: J0059+5812_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.240267 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000202665 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.25305 0.25305 0.5061 1.0122 2.0244 4.0488 8.09759 16.1952 32.3904 64.7808 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.24 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.357 x 4.983 at 24.32 degrees (North through East) ! Clean map min=-0.0013817 max=0.24027 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 J0059+5812_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:23:25 2019