! Started logfile: J1033+4116_S_2017_02_24_pus_uvs.log on Sat May 4 11:24:28 2019 obs J1033+4116_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J1033+4116_S_2017_02_24_pus_uva.fits ! AN table 1: 8 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.852778 visibilities/baseline/integration-bin. ! Found source: J1033+4116 ! ! 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 823 lines of history. ! ! Reading 1228 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 J1033+4116_S_2017_02_24_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 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.173925Jy sigma=0.001579 ! Fit after self-cal, rms=0.165971Jy sigma=0.001502 ! 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.12 mas, bmaj=7.97 mas, bpa=31.67 degrees ! Estimated noise=2775.34 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.875252 Jy ! Component: 100 - total flux cleaned = 1.06611 Jy ! Total flux subtracted in 100 components = 1.06611 Jy ! Clean residual min=-0.020098 max=0.053229 Jy/beam ! Clean residual mean=-0.000182 rms=0.006558 Jy/beam ! Combined flux in latest and established models = 1.06611 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1.06611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123226Jy sigma=0.001100 ! Fit after self-cal, rms=0.123226Jy sigma=0.001100 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0401624 Jy ! Component: 100 - total flux cleaned = 0.0464835 Jy ! Total flux subtracted in 100 components = 0.0464835 Jy ! Clean residual min=-0.018181 max=0.022620 Jy/beam ! Clean residual mean=-0.000142 rms=0.004834 Jy/beam ! Combined flux in latest and established models = 1.1126 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 1.1126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107716Jy sigma=0.000965 ! Fit after self-cal, rms=0.107707Jy sigma=0.000965 ! 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.596 mas, bmaj=9.037 mas, bpa=32.68 degrees ! Estimated noise=2324.87 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.016225 Jy ! Component: 100 - total flux cleaned = 0.0256231 Jy ! Component: 150 - total flux cleaned = 0.028963 Jy ! Component: 200 - total flux cleaned = 0.0309245 Jy ! Total flux subtracted in 200 components = 0.0309245 Jy ! Clean residual min=-0.016983 max=0.023966 Jy/beam ! Clean residual mean=-0.000208 rms=0.004695 Jy/beam ! Combined flux in latest and established models = 1.14352 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 24 components and 1.14352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104755Jy sigma=0.000939 ! Fit after self-cal, rms=0.104662Jy sigma=0.000938 ! 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 1.08 HN 1.00 KP 0.98 ! LA 0.94 MK 0.98 NL 1.00 OV 1.06 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 1.03 KP 0.93 ! LA 0.92 MK 0.99 NL 0.96 OV 1.09 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.02 HN 0.99 KP 1.02 ! LA 1.02 MK 1.01 NL 1.08 OV 0.99 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.04 HN 0.94 KP 1.00* ! LA 1.03 MK 1.04 NL 1.00* OV 1.01 ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.104662Jy sigma=0.000938 ! Fit after self-cal, rms=0.077684Jy sigma=0.000695 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.579 mas, bmaj=9.037 mas, bpa=32.78 degrees ! Estimated noise=2318.81 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.00127069 Jy ! Component: 100 - total flux cleaned = 0.000207302 Jy ! Component: 150 - total flux cleaned = 4.00572e-06 Jy ! Component: 200 - total flux cleaned = 9.11915e-05 Jy ! Total flux subtracted in 200 components = 9.11915e-05 Jy ! Clean residual min=-0.008696 max=0.010424 Jy/beam ! Clean residual mean=-0.000051 rms=0.002331 Jy/beam ! Combined flux in latest and established models = 1.14361 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 33 components and 1.14361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077203Jy sigma=0.000691 ! Fit after self-cal, rms=0.077176Jy sigma=0.000690 ! 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.077176Jy sigma=0.000690 ! Fit after self-cal, rms=0.077164Jy sigma=0.000690 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.577 mas, bmaj=9.038 mas, bpa=32.82 degrees ! Estimated noise=2319.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000750553 Jy ! Component: 100 - total flux cleaned = 0.000810584 Jy ! Component: 150 - total flux cleaned = 0.000815231 Jy ! Component: 200 - total flux cleaned = 0.000924833 Jy ! Total flux subtracted in 200 components = 0.000924833 Jy ! Clean residual min=-0.008067 max=0.010184 Jy/beam ! Clean residual mean=-0.000049 rms=0.002271 Jy/beam ! Combined flux in latest and established models = 1.14454 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 40 components and 1.14454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076995Jy sigma=0.000688 ! Fit after self-cal, rms=0.076987Jy sigma=0.000688 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 (-5, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.010678 Jy ! Component: 100 - total flux cleaned = 0.0169798 Jy ! Component: 150 - total flux cleaned = 0.0207435 Jy ! Component: 200 - total flux cleaned = 0.021475 Jy ! Total flux subtracted in 200 components = 0.021475 Jy ! Clean residual min=-0.006813 max=0.006421 Jy/beam ! Clean residual mean=-0.000008 rms=0.001646 Jy/beam ! Combined flux in latest and established models = 1.16601 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 75 components and 1.16601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075435Jy sigma=0.000672 ! Fit after self-cal, rms=0.075394Jy sigma=0.000671 ! 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.075394Jy sigma=0.000671 ! Fit after self-cal, rms=0.075329Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.575 mas, bmaj=9.037 mas, bpa=32.84 degrees ! Estimated noise=2318.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00295902 Jy ! Component: 100 - total flux cleaned = 0.0034109 Jy ! Component: 150 - total flux cleaned = 0.00371824 Jy ! Component: 200 - total flux cleaned = 0.00378811 Jy ! Total flux subtracted in 200 components = 0.00378811 Jy ! Clean residual min=-0.006233 max=0.005446 Jy/beam ! Clean residual mean=-0.000007 rms=0.001499 Jy/beam ! Combined flux in latest and established models = 1.1698 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 96 components and 1.1698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075095Jy sigma=0.000668 ! Fit after self-cal, rms=0.075089Jy sigma=0.000668 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.000239283 Jy ! Component: 100 - total flux cleaned = 0.000484779 Jy ! Component: 150 - total flux cleaned = 0.000651692 Jy ! Component: 200 - total flux cleaned = 0.00075542 Jy ! Total flux subtracted in 200 components = 0.00075542 Jy ! Clean residual min=-0.005793 max=0.005273 Jy/beam ! Clean residual mean=-0.000005 rms=0.001454 Jy/beam ! Combined flux in latest and established models = 1.17056 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 116 components and 1.17056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075006Jy sigma=0.000668 ! Fit after self-cal, rms=0.075002Jy sigma=0.000667 ! 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.075002Jy sigma=0.000667 ! Fit after self-cal, rms=0.075036Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.347 mas, bmaj=10.48 mas, bpa=29.28 degrees ! Estimated noise=2789.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017113 Jy ! Component: 100 - total flux cleaned = 0.00177794 Jy ! Component: 150 - total flux cleaned = 0.00177495 Jy ! Component: 200 - total flux cleaned = 0.00172547 Jy ! Total flux subtracted in 200 components = 0.00172547 Jy ! Clean residual min=-0.006554 max=0.006120 Jy/beam ! Clean residual mean=-0.000008 rms=0.001829 Jy/beam ! Combined flux in latest and established models = 1.17228 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 124 components and 1.17228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074976Jy sigma=0.000667 ! Fit after self-cal, rms=0.074965Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000331736 Jy ! Component: 100 - total flux cleaned = 0.000378096 Jy ! Component: 150 - total flux cleaned = 0.000420691 Jy ! Component: 200 - total flux cleaned = 0.000420562 Jy ! Total flux subtracted in 200 components = 0.000420562 Jy ! Clean residual min=-0.006401 max=0.006013 Jy/beam ! Clean residual mean=-0.000006 rms=0.001794 Jy/beam ! Combined flux in latest and established models = 1.1727 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 138 components and 1.1727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074956Jy sigma=0.000667 ! Fit after self-cal, rms=0.074948Jy 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.574 mas, bmaj=9.037 mas, bpa=32.84 degrees ! Estimated noise=2319.19 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.574 x 9.037 at 32.84 degrees (North through East) ! Clean map min=-0.0052619 max=1.1196 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074948Jy sigma=0.000666 ! Fit after self-cal, rms=0.069046Jy sigma=0.000611 ! Inverting map and beam ! Estimated beam: bmin=3.573 mas, bmaj=9.037 mas, bpa=32.84 degrees ! Estimated noise=2320.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00058449 Jy ! Component: 100 - total flux cleaned = 0.000724704 Jy ! Component: 150 - total flux cleaned = 0.000849403 Jy ! Component: 200 - total flux cleaned = 0.000926925 Jy ! Total flux subtracted in 200 components = 0.000926925 Jy ! Clean residual min=-0.005423 max=0.005107 Jy/beam ! Clean residual mean=-0.000004 rms=0.001357 Jy/beam ! Combined flux in latest and established models = 1.17363 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 163 components and 1.17363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068990Jy sigma=0.000611 ! Fit after self-cal, rms=0.068988Jy sigma=0.000611 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.49517e-05 Jy ! Component: 100 - total flux cleaned = 0.000111478 Jy ! Component: 150 - total flux cleaned = 0.000143852 Jy ! Component: 200 - total flux cleaned = 0.000144226 Jy ! Total flux subtracted in 200 components = 0.000144226 Jy ! Clean residual min=-0.005361 max=0.005067 Jy/beam ! Clean residual mean=-0.000004 rms=0.001346 Jy/beam ! Combined flux in latest and established models = 1.17377 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 171 components and 1.17377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068957Jy sigma=0.000611 ! Fit after self-cal, rms=0.068956Jy sigma=0.000611 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068956Jy sigma=0.000611 ! Fit after self-cal, rms=0.068978Jy sigma=0.000611 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.103 mas, bmaj=7.958 mas, bpa=31.82 degrees ! Estimated noise=2766.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.872486 Jy ! Component: 100 - total flux cleaned = 1.06274 Jy ! Component: 150 - total flux cleaned = 1.10469 Jy ! Component: 200 - total flux cleaned = 1.11982 Jy ! Total flux subtracted in 200 components = 1.11982 Jy ! Clean residual min=-0.009448 max=0.009603 Jy/beam ! Clean residual mean=-0.000044 rms=0.002448 Jy/beam ! Combined flux in latest and established models = 1.11982 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 12 model components to the UV plane model. ! The established model now contains 12 components and 1.11982 Jy ! Inverting map and beam ! Estimated beam: bmin=3.572 mas, bmaj=9.037 mas, bpa=32.85 degrees ! Estimated noise=2321.32 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) ! Added new window around map position (-30.5, 99.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0170168 Jy ! Component: 100 - total flux cleaned = 0.0281439 Jy ! Component: 150 - total flux cleaned = 0.0362597 Jy ! Component: 200 - total flux cleaned = 0.0424904 Jy ! Total flux subtracted in 200 components = 0.0424904 Jy ! Clean residual min=-0.006975 max=0.006734 Jy/beam ! Clean residual mean=-0.000031 rms=0.001704 Jy/beam ! Combined flux in latest and established models = 1.16231 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 46 components and 1.16231 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.347 mas, bmaj=10.48 mas, bpa=29.3 degrees ! Estimated noise=2792.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00680466 Jy ! Component: 100 - total flux cleaned = 0.00993143 Jy ! Component: 150 - total flux cleaned = 0.0105401 Jy ! Component: 200 - total flux cleaned = 0.0108559 Jy ! Total flux subtracted in 200 components = 0.0108559 Jy ! Clean residual min=-0.006658 max=0.005731 Jy/beam ! Clean residual mean=-0.000014 rms=0.001884 Jy/beam ! Combined flux in latest and established models = 1.17317 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000186923 Jy ! Component: 100 - total flux cleaned = 0.000271973 Jy ! Component: 150 - total flux cleaned = 0.000275082 Jy ! Component: 200 - total flux cleaned = 0.000348028 Jy ! Total flux subtracted in 200 components = 0.000348028 Jy ! Clean residual min=-0.006321 max=0.005369 Jy/beam ! Clean residual mean=-0.000011 rms=0.001802 Jy/beam ! Combined flux in latest and established models = 1.17351 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 115 components and 1.17352 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.572 mas, bmaj=9.037 mas, bpa=32.85 degrees ! Estimated noise=2321.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00077053 Jy ! Component: 100 - total flux cleaned = 0.000682293 Jy ! Component: 150 - total flux cleaned = 0.00052159 Jy ! Component: 200 - total flux cleaned = 0.000373706 Jy ! Total flux subtracted in 200 components = 0.000373706 Jy ! Clean residual min=-0.005279 max=0.005050 Jy/beam ! Clean residual mean=-0.000005 rms=0.001370 Jy/beam ! Combined flux in latest and established models = 1.17389 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 137 components and 1.17389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068986Jy sigma=0.000611 ! Fit after self-cal, rms=0.068956Jy sigma=0.000611 wmodel J1033+4116_S_2017_02_24_pus_map.mod ! Writing 137 model components to file: J1033+4116_S_2017_02_24_pus_map.mod wobs J1033+4116_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J1033+4116_S_2017_02_24_pus_uvs.fits wwins J1033+4116_S_2017_02_24_pus_map.win ! wwins: Wrote 3 windows to J1033+4116_S_2017_02_24_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.000691399 Jy ! Component: 100 - total flux cleaned = -0.00120918 Jy ! Component: 150 - total flux cleaned = -0.00178064 Jy ! Component: 200 - total flux cleaned = -0.00239732 Jy ! Component: 250 - total flux cleaned = -0.00297864 Jy ! Component: 300 - total flux cleaned = -0.00346274 Jy ! Component: 350 - total flux cleaned = -0.00379338 Jy ! Component: 400 - total flux cleaned = -0.00398194 Jy ! Component: 450 - total flux cleaned = -0.00410255 Jy ! Component: 500 - total flux cleaned = -0.0042774 Jy ! Component: 550 - total flux cleaned = -0.00455908 Jy ! Component: 600 - total flux cleaned = -0.00472418 Jy ! Component: 650 - total flux cleaned = -0.00499284 Jy ! Component: 700 - total flux cleaned = -0.00514852 Jy ! Component: 750 - total flux cleaned = -0.00525043 Jy ! Component: 800 - total flux cleaned = -0.00534935 Jy ! Component: 850 - total flux cleaned = -0.00544673 Jy ! Component: 900 - total flux cleaned = -0.00568332 Jy ! Component: 950 - total flux cleaned = -0.00582307 Jy ! Component: 1000 - total flux cleaned = -0.00609653 Jy ! Component: 1050 - total flux cleaned = -0.00622968 Jy ! Component: 1100 - total flux cleaned = -0.00631732 Jy ! Component: 1150 - total flux cleaned = -0.00648857 Jy ! Component: 1200 - total flux cleaned = -0.00657236 Jy ! Component: 1250 - total flux cleaned = -0.00673736 Jy ! Component: 1300 - total flux cleaned = -0.00677731 Jy ! Component: 1350 - total flux cleaned = -0.00689624 Jy ! Component: 1400 - total flux cleaned = -0.00701308 Jy ! Component: 1450 - total flux cleaned = -0.00712762 Jy ! Component: 1500 - total flux cleaned = -0.00735393 Jy ! Component: 1550 - total flux cleaned = -0.00753845 Jy ! Component: 1600 - total flux cleaned = -0.00761068 Jy ! Component: 1650 - total flux cleaned = -0.00779004 Jy ! Component: 1700 - total flux cleaned = -0.00789596 Jy ! Component: 1750 - total flux cleaned = -0.00803494 Jy ! Component: 1800 - total flux cleaned = -0.0082052 Jy ! Component: 1850 - total flux cleaned = -0.00827237 Jy ! Component: 1900 - total flux cleaned = -0.00843819 Jy ! Component: 1950 - total flux cleaned = -0.00863375 Jy ! Component: 2000 - total flux cleaned = -0.00869756 Jy ! Component: 2050 - total flux cleaned = -0.00882392 Jy ! Component: 2100 - total flux cleaned = -0.0088858 Jy ! Component: 2150 - total flux cleaned = -0.0089168 Jy ! Component: 2200 - total flux cleaned = -0.00906887 Jy ! Component: 2250 - total flux cleaned = -0.00903872 Jy ! Component: 2300 - total flux cleaned = -0.0090094 Jy ! Component: 2350 - total flux cleaned = -0.00903897 Jy ! Component: 2400 - total flux cleaned = -0.00915427 Jy ! Component: 2450 - total flux cleaned = -0.00921111 Jy ! Component: 2500 - total flux cleaned = -0.00923904 Jy ! Component: 2550 - total flux cleaned = -0.0093499 Jy ! Component: 2600 - total flux cleaned = -0.00940507 Jy ! Component: 2650 - total flux cleaned = -0.0095129 Jy ! Component: 2700 - total flux cleaned = -0.00956624 Jy ! Component: 2750 - total flux cleaned = -0.00956593 Jy ! Component: 2800 - total flux cleaned = -0.00969666 Jy ! Component: 2850 - total flux cleaned = -0.00969685 Jy ! Component: 2900 - total flux cleaned = -0.0098248 Jy ! Component: 2950 - total flux cleaned = -0.00985005 Jy ! Component: 3000 - total flux cleaned = -0.0100005 Jy ! Component: 3050 - total flux cleaned = -0.010075 Jy ! Component: 3100 - total flux cleaned = -0.0101979 Jy ! Component: 3150 - total flux cleaned = -0.0102948 Jy ! Component: 3200 - total flux cleaned = -0.0103428 Jy ! Component: 3250 - total flux cleaned = -0.0104144 Jy ! Component: 3300 - total flux cleaned = -0.0105795 Jy ! Component: 3350 - total flux cleaned = -0.0106497 Jy ! Component: 3400 - total flux cleaned = -0.0107191 Jy ! Component: 3450 - total flux cleaned = -0.0108337 Jy ! Component: 3500 - total flux cleaned = -0.010902 Jy ! Component: 3550 - total flux cleaned = -0.0110149 Jy ! Component: 3600 - total flux cleaned = -0.0111489 Jy ! Component: 3650 - total flux cleaned = -0.0111933 Jy ! Component: 3700 - total flux cleaned = -0.0113252 Jy ! Component: 3750 - total flux cleaned = -0.0114123 Jy ! Component: 3800 - total flux cleaned = -0.0115203 Jy ! Component: 3850 - total flux cleaned = -0.011606 Jy ! Component: 3900 - total flux cleaned = -0.0117552 Jy ! Component: 3950 - total flux cleaned = -0.0119033 Jy ! Component: 4000 - total flux cleaned = -0.0119874 Jy ! Component: 4050 - total flux cleaned = -0.0120917 Jy ! Total flux subtracted in 4096 components = -0.0121746 Jy ! Clean residual min=-0.001191 max=0.001359 Jy/beam ! Clean residual mean=-0.000005 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 1.16171 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 408 components and 1.16171 Jy ![Exited script file: muppet] wmap "J1033+4116_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.572 x 9.037 at 32.85 degrees (North through East) ! Clean map min=-0.0034188 max=1.1179 Jy/beam ! Writing clean map to FITS file: J1033+4116_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.11794 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000362515 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0972815 0.0972815 0.194563 0.389126 0.778252 1.5565 3.11301 6.22602 12.452 24.9041 49.8081 99.6162 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.117 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.572 x 9.037 at 32.85 degrees (North through East) ! Clean map min=-0.0034188 max=1.1179 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 J1033+4116_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:24:33 2019