! Started logfile: J0948-3223_S_2017_07_09_pus_uvs.log on Wed May 8 14:46:37 2019 obs J0948-3223_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0948-3223_S_2017_07_09_pus_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.605037 visibilities/baseline/integration-bin. ! Found source: J0948-3223 ! ! 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 594 lines of history. ! ! Reading 8168 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 J0948-3223_S_2017_07_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 197 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 184 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 460 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.797470Jy sigma=0.005320 ! Fit after self-cal, rms=0.770739Jy sigma=0.005145 ! 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.382 mas, bmaj=6.532 mas, bpa=-7.989 degrees ! Estimated noise=2064.89 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.165861 Jy ! Component: 100 - total flux cleaned = 0.241325 Jy ! Total flux subtracted in 100 components = 0.241325 Jy ! Clean residual min=-0.015971 max=0.037675 Jy/beam ! Clean residual mean=-0.000087 rms=0.005809 Jy/beam ! Combined flux in latest and established models = 0.241325 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.241325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136159Jy sigma=0.000899 ! Fit after self-cal, rms=0.135788Jy sigma=0.000897 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0457163 Jy ! Component: 100 - total flux cleaned = 0.0729614 Jy ! Total flux subtracted in 100 components = 0.0729614 Jy ! Clean residual min=-0.009638 max=0.014966 Jy/beam ! Clean residual mean=-0.000043 rms=0.003027 Jy/beam ! Combined flux in latest and established models = 0.314286 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 40 components and 0.314286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111642Jy sigma=0.000724 ! Fit after self-cal, rms=0.111516Jy sigma=0.000724 ! 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.895 mas, bmaj=7.52 mas, bpa=-7.334 degrees ! Estimated noise=1356.71 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 (1, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0267235 Jy ! Component: 100 - total flux cleaned = 0.0400313 Jy ! Component: 150 - total flux cleaned = 0.0469611 Jy ! Component: 200 - total flux cleaned = 0.0509575 Jy ! Total flux subtracted in 200 components = 0.0509575 Jy ! Clean residual min=-0.006536 max=0.005614 Jy/beam ! Clean residual mean=-0.000019 rms=0.001598 Jy/beam ! Combined flux in latest and established models = 0.365244 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 86 components and 0.365244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105675Jy sigma=0.000681 ! Fit after self-cal, rms=0.105627Jy sigma=0.000681 ! 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.00* FD 0.96 HN 1.00* KP 0.99 ! LA 1.00 MK 1.03 NL 0.99 OV 1.01 ! PT 1.04 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.00* KP 0.98 ! LA 0.97 MK 1.01 NL 1.10 OV 1.04 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.00* KP 0.97 ! LA 0.95 MK 0.98 NL 1.06 OV 0.95 ! PT 0.99 SC 0.98 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.00* KP 1.00* ! LA 0.94 MK 1.00 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.105627Jy sigma=0.000681 ! Fit after self-cal, rms=0.104820Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.904 mas, bmaj=7.528 mas, bpa=-7.115 degrees ! Estimated noise=1350.23 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.00138842 Jy ! Component: 100 - total flux cleaned = -0.00132534 Jy ! Component: 150 - total flux cleaned = -0.00120348 Jy ! Component: 200 - total flux cleaned = -0.00120315 Jy ! Total flux subtracted in 200 components = -0.00120315 Jy ! Clean residual min=-0.004991 max=0.005164 Jy/beam ! Clean residual mean=0.000006 rms=0.001340 Jy/beam ! Combined flux in latest and established models = 0.36404 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 107 components and 0.36404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104695Jy sigma=0.000674 ! Fit after self-cal, rms=0.104700Jy sigma=0.000674 ! 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.104700Jy sigma=0.000674 ! Fit after self-cal, rms=0.104244Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.904 mas, bmaj=7.521 mas, bpa=-7.083 degrees ! Estimated noise=1349.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000513563 Jy ! Component: 100 - total flux cleaned = -0.000512319 Jy ! Component: 150 - total flux cleaned = -0.000484165 Jy ! Component: 200 - total flux cleaned = -0.000458366 Jy ! Total flux subtracted in 200 components = -0.000458366 Jy ! Clean residual min=-0.004377 max=0.004185 Jy/beam ! Clean residual mean=0.000005 rms=0.000993 Jy/beam ! Combined flux in latest and established models = 0.363582 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 120 components and 0.363582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104226Jy sigma=0.000668 ! Fit after self-cal, rms=0.104253Jy 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 = -6.81774e-05 Jy ! Component: 100 - total flux cleaned = -1.95284e-05 Jy ! Component: 150 - total flux cleaned = 2.75236e-06 Jy ! Component: 200 - total flux cleaned = 2.45789e-05 Jy ! Total flux subtracted in 200 components = 2.45789e-05 Jy ! Clean residual min=-0.004382 max=0.004169 Jy/beam ! Clean residual mean=0.000005 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.363607 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 123 components and 0.363607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104241Jy sigma=0.000668 ! Fit after self-cal, rms=0.104240Jy sigma=0.000668 ! 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.104240Jy sigma=0.000668 ! Fit after self-cal, rms=0.104729Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.902 mas, bmaj=7.513 mas, bpa=-7.004 degrees ! Estimated noise=1347.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000176546 Jy ! Component: 100 - total flux cleaned = 0.000171069 Jy ! Component: 150 - total flux cleaned = 0.000147902 Jy ! Component: 200 - total flux cleaned = 0.000127538 Jy ! Total flux subtracted in 200 components = 0.000127538 Jy ! Clean residual min=-0.003951 max=0.004106 Jy/beam ! Clean residual mean=0.000007 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.363734 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 130 components and 0.363734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104716Jy sigma=0.000666 ! Fit after self-cal, rms=0.104739Jy sigma=0.000666 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) ! Added new window around map position (83.5, -108). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00299479 Jy ! Component: 100 - total flux cleaned = 0.00305164 Jy ! Component: 150 - total flux cleaned = 0.00300859 Jy ! Component: 200 - total flux cleaned = 0.00292409 Jy ! Total flux subtracted in 200 components = 0.00292409 Jy ! Clean residual min=-0.003695 max=0.003170 Jy/beam ! Clean residual mean=0.000007 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.366658 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 146 components and 0.366658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104630Jy sigma=0.000665 ! Fit after self-cal, rms=0.104617Jy sigma=0.000665 ! 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.104617Jy sigma=0.000665 ! Fit after self-cal, rms=0.104623Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.925 mas, bmaj=23.88 mas, bpa=-4.724 degrees ! Estimated noise=1789.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000565263 Jy ! Component: 100 - total flux cleaned = 0.000594692 Jy ! Component: 150 - total flux cleaned = 0.000590412 Jy ! Component: 200 - total flux cleaned = 0.000565337 Jy ! Total flux subtracted in 200 components = 0.000565337 Jy ! Clean residual min=-0.003716 max=0.003265 Jy/beam ! Clean residual mean=0.000009 rms=0.001139 Jy/beam ! Combined flux in latest and established models = 0.367224 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 159 components and 0.367224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104611Jy sigma=0.000665 ! Fit after self-cal, rms=0.104609Jy sigma=0.000665 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.000109773 Jy ! Component: 100 - total flux cleaned = 0.000110846 Jy ! Component: 150 - total flux cleaned = 0.000112202 Jy ! Component: 200 - total flux cleaned = 0.000114613 Jy ! Total flux subtracted in 200 components = 0.000114613 Jy ! Clean residual min=-0.003712 max=0.003280 Jy/beam ! Clean residual mean=0.000010 rms=0.001125 Jy/beam ! Combined flux in latest and established models = 0.367338 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 170 components and 0.367338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104607Jy sigma=0.000665 ! Fit after self-cal, rms=0.104604Jy sigma=0.000665 ! 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.903 mas, bmaj=7.518 mas, bpa=-6.95 degrees ! Estimated noise=1346.98 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.903 x 7.518 at -6.95 degrees (North through East) ! Clean map min=-0.00366 max=0.23003 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.381 mas, bmaj=6.521 mas, bpa=-7.666 degrees ! Estimated noise=2068.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.165976 Jy ! Component: 100 - total flux cleaned = 0.242841 Jy ! Component: 150 - total flux cleaned = 0.2881 Jy ! Component: 200 - total flux cleaned = 0.315575 Jy ! Total flux subtracted in 200 components = 0.315575 Jy ! Clean residual min=-0.008549 max=0.014303 Jy/beam ! Clean residual mean=-0.000029 rms=0.002540 Jy/beam ! Combined flux in latest and established models = 0.315575 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 41 model components to the UV plane model. ! The established model now contains 41 components and 0.315575 Jy ! Inverting map and beam ! Estimated beam: bmin=2.903 mas, bmaj=7.518 mas, bpa=-6.95 degrees ! Estimated noise=1346.98 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.0241824 Jy ! Component: 100 - total flux cleaned = 0.0359245 Jy ! Component: 150 - total flux cleaned = 0.0421566 Jy ! Component: 200 - total flux cleaned = 0.0461745 Jy ! Total flux subtracted in 200 components = 0.0461745 Jy ! Clean residual min=-0.003957 max=0.003108 Jy/beam ! Clean residual mean=-0.000007 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.361749 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 68 components and 0.361749 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.925 mas, bmaj=23.88 mas, bpa=-4.724 degrees ! Estimated noise=1789.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00331712 Jy ! Component: 100 - total flux cleaned = 0.00475423 Jy ! Component: 150 - total flux cleaned = 0.00494674 Jy ! Component: 200 - total flux cleaned = 0.00497831 Jy ! Total flux subtracted in 200 components = 0.00497831 Jy ! Clean residual min=-0.004119 max=0.003372 Jy/beam ! Clean residual mean=0.000005 rms=0.001170 Jy/beam ! Combined flux in latest and established models = 0.366727 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 = 2.86292e-05 Jy ! Component: 100 - total flux cleaned = 5.51765e-05 Jy ! Component: 150 - total flux cleaned = 8.02014e-05 Jy ! Component: 200 - total flux cleaned = 8.21681e-05 Jy ! Total flux subtracted in 200 components = 8.21681e-05 Jy ! Clean residual min=-0.004033 max=0.003297 Jy/beam ! Clean residual mean=0.000006 rms=0.001153 Jy/beam ! Combined flux in latest and established models = 0.36681 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 96 components and 0.366809 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.903 mas, bmaj=7.518 mas, bpa=-6.95 degrees ! Estimated noise=1346.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.69637e-06 Jy ! Component: 100 - total flux cleaned = -5.2701e-06 Jy ! Component: 150 - total flux cleaned = 4.12259e-05 Jy ! Component: 200 - total flux cleaned = -4.39791e-06 Jy ! Total flux subtracted in 200 components = -4.39791e-06 Jy ! Clean residual min=-0.003707 max=0.003053 Jy/beam ! Clean residual mean=0.000002 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.366805 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 114 components and 0.366805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104656Jy sigma=0.000666 ! Fit after self-cal, rms=0.104654Jy sigma=0.000665 wmodel J0948-3223_S_2017_07_09_pus_map.mod ! Writing 114 model components to file: J0948-3223_S_2017_07_09_pus_map.mod wobs J0948-3223_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0948-3223_S_2017_07_09_pus_uvs.fits wwins J0948-3223_S_2017_07_09_pus_map.win ! wwins: Wrote 3 windows to J0948-3223_S_2017_07_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.000998323 Jy ! Component: 100 - total flux cleaned = -0.00128165 Jy ! Component: 150 - total flux cleaned = -0.00138668 Jy ! Component: 200 - total flux cleaned = -0.00163878 Jy ! Component: 250 - total flux cleaned = -0.00178357 Jy ! Component: 300 - total flux cleaned = -0.00187852 Jy ! Component: 350 - total flux cleaned = -0.00201415 Jy ! Component: 400 - total flux cleaned = -0.00205707 Jy ! Component: 450 - total flux cleaned = -0.00218261 Jy ! Component: 500 - total flux cleaned = -0.00238552 Jy ! Component: 550 - total flux cleaned = -0.00266185 Jy ! Component: 600 - total flux cleaned = -0.00293009 Jy ! Component: 650 - total flux cleaned = -0.00307967 Jy ! Component: 700 - total flux cleaned = -0.00333605 Jy ! Component: 750 - total flux cleaned = -0.00354957 Jy ! Component: 800 - total flux cleaned = -0.00379365 Jy ! Component: 850 - total flux cleaned = -0.00392925 Jy ! Component: 900 - total flux cleaned = -0.00416183 Jy ! Component: 950 - total flux cleaned = -0.00432411 Jy ! Component: 1000 - total flux cleaned = -0.00441924 Jy ! Component: 1050 - total flux cleaned = -0.0046688 Jy ! Component: 1100 - total flux cleaned = -0.00469912 Jy ! Component: 1150 - total flux cleaned = -0.00478959 Jy ! Component: 1200 - total flux cleaned = -0.00490776 Jy ! Component: 1250 - total flux cleaned = -0.0049951 Jy ! Component: 1300 - total flux cleaned = -0.0050523 Jy ! Component: 1350 - total flux cleaned = -0.00519252 Jy ! Component: 1400 - total flux cleaned = -0.00524738 Jy ! Component: 1450 - total flux cleaned = -0.00535598 Jy ! Component: 1500 - total flux cleaned = -0.00551589 Jy ! Component: 1550 - total flux cleaned = -0.00567323 Jy ! Component: 1600 - total flux cleaned = -0.00577648 Jy ! Component: 1650 - total flux cleaned = -0.00587887 Jy ! Component: 1700 - total flux cleaned = -0.00605464 Jy ! Component: 1750 - total flux cleaned = -0.00617825 Jy ! Component: 1800 - total flux cleaned = -0.00627588 Jy ! Component: 1850 - total flux cleaned = -0.00646839 Jy ! Component: 1900 - total flux cleaned = -0.00663458 Jy ! Component: 1950 - total flux cleaned = -0.00672804 Jy ! Component: 2000 - total flux cleaned = -0.00684408 Jy ! Component: 2050 - total flux cleaned = -0.00702656 Jy ! Component: 2100 - total flux cleaned = -0.00716148 Jy ! Component: 2150 - total flux cleaned = -0.00738333 Jy ! Component: 2200 - total flux cleaned = -0.00749269 Jy ! Component: 2250 - total flux cleaned = -0.00764403 Jy ! Component: 2300 - total flux cleaned = -0.00772955 Jy ! Component: 2350 - total flux cleaned = -0.00781427 Jy ! Component: 2400 - total flux cleaned = -0.00800256 Jy ! Component: 2450 - total flux cleaned = -0.00818846 Jy ! Component: 2500 - total flux cleaned = -0.00831084 Jy ! Component: 2550 - total flux cleaned = -0.00847255 Jy ! Component: 2600 - total flux cleaned = -0.00863206 Jy ! Component: 2650 - total flux cleaned = -0.00875036 Jy ! Component: 2700 - total flux cleaned = -0.00890678 Jy ! Component: 2750 - total flux cleaned = -0.00906174 Jy ! Component: 2800 - total flux cleaned = -0.00917681 Jy ! Component: 2850 - total flux cleaned = -0.00929062 Jy ! Component: 2900 - total flux cleaned = -0.00945964 Jy ! Component: 2950 - total flux cleaned = -0.00953396 Jy ! Component: 3000 - total flux cleaned = -0.00966293 Jy ! Component: 3050 - total flux cleaned = -0.00975424 Jy ! Component: 3100 - total flux cleaned = -0.0097723 Jy ! Component: 3150 - total flux cleaned = -0.00987995 Jy ! Component: 3200 - total flux cleaned = -0.00991541 Jy ! Component: 3250 - total flux cleaned = -0.00996836 Jy ! Component: 3300 - total flux cleaned = -0.0100558 Jy ! Component: 3350 - total flux cleaned = -0.0100384 Jy ! Component: 3400 - total flux cleaned = -0.0100898 Jy ! Component: 3450 - total flux cleaned = -0.0101241 Jy ! Component: 3500 - total flux cleaned = -0.010141 Jy ! Component: 3550 - total flux cleaned = -0.010158 Jy ! Component: 3600 - total flux cleaned = -0.0101914 Jy ! Component: 3650 - total flux cleaned = -0.0102575 Jy ! Component: 3700 - total flux cleaned = -0.0102738 Jy ! Component: 3750 - total flux cleaned = -0.0102412 Jy ! Component: 3800 - total flux cleaned = -0.0102736 Jy ! Component: 3850 - total flux cleaned = -0.0103058 Jy ! Component: 3900 - total flux cleaned = -0.0103377 Jy ! Component: 3950 - total flux cleaned = -0.0103535 Jy ! Component: 4000 - total flux cleaned = -0.0104168 Jy ! Component: 4050 - total flux cleaned = -0.0104325 Jy ! Total flux subtracted in 4096 components = -0.0105107 Jy ! Clean residual min=-0.001084 max=0.000946 Jy/beam ! Clean residual mean=-0.000006 rms=0.000273 Jy/beam ! Combined flux in latest and established models = 0.356294 Jy keep ! Adding 240 model components to the UV plane model. ! The established model now contains 354 components and 0.356294 Jy ![Exited script file: muppet] wmap "J0948-3223_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.903 x 7.518 at -6.95 degrees (North through East) ! Clean map min=-0.0024325 max=0.2291 Jy/beam ! Writing clean map to FITS file: J0948-3223_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.229101 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000264729 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.346653 0.346653 0.693307 1.38661 2.77323 5.54645 11.0929 22.1858 44.3716 88.7433 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.229 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.903 x 7.518 at -6.95 degrees (North through East) ! Clean map min=-0.0024325 max=0.2291 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 J0948-3223_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:46:42 2019