! Started logfile: J2359-3133_S_2017_10_09_pus_uvs.log on Sun May 12 13:23:22 2019 obs J2359-3133_S_2017_10_09_pus_uva.fits ! Reading UV FITS file: J2359-3133_S_2017_10_09_pus_uva.fits ! AN table 1: 44 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.499369 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2359-3133 ! ! 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 496 lines of history. ! ! Reading 3164 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 J2359-3133_S_2017_10_09_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 116 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 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 308 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.636194Jy sigma=0.004706 ! Fit after self-cal, rms=0.615597Jy sigma=0.004577 ! 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.986 mas, bmaj=14.07 mas, bpa=-12.29 degrees ! Estimated noise=2758.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.31694 Jy ! Component: 100 - total flux cleaned = 0.452027 Jy ! Total flux subtracted in 100 components = 0.452027 Jy ! Clean residual min=-0.033937 max=0.064984 Jy/beam ! Clean residual mean=-0.000020 rms=0.010540 Jy/beam ! Combined flux in latest and established models = 0.452027 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.452027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201229Jy sigma=0.001328 ! Fit after self-cal, rms=0.200616Jy sigma=0.001325 ! Inverting map ! Added new window around map position (4.5, -12). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0728772 Jy ! Component: 100 - total flux cleaned = 0.114111 Jy ! Total flux subtracted in 100 components = 0.114111 Jy ! Clean residual min=-0.023135 max=0.034713 Jy/beam ! Clean residual mean=-0.000017 rms=0.006936 Jy/beam ! Combined flux in latest and established models = 0.566138 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 26 components and 0.566138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166590Jy sigma=0.001083 ! Fit after self-cal, rms=0.166032Jy sigma=0.001079 ! 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.99 mas, bmaj=16.77 mas, bpa=-11.94 degrees ! Estimated noise=2057.45 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.0378348 Jy ! Component: 100 - total flux cleaned = 0.0601011 Jy ! Component: 150 - total flux cleaned = 0.0742401 Jy ! Component: 200 - total flux cleaned = 0.0834115 Jy ! Total flux subtracted in 200 components = 0.0834115 Jy ! Clean residual min=-0.021561 max=0.035078 Jy/beam ! Clean residual mean=-0.000078 rms=0.007966 Jy/beam ! Combined flux in latest and established models = 0.64955 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 48 components and 0.64955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155758Jy sigma=0.001012 ! Fit after self-cal, rms=0.154680Jy sigma=0.001003 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.24 FD 0.89 HN 0.94 KP 1.07 ! LA 1.01 MK 1.01 NL 0.94 OV 1.00* ! PT 0.98 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 2.89 FD 0.95 HN 1.04 KP 1.01 ! LA 0.97 MK 1.03 NL 1.11 OV 1.00* ! PT 0.95 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 0.96 HN 0.96 KP 0.89 ! LA 0.75 MK 1.04 NL 1.25 OV 1.00* ! PT 0.92 ! ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 HN 1.18 KP 1.00* ! LA 1.00* MK 1.16 NL 1.00* OV 1.00* ! PT 0.86 ! ! ! Fit before self-cal, rms=0.154680Jy sigma=0.001003 ! Fit after self-cal, rms=0.141359Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.985 mas, bmaj=18.19 mas, bpa=-12.53 degrees ! Estimated noise=2221.64 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.00806649 Jy ! Component: 100 - total flux cleaned = -0.0113721 Jy ! Component: 150 - total flux cleaned = -0.0143375 Jy ! Component: 200 - total flux cleaned = -0.0164985 Jy ! Total flux subtracted in 200 components = -0.0164985 Jy ! Clean residual min=-0.017011 max=0.014257 Jy/beam ! Clean residual mean=0.000070 rms=0.004679 Jy/beam ! Combined flux in latest and established models = 0.633051 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 68 components and 0.633051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138968Jy sigma=0.000761 ! Fit after self-cal, rms=0.139085Jy sigma=0.000759 ! 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.139085Jy sigma=0.000759 ! Fit after self-cal, rms=0.144861Jy sigma=0.000723 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.078 mas, bmaj=18.52 mas, bpa=-12.89 degrees ! Estimated noise=2279.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00235032 Jy ! Component: 100 - total flux cleaned = -0.00439992 Jy ! Component: 150 - total flux cleaned = -0.00620097 Jy ! Component: 200 - total flux cleaned = -0.00788321 Jy ! Total flux subtracted in 200 components = -0.00788321 Jy ! Clean residual min=-0.014305 max=0.011370 Jy/beam ! Clean residual mean=0.000028 rms=0.003377 Jy/beam ! Combined flux in latest and established models = 0.625168 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 0.625168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143157Jy sigma=0.000715 ! Fit after self-cal, rms=0.143122Jy sigma=0.000714 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.00216675 Jy ! Component: 100 - total flux cleaned = -0.00341574 Jy ! Component: 150 - total flux cleaned = -0.00444407 Jy ! Component: 200 - total flux cleaned = -0.00531432 Jy ! Total flux subtracted in 200 components = -0.00531432 Jy ! Clean residual min=-0.013309 max=0.011047 Jy/beam ! Clean residual mean=0.000018 rms=0.003301 Jy/beam ! Combined flux in latest and established models = 0.619854 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 91 components and 0.619854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142698Jy sigma=0.000713 ! Fit after self-cal, rms=0.142614Jy sigma=0.000713 ! 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.142614Jy sigma=0.000713 ! Fit after self-cal, rms=0.147475Jy sigma=0.000699 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.153 mas, bmaj=19.1 mas, bpa=-13.38 degrees ! Estimated noise=2337.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00349155 Jy ! Component: 100 - total flux cleaned = -0.00479565 Jy ! Component: 150 - total flux cleaned = -0.00583325 Jy ! Component: 200 - total flux cleaned = -0.00669934 Jy ! Total flux subtracted in 200 components = -0.00669934 Jy ! Clean residual min=-0.012240 max=0.008642 Jy/beam ! Clean residual mean=0.000032 rms=0.002792 Jy/beam ! Combined flux in latest and established models = 0.613154 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 103 components and 0.613154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146568Jy sigma=0.000693 ! Fit after self-cal, rms=0.146409Jy sigma=0.000693 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.0014256 Jy ! Component: 100 - total flux cleaned = -0.00219302 Jy ! Component: 150 - total flux cleaned = -0.00263288 Jy ! Component: 200 - total flux cleaned = -0.00282857 Jy ! Total flux subtracted in 200 components = -0.00282857 Jy ! Clean residual min=-0.012069 max=0.008359 Jy/beam ! Clean residual mean=0.000026 rms=0.002750 Jy/beam ! Combined flux in latest and established models = 0.610326 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 112 components and 0.610326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146145Jy sigma=0.000692 ! Fit after self-cal, rms=0.146056Jy sigma=0.000692 ! 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.146056Jy sigma=0.000692 ! Fit after self-cal, rms=0.152229Jy sigma=0.000689 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.978 mas, bmaj=28.52 mas, bpa=-2.492 degrees ! Estimated noise=2589.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00538109 Jy ! Component: 100 - total flux cleaned = -0.00600589 Jy ! Component: 150 - total flux cleaned = -0.00642751 Jy ! Component: 200 - total flux cleaned = -0.00688116 Jy ! Total flux subtracted in 200 components = -0.00688116 Jy ! Clean residual min=-0.011161 max=0.008029 Jy/beam ! Clean residual mean=0.000038 rms=0.002807 Jy/beam ! Combined flux in latest and established models = 0.603444 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 126 components and 0.603444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151882Jy sigma=0.000687 ! Fit after self-cal, rms=0.151758Jy sigma=0.000687 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.00149722 Jy ! Component: 100 - total flux cleaned = -0.00164627 Jy ! Component: 150 - total flux cleaned = -0.00183723 Jy ! Component: 200 - total flux cleaned = -0.00200523 Jy ! Total flux subtracted in 200 components = -0.00200523 Jy ! Clean residual min=-0.010990 max=0.007601 Jy/beam ! Clean residual mean=0.000031 rms=0.002752 Jy/beam ! Combined flux in latest and established models = 0.601439 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 141 components and 0.601439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151674Jy sigma=0.000687 ! Fit after self-cal, rms=0.151628Jy sigma=0.000687 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.179 mas, bmaj=19.56 mas, bpa=-13.65 degrees ! Estimated noise=2374.91 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.179 x 19.56 at -13.65 degrees (North through East) ! Clean map min=-0.012073 max=0.45469 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.117 mas, bmaj=16.4 mas, bpa=-14.03 degrees ! Estimated noise=3387.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.363252 Jy ! Component: 100 - total flux cleaned = 0.487307 Jy ! Component: 150 - total flux cleaned = 0.54255 Jy ! Component: 200 - total flux cleaned = 0.570577 Jy ! Total flux subtracted in 200 components = 0.570577 Jy ! Clean residual min=-0.015325 max=0.017125 Jy/beam ! Clean residual mean=-0.000003 rms=0.003437 Jy/beam ! Combined flux in latest and established models = 0.570577 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.570577 Jy ! Inverting map and beam ! Estimated beam: bmin=4.179 mas, bmaj=19.56 mas, bpa=-13.65 degrees ! Estimated noise=2374.91 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 (-6.5, 15.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0172313 Jy ! Component: 100 - total flux cleaned = 0.0212029 Jy ! Component: 150 - total flux cleaned = 0.0232481 Jy ! Component: 200 - total flux cleaned = 0.0239442 Jy ! Total flux subtracted in 200 components = 0.0239442 Jy ! Clean residual min=-0.010664 max=0.007313 Jy/beam ! Clean residual mean=0.000003 rms=0.002406 Jy/beam ! Combined flux in latest and established models = 0.594521 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 54 components and 0.594521 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.978 mas, bmaj=28.52 mas, bpa=-2.492 degrees ! Estimated noise=2589.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000722385 Jy ! Component: 100 - total flux cleaned = 0.00168267 Jy ! Component: 150 - total flux cleaned = 0.00208322 Jy ! Component: 200 - total flux cleaned = 0.00225844 Jy ! Total flux subtracted in 200 components = 0.00225844 Jy ! Clean residual min=-0.008760 max=0.007254 Jy/beam ! Clean residual mean=0.000006 rms=0.002585 Jy/beam ! Combined flux in latest and established models = 0.59678 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 = 7.69956e-05 Jy ! Component: 100 - total flux cleaned = 0.000150558 Jy ! Component: 150 - total flux cleaned = 0.00028856 Jy ! Component: 200 - total flux cleaned = 0.00035208 Jy ! Total flux subtracted in 200 components = 0.00035208 Jy ! Clean residual min=-0.008601 max=0.007378 Jy/beam ! Clean residual mean=0.000006 rms=0.002577 Jy/beam ! Combined flux in latest and established models = 0.597132 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 106 components and 0.597132 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.179 mas, bmaj=19.56 mas, bpa=-13.65 degrees ! Estimated noise=2374.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000384215 Jy ! Component: 100 - total flux cleaned = -0.000516961 Jy ! Component: 150 - total flux cleaned = -0.000173951 Jy ! Component: 200 - total flux cleaned = -0.000171429 Jy ! Total flux subtracted in 200 components = -0.000171429 Jy ! Clean residual min=-0.009577 max=0.007408 Jy/beam ! Clean residual mean=0.000005 rms=0.002281 Jy/beam ! Combined flux in latest and established models = 0.596961 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 123 components and 0.59696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150063Jy sigma=0.000678 ! Fit after self-cal, rms=0.149525Jy sigma=0.000677 wmodel J2359-3133_S_2017_10_09_pus_map.mod ! Writing 123 model components to file: J2359-3133_S_2017_10_09_pus_map.mod wobs J2359-3133_S_2017_10_09_pus_uvs.fits ! Writing UV FITS file: J2359-3133_S_2017_10_09_pus_uvs.fits wwins J2359-3133_S_2017_10_09_pus_map.win ! wwins: Wrote 3 windows to J2359-3133_S_2017_10_09_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.00395048 Jy ! Component: 100 - total flux cleaned = -0.00729718 Jy ! Component: 150 - total flux cleaned = -0.00962164 Jy ! Component: 200 - total flux cleaned = -0.0113155 Jy ! Component: 250 - total flux cleaned = -0.0123436 Jy ! Component: 300 - total flux cleaned = -0.0129991 Jy ! Component: 350 - total flux cleaned = -0.0134166 Jy ! Component: 400 - total flux cleaned = -0.0138229 Jy ! Component: 450 - total flux cleaned = -0.0144126 Jy ! Component: 500 - total flux cleaned = -0.0148865 Jy ! Component: 550 - total flux cleaned = -0.0155278 Jy ! Component: 600 - total flux cleaned = -0.0157936 Jy ! Component: 650 - total flux cleaned = -0.0161428 Jy ! Component: 700 - total flux cleaned = -0.0163143 Jy ! Component: 750 - total flux cleaned = -0.0164791 Jy ! Component: 800 - total flux cleaned = -0.0166384 Jy ! Component: 850 - total flux cleaned = -0.0167945 Jy ! Component: 900 - total flux cleaned = -0.0168717 Jy ! Component: 950 - total flux cleaned = -0.0169476 Jy ! Component: 1000 - total flux cleaned = -0.0172404 Jy ! Component: 1050 - total flux cleaned = -0.0175957 Jy ! Component: 1100 - total flux cleaned = -0.0177336 Jy ! Component: 1150 - total flux cleaned = -0.01787 Jy ! Component: 1200 - total flux cleaned = -0.0179382 Jy ! Component: 1250 - total flux cleaned = -0.0181368 Jy ! Component: 1300 - total flux cleaned = -0.0182657 Jy ! Component: 1350 - total flux cleaned = -0.0182667 Jy ! Component: 1400 - total flux cleaned = -0.018393 Jy ! Component: 1450 - total flux cleaned = -0.0183932 Jy ! Component: 1500 - total flux cleaned = -0.0184536 Jy ! Component: 1550 - total flux cleaned = -0.0185728 Jy ! Component: 1600 - total flux cleaned = -0.0183962 Jy ! Component: 1650 - total flux cleaned = -0.0183383 Jy ! Component: 1700 - total flux cleaned = -0.0183952 Jy ! Component: 1750 - total flux cleaned = -0.0183938 Jy ! Component: 1800 - total flux cleaned = -0.0182263 Jy ! Component: 1850 - total flux cleaned = -0.0181167 Jy ! Component: 1900 - total flux cleaned = -0.0179551 Jy ! Component: 1950 - total flux cleaned = -0.0177952 Jy ! Component: 2000 - total flux cleaned = -0.0176894 Jy ! Component: 2050 - total flux cleaned = -0.0174305 Jy ! Component: 2100 - total flux cleaned = -0.0173285 Jy ! Component: 2150 - total flux cleaned = -0.0173293 Jy ! Component: 2200 - total flux cleaned = -0.0172793 Jy ! Component: 2250 - total flux cleaned = -0.0172296 Jy ! Component: 2300 - total flux cleaned = -0.0169388 Jy ! Component: 2350 - total flux cleaned = -0.0168434 Jy ! Component: 2400 - total flux cleaned = -0.0166549 Jy ! Component: 2450 - total flux cleaned = -0.0166553 Jy ! Component: 2500 - total flux cleaned = -0.0166552 Jy ! Component: 2550 - total flux cleaned = -0.0166547 Jy ! Component: 2600 - total flux cleaned = -0.0165646 Jy ! Component: 2650 - total flux cleaned = -0.0164756 Jy ! Component: 2700 - total flux cleaned = -0.0163878 Jy ! Component: 2750 - total flux cleaned = -0.0164314 Jy ! Component: 2800 - total flux cleaned = -0.0163454 Jy ! Component: 2850 - total flux cleaned = -0.0163454 Jy ! Component: 2900 - total flux cleaned = -0.0164295 Jy ! Component: 2950 - total flux cleaned = -0.0164298 Jy ! Component: 3000 - total flux cleaned = -0.0163478 Jy ! Component: 3050 - total flux cleaned = -0.0164292 Jy ! Component: 3100 - total flux cleaned = -0.0164291 Jy ! Component: 3150 - total flux cleaned = -0.016468 Jy ! Component: 3200 - total flux cleaned = -0.0163897 Jy ! Component: 3250 - total flux cleaned = -0.0164284 Jy ! Component: 3300 - total flux cleaned = -0.0164663 Jy ! Component: 3350 - total flux cleaned = -0.0164284 Jy ! Component: 3400 - total flux cleaned = -0.0163911 Jy ! Component: 3450 - total flux cleaned = -0.0164657 Jy ! Component: 3500 - total flux cleaned = -0.0165022 Jy ! Component: 3550 - total flux cleaned = -0.0165016 Jy ! Component: 3600 - total flux cleaned = -0.0164654 Jy ! Component: 3650 - total flux cleaned = -0.0163944 Jy ! Component: 3700 - total flux cleaned = -0.0163593 Jy ! Component: 3750 - total flux cleaned = -0.0162549 Jy ! Component: 3800 - total flux cleaned = -0.0162551 Jy ! Component: 3850 - total flux cleaned = -0.0162549 Jy ! Component: 3900 - total flux cleaned = -0.0159822 Jy ! Component: 3950 - total flux cleaned = -0.0159149 Jy ! Component: 4000 - total flux cleaned = -0.0159821 Jy ! Component: 4050 - total flux cleaned = -0.015849 Jy ! Total flux subtracted in 4096 components = -0.0157501 Jy ! Clean residual min=-0.001945 max=0.001678 Jy/beam ! Clean residual mean=0.000007 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.58121 Jy keep ! Adding 376 model components to the UV plane model. ! The established model now contains 499 components and 0.58121 Jy ![Exited script file: muppet] wmap "J2359-3133_S_2017_10_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.179 x 19.56 at -13.65 degrees (North through East) ! Clean map min=-0.0091661 max=0.45535 Jy/beam ! Writing clean map to FITS file: J2359-3133_S_2017_10_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.455346 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000719175 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.473821 0.473821 0.947642 1.89528 3.79057 7.58113 15.1623 30.3245 60.6491 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0021 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.455 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.179 x 19.56 at -13.65 degrees (North through East) ! Clean map min=-0.0091661 max=0.45535 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 J2359-3133_S_2017_10_09_pus_uvs.log closed on Sun May 12 13:23:27 2019