! Started logfile: J1430-0009_S_2017_02_19_pus_uvs.log on Sat May 4 18:52:55 2019 obs J1430-0009_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J1430-0009_S_2017_02_19_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.715241 visibilities/baseline/integration-bin. ! Found source: J1430-0009 ! ! 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 482 lines of history. ! ! Reading 14548 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 J1430-0009_S_2017_02_19_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 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 512 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.991567Jy sigma=0.008050 ! Fit after self-cal, rms=0.953525Jy sigma=0.007751 ! 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.61 mas, bmaj=6.494 mas, bpa=-2.41 degrees ! Estimated noise=1107.08 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.0375086 Jy ! Component: 100 - total flux cleaned = 0.0461035 Jy ! Total flux subtracted in 100 components = 0.0461035 Jy ! Clean residual min=-0.003084 max=0.003704 Jy/beam ! Clean residual mean=0.000006 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.0461035 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0461035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084934Jy sigma=0.000652 ! Fit after self-cal, rms=0.083826Jy sigma=0.000642 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00474456 Jy ! Component: 100 - total flux cleaned = 0.00696699 Jy ! Total flux subtracted in 100 components = 0.00696699 Jy ! Clean residual min=-0.003097 max=0.003040 Jy/beam ! Clean residual mean=0.000006 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.0530705 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 15 components and 0.0530705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083486Jy sigma=0.000640 ! Fit after self-cal, rms=0.083444Jy sigma=0.000640 ! 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.1 mas, bmaj=7.31 mas, bpa=-1.904 degrees ! Estimated noise=793.079 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.00195227 Jy ! Component: 100 - total flux cleaned = 0.00288831 Jy ! Component: 150 - total flux cleaned = 0.00343225 Jy ! Component: 200 - total flux cleaned = 0.00365705 Jy ! Total flux subtracted in 200 components = 0.00365705 Jy ! Clean residual min=-0.002110 max=0.002487 Jy/beam ! Clean residual mean=0.000005 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.0567275 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 35 components and 0.0567275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083380Jy sigma=0.000640 ! Fit after self-cal, rms=0.083348Jy sigma=0.000640 ! 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 1.03 FD 0.96 HN 1.07 KP 0.96 ! LA 1.08 MK 1.05 NL 0.91 OV 1.10 ! PT 1.00* SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.00 HN 1.05 KP 1.04 ! LA 0.99 MK 1.08 NL 1.02 OV 1.10 ! PT 1.00* SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.00 HN 1.05 KP 0.95 ! LA 0.84 MK 0.99 NL 1.07 OV 1.03 ! PT 1.00* SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.95 HN 0.92 KP 1.00* ! LA 0.85 MK 0.98 NL 1.00* OV 0.88 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.083348Jy sigma=0.000640 ! Fit after self-cal, rms=0.081748Jy sigma=0.000638 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.119 mas, bmaj=7.331 mas, bpa=-1.691 degrees ! Estimated noise=797.684 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.000298342 Jy ! Component: 100 - total flux cleaned = 0.000404145 Jy ! Component: 150 - total flux cleaned = 0.000474722 Jy ! Component: 200 - total flux cleaned = 0.000484732 Jy ! Total flux subtracted in 200 components = 0.000484732 Jy ! Clean residual min=-0.001989 max=0.002342 Jy/beam ! Clean residual mean=0.000003 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.0572123 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 45 components and 0.0572123 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081743Jy sigma=0.000638 ! Fit after self-cal, rms=0.081621Jy sigma=0.000638 ! 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.081621Jy sigma=0.000638 ! Fit after self-cal, rms=0.081503Jy sigma=0.000637 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=7.328 mas, bpa=-1.445 degrees ! Estimated noise=797.241 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000237101 Jy ! Component: 100 - total flux cleaned = 0.00028135 Jy ! Component: 150 - total flux cleaned = 0.000293476 Jy ! Component: 200 - total flux cleaned = 0.000304646 Jy ! Total flux subtracted in 200 components = 0.000304646 Jy ! Clean residual min=-0.002050 max=0.002220 Jy/beam ! Clean residual mean=-0.000001 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.0575169 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.0575169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081498Jy sigma=0.000637 ! Fit after self-cal, rms=0.081502Jy sigma=0.000637 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.10402e-05 Jy ! Component: 100 - total flux cleaned = 3.19318e-06 Jy ! Component: 150 - total flux cleaned = 1.35742e-05 Jy ! Component: 200 - total flux cleaned = 2.34692e-05 Jy ! Total flux subtracted in 200 components = 2.34692e-05 Jy ! Clean residual min=-0.002077 max=0.002209 Jy/beam ! Clean residual mean=-0.000002 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.0575404 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 48 components and 0.0575404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081499Jy sigma=0.000636 ! Fit after self-cal, rms=0.081494Jy sigma=0.000636 ! Inverting map ! Added new window around map position (111.5, -41.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00127499 Jy ! Component: 100 - total flux cleaned = 0.00123168 Jy ! Component: 150 - total flux cleaned = 0.00122738 Jy ! Component: 200 - total flux cleaned = 0.00125264 Jy ! Total flux subtracted in 200 components = 0.00125264 Jy ! Clean residual min=-0.002109 max=0.001971 Jy/beam ! Clean residual mean=-0.000002 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.058793 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 63 components and 0.058793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081440Jy sigma=0.000636 ! Fit after self-cal, rms=0.081422Jy sigma=0.000636 ! 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.081422Jy sigma=0.000636 ! Fit after self-cal, rms=0.081580Jy sigma=0.000635 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.116 mas, bmaj=7.324 mas, bpa=-1.351 degrees ! Estimated noise=798.083 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000709737 Jy ! Component: 100 - total flux cleaned = 0.000589514 Jy ! Component: 150 - total flux cleaned = 0.000589297 Jy ! Component: 200 - total flux cleaned = 0.000628461 Jy ! Total flux subtracted in 200 components = 0.000628461 Jy ! Clean residual min=-0.002218 max=0.001889 Jy/beam ! Clean residual mean=-0.000002 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.0594215 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 69 components and 0.0594215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081554Jy sigma=0.000635 ! Fit after self-cal, rms=0.081578Jy sigma=0.000635 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.000363999 Jy ! Component: 100 - total flux cleaned = 0.0003381 Jy ! Component: 150 - total flux cleaned = 0.00029596 Jy ! Component: 200 - total flux cleaned = 0.000348935 Jy ! Total flux subtracted in 200 components = 0.000348935 Jy ! Clean residual min=-0.002122 max=0.001882 Jy/beam ! Clean residual mean=-0.000002 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.0597704 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 76 components and 0.0597704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081563Jy sigma=0.000635 ! Fit after self-cal, rms=0.081552Jy sigma=0.000635 ! 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.081552Jy sigma=0.000635 ! Fit after self-cal, rms=0.081738Jy sigma=0.000635 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.89 mas, bmaj=11.14 mas, bpa=4.957 degrees ! Estimated noise=1049.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000895086 Jy ! Component: 100 - total flux cleaned = 0.00113184 Jy ! Component: 150 - total flux cleaned = 0.00133927 Jy ! Component: 200 - total flux cleaned = 0.00143707 Jy ! Total flux subtracted in 200 components = 0.00143707 Jy ! Clean residual min=-0.002357 max=0.002441 Jy/beam ! Clean residual mean=-0.000005 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.0612075 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 88 components and 0.0612075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081734Jy sigma=0.000635 ! Fit after self-cal, rms=0.081743Jy sigma=0.000635 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.000349966 Jy ! Component: 100 - total flux cleaned = 0.000397858 Jy ! Component: 150 - total flux cleaned = 0.000439979 Jy ! Component: 200 - total flux cleaned = 0.000453074 Jy ! Total flux subtracted in 200 components = 0.000453074 Jy ! Clean residual min=-0.002285 max=0.002444 Jy/beam ! Clean residual mean=-0.000006 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.0616606 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 93 components and 0.0616606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081741Jy sigma=0.000635 ! Fit after self-cal, rms=0.081739Jy sigma=0.000635 ! 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.116 mas, bmaj=7.318 mas, bpa=-1.296 degrees ! Estimated noise=798.047 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.116 x 7.318 at -1.296 degrees (North through East) ! Clean map min=-0.0019278 max=0.050746 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.621 mas, bmaj=6.498 mas, bpa=-1.939 degrees ! Estimated noise=1105.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0387682 Jy ! Component: 100 - total flux cleaned = 0.0483043 Jy ! Component: 150 - total flux cleaned = 0.0534268 Jy ! Component: 200 - total flux cleaned = 0.0546845 Jy ! Total flux subtracted in 200 components = 0.0546845 Jy ! Clean residual min=-0.003022 max=0.002766 Jy/beam ! Clean residual mean=-0.000000 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.0546845 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0546845 Jy ! Inverting map and beam ! Estimated beam: bmin=3.116 mas, bmaj=7.318 mas, bpa=-1.296 degrees ! Estimated noise=798.047 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.00298006 Jy ! Component: 100 - total flux cleaned = 0.00378307 Jy ! Component: 150 - total flux cleaned = 0.00416058 Jy ! Component: 200 - total flux cleaned = 0.00442067 Jy ! Total flux subtracted in 200 components = 0.00442067 Jy ! Clean residual min=-0.002136 max=0.001933 Jy/beam ! Clean residual mean=-0.000001 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.0591052 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 40 components and 0.0591052 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=6.89 mas, bmaj=11.14 mas, bpa=4.957 degrees ! Estimated noise=1049.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153311 Jy ! Component: 100 - total flux cleaned = 0.00190759 Jy ! Component: 150 - total flux cleaned = 0.00218216 Jy ! Component: 200 - total flux cleaned = 0.00244287 Jy ! Total flux subtracted in 200 components = 0.00244287 Jy ! Clean residual min=-0.002333 max=0.002474 Jy/beam ! Clean residual mean=-0.000005 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.0615481 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.000217715 Jy ! Component: 100 - total flux cleaned = 0.000297243 Jy ! Component: 150 - total flux cleaned = 0.000326169 Jy ! Component: 200 - total flux cleaned = 0.000339584 Jy ! Total flux subtracted in 200 components = 0.000339584 Jy ! Clean residual min=-0.002307 max=0.002462 Jy/beam ! Clean residual mean=-0.000006 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.0618876 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 63 components and 0.0618876 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.116 mas, bmaj=7.318 mas, bpa=-1.296 degrees ! Estimated noise=798.047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000912418 Jy ! Component: 100 - total flux cleaned = -0.00114616 Jy ! Component: 150 - total flux cleaned = -0.00128827 Jy ! Component: 200 - total flux cleaned = -0.00136193 Jy ! Total flux subtracted in 200 components = -0.00136193 Jy ! Clean residual min=-0.002100 max=0.001868 Jy/beam ! Clean residual mean=-0.000002 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.0605257 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 73 components and 0.0605257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081745Jy sigma=0.000635 ! Fit after self-cal, rms=0.081739Jy sigma=0.000635 wmodel J1430-0009_S_2017_02_19_pus_map.mod ! Writing 73 model components to file: J1430-0009_S_2017_02_19_pus_map.mod wobs J1430-0009_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J1430-0009_S_2017_02_19_pus_uvs.fits wwins J1430-0009_S_2017_02_19_pus_map.win ! wwins: Wrote 2 windows to J1430-0009_S_2017_02_19_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.000625039 Jy ! Component: 100 - total flux cleaned = -0.000403595 Jy ! Component: 150 - total flux cleaned = -0.00016334 Jy ! Component: 200 - total flux cleaned = -1.88707e-05 Jy ! Component: 250 - total flux cleaned = 0.000175976 Jy ! Component: 300 - total flux cleaned = 0.000364745 Jy ! Component: 350 - total flux cleaned = 0.000469319 Jy ! Component: 400 - total flux cleaned = 0.000648473 Jy ! Component: 450 - total flux cleaned = 0.000722788 Jy ! Component: 500 - total flux cleaned = 0.000721923 Jy ! Component: 550 - total flux cleaned = 0.000793071 Jy ! Component: 600 - total flux cleaned = 0.00079233 Jy ! Component: 650 - total flux cleaned = 0.000815356 Jy ! Component: 700 - total flux cleaned = 0.000859856 Jy ! Component: 750 - total flux cleaned = 0.000815075 Jy ! Component: 800 - total flux cleaned = 0.00079337 Jy ! Component: 850 - total flux cleaned = 0.000772253 Jy ! Component: 900 - total flux cleaned = 0.000814878 Jy ! Component: 950 - total flux cleaned = 0.00083516 Jy ! Component: 1000 - total flux cleaned = 0.000813863 Jy ! Component: 1050 - total flux cleaned = 0.000733254 Jy ! Component: 1100 - total flux cleaned = 0.000732797 Jy ! Component: 1150 - total flux cleaned = 0.000674651 Jy ! Component: 1200 - total flux cleaned = 0.000617242 Jy ! Component: 1250 - total flux cleaned = 0.000636241 Jy ! Component: 1300 - total flux cleaned = 0.000561506 Jy ! Component: 1350 - total flux cleaned = 0.00054322 Jy ! Component: 1400 - total flux cleaned = 0.000470235 Jy ! Component: 1450 - total flux cleaned = 0.000398602 Jy ! Component: 1500 - total flux cleaned = 0.000345735 Jy ! Component: 1550 - total flux cleaned = 0.00031085 Jy ! Component: 1600 - total flux cleaned = 0.000293238 Jy ! Component: 1650 - total flux cleaned = 0.000258859 Jy ! Component: 1700 - total flux cleaned = 0.000174497 Jy ! Component: 1750 - total flux cleaned = 0.000141199 Jy ! Component: 1800 - total flux cleaned = 9.16455e-05 Jy ! Component: 1850 - total flux cleaned = 4.28079e-05 Jy ! Component: 1900 - total flux cleaned = 1.06889e-05 Jy ! Component: 1950 - total flux cleaned = -8.46228e-05 Jy ! Component: 2000 - total flux cleaned = -0.000116164 Jy ! Component: 2050 - total flux cleaned = -0.000209466 Jy ! Component: 2100 - total flux cleaned = -0.000224782 Jy ! Component: 2150 - total flux cleaned = -0.000331343 Jy ! Component: 2200 - total flux cleaned = -0.00037663 Jy ! Component: 2250 - total flux cleaned = -0.000451225 Jy ! Component: 2300 - total flux cleaned = -0.000495518 Jy ! Component: 2350 - total flux cleaned = -0.000481242 Jy ! Component: 2400 - total flux cleaned = -0.000582557 Jy ! Component: 2450 - total flux cleaned = -0.000539608 Jy ! Component: 2500 - total flux cleaned = -0.000567976 Jy ! Component: 2550 - total flux cleaned = -0.000595982 Jy ! Component: 2600 - total flux cleaned = -0.000595865 Jy ! Component: 2650 - total flux cleaned = -0.000568392 Jy ! Component: 2700 - total flux cleaned = -0.00062311 Jy ! Component: 2750 - total flux cleaned = -0.000569005 Jy ! Component: 2800 - total flux cleaned = -0.000609224 Jy ! Component: 2850 - total flux cleaned = -0.000529408 Jy ! Component: 2900 - total flux cleaned = -0.000542627 Jy ! Component: 2950 - total flux cleaned = -0.000490349 Jy ! Component: 3000 - total flux cleaned = -0.000464242 Jy ! Component: 3050 - total flux cleaned = -0.000451572 Jy ! Component: 3100 - total flux cleaned = -0.000426069 Jy ! Component: 3150 - total flux cleaned = -0.000400578 Jy ! Component: 3200 - total flux cleaned = -0.000300235 Jy ! Component: 3250 - total flux cleaned = -0.000287772 Jy ! Component: 3300 - total flux cleaned = -0.000238493 Jy ! Component: 3350 - total flux cleaned = -0.000177315 Jy ! Component: 3400 - total flux cleaned = -0.000201624 Jy ! Component: 3450 - total flux cleaned = -0.000129194 Jy ! Component: 3500 - total flux cleaned = -5.74593e-05 Jy ! Component: 3550 - total flux cleaned = 1.92898e-06 Jy ! Component: 3600 - total flux cleaned = -5.69656e-05 Jy ! Component: 3650 - total flux cleaned = 1.3326e-05 Jy ! Component: 3700 - total flux cleaned = 2.49365e-05 Jy ! Component: 3750 - total flux cleaned = 8.2681e-05 Jy ! Component: 3800 - total flux cleaned = 5.97716e-05 Jy ! Component: 3850 - total flux cleaned = 8.243e-05 Jy ! Component: 3900 - total flux cleaned = 0.000104997 Jy ! Component: 3950 - total flux cleaned = 9.38099e-05 Jy ! Component: 4000 - total flux cleaned = 7.14535e-05 Jy ! Component: 4050 - total flux cleaned = 0.000126788 Jy ! Total flux subtracted in 4096 components = 0.000104616 Jy ! Clean residual min=-0.000728 max=0.000613 Jy/beam ! Clean residual mean=-0.000001 rms=0.000206 Jy/beam ! Combined flux in latest and established models = 0.0606303 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 366 components and 0.0606303 Jy ![Exited script file: muppet] wmap "J1430-0009_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.116 x 7.318 at -1.296 degrees (North through East) ! Clean map min=-0.0021045 max=0.050584 Jy/beam ! Writing clean map to FITS file: J1430-0009_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0505838 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000204942 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.21546 1.21546 2.43092 4.86185 9.7237 19.4474 38.8948 77.7896 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.05 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.116 x 7.318 at -1.296 degrees (North through East) ! Clean map min=-0.0021045 max=0.050584 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 J1430-0009_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:53:00 2019