! Started logfile: J0359-0310_S_2017_02_24_pus_uvs.log on Sat May 4 11:17:19 2019 obs J0359-0310_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0359-0310_S_2017_02_24_pus_uva.fits ! AN table 1: 219 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.892035 visibilities/baseline/integration-bin. ! Found source: J0359-0310 ! ! 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 35164 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 J0359-0310_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 160 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 160 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 734 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001182Jy sigma=0.036736 ! Fit after self-cal, rms=0.964172Jy sigma=0.036642 ! 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.453 mas, bmaj=6.253 mas, bpa=12.05 degrees ! Estimated noise=381.498 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.0163631 Jy ! Component: 100 - total flux cleaned = 0.0253065 Jy ! Total flux subtracted in 100 components = 0.0253065 Jy ! Clean residual min=-0.003869 max=0.005212 Jy/beam ! Clean residual mean=0.000004 rms=0.001114 Jy/beam ! Combined flux in latest and established models = 0.0253065 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0253065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086031Jy sigma=0.000743 ! Fit after self-cal, rms=0.085093Jy sigma=0.000703 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00763963 Jy ! Component: 100 - total flux cleaned = 0.0125788 Jy ! Total flux subtracted in 100 components = 0.0125788 Jy ! Clean residual min=-0.003242 max=0.003596 Jy/beam ! Clean residual mean=0.000002 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.0378853 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 13 components and 0.0378853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083415Jy sigma=0.000695 ! Fit after self-cal, rms=0.083324Jy sigma=0.000695 ! 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=2.894 mas, bmaj=7.266 mas, bpa=8.811 degrees ! Estimated noise=334.233 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.0052173 Jy ! Component: 100 - total flux cleaned = 0.00803526 Jy ! Component: 150 - total flux cleaned = 0.00986554 Jy ! Component: 200 - total flux cleaned = 0.0110714 Jy ! Total flux subtracted in 200 components = 0.0110714 Jy ! Clean residual min=-0.002756 max=0.002447 Jy/beam ! Clean residual mean=0.000006 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.0489567 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 21 components and 0.0489567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082789Jy sigma=0.000695 ! Fit after self-cal, rms=0.082712Jy sigma=0.000694 ! 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 0.84 FD 1.16 HN 1.22 KP 1.04 ! LA 1.03 MK 0.98 NL 1.04 OV 1.07 ! PT 1.17 SC 3.44 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.79 FD 0.86 HN 1.10 KP 0.93 ! LA 0.93 MK 1.00 NL 1.00 OV 1.01 ! PT 1.03 SC 0.32 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 0.96 HN 1.06 KP 0.98 ! LA 0.95 MK 1.07 NL 1.07 OV 1.02 ! PT 1.00 SC 0.32 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.71 FD 0.90 HN 0.90 KP 1.00* ! LA 0.90 MK 0.79 NL 1.00* OV 0.91 ! PT 0.96 SC 1.00* ! ! ! Fit before self-cal, rms=0.082712Jy sigma=0.000694 ! Fit after self-cal, rms=0.096224Jy sigma=0.000639 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.941 mas, bmaj=7.205 mas, bpa=7.254 degrees ! Estimated noise=363.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.000227675 Jy ! Component: 100 - total flux cleaned = 0.000226205 Jy ! Component: 150 - total flux cleaned = 0.000207711 Jy ! Component: 200 - total flux cleaned = 0.00019581 Jy ! Total flux subtracted in 200 components = 0.00019581 Jy ! Clean residual min=-0.001189 max=0.001187 Jy/beam ! Clean residual mean=0.000004 rms=0.000307 Jy/beam ! Combined flux in latest and established models = 0.0491525 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 29 components and 0.0491525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096151Jy sigma=0.000640 ! Fit after self-cal, rms=0.095856Jy sigma=0.000637 ! 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.095856Jy sigma=0.000637 ! Fit after self-cal, rms=0.091612Jy sigma=0.000635 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.931 mas, bmaj=7.17 mas, bpa=7.255 degrees ! Estimated noise=360.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00029485 Jy ! Component: 100 - total flux cleaned = 0.000278868 Jy ! Component: 150 - total flux cleaned = 0.000291477 Jy ! Component: 200 - total flux cleaned = 0.000283481 Jy ! Total flux subtracted in 200 components = 0.000283481 Jy ! Clean residual min=-0.000961 max=0.001100 Jy/beam ! Clean residual mean=0.000005 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.049436 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 37 components and 0.049436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091577Jy sigma=0.000635 ! Fit after self-cal, rms=0.091530Jy sigma=0.000635 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.80543e-05 Jy ! Component: 100 - total flux cleaned = -3.60186e-05 Jy ! Component: 150 - total flux cleaned = -4.26014e-05 Jy ! Component: 200 - total flux cleaned = -4.24714e-05 Jy ! Total flux subtracted in 200 components = -4.24714e-05 Jy ! Clean residual min=-0.001024 max=0.001177 Jy/beam ! Clean residual mean=0.000005 rms=0.000279 Jy/beam ! Combined flux in latest and established models = 0.0493936 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 43 components and 0.0493935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091514Jy sigma=0.000635 ! Fit after self-cal, rms=0.091535Jy sigma=0.000635 ! 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.091535Jy sigma=0.000635 ! Fit after self-cal, rms=0.070556Jy sigma=0.000634 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.914 mas, bmaj=7.149 mas, bpa=7.203 degrees ! Estimated noise=359.427 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000131879 Jy ! Component: 100 - total flux cleaned = 0.000105925 Jy ! Component: 150 - total flux cleaned = 0.000106053 Jy ! Component: 200 - total flux cleaned = 0.000106074 Jy ! Total flux subtracted in 200 components = 0.000106074 Jy ! Clean residual min=-0.000933 max=0.001085 Jy/beam ! Clean residual mean=0.000005 rms=0.000260 Jy/beam ! Combined flux in latest and established models = 0.0494996 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 45 components and 0.0494996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070554Jy sigma=0.000634 ! Fit after self-cal, rms=0.070468Jy sigma=0.000633 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.00010833 Jy ! Component: 100 - total flux cleaned = 0.000135529 Jy ! Component: 150 - total flux cleaned = 0.000135493 Jy ! Component: 200 - total flux cleaned = 0.000130469 Jy ! Total flux subtracted in 200 components = 0.000130469 Jy ! Clean residual min=-0.000936 max=0.001084 Jy/beam ! Clean residual mean=0.000006 rms=0.000262 Jy/beam ! Combined flux in latest and established models = 0.0496301 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.0496301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070466Jy sigma=0.000633 ! Fit after self-cal, rms=0.070469Jy sigma=0.000633 ! 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.070469Jy sigma=0.000633 ! Fit after self-cal, rms=0.070238Jy sigma=0.000633 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.133 mas, bmaj=11.41 mas, bpa=10.75 degrees ! Estimated noise=547.631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000441608 Jy ! Component: 100 - total flux cleaned = 0.000525955 Jy ! Component: 150 - total flux cleaned = 0.000531891 Jy ! Component: 200 - total flux cleaned = 0.000542875 Jy ! Total flux subtracted in 200 components = 0.000542875 Jy ! Clean residual min=-0.001398 max=0.001775 Jy/beam ! Clean residual mean=0.000013 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.050173 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.050173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070239Jy sigma=0.000633 ! Fit after self-cal, rms=0.070201Jy sigma=0.000633 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.000148438 Jy ! Component: 100 - total flux cleaned = 0.000162462 Jy ! Component: 150 - total flux cleaned = 0.000168546 Jy ! Component: 200 - total flux cleaned = 0.000174315 Jy ! Total flux subtracted in 200 components = 0.000174315 Jy ! Clean residual min=-0.001356 max=0.001807 Jy/beam ! Clean residual mean=0.000013 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.0503473 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 57 components and 0.0503473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070201Jy sigma=0.000633 ! Fit after self-cal, rms=0.070198Jy sigma=0.000633 ! 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=2.914 mas, bmaj=7.141 mas, bpa=7.074 degrees ! Estimated noise=360.123 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.914 x 7.141 at 7.074 degrees (North through East) ! Clean map min=-0.00084072 max=0.0297 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.403 mas, bmaj=6.253 mas, bpa=7.566 degrees ! Estimated noise=479.169 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0221405 Jy ! Component: 100 - total flux cleaned = 0.032152 Jy ! Component: 150 - total flux cleaned = 0.0378579 Jy ! Component: 200 - total flux cleaned = 0.0412033 Jy ! Total flux subtracted in 200 components = 0.0412033 Jy ! Clean residual min=-0.001422 max=0.001800 Jy/beam ! Clean residual mean=0.000003 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.0412033 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0412033 Jy ! Inverting map and beam ! Estimated beam: bmin=2.914 mas, bmaj=7.141 mas, bpa=7.074 degrees ! Estimated noise=360.123 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.00347857 Jy ! Component: 100 - total flux cleaned = 0.00549142 Jy ! Component: 150 - total flux cleaned = 0.00677415 Jy ! Component: 200 - total flux cleaned = 0.00759882 Jy ! Total flux subtracted in 200 components = 0.00759882 Jy ! Clean residual min=-0.000968 max=0.001199 Jy/beam ! Clean residual mean=0.000007 rms=0.000273 Jy/beam ! Combined flux in latest and established models = 0.0488021 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 28 components and 0.0488021 Jy ! Inverting map ! Added new window around map position (-10.5, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108199 Jy ! Component: 100 - total flux cleaned = 0.00171487 Jy ! Component: 150 - total flux cleaned = 0.00220842 Jy ! Component: 200 - total flux cleaned = 0.00242315 Jy ! Total flux subtracted in 200 components = 0.00242315 Jy ! Clean residual min=-0.000920 max=0.000845 Jy/beam ! Clean residual mean=0.000004 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.0512253 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 49 components and 0.0512253 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.133 mas, bmaj=11.41 mas, bpa=10.75 degrees ! Estimated noise=547.631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000717255 Jy ! Component: 100 - total flux cleaned = 0.000881323 Jy ! Component: 150 - total flux cleaned = 0.00101748 Jy ! Component: 200 - total flux cleaned = 0.00111168 Jy ! Total flux subtracted in 200 components = 0.00111168 Jy ! Clean residual min=-0.001307 max=0.001367 Jy/beam ! Clean residual mean=0.000009 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.0523369 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.82908e-05 Jy ! Component: 100 - total flux cleaned = 0.000136372 Jy ! Component: 150 - total flux cleaned = 0.000186167 Jy ! Component: 200 - total flux cleaned = 0.000223233 Jy ! Total flux subtracted in 200 components = 0.000223233 Jy ! Clean residual min=-0.001323 max=0.001378 Jy/beam ! Clean residual mean=0.000008 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.0525602 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 91 components and 0.0525602 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.914 mas, bmaj=7.141 mas, bpa=7.074 degrees ! Estimated noise=360.123 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000435536 Jy ! Component: 100 - total flux cleaned = -0.000532344 Jy ! Component: 150 - total flux cleaned = -0.000544875 Jy ! Component: 200 - total flux cleaned = -0.000533763 Jy ! Total flux subtracted in 200 components = -0.000533763 Jy ! Clean residual min=-0.000951 max=0.000831 Jy/beam ! Clean residual mean=0.000004 rms=0.000234 Jy/beam ! Combined flux in latest and established models = 0.0520264 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 102 components and 0.0520264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070179Jy sigma=0.000633 ! Fit after self-cal, rms=0.070195Jy sigma=0.000633 wmodel J0359-0310_S_2017_02_24_pus_map.mod ! Writing 102 model components to file: J0359-0310_S_2017_02_24_pus_map.mod wobs J0359-0310_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0359-0310_S_2017_02_24_pus_uvs.fits wwins J0359-0310_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J0359-0310_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 = 7.09334e-05 Jy ! Component: 100 - total flux cleaned = 5.55279e-05 Jy ! Component: 150 - total flux cleaned = 1.14584e-05 Jy ! Component: 200 - total flux cleaned = 3.92957e-05 Jy ! Component: 250 - total flux cleaned = 1.15903e-05 Jy ! Component: 300 - total flux cleaned = -1.5586e-06 Jy ! Component: 350 - total flux cleaned = 1.16625e-05 Jy ! Component: 400 - total flux cleaned = 1.14675e-05 Jy ! Component: 450 - total flux cleaned = -1.37535e-05 Jy ! Component: 500 - total flux cleaned = -2.61133e-05 Jy ! Component: 550 - total flux cleaned = -1.89876e-06 Jy ! Component: 600 - total flux cleaned = 3.35843e-05 Jy ! Component: 650 - total flux cleaned = 5.68464e-05 Jy ! Component: 700 - total flux cleaned = 9.15943e-05 Jy ! Component: 750 - total flux cleaned = 0.000137081 Jy ! Component: 800 - total flux cleaned = 0.000170718 Jy ! Component: 850 - total flux cleaned = 0.000203659 Jy ! Component: 900 - total flux cleaned = 0.000225463 Jy ! Component: 950 - total flux cleaned = 0.000289726 Jy ! Component: 1000 - total flux cleaned = 0.000310884 Jy ! Component: 1050 - total flux cleaned = 0.000363013 Jy ! Component: 1100 - total flux cleaned = 0.000352317 Jy ! Component: 1150 - total flux cleaned = 0.000372691 Jy ! Component: 1200 - total flux cleaned = 0.000392829 Jy ! Component: 1250 - total flux cleaned = 0.0004128 Jy ! Component: 1300 - total flux cleaned = 0.000442488 Jy ! Component: 1350 - total flux cleaned = 0.000491638 Jy ! Component: 1400 - total flux cleaned = 0.000520735 Jy ! Component: 1450 - total flux cleaned = 0.000530468 Jy ! Component: 1500 - total flux cleaned = 0.000568673 Jy ! Component: 1550 - total flux cleaned = 0.000587347 Jy ! Component: 1600 - total flux cleaned = 0.000606096 Jy ! Component: 1650 - total flux cleaned = 0.000633958 Jy ! Component: 1700 - total flux cleaned = 0.000689041 Jy ! Component: 1750 - total flux cleaned = 0.000679892 Jy ! Component: 1800 - total flux cleaned = 0.000679998 Jy ! Component: 1850 - total flux cleaned = 0.000733778 Jy ! Component: 1900 - total flux cleaned = 0.000733764 Jy ! Component: 1950 - total flux cleaned = 0.000733851 Jy ! Component: 2000 - total flux cleaned = 0.000768734 Jy ! Component: 2050 - total flux cleaned = 0.00075145 Jy ! Component: 2100 - total flux cleaned = 0.000794435 Jy ! Component: 2150 - total flux cleaned = 0.000785836 Jy ! Component: 2200 - total flux cleaned = 0.000811138 Jy ! Component: 2250 - total flux cleaned = 0.000777465 Jy ! Component: 2300 - total flux cleaned = 0.000769096 Jy ! Component: 2350 - total flux cleaned = 0.000769155 Jy ! Component: 2400 - total flux cleaned = 0.000752782 Jy ! Component: 2450 - total flux cleaned = 0.000752878 Jy ! Component: 2500 - total flux cleaned = 0.000769049 Jy ! Component: 2550 - total flux cleaned = 0.000744922 Jy ! Component: 2600 - total flux cleaned = 0.000760847 Jy ! Component: 2650 - total flux cleaned = 0.000752878 Jy ! Component: 2700 - total flux cleaned = 0.000744971 Jy ! Component: 2750 - total flux cleaned = 0.000752756 Jy ! Component: 2800 - total flux cleaned = 0.000714003 Jy ! Component: 2850 - total flux cleaned = 0.000714002 Jy ! Component: 2900 - total flux cleaned = 0.000744645 Jy ! Component: 2950 - total flux cleaned = 0.000744573 Jy ! Component: 3000 - total flux cleaned = 0.000714387 Jy ! Component: 3050 - total flux cleaned = 0.000736879 Jy ! Component: 3100 - total flux cleaned = 0.000721896 Jy ! Component: 3150 - total flux cleaned = 0.000714528 Jy ! Component: 3200 - total flux cleaned = 0.000729182 Jy ! Component: 3250 - total flux cleaned = 0.00073648 Jy ! Component: 3300 - total flux cleaned = 0.000758274 Jy ! Component: 3350 - total flux cleaned = 0.000722228 Jy ! Component: 3400 - total flux cleaned = 0.000715062 Jy ! Component: 3450 - total flux cleaned = 0.000722198 Jy ! Component: 3500 - total flux cleaned = 0.000686823 Jy ! Component: 3550 - total flux cleaned = 0.000707986 Jy ! Component: 3600 - total flux cleaned = 0.000707888 Jy ! Component: 3650 - total flux cleaned = 0.000693931 Jy ! Component: 3700 - total flux cleaned = 0.000680014 Jy ! Component: 3750 - total flux cleaned = 0.000673172 Jy ! Component: 3800 - total flux cleaned = 0.000652717 Jy ! Component: 3850 - total flux cleaned = 0.000632378 Jy ! Component: 3900 - total flux cleaned = 0.000625701 Jy ! Component: 3950 - total flux cleaned = 0.000578838 Jy ! Component: 4000 - total flux cleaned = 0.000612215 Jy ! Component: 4050 - total flux cleaned = 0.000579069 Jy ! Total flux subtracted in 4096 components = 0.000572504 Jy ! Clean residual min=-0.000394 max=0.000439 Jy/beam ! Clean residual mean=0.000002 rms=0.000129 Jy/beam ! Combined flux in latest and established models = 0.0525989 Jy keep ! Adding 345 model components to the UV plane model. ! The established model now contains 447 components and 0.0525989 Jy ![Exited script file: muppet] wmap "J0359-0310_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.914 x 7.141 at 7.074 degrees (North through East) ! Clean map min=-0.00070962 max=0.029871 Jy/beam ! Writing clean map to FITS file: J0359-0310_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.0298715 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000128247 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.28799 1.28799 2.57598 5.15196 10.3039 20.6078 41.2157 82.4314 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.029 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.914 x 7.141 at 7.074 degrees (North through East) ! Clean map min=-0.00070962 max=0.029871 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 J0359-0310_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:17:25 2019