! Started logfile: J1152-0841_S_2017_08_05_pus_uvs.log on Thu May 9 19:28:54 2019 obs J1152-0841_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J1152-0841_S_2017_08_05_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.64963 visibilities/baseline/integration-bin. ! Found source: J1152-0841 ! ! 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 513 lines of history. ! ! Reading 3508 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 J1152-0841_S_2017_08_05_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 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 235 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.357452Jy sigma=0.002847 ! Fit after self-cal, rms=0.262768Jy sigma=0.002142 ! 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.54 mas, bmaj=7.224 mas, bpa=-5.862 degrees ! Estimated noise=2055.11 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.605127 Jy ! Component: 100 - total flux cleaned = 0.74477 Jy ! Total flux subtracted in 100 components = 0.74477 Jy ! Clean residual min=-0.026616 max=0.055600 Jy/beam ! Clean residual mean=0.000031 rms=0.007562 Jy/beam ! Combined flux in latest and established models = 0.74477 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.74477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184219Jy sigma=0.001360 ! Fit after self-cal, rms=0.184216Jy sigma=0.001360 ! Inverting map ! Added new window around map position (2.5, -10). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0554521 Jy ! Component: 100 - total flux cleaned = 0.0834553 Jy ! Total flux subtracted in 100 components = 0.0834553 Jy ! Clean residual min=-0.027521 max=0.028276 Jy/beam ! Clean residual mean=0.000024 rms=0.006284 Jy/beam ! Combined flux in latest and established models = 0.828225 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 20 components and 0.828225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.160679Jy sigma=0.001203 ! Fit after self-cal, rms=0.160401Jy sigma=0.001200 ! 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.014 mas, bmaj=8.002 mas, bpa=-4.393 degrees ! Estimated noise=1695.04 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.024021 Jy ! Component: 100 - total flux cleaned = 0.0369535 Jy ! Component: 150 - total flux cleaned = 0.0403363 Jy ! Component: 200 - total flux cleaned = 0.0414004 Jy ! Total flux subtracted in 200 components = 0.0414004 Jy ! Clean residual min=-0.020259 max=0.020508 Jy/beam ! Clean residual mean=0.000041 rms=0.005568 Jy/beam ! Combined flux in latest and established models = 0.869626 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 40 components and 0.869626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155245Jy sigma=0.001180 ! Fit after self-cal, rms=0.155171Jy sigma=0.001179 ! 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.00* FD 0.93 HN 0.96 KP 1.05 ! LA 1.00 MK 1.01 NL 0.88 OV 1.00 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.00 KP 1.00 ! LA 0.98 MK 0.97 NL 1.06 OV 1.04 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.99 KP 0.88 ! LA 0.76 MK 0.97 NL 1.15 OV 0.95 ! PT 1.14 SC 1.03 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.04 KP 1.00* ! LA 1.00* MK 1.50 NL 1.00* OV 1.00* ! PT 1.40 SC 1.00* ! ! ! Fit before self-cal, rms=0.155171Jy sigma=0.001179 ! Fit after self-cal, rms=0.117526Jy sigma=0.000885 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.029 mas, bmaj=8.047 mas, bpa=-4.202 degrees ! Estimated noise=1688.52 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.0048702 Jy ! Component: 100 - total flux cleaned = -0.00599704 Jy ! Component: 150 - total flux cleaned = -0.00692521 Jy ! Component: 200 - total flux cleaned = -0.00771799 Jy ! Total flux subtracted in 200 components = -0.00771799 Jy ! Clean residual min=-0.016613 max=0.014572 Jy/beam ! Clean residual mean=0.000020 rms=0.003844 Jy/beam ! Combined flux in latest and established models = 0.861908 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 53 components and 0.861908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116859Jy sigma=0.000882 ! Fit after self-cal, rms=0.116843Jy sigma=0.000881 ! 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.116843Jy sigma=0.000881 ! Fit after self-cal, rms=0.111849Jy sigma=0.000836 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.033 mas, bmaj=8.055 mas, bpa=-4.208 degrees ! Estimated noise=1688.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00108518 Jy ! Component: 100 - total flux cleaned = -0.00147102 Jy ! Component: 150 - total flux cleaned = -0.00147039 Jy ! Component: 200 - total flux cleaned = -0.0014718 Jy ! Total flux subtracted in 200 components = -0.0014718 Jy ! Clean residual min=-0.013207 max=0.012482 Jy/beam ! Clean residual mean=0.000014 rms=0.003169 Jy/beam ! Combined flux in latest and established models = 0.860436 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 59 components and 0.860436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111517Jy sigma=0.000834 ! Fit after self-cal, rms=0.111516Jy sigma=0.000834 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.0001616 Jy ! Component: 100 - total flux cleaned = 5.8377e-05 Jy ! Component: 150 - total flux cleaned = -4.00472e-05 Jy ! Component: 200 - total flux cleaned = -0.000130214 Jy ! Total flux subtracted in 200 components = -0.000130214 Jy ! Clean residual min=-0.013007 max=0.012390 Jy/beam ! Clean residual mean=0.000014 rms=0.003153 Jy/beam ! Combined flux in latest and established models = 0.860305 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.860305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111303Jy sigma=0.000833 ! Fit after self-cal, rms=0.111289Jy sigma=0.000833 ! 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.111289Jy sigma=0.000833 ! Fit after self-cal, rms=0.090651Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.03 mas, bmaj=8.087 mas, bpa=-4.095 degrees ! Estimated noise=1691.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.82565e-05 Jy ! Component: 100 - total flux cleaned = -0.000329033 Jy ! Component: 150 - total flux cleaned = -0.000327257 Jy ! Component: 200 - total flux cleaned = -0.00020286 Jy ! Total flux subtracted in 200 components = -0.00020286 Jy ! Clean residual min=-0.007112 max=0.006148 Jy/beam ! Clean residual mean=0.000013 rms=0.001572 Jy/beam ! Combined flux in latest and established models = 0.860103 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 72 components and 0.860103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090109Jy sigma=0.000669 ! Fit after self-cal, rms=0.090199Jy sigma=0.000668 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000746157 Jy ! Component: 100 - total flux cleaned = 0.00064003 Jy ! Component: 150 - total flux cleaned = 0.000544296 Jy ! Component: 200 - total flux cleaned = 0.00063131 Jy ! Total flux subtracted in 200 components = 0.00063131 Jy ! Clean residual min=-0.006853 max=0.005941 Jy/beam ! Clean residual mean=0.000013 rms=0.001521 Jy/beam ! Combined flux in latest and established models = 0.860734 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 76 components and 0.860734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090008Jy sigma=0.000666 ! Fit after self-cal, rms=0.090008Jy sigma=0.000666 ! 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.090008Jy sigma=0.000666 ! Fit after self-cal, rms=0.089903Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.306 mas, bmaj=15.98 mas, bpa=-5.922 degrees ! Estimated noise=2213.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141138 Jy ! Component: 100 - total flux cleaned = 0.00121541 Jy ! Component: 150 - total flux cleaned = 0.00097602 Jy ! Component: 200 - total flux cleaned = 0.000841625 Jy ! Total flux subtracted in 200 components = 0.000841625 Jy ! Clean residual min=-0.007001 max=0.005631 Jy/beam ! Clean residual mean=0.000027 rms=0.001831 Jy/beam ! Combined flux in latest and established models = 0.861575 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 82 components and 0.861576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089802Jy sigma=0.000664 ! Fit after self-cal, rms=0.089779Jy sigma=0.000664 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.000634814 Jy ! Component: 100 - total flux cleaned = 0.000570845 Jy ! Component: 150 - total flux cleaned = 0.000447618 Jy ! Component: 200 - total flux cleaned = 0.000281216 Jy ! Total flux subtracted in 200 components = 0.000281216 Jy ! Clean residual min=-0.006807 max=0.005661 Jy/beam ! Clean residual mean=0.000026 rms=0.001807 Jy/beam ! Combined flux in latest and established models = 0.861857 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 85 components and 0.861857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089750Jy sigma=0.000663 ! Fit after self-cal, rms=0.089742Jy sigma=0.000663 ! 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.03 mas, bmaj=8.096 mas, bpa=-4.083 degrees ! Estimated noise=1689.83 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.03 x 8.096 at -4.083 degrees (North through East) ! Clean map min=-0.0062039 max=0.76481 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089742Jy sigma=0.000663 ! Fit after self-cal, rms=0.082949Jy sigma=0.000609 ! Inverting map and beam ! Estimated beam: bmin=3.03 mas, bmaj=8.109 mas, bpa=-4.169 degrees ! Estimated noise=1689.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000815886 Jy ! Component: 100 - total flux cleaned = -0.000910328 Jy ! Component: 150 - total flux cleaned = -0.000997914 Jy ! Component: 200 - total flux cleaned = -0.00116162 Jy ! Total flux subtracted in 200 components = -0.00116162 Jy ! Clean residual min=-0.006525 max=0.005535 Jy/beam ! Clean residual mean=0.000014 rms=0.001382 Jy/beam ! Combined flux in latest and established models = 0.860695 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 91 components and 0.860695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082740Jy sigma=0.000607 ! Fit after self-cal, rms=0.082735Jy sigma=0.000607 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000344501 Jy ! Component: 100 - total flux cleaned = 0.000273678 Jy ! Component: 150 - total flux cleaned = 6.92425e-05 Jy ! Component: 200 - total flux cleaned = -0.000121297 Jy ! Total flux subtracted in 200 components = -0.000121297 Jy ! Clean residual min=-0.006384 max=0.005396 Jy/beam ! Clean residual mean=0.000014 rms=0.001363 Jy/beam ! Combined flux in latest and established models = 0.860574 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 98 components and 0.860574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082636Jy sigma=0.000606 ! Fit after self-cal, rms=0.082638Jy sigma=0.000606 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082638Jy sigma=0.000606 ! Fit after self-cal, rms=0.082600Jy sigma=0.000606 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.548 mas, bmaj=7.287 mas, bpa=-5.585 degrees ! Estimated noise=2063.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.605983 Jy ! Component: 100 - total flux cleaned = 0.743048 Jy ! Component: 150 - total flux cleaned = 0.794239 Jy ! Component: 200 - total flux cleaned = 0.817943 Jy ! Total flux subtracted in 200 components = 0.817943 Jy ! Clean residual min=-0.007722 max=0.011366 Jy/beam ! Clean residual mean=0.000011 rms=0.001965 Jy/beam ! Combined flux in latest and established models = 0.817943 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.817943 Jy ! Inverting map and beam ! Estimated beam: bmin=3.031 mas, bmaj=8.114 mas, bpa=-4.15 degrees ! Estimated noise=1688.37 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.0185643 Jy ! Component: 100 - total flux cleaned = 0.0288276 Jy ! Component: 150 - total flux cleaned = 0.0348931 Jy ! Component: 200 - total flux cleaned = 0.0372947 Jy ! Total flux subtracted in 200 components = 0.0372947 Jy ! Clean residual min=-0.006025 max=0.005601 Jy/beam ! Clean residual mean=0.000018 rms=0.001384 Jy/beam ! Combined flux in latest and established models = 0.855238 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 57 components and 0.855237 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.301 mas, bmaj=16.01 mas, bpa=-5.968 degrees ! Estimated noise=2210.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00377677 Jy ! Component: 100 - total flux cleaned = 0.00395195 Jy ! Component: 150 - total flux cleaned = 0.00415316 Jy ! Component: 200 - total flux cleaned = 0.00426524 Jy ! Total flux subtracted in 200 components = 0.00426524 Jy ! Clean residual min=-0.006556 max=0.005304 Jy/beam ! Clean residual mean=0.000030 rms=0.001789 Jy/beam ! Combined flux in latest and established models = 0.859503 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.10785e-07 Jy ! Component: 100 - total flux cleaned = 7.55519e-07 Jy ! Component: 150 - total flux cleaned = -4.82687e-05 Jy ! Component: 200 - total flux cleaned = -4.75345e-05 Jy ! Total flux subtracted in 200 components = -4.75345e-05 Jy ! Clean residual min=-0.006481 max=0.005272 Jy/beam ! Clean residual mean=0.000029 rms=0.001776 Jy/beam ! Combined flux in latest and established models = 0.859455 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 63 components and 0.859455 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.031 mas, bmaj=8.114 mas, bpa=-4.15 degrees ! Estimated noise=1688.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00127491 Jy ! Component: 100 - total flux cleaned = -0.00100484 Jy ! Component: 150 - total flux cleaned = -0.00100249 Jy ! Component: 200 - total flux cleaned = -0.00100218 Jy ! Total flux subtracted in 200 components = -0.00100218 Jy ! Clean residual min=-0.005986 max=0.005305 Jy/beam ! Clean residual mean=0.000015 rms=0.001306 Jy/beam ! Combined flux in latest and established models = 0.858453 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 74 components and 0.858453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082445Jy sigma=0.000603 ! Fit after self-cal, rms=0.082421Jy sigma=0.000603 wmodel J1152-0841_S_2017_08_05_pus_map.mod ! Writing 74 model components to file: J1152-0841_S_2017_08_05_pus_map.mod wobs J1152-0841_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J1152-0841_S_2017_08_05_pus_uvs.fits wwins J1152-0841_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J1152-0841_S_2017_08_05_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.000968844 Jy ! Component: 100 - total flux cleaned = -0.00105172 Jy ! Component: 150 - total flux cleaned = -0.00156095 Jy ! Component: 200 - total flux cleaned = -0.00172321 Jy ! Component: 250 - total flux cleaned = -0.00179944 Jy ! Component: 300 - total flux cleaned = -0.00179836 Jy ! Component: 350 - total flux cleaned = -0.0018689 Jy ! Component: 400 - total flux cleaned = -0.00200783 Jy ! Component: 450 - total flux cleaned = -0.00234399 Jy ! Component: 500 - total flux cleaned = -0.00253961 Jy ! Component: 550 - total flux cleaned = -0.00298552 Jy ! Component: 600 - total flux cleaned = -0.00329532 Jy ! Component: 650 - total flux cleaned = -0.00359855 Jy ! Component: 700 - total flux cleaned = -0.00401097 Jy ! Component: 750 - total flux cleaned = -0.00441424 Jy ! Component: 800 - total flux cleaned = -0.00469539 Jy ! Component: 850 - total flux cleaned = -0.00469639 Jy ! Component: 900 - total flux cleaned = -0.00496838 Jy ! Component: 950 - total flux cleaned = -0.00496783 Jy ! Component: 1000 - total flux cleaned = -0.00522696 Jy ! Component: 1050 - total flux cleaned = -0.00532793 Jy ! Component: 1100 - total flux cleaned = -0.00542709 Jy ! Component: 1150 - total flux cleaned = -0.00562562 Jy ! Component: 1200 - total flux cleaned = -0.00596497 Jy ! Component: 1250 - total flux cleaned = -0.00610836 Jy ! Component: 1300 - total flux cleaned = -0.00648386 Jy ! Component: 1350 - total flux cleaned = -0.00685219 Jy ! Component: 1400 - total flux cleaned = -0.0071694 Jy ! Component: 1450 - total flux cleaned = -0.00752652 Jy ! Component: 1500 - total flux cleaned = -0.00787894 Jy ! Component: 1550 - total flux cleaned = -0.00809535 Jy ! Component: 1600 - total flux cleaned = -0.00830934 Jy ! Component: 1650 - total flux cleaned = -0.00826607 Jy ! Component: 1700 - total flux cleaned = -0.00839155 Jy ! Component: 1750 - total flux cleaned = -0.00867909 Jy ! Component: 1800 - total flux cleaned = -0.00867877 Jy ! Component: 1850 - total flux cleaned = -0.00879903 Jy ! Component: 1900 - total flux cleaned = -0.00891741 Jy ! Component: 1950 - total flux cleaned = -0.00907332 Jy ! Component: 2000 - total flux cleaned = -0.00915055 Jy ! Component: 2050 - total flux cleaned = -0.00903587 Jy ! Component: 2100 - total flux cleaned = -0.00914961 Jy ! Component: 2150 - total flux cleaned = -0.0092615 Jy ! Component: 2200 - total flux cleaned = -0.00926181 Jy ! Component: 2250 - total flux cleaned = -0.00929899 Jy ! Component: 2300 - total flux cleaned = -0.00940744 Jy ! Component: 2350 - total flux cleaned = -0.00940748 Jy ! Component: 2400 - total flux cleaned = -0.00954826 Jy ! Component: 2450 - total flux cleaned = -0.00947904 Jy ! Component: 2500 - total flux cleaned = -0.00965156 Jy ! Component: 2550 - total flux cleaned = -0.00948056 Jy ! Component: 2600 - total flux cleaned = -0.00975043 Jy ! Component: 2650 - total flux cleaned = -0.00961666 Jy ! Component: 2700 - total flux cleaned = -0.00974935 Jy ! Component: 2750 - total flux cleaned = -0.00971665 Jy ! Component: 2800 - total flux cleaned = -0.00978194 Jy ! Component: 2850 - total flux cleaned = -0.00987819 Jy ! Component: 2900 - total flux cleaned = -0.00981448 Jy ! Component: 2950 - total flux cleaned = -0.00990907 Jy ! Component: 3000 - total flux cleaned = -0.0101901 Jy ! Component: 3050 - total flux cleaned = -0.0100044 Jy ! Component: 3100 - total flux cleaned = -0.010097 Jy ! Component: 3150 - total flux cleaned = -0.0100664 Jy ! Component: 3200 - total flux cleaned = -0.0100663 Jy ! Component: 3250 - total flux cleaned = -0.0100367 Jy ! Component: 3300 - total flux cleaned = -0.0101252 Jy ! Component: 3350 - total flux cleaned = -0.0100957 Jy ! Component: 3400 - total flux cleaned = -0.0100955 Jy ! Component: 3450 - total flux cleaned = -0.0100378 Jy ! Component: 3500 - total flux cleaned = -0.010038 Jy ! Component: 3550 - total flux cleaned = -0.0100382 Jy ! Component: 3600 - total flux cleaned = -0.00998188 Jy ! Component: 3650 - total flux cleaned = -0.00998224 Jy ! Component: 3700 - total flux cleaned = -0.00987199 Jy ! Component: 3750 - total flux cleaned = -0.00976218 Jy ! Component: 3800 - total flux cleaned = -0.00984361 Jy ! Component: 3850 - total flux cleaned = -0.00976281 Jy ! Component: 3900 - total flux cleaned = -0.00976242 Jy ! Component: 3950 - total flux cleaned = -0.0096297 Jy ! Component: 4000 - total flux cleaned = -0.00965598 Jy ! Component: 4050 - total flux cleaned = -0.00955175 Jy ! Total flux subtracted in 4096 components = -0.00947375 Jy ! Clean residual min=-0.001868 max=0.001754 Jy/beam ! Clean residual mean=0.000004 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.848979 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 358 components and 0.848979 Jy ![Exited script file: muppet] wmap "J1152-0841_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.031 x 8.114 at -4.15 degrees (North through East) ! Clean map min=-0.0036018 max=0.77047 Jy/beam ! Writing clean map to FITS file: J1152-0841_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.770466 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000472584 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.184012 0.184012 0.368024 0.736049 1.4721 2.94419 5.88839 11.7768 23.5536 47.1071 94.2142 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.77 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.031 x 8.114 at -4.15 degrees (North through East) ! Clean map min=-0.0036018 max=0.77047 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 J1152-0841_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:29:00 2019