! Started logfile: J1334-1150_S_2017_02_19_pus_uvs.log on Sat May 4 18:52:04 2019 obs J1334-1150_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J1334-1150_S_2017_02_19_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.742972 visibilities/baseline/integration-bin. ! Found source: J1334-1150 ! ! 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 11100 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 J1334-1150_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 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 354 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.862929Jy sigma=0.006420 ! Fit after self-cal, rms=0.849055Jy sigma=0.006339 ! 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.583 mas, bmaj=6.694 mas, bpa=-0.2598 degrees ! Estimated noise=1194.05 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.112458 Jy ! Component: 100 - total flux cleaned = 0.145915 Jy ! Total flux subtracted in 100 components = 0.145915 Jy ! Clean residual min=-0.008995 max=0.018795 Jy/beam ! Clean residual mean=0.000027 rms=0.002386 Jy/beam ! Combined flux in latest and established models = 0.145915 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.145915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118006Jy sigma=0.000769 ! Fit after self-cal, rms=0.117919Jy sigma=0.000769 ! Inverting map ! Added new window around map position (-6, -6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0204832 Jy ! Component: 100 - total flux cleaned = 0.0340697 Jy ! Total flux subtracted in 100 components = 0.0340697 Jy ! Clean residual min=-0.007426 max=0.008917 Jy/beam ! Clean residual mean=0.000010 rms=0.001817 Jy/beam ! Combined flux in latest and established models = 0.179984 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 23 components and 0.179984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112152Jy sigma=0.000727 ! Fit after self-cal, rms=0.111916Jy sigma=0.000725 ! 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.055 mas, bmaj=7.626 mas, bpa=0.5609 degrees ! Estimated noise=1013.67 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.0160859 Jy ! Component: 100 - total flux cleaned = 0.0261031 Jy ! Component: 150 - total flux cleaned = 0.033015 Jy ! Component: 200 - total flux cleaned = 0.0379048 Jy ! Total flux subtracted in 200 components = 0.0379048 Jy ! Clean residual min=-0.005637 max=0.007517 Jy/beam ! Clean residual mean=-0.000009 rms=0.001441 Jy/beam ! Combined flux in latest and established models = 0.217889 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 59 components and 0.217889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108902Jy sigma=0.000705 ! Fit after self-cal, rms=0.108723Jy sigma=0.000704 ! 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.98 FD 0.90 HN 1.03 KP 1.02 ! LA 1.03 MK 1.00 NL 0.90 OV 1.09 ! PT 1.00* SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.87 HN 1.05 KP 1.01 ! LA 0.99 MK 1.00 NL 1.15 OV 1.06 ! PT 1.00* SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00 HN 1.04 KP 0.89 ! LA 0.77 MK 1.05 NL 1.22 OV 0.96 ! PT 1.00* SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 0.98 KP 1.00* ! LA 0.81 MK 0.96 NL 1.00* OV 1.17 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.108723Jy sigma=0.000704 ! Fit after self-cal, rms=0.106245Jy sigma=0.000688 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.075 mas, bmaj=7.666 mas, bpa=0.6813 degrees ! Estimated noise=1003.74 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.000851381 Jy ! Component: 100 - total flux cleaned = 0.000496427 Jy ! Component: 150 - total flux cleaned = 8.94008e-05 Jy ! Component: 200 - total flux cleaned = -5.43569e-05 Jy ! Total flux subtracted in 200 components = -5.43569e-05 Jy ! Clean residual min=-0.004667 max=0.004256 Jy/beam ! Clean residual mean=-0.000002 rms=0.001045 Jy/beam ! Combined flux in latest and established models = 0.217835 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 71 components and 0.217835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106135Jy sigma=0.000687 ! Fit after self-cal, rms=0.106135Jy sigma=0.000687 ! 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.106135Jy sigma=0.000687 ! Fit after self-cal, rms=0.100484Jy sigma=0.000682 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.065 mas, bmaj=7.644 mas, bpa=0.3529 degrees ! Estimated noise=1001.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113431 Jy ! Component: 100 - total flux cleaned = 0.00123527 Jy ! Component: 150 - total flux cleaned = 0.00115787 Jy ! Component: 200 - total flux cleaned = 0.00115774 Jy ! Total flux subtracted in 200 components = 0.00115774 Jy ! Clean residual min=-0.003914 max=0.003801 Jy/beam ! Clean residual mean=-0.000001 rms=0.000908 Jy/beam ! Combined flux in latest and established models = 0.218993 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 84 components and 0.218993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100440Jy sigma=0.000682 ! Fit after self-cal, rms=0.100460Jy sigma=0.000682 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.02337e-06 Jy ! Component: 100 - total flux cleaned = -5.12623e-06 Jy ! Component: 150 - total flux cleaned = -3.93088e-06 Jy ! Component: 200 - total flux cleaned = 2.95995e-05 Jy ! Total flux subtracted in 200 components = 2.95995e-05 Jy ! Clean residual min=-0.003918 max=0.003660 Jy/beam ! Clean residual mean=-0.000001 rms=0.000908 Jy/beam ! Combined flux in latest and established models = 0.219022 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 89 components and 0.219022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100432Jy sigma=0.000682 ! Fit after self-cal, rms=0.100430Jy sigma=0.000682 ! 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.100430Jy sigma=0.000682 ! Fit after self-cal, rms=0.096659Jy sigma=0.000681 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.059 mas, bmaj=7.61 mas, bpa=0.09096 degrees ! Estimated noise=996.378 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000212222 Jy ! Component: 100 - total flux cleaned = 2.68633e-05 Jy ! Component: 150 - total flux cleaned = -3.93277e-05 Jy ! Component: 200 - total flux cleaned = -6.95889e-05 Jy ! Total flux subtracted in 200 components = -6.95889e-05 Jy ! Clean residual min=-0.003789 max=0.003782 Jy/beam ! Clean residual mean=-0.000001 rms=0.000873 Jy/beam ! Combined flux in latest and established models = 0.218953 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 93 components and 0.218953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096633Jy sigma=0.000681 ! Fit after self-cal, rms=0.096646Jy sigma=0.000681 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.93845e-05 Jy ! Component: 100 - total flux cleaned = -5.1168e-05 Jy ! Component: 150 - total flux cleaned = -2.50143e-05 Jy ! Component: 200 - total flux cleaned = -2.39211e-05 Jy ! Total flux subtracted in 200 components = -2.39211e-05 Jy ! Clean residual min=-0.003796 max=0.003721 Jy/beam ! Clean residual mean=-0.000001 rms=0.000879 Jy/beam ! Combined flux in latest and established models = 0.218929 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 95 components and 0.218929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096629Jy sigma=0.000680 ! Fit after self-cal, rms=0.096629Jy sigma=0.000680 ! 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.096629Jy sigma=0.000680 ! Fit after self-cal, rms=0.095970Jy sigma=0.000680 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.989 mas, bmaj=13.14 mas, bpa=6.598 degrees ! Estimated noise=1312.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184397 Jy ! Component: 100 - total flux cleaned = 0.00189937 Jy ! Component: 150 - total flux cleaned = 0.00196736 Jy ! Component: 200 - total flux cleaned = 0.00200826 Jy ! Total flux subtracted in 200 components = 0.00200826 Jy ! Clean residual min=-0.003718 max=0.003313 Jy/beam ! Clean residual mean=-0.000001 rms=0.000977 Jy/beam ! Combined flux in latest and established models = 0.220937 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 100 components and 0.220937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095979Jy sigma=0.000680 ! Fit after self-cal, rms=0.095979Jy sigma=0.000680 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.000299109 Jy ! Component: 100 - total flux cleaned = 0.00034186 Jy ! Component: 150 - total flux cleaned = 0.000401178 Jy ! Component: 200 - total flux cleaned = 0.000457178 Jy ! Total flux subtracted in 200 components = 0.000457178 Jy ! Clean residual min=-0.003767 max=0.003352 Jy/beam ! Clean residual mean=-0.000001 rms=0.000970 Jy/beam ! Combined flux in latest and established models = 0.221394 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 104 components and 0.221394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095987Jy sigma=0.000680 ! Fit after self-cal, rms=0.095988Jy sigma=0.000680 ! 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.055 mas, bmaj=7.597 mas, bpa=-0.04484 degrees ! Estimated noise=993.312 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.055 x 7.597 at -0.04484 degrees (North through East) ! Clean map min=-0.0036288 max=0.1451 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.578 mas, bmaj=6.657 mas, bpa=-0.9727 degrees ! Estimated noise=1169.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.109686 Jy ! Component: 100 - total flux cleaned = 0.144907 Jy ! Component: 150 - total flux cleaned = 0.166475 Jy ! Component: 200 - total flux cleaned = 0.181072 Jy ! Total flux subtracted in 200 components = 0.181072 Jy ! Clean residual min=-0.005848 max=0.008643 Jy/beam ! Clean residual mean=0.000018 rms=0.001503 Jy/beam ! Combined flux in latest and established models = 0.181072 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.181072 Jy ! Inverting map and beam ! Estimated beam: bmin=3.055 mas, bmaj=7.597 mas, bpa=-0.04484 degrees ! Estimated noise=993.312 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.014227 Jy ! Component: 100 - total flux cleaned = 0.0231488 Jy ! Component: 150 - total flux cleaned = 0.0291054 Jy ! Component: 200 - total flux cleaned = 0.0331578 Jy ! Total flux subtracted in 200 components = 0.0331578 Jy ! Clean residual min=-0.004101 max=0.004630 Jy/beam ! Clean residual mean=0.000000 rms=0.000954 Jy/beam ! Combined flux in latest and established models = 0.21423 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 55 components and 0.21423 Jy ! Inverting map ! Added new window around map position (-6.5, -16). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00454521 Jy ! Component: 100 - total flux cleaned = 0.00631062 Jy ! Component: 150 - total flux cleaned = 0.00712436 Jy ! Component: 200 - total flux cleaned = 0.0077662 Jy ! Total flux subtracted in 200 components = 0.0077662 Jy ! Clean residual min=-0.003724 max=0.003522 Jy/beam ! Clean residual mean=0.000001 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.221996 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 71 components and 0.221996 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.989 mas, bmaj=13.14 mas, bpa=6.598 degrees ! Estimated noise=1312.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126405 Jy ! Component: 100 - total flux cleaned = 0.00171552 Jy ! Component: 150 - total flux cleaned = 0.00188653 Jy ! Component: 200 - total flux cleaned = 0.00203294 Jy ! Total flux subtracted in 200 components = 0.00203294 Jy ! Clean residual min=-0.003770 max=0.003255 Jy/beam ! Clean residual mean=-0.000000 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.224029 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.000155746 Jy ! Component: 100 - total flux cleaned = 0.000211072 Jy ! Component: 150 - total flux cleaned = 0.000236268 Jy ! Component: 200 - total flux cleaned = 0.000236876 Jy ! Total flux subtracted in 200 components = 0.000236876 Jy ! Clean residual min=-0.003714 max=0.003251 Jy/beam ! Clean residual mean=-0.000001 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.224266 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 91 components and 0.224266 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.055 mas, bmaj=7.597 mas, bpa=-0.04484 degrees ! Estimated noise=993.312 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000147099 Jy ! Component: 100 - total flux cleaned = -0.000137311 Jy ! Component: 150 - total flux cleaned = -8.56908e-05 Jy ! Component: 200 - total flux cleaned = -3.88047e-05 Jy ! Total flux subtracted in 200 components = -3.88047e-05 Jy ! Clean residual min=-0.003515 max=0.003288 Jy/beam ! Clean residual mean=-0.000001 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.224227 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 108 components and 0.224227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095826Jy sigma=0.000679 ! Fit after self-cal, rms=0.095795Jy sigma=0.000679 wmodel J1334-1150_S_2017_02_19_pus_map.mod ! Writing 108 model components to file: J1334-1150_S_2017_02_19_pus_map.mod wobs J1334-1150_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J1334-1150_S_2017_02_19_pus_uvs.fits wwins J1334-1150_S_2017_02_19_pus_map.win ! wwins: Wrote 3 windows to J1334-1150_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.000137119 Jy ! Component: 100 - total flux cleaned = -2.13043e-05 Jy ! Component: 150 - total flux cleaned = -2.12924e-05 Jy ! Component: 200 - total flux cleaned = -0.00018131 Jy ! Component: 250 - total flux cleaned = -7.79057e-05 Jy ! Component: 300 - total flux cleaned = 7.1285e-05 Jy ! Component: 350 - total flux cleaned = 0.000168346 Jy ! Component: 400 - total flux cleaned = 0.000403691 Jy ! Component: 450 - total flux cleaned = 0.000633608 Jy ! Component: 500 - total flux cleaned = 0.000814301 Jy ! Component: 550 - total flux cleaned = 0.00112369 Jy ! Component: 600 - total flux cleaned = 0.00129802 Jy ! Component: 650 - total flux cleaned = 0.00159807 Jy ! Component: 700 - total flux cleaned = 0.00189388 Jy ! Component: 750 - total flux cleaned = 0.00210163 Jy ! Component: 800 - total flux cleaned = 0.00226563 Jy ! Component: 850 - total flux cleaned = 0.00246742 Jy ! Component: 900 - total flux cleaned = 0.00282572 Jy ! Component: 950 - total flux cleaned = 0.00302125 Jy ! Component: 1000 - total flux cleaned = 0.00321559 Jy ! Component: 1050 - total flux cleaned = 0.00348429 Jy ! Component: 1100 - total flux cleaned = 0.00378764 Jy ! Component: 1150 - total flux cleaned = 0.00397488 Jy ! Component: 1200 - total flux cleaned = 0.00412371 Jy ! Component: 1250 - total flux cleaned = 0.00445329 Jy ! Component: 1300 - total flux cleaned = 0.0046709 Jy ! Component: 1350 - total flux cleaned = 0.00492187 Jy ! Component: 1400 - total flux cleaned = 0.00517044 Jy ! Component: 1450 - total flux cleaned = 0.00548563 Jy ! Component: 1500 - total flux cleaned = 0.00569392 Jy ! Component: 1550 - total flux cleaned = 0.00586559 Jy ! Component: 1600 - total flux cleaned = 0.00606922 Jy ! Component: 1650 - total flux cleaned = 0.00623729 Jy ! Component: 1700 - total flux cleaned = 0.0063709 Jy ! Component: 1750 - total flux cleaned = 0.00660239 Jy ! Component: 1800 - total flux cleaned = 0.0067333 Jy ! Component: 1850 - total flux cleaned = 0.00683068 Jy ! Component: 1900 - total flux cleaned = 0.007023 Jy ! Component: 1950 - total flux cleaned = 0.00714969 Jy ! Component: 2000 - total flux cleaned = 0.00724408 Jy ! Component: 2050 - total flux cleaned = 0.00736875 Jy ! Component: 2100 - total flux cleaned = 0.00743112 Jy ! Component: 2150 - total flux cleaned = 0.00767681 Jy ! Component: 2200 - total flux cleaned = 0.00782853 Jy ! Component: 2250 - total flux cleaned = 0.00791893 Jy ! Component: 2300 - total flux cleaned = 0.00800884 Jy ! Component: 2350 - total flux cleaned = 0.00809795 Jy ! Component: 2400 - total flux cleaned = 0.00830373 Jy ! Component: 2450 - total flux cleaned = 0.00830373 Jy ! Component: 2500 - total flux cleaned = 0.00850619 Jy ! Component: 2550 - total flux cleaned = 0.00847736 Jy ! Component: 2600 - total flux cleaned = 0.00859131 Jy ! Component: 2650 - total flux cleaned = 0.00870446 Jy ! Component: 2700 - total flux cleaned = 0.00873265 Jy ! Component: 2750 - total flux cleaned = 0.00895488 Jy ! Component: 2800 - total flux cleaned = 0.00889952 Jy ! Component: 2850 - total flux cleaned = 0.00903693 Jy ! Component: 2900 - total flux cleaned = 0.00911888 Jy ! Component: 2950 - total flux cleaned = 0.00925388 Jy ! Component: 3000 - total flux cleaned = 0.00928085 Jy ! Component: 3050 - total flux cleaned = 0.00936088 Jy ! Component: 3100 - total flux cleaned = 0.00951971 Jy ! Component: 3150 - total flux cleaned = 0.00965111 Jy ! Component: 3200 - total flux cleaned = 0.00983362 Jy ! Component: 3250 - total flux cleaned = 0.00978176 Jy ! Component: 3300 - total flux cleaned = 0.00991049 Jy ! Component: 3350 - total flux cleaned = 0.0100127 Jy ! Component: 3400 - total flux cleaned = 0.0100891 Jy ! Component: 3450 - total flux cleaned = 0.0102154 Jy ! Component: 3500 - total flux cleaned = 0.0102403 Jy ! Component: 3550 - total flux cleaned = 0.01034 Jy ! Component: 3600 - total flux cleaned = 0.0104881 Jy ! Component: 3650 - total flux cleaned = 0.0106848 Jy ! Component: 3700 - total flux cleaned = 0.0107334 Jy ! Component: 3750 - total flux cleaned = 0.0108789 Jy ! Component: 3800 - total flux cleaned = 0.0109271 Jy ! Component: 3850 - total flux cleaned = 0.010975 Jy ! Component: 3900 - total flux cleaned = 0.0111416 Jy ! Component: 3950 - total flux cleaned = 0.0112835 Jy ! Component: 4000 - total flux cleaned = 0.0114477 Jy ! Component: 4050 - total flux cleaned = 0.0114244 Jy ! Total flux subtracted in 4096 components = 0.0115408 Jy ! Clean residual min=-0.001455 max=0.001605 Jy/beam ! Clean residual mean=0.000004 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.235768 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 405 components and 0.235767 Jy ![Exited script file: muppet] wmap "J1334-1150_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.055 x 7.597 at -0.04484 degrees (North through East) ! Clean map min=-0.0022252 max=0.1439 Jy/beam ! Writing clean map to FITS file: J1334-1150_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.143904 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000447124 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.93213 0.93213 1.86426 3.72852 7.45704 14.9141 29.8282 59.6563 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.143 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.055 x 7.597 at -0.04484 degrees (North through East) ! Clean map min=-0.0022252 max=0.1439 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 J1334-1150_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:52:09 2019