! Started logfile: J1443-0601_S_2017_02_24_pus_uvs.log on Sat May 4 11:28:47 2019 obs J1443-0601_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J1443-0601_S_2017_02_24_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.924877 visibilities/baseline/integration-bin. ! Found source: J1443-0601 ! ! 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 18812 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 J1443-0601_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 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 373 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.995295Jy sigma=0.008038 ! Fit after self-cal, rms=0.948639Jy sigma=0.007683 ! 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.723 mas, bmaj=6.976 mas, bpa=-4.707 degrees ! Estimated noise=1087.66 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.0429308 Jy ! Component: 100 - total flux cleaned = 0.0526577 Jy ! Total flux subtracted in 100 components = 0.0526577 Jy ! Clean residual min=-0.003133 max=0.003371 Jy/beam ! Clean residual mean=0.000001 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.0526577 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0526577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090896Jy sigma=0.000674 ! Fit after self-cal, rms=0.090156Jy sigma=0.000668 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00420002 Jy ! Component: 100 - total flux cleaned = 0.00528094 Jy ! Total flux subtracted in 100 components = 0.00528094 Jy ! Clean residual min=-0.003264 max=0.003299 Jy/beam ! Clean residual mean=0.000001 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.0579387 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 16 components and 0.0579387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089984Jy sigma=0.000667 ! Fit after self-cal, rms=0.089979Jy sigma=0.000667 ! 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.336 mas, bmaj=8.122 mas, bpa=-4.714 degrees ! Estimated noise=694.622 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.00060839 Jy ! Component: 100 - total flux cleaned = 0.000629496 Jy ! Component: 150 - total flux cleaned = 0.000629265 Jy ! Component: 200 - total flux cleaned = 0.000644935 Jy ! Total flux subtracted in 200 components = 0.000644935 Jy ! Clean residual min=-0.002099 max=0.002565 Jy/beam ! Clean residual mean=0.000005 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.0585836 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 28 components and 0.0585836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089962Jy sigma=0.000667 ! Fit after self-cal, rms=0.089962Jy sigma=0.000667 ! 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.95 FD 1.04 HN 1.06 KP 1.00 ! LA 0.98 MK 1.00 NL 0.96 OV 1.18 ! PT 1.07 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.96 HN 1.19 KP 0.94 ! LA 0.97 MK 0.98 NL 0.96 OV 1.11 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.06 HN 1.03 KP 0.99 ! LA 0.96 MK 1.03 NL 1.08 OV 1.04 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.99 HN 0.91 KP 1.00* ! LA 0.76 MK 0.97 NL 1.00* OV 0.88 ! PT 0.92 SC 1.00* ! ! ! Fit before self-cal, rms=0.089962Jy sigma=0.000667 ! Fit after self-cal, rms=0.088702Jy sigma=0.000665 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.345 mas, bmaj=8.169 mas, bpa=-4.965 degrees ! Estimated noise=701.82 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 = 2.36283e-05 Jy ! Component: 100 - total flux cleaned = 2.36549e-05 Jy ! Component: 150 - total flux cleaned = 2.41655e-05 Jy ! Component: 200 - total flux cleaned = 3.79289e-05 Jy ! Total flux subtracted in 200 components = 3.79289e-05 Jy ! Clean residual min=-0.002026 max=0.002092 Jy/beam ! Clean residual mean=0.000002 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.0586215 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 36 components and 0.0586216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088694Jy sigma=0.000664 ! Fit after self-cal, rms=0.088719Jy sigma=0.000664 ! 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.088719Jy sigma=0.000664 ! Fit after self-cal, rms=0.088095Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.351 mas, bmaj=8.154 mas, bpa=-4.918 degrees ! Estimated noise=703.386 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.24981e-06 Jy ! Component: 100 - total flux cleaned = 7.11575e-05 Jy ! Component: 150 - total flux cleaned = 7.00029e-05 Jy ! Component: 200 - total flux cleaned = 6.9427e-05 Jy ! Total flux subtracted in 200 components = 6.9427e-05 Jy ! Clean residual min=-0.001787 max=0.001963 Jy/beam ! Clean residual mean=0.000003 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.058691 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.058691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088087Jy sigma=0.000663 ! Fit after self-cal, rms=0.088089Jy sigma=0.000663 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 = -5.7924e-06 Jy ! Component: 100 - total flux cleaned = -2.47684e-05 Jy ! Component: 150 - total flux cleaned = -2.56287e-05 Jy ! Component: 200 - total flux cleaned = -2.5716e-05 Jy ! Total flux subtracted in 200 components = -2.5716e-05 Jy ! Clean residual min=-0.001798 max=0.001987 Jy/beam ! Clean residual mean=0.000003 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.0586653 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 42 components and 0.0586653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088082Jy sigma=0.000663 ! Fit after self-cal, rms=0.088077Jy sigma=0.000662 ! 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.088077Jy sigma=0.000662 ! Fit after self-cal, rms=0.087970Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.35 mas, bmaj=8.15 mas, bpa=-4.944 degrees ! Estimated noise=701.719 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00022414 Jy ! Component: 100 - total flux cleaned = -0.000238939 Jy ! Component: 150 - total flux cleaned = -0.00022539 Jy ! Component: 200 - total flux cleaned = -0.000225961 Jy ! Total flux subtracted in 200 components = -0.000225961 Jy ! Clean residual min=-0.001725 max=0.001960 Jy/beam ! Clean residual mean=0.000003 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.0584393 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 42 components and 0.0584393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087964Jy sigma=0.000662 ! Fit after self-cal, rms=0.087974Jy sigma=0.000662 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 = -7.63046e-05 Jy ! Component: 100 - total flux cleaned = -0.000103253 Jy ! Component: 150 - total flux cleaned = -0.000102764 Jy ! Component: 200 - total flux cleaned = -0.000102691 Jy ! Total flux subtracted in 200 components = -0.000102691 Jy ! Clean residual min=-0.001774 max=0.001980 Jy/beam ! Clean residual mean=0.000002 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.0583366 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 42 components and 0.0583366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087969Jy sigma=0.000662 ! Fit after self-cal, rms=0.087969Jy sigma=0.000662 ! Inverting map ! Added new window around map position (-9.5, 16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00205902 Jy ! Component: 100 - total flux cleaned = 0.00324128 Jy ! Component: 150 - total flux cleaned = 0.00355852 Jy ! Component: 200 - total flux cleaned = 0.00379139 Jy ! Total flux subtracted in 200 components = 0.00379139 Jy ! Clean residual min=-0.001685 max=0.002051 Jy/beam ! Clean residual mean=0.000001 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.062128 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 61 components and 0.062128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087913Jy sigma=0.000662 ! Fit after self-cal, rms=0.087898Jy sigma=0.000661 ! Inverting map ! Added new window around map position (-56, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107844 Jy ! Component: 100 - total flux cleaned = 0.0014193 Jy ! Component: 150 - total flux cleaned = 0.00177672 Jy ! Component: 200 - total flux cleaned = 0.00195104 Jy ! Total flux subtracted in 200 components = 0.00195104 Jy ! Clean residual min=-0.001627 max=0.001659 Jy/beam ! Clean residual mean=0.000001 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.064079 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 71 components and 0.064079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087845Jy sigma=0.000661 ! Fit after self-cal, rms=0.087836Jy sigma=0.000661 ! 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.087836Jy sigma=0.000661 ! Fit after self-cal, rms=0.087233Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.77 mas, bmaj=13.25 mas, bpa=0.9787 degrees ! Estimated noise=863.033 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110166 Jy ! Component: 100 - total flux cleaned = 0.00178836 Jy ! Component: 150 - total flux cleaned = 0.00207872 Jy ! Component: 200 - total flux cleaned = 0.00212455 Jy ! Total flux subtracted in 200 components = 0.00212455 Jy ! Clean residual min=-0.001866 max=0.001582 Jy/beam ! Clean residual mean=0.000003 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.0662036 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 108 components and 0.0662035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087218Jy sigma=0.000661 ! Fit after self-cal, rms=0.087217Jy sigma=0.000661 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.000520393 Jy ! Component: 100 - total flux cleaned = 0.000727283 Jy ! Component: 150 - total flux cleaned = 0.000713441 Jy ! Component: 200 - total flux cleaned = 0.000674817 Jy ! Total flux subtracted in 200 components = 0.000674817 Jy ! Clean residual min=-0.001812 max=0.001598 Jy/beam ! Clean residual mean=0.000002 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.0668784 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 117 components and 0.0668784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087210Jy sigma=0.000661 ! Fit after self-cal, rms=0.087209Jy sigma=0.000661 ! 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.337 mas, bmaj=8.122 mas, bpa=-4.848 degrees ! Estimated noise=696.788 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.337 x 8.122 at -4.848 degrees (North through East) ! Clean map min=-0.0017533 max=0.056571 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.724 mas, bmaj=6.956 mas, bpa=-4.747 degrees ! Estimated noise=1077.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0432906 Jy ! Component: 100 - total flux cleaned = 0.053722 Jy ! Component: 150 - total flux cleaned = 0.058185 Jy ! Component: 200 - total flux cleaned = 0.0605793 Jy ! Total flux subtracted in 200 components = 0.0605793 Jy ! Clean residual min=-0.002798 max=0.002797 Jy/beam ! Clean residual mean=-0.000001 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.0605793 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.0605793 Jy ! Inverting map and beam ! Estimated beam: bmin=3.337 mas, bmaj=8.122 mas, bpa=-4.848 degrees ! Estimated noise=696.788 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.00265381 Jy ! Component: 100 - total flux cleaned = 0.00403004 Jy ! Component: 150 - total flux cleaned = 0.00456991 Jy ! Component: 200 - total flux cleaned = 0.00474885 Jy ! Total flux subtracted in 200 components = 0.00474885 Jy ! Clean residual min=-0.001820 max=0.001886 Jy/beam ! Clean residual mean=0.000002 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.0653282 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 44 components and 0.0653282 Jy ! Inverting map ! Added new window around map position (106, 97.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00151694 Jy ! Component: 100 - total flux cleaned = 0.00183463 Jy ! Component: 150 - total flux cleaned = 0.00207819 Jy ! Component: 200 - total flux cleaned = 0.00221559 Jy ! Total flux subtracted in 200 components = 0.00221559 Jy ! Clean residual min=-0.001737 max=0.001508 Jy/beam ! Clean residual mean=0.000001 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.0675438 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 62 components and 0.0675437 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.77 mas, bmaj=13.25 mas, bpa=0.9787 degrees ! Estimated noise=863.033 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000591528 Jy ! Component: 100 - total flux cleaned = 0.000908959 Jy ! Component: 150 - total flux cleaned = 0.00104358 Jy ! Component: 200 - total flux cleaned = 0.00118705 Jy ! Total flux subtracted in 200 components = 0.00118705 Jy ! Clean residual min=-0.001594 max=0.001507 Jy/beam ! Clean residual mean=0.000002 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.0687308 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 = 6.32391e-05 Jy ! Component: 100 - total flux cleaned = 0.000101797 Jy ! Component: 150 - total flux cleaned = 0.000119275 Jy ! Component: 200 - total flux cleaned = 0.000102041 Jy ! Total flux subtracted in 200 components = 0.000102041 Jy ! Clean residual min=-0.001571 max=0.001522 Jy/beam ! Clean residual mean=0.000002 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.0688328 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 104 components and 0.0688328 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.337 mas, bmaj=8.122 mas, bpa=-4.848 degrees ! Estimated noise=696.788 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000420212 Jy ! Component: 100 - total flux cleaned = -0.000501353 Jy ! Component: 150 - total flux cleaned = -0.00060866 Jy ! Component: 200 - total flux cleaned = -0.000708109 Jy ! Total flux subtracted in 200 components = -0.000708109 Jy ! Clean residual min=-0.001696 max=0.001538 Jy/beam ! Clean residual mean=0.000001 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.0681247 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 115 components and 0.0681247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087185Jy sigma=0.000660 ! Fit after self-cal, rms=0.087184Jy sigma=0.000660 wmodel J1443-0601_S_2017_02_24_pus_map.mod ! Writing 115 model components to file: J1443-0601_S_2017_02_24_pus_map.mod wobs J1443-0601_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J1443-0601_S_2017_02_24_pus_uvs.fits wwins J1443-0601_S_2017_02_24_pus_map.win ! wwins: Wrote 4 windows to J1443-0601_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.000458287 Jy ! Component: 100 - total flux cleaned = -0.000760871 Jy ! Component: 150 - total flux cleaned = -0.00107475 Jy ! Component: 200 - total flux cleaned = -0.00130051 Jy ! Component: 250 - total flux cleaned = -0.00154419 Jy ! Component: 300 - total flux cleaned = -0.00173476 Jy ! Component: 350 - total flux cleaned = -0.00187453 Jy ! Component: 400 - total flux cleaned = -0.00201184 Jy ! Component: 450 - total flux cleaned = -0.00219149 Jy ! Component: 500 - total flux cleaned = -0.00232366 Jy ! Component: 550 - total flux cleaned = -0.00245347 Jy ! Component: 600 - total flux cleaned = -0.00253839 Jy ! Component: 650 - total flux cleaned = -0.00268535 Jy ! Component: 700 - total flux cleaned = -0.00285125 Jy ! Component: 750 - total flux cleaned = -0.00301437 Jy ! Component: 800 - total flux cleaned = -0.00317522 Jy ! Component: 850 - total flux cleaned = -0.00333392 Jy ! Component: 900 - total flux cleaned = -0.00345144 Jy ! Component: 950 - total flux cleaned = -0.00358693 Jy ! Component: 1000 - total flux cleaned = -0.00368257 Jy ! Component: 1050 - total flux cleaned = -0.00383382 Jy ! Component: 1100 - total flux cleaned = -0.00388989 Jy ! Component: 1150 - total flux cleaned = -0.00400063 Jy ! Component: 1200 - total flux cleaned = -0.00405536 Jy ! Component: 1250 - total flux cleaned = -0.004164 Jy ! Component: 1300 - total flux cleaned = -0.0042537 Jy ! Component: 1350 - total flux cleaned = -0.00432483 Jy ! Component: 1400 - total flux cleaned = -0.00446504 Jy ! Component: 1450 - total flux cleaned = -0.0045862 Jy ! Component: 1500 - total flux cleaned = -0.00463767 Jy ! Component: 1550 - total flux cleaned = -0.00473935 Jy ! Component: 1600 - total flux cleaned = -0.00480657 Jy ! Component: 1650 - total flux cleaned = -0.00492321 Jy ! Component: 1700 - total flux cleaned = -0.00492307 Jy ! Component: 1750 - total flux cleaned = -0.00498861 Jy ! Component: 1800 - total flux cleaned = -0.00506973 Jy ! Component: 1850 - total flux cleaned = -0.00503776 Jy ! Component: 1900 - total flux cleaned = -0.00518152 Jy ! Component: 1950 - total flux cleaned = -0.00521304 Jy ! Component: 2000 - total flux cleaned = -0.00522887 Jy ! Component: 2050 - total flux cleaned = -0.00527557 Jy ! Component: 2100 - total flux cleaned = -0.00524465 Jy ! Component: 2150 - total flux cleaned = -0.00535213 Jy ! Component: 2200 - total flux cleaned = -0.00532142 Jy ! Component: 2250 - total flux cleaned = -0.00536686 Jy ! Component: 2300 - total flux cleaned = -0.00541167 Jy ! Component: 2350 - total flux cleaned = -0.00544155 Jy ! Component: 2400 - total flux cleaned = -0.00542674 Jy ! Component: 2450 - total flux cleaned = -0.00551486 Jy ! Component: 2500 - total flux cleaned = -0.00538363 Jy ! Component: 2550 - total flux cleaned = -0.00548504 Jy ! Component: 2600 - total flux cleaned = -0.00555682 Jy ! Component: 2650 - total flux cleaned = -0.00551386 Jy ! Component: 2700 - total flux cleaned = -0.00552798 Jy ! Component: 2750 - total flux cleaned = -0.00554194 Jy ! Component: 2800 - total flux cleaned = -0.00554215 Jy ! Component: 2850 - total flux cleaned = -0.0056117 Jy ! Component: 2900 - total flux cleaned = -0.00557033 Jy ! Component: 2950 - total flux cleaned = -0.0056389 Jy ! Component: 3000 - total flux cleaned = -0.00562517 Jy ! Component: 3050 - total flux cleaned = -0.00565237 Jy ! Component: 3100 - total flux cleaned = -0.00569271 Jy ! Component: 3150 - total flux cleaned = -0.00574614 Jy ! Component: 3200 - total flux cleaned = -0.00569301 Jy ! Component: 3250 - total flux cleaned = -0.00574588 Jy ! Component: 3300 - total flux cleaned = -0.00581165 Jy ! Component: 3350 - total flux cleaned = -0.00582463 Jy ! Component: 3400 - total flux cleaned = -0.00585041 Jy ! Component: 3450 - total flux cleaned = -0.00587618 Jy ! Component: 3500 - total flux cleaned = -0.0058761 Jy ! Component: 3550 - total flux cleaned = -0.00588882 Jy ! Component: 3600 - total flux cleaned = -0.00585092 Jy ! Component: 3650 - total flux cleaned = -0.00587612 Jy ! Component: 3700 - total flux cleaned = -0.00587608 Jy ! Component: 3750 - total flux cleaned = -0.00591354 Jy ! Component: 3800 - total flux cleaned = -0.00592592 Jy ! Component: 3850 - total flux cleaned = -0.00588895 Jy ! Component: 3900 - total flux cleaned = -0.00598718 Jy ! Component: 3950 - total flux cleaned = -0.00591381 Jy ! Component: 4000 - total flux cleaned = -0.00592588 Jy ! Component: 4050 - total flux cleaned = -0.00590169 Jy ! Total flux subtracted in 4096 components = -0.0058896 Jy ! Clean residual min=-0.000814 max=0.000749 Jy/beam ! Clean residual mean=0.000001 rms=0.000224 Jy/beam ! Combined flux in latest and established models = 0.0622351 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 403 components and 0.0622351 Jy ![Exited script file: muppet] wmap "J1443-0601_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.337 x 8.122 at -4.848 degrees (North through East) ! Clean map min=-0.0015453 max=0.055697 Jy/beam ! Writing clean map to FITS file: J1443-0601_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 0.0556969 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000224131 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.20724 1.20724 2.41448 4.82895 9.65791 19.3158 38.6316 77.2632 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.055 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.337 x 8.122 at -4.848 degrees (North through East) ! Clean map min=-0.0015453 max=0.055697 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 J1443-0601_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:28:52 2019