! Started logfile: J0630-1323_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:40:33 2019 obs J0630-1323_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0630-1323_S_2017_05_31_pus_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.942222 visibilities/baseline/integration-bin. ! Found source: J0630-1323 ! ! 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 703 lines of history. ! ! Reading 12720 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 J0630-1323_S_2017_05_31_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 336 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.811006Jy sigma=0.006065 ! Fit after self-cal, rms=0.795051Jy sigma=0.005961 ! 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.58 mas, bmaj=7.276 mas, bpa=-7.44 degrees ! Estimated noise=1420.01 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.154228 Jy ! Component: 100 - total flux cleaned = 0.21137 Jy ! Total flux subtracted in 100 components = 0.21137 Jy ! Clean residual min=-0.011617 max=0.026630 Jy/beam ! Clean residual mean=-0.000105 rms=0.003235 Jy/beam ! Combined flux in latest and established models = 0.21137 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.21137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141064Jy sigma=0.000766 ! Fit after self-cal, rms=0.140944Jy sigma=0.000765 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0306116 Jy ! Component: 100 - total flux cleaned = 0.0472074 Jy ! Total flux subtracted in 100 components = 0.0472074 Jy ! Clean residual min=-0.007898 max=0.009421 Jy/beam ! Clean residual mean=-0.000047 rms=0.001906 Jy/beam ! Combined flux in latest and established models = 0.258578 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 0.258578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132758Jy sigma=0.000693 ! Fit after self-cal, rms=0.132724Jy sigma=0.000693 ! 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.082 mas, bmaj=8.136 mas, bpa=-5.567 degrees ! Estimated noise=974.899 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 (3.5, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0099368 Jy ! Component: 100 - total flux cleaned = 0.0151433 Jy ! Component: 150 - total flux cleaned = 0.0162192 Jy ! Component: 200 - total flux cleaned = 0.0164275 Jy ! Total flux subtracted in 200 components = 0.0164275 Jy ! Clean residual min=-0.005439 max=0.005232 Jy/beam ! Clean residual mean=-0.000013 rms=0.001295 Jy/beam ! Combined flux in latest and established models = 0.275005 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 38 components and 0.275005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131524Jy sigma=0.000686 ! Fit after self-cal, rms=0.131519Jy sigma=0.000686 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.95 HN 0.97 KP 1.03 ! LA 1.00 MK 1.03 NL 0.89 OV 1.00 ! PT 1.05 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.98 KP 0.98 ! LA 0.97 MK 0.98 NL 1.03 OV 1.04 ! PT 1.03 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.04 HN 0.99 KP 0.99 ! LA 0.97 MK 1.03 NL 0.97 OV 0.95 ! PT 1.00 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.04 HN 1.00 KP 1.02 ! LA 1.03 MK 1.11 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.131519Jy sigma=0.000686 ! Fit after self-cal, rms=0.128548Jy sigma=0.000680 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.1 mas, bmaj=8.164 mas, bpa=-5.537 degrees ! Estimated noise=974.735 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.00137529 Jy ! Component: 100 - total flux cleaned = 0.00146342 Jy ! Component: 150 - total flux cleaned = 0.00162449 Jy ! Component: 200 - total flux cleaned = 0.00169586 Jy ! Total flux subtracted in 200 components = 0.00169586 Jy ! Clean residual min=-0.004998 max=0.005097 Jy/beam ! Clean residual mean=-0.000011 rms=0.001190 Jy/beam ! Combined flux in latest and established models = 0.276701 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 54 components and 0.276701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128276Jy sigma=0.000679 ! Fit after self-cal, rms=0.128272Jy sigma=0.000679 ! 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.128272Jy sigma=0.000679 ! Fit after self-cal, rms=0.109484Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.098 mas, bmaj=8.159 mas, bpa=-5.49 degrees ! Estimated noise=970.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141578 Jy ! Component: 100 - total flux cleaned = 0.00150393 Jy ! Component: 150 - total flux cleaned = 0.00150621 Jy ! Component: 200 - total flux cleaned = 0.00160173 Jy ! Total flux subtracted in 200 components = 0.00160173 Jy ! Clean residual min=-0.002559 max=0.002854 Jy/beam ! Clean residual mean=-0.000010 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.278303 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 64 components and 0.278303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109439Jy sigma=0.000666 ! Fit after self-cal, rms=0.109458Jy 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 (16, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00266785 Jy ! Component: 100 - total flux cleaned = 0.00377998 Jy ! Component: 150 - total flux cleaned = 0.00390459 Jy ! Component: 200 - total flux cleaned = 0.00405389 Jy ! Total flux subtracted in 200 components = 0.00405389 Jy ! Clean residual min=-0.002447 max=0.002325 Jy/beam ! Clean residual mean=-0.000010 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.282357 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 94 components and 0.282357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109375Jy sigma=0.000665 ! Fit after self-cal, rms=0.109366Jy sigma=0.000665 ! 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.109366Jy sigma=0.000665 ! Fit after self-cal, rms=0.108747Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.096 mas, bmaj=8.154 mas, bpa=-5.509 degrees ! Estimated noise=967.748 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000974252 Jy ! Component: 100 - total flux cleaned = 0.00111074 Jy ! Component: 150 - total flux cleaned = 0.00117219 Jy ! Component: 200 - total flux cleaned = 0.00125811 Jy ! Total flux subtracted in 200 components = 0.00125811 Jy ! Clean residual min=-0.002382 max=0.002364 Jy/beam ! Clean residual mean=-0.000009 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.283615 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 108 components and 0.283615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108720Jy sigma=0.000665 ! Fit after self-cal, rms=0.108715Jy 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.000303996 Jy ! Component: 100 - total flux cleaned = 0.000382086 Jy ! Component: 150 - total flux cleaned = 0.000432168 Jy ! Component: 200 - total flux cleaned = 0.000503002 Jy ! Total flux subtracted in 200 components = 0.000503002 Jy ! Clean residual min=-0.002369 max=0.002357 Jy/beam ! Clean residual mean=-0.000009 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.284118 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 114 components and 0.284118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108698Jy sigma=0.000665 ! Fit after self-cal, rms=0.108698Jy 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.108698Jy sigma=0.000665 ! Fit after self-cal, rms=0.108689Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.271 mas, bmaj=15.58 mas, bpa=-5.359 degrees ! Estimated noise=1255.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000828603 Jy ! Component: 100 - total flux cleaned = 0.00102532 Jy ! Component: 150 - total flux cleaned = 0.00113129 Jy ! Component: 200 - total flux cleaned = 0.00118977 Jy ! Total flux subtracted in 200 components = 0.00118977 Jy ! Clean residual min=-0.002821 max=0.003089 Jy/beam ! Clean residual mean=-0.000017 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.285308 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 128 components and 0.285308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108685Jy sigma=0.000665 ! Fit after self-cal, rms=0.108686Jy 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.000121526 Jy ! Component: 100 - total flux cleaned = 0.000139351 Jy ! Component: 150 - total flux cleaned = 0.000154687 Jy ! Component: 200 - total flux cleaned = 0.00015441 Jy ! Total flux subtracted in 200 components = 0.00015441 Jy ! Clean residual min=-0.002831 max=0.003092 Jy/beam ! Clean residual mean=-0.000017 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.285462 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 138 components and 0.285462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108682Jy sigma=0.000665 ! Fit after self-cal, rms=0.108683Jy 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=3.095 mas, bmaj=8.155 mas, bpa=-5.523 degrees ! Estimated noise=967.466 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.095 x 8.155 at -5.523 degrees (North through East) ! Clean map min=-0.0023082 max=0.20769 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.604 mas, bmaj=7.278 mas, bpa=-7.24 degrees ! Estimated noise=1394.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.1509 Jy ! Component: 100 - total flux cleaned = 0.206408 Jy ! Component: 150 - total flux cleaned = 0.235463 Jy ! Component: 200 - total flux cleaned = 0.251301 Jy ! Total flux subtracted in 200 components = 0.251301 Jy ! Clean residual min=-0.005624 max=0.007942 Jy/beam ! Clean residual mean=-0.000042 rms=0.001369 Jy/beam ! Combined flux in latest and established models = 0.251301 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.251301 Jy ! Inverting map and beam ! Estimated beam: bmin=3.095 mas, bmaj=8.155 mas, bpa=-5.523 degrees ! Estimated noise=967.466 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.0122274 Jy ! Component: 100 - total flux cleaned = 0.0187596 Jy ! Component: 150 - total flux cleaned = 0.0228232 Jy ! Component: 200 - total flux cleaned = 0.0258078 Jy ! Total flux subtracted in 200 components = 0.0258078 Jy ! Clean residual min=-0.002723 max=0.002694 Jy/beam ! Clean residual mean=-0.000014 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.277108 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 51 components and 0.277108 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.271 mas, bmaj=15.58 mas, bpa=-5.359 degrees ! Estimated noise=1255.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00345836 Jy ! Component: 100 - total flux cleaned = 0.00557211 Jy ! Component: 150 - total flux cleaned = 0.00626305 Jy ! Component: 200 - total flux cleaned = 0.00679404 Jy ! Total flux subtracted in 200 components = 0.00679404 Jy ! Clean residual min=-0.003112 max=0.003078 Jy/beam ! Clean residual mean=-0.000020 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.283902 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000409097 Jy ! Component: 100 - total flux cleaned = 0.000765258 Jy ! Component: 150 - total flux cleaned = 0.00107342 Jy ! Component: 200 - total flux cleaned = 0.00131256 Jy ! Total flux subtracted in 200 components = 0.00131256 Jy ! Clean residual min=-0.002952 max=0.003063 Jy/beam ! Clean residual mean=-0.000018 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.285215 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 86 components and 0.285215 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.095 mas, bmaj=8.155 mas, bpa=-5.523 degrees ! Estimated noise=967.466 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00066165 Jy ! Component: 100 - total flux cleaned = -0.000768537 Jy ! Component: 150 - total flux cleaned = -0.000721484 Jy ! Component: 200 - total flux cleaned = -0.000723146 Jy ! Total flux subtracted in 200 components = -0.000723146 Jy ! Clean residual min=-0.002578 max=0.002370 Jy/beam ! Clean residual mean=-0.000009 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.284492 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 107 components and 0.284492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108711Jy sigma=0.000665 ! Fit after self-cal, rms=0.108704Jy sigma=0.000665 wmodel J0630-1323_S_2017_05_31_pus_map.mod ! Writing 107 model components to file: J0630-1323_S_2017_05_31_pus_map.mod wobs J0630-1323_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0630-1323_S_2017_05_31_pus_uvs.fits wwins J0630-1323_S_2017_05_31_pus_map.win ! wwins: Wrote 3 windows to J0630-1323_S_2017_05_31_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.000517457 Jy ! Component: 100 - total flux cleaned = -0.000884021 Jy ! Component: 150 - total flux cleaned = -0.00111706 Jy ! Component: 200 - total flux cleaned = -0.00133775 Jy ! Component: 250 - total flux cleaned = -0.00158541 Jy ! Component: 300 - total flux cleaned = -0.00179046 Jy ! Component: 350 - total flux cleaned = -0.0020219 Jy ! Component: 400 - total flux cleaned = -0.00231149 Jy ! Component: 450 - total flux cleaned = -0.00250079 Jy ! Component: 500 - total flux cleaned = -0.00274852 Jy ! Component: 550 - total flux cleaned = -0.00296064 Jy ! Component: 600 - total flux cleaned = -0.00316886 Jy ! Component: 650 - total flux cleaned = -0.003431 Jy ! Component: 700 - total flux cleaned = -0.00374563 Jy ! Component: 750 - total flux cleaned = -0.00394217 Jy ! Component: 800 - total flux cleaned = -0.0041911 Jy ! Component: 850 - total flux cleaned = -0.00435378 Jy ! Component: 900 - total flux cleaned = -0.00446082 Jy ! Component: 950 - total flux cleaned = -0.00459287 Jy ! Component: 1000 - total flux cleaned = -0.00482627 Jy ! Component: 1050 - total flux cleaned = -0.00490276 Jy ! Component: 1100 - total flux cleaned = -0.00500332 Jy ! Component: 1150 - total flux cleaned = -0.00505313 Jy ! Component: 1200 - total flux cleaned = -0.00517605 Jy ! Component: 1250 - total flux cleaned = -0.00532111 Jy ! Component: 1300 - total flux cleaned = -0.00541653 Jy ! Component: 1350 - total flux cleaned = -0.00544012 Jy ! Component: 1400 - total flux cleaned = -0.00548714 Jy ! Component: 1450 - total flux cleaned = -0.005602 Jy ! Component: 1500 - total flux cleaned = -0.00571535 Jy ! Component: 1550 - total flux cleaned = -0.00576037 Jy ! Component: 1600 - total flux cleaned = -0.0058712 Jy ! Component: 1650 - total flux cleaned = -0.00589319 Jy ! Component: 1700 - total flux cleaned = -0.00595854 Jy ! Component: 1750 - total flux cleaned = -0.00602316 Jy ! Component: 1800 - total flux cleaned = -0.00615074 Jy ! Component: 1850 - total flux cleaned = -0.00617167 Jy ! Component: 1900 - total flux cleaned = -0.00627557 Jy ! Component: 1950 - total flux cleaned = -0.00625491 Jy ! Component: 2000 - total flux cleaned = -0.00635686 Jy ! Component: 2050 - total flux cleaned = -0.00637722 Jy ! Component: 2100 - total flux cleaned = -0.00639713 Jy ! Component: 2150 - total flux cleaned = -0.00651579 Jy ! Component: 2200 - total flux cleaned = -0.00643717 Jy ! Component: 2250 - total flux cleaned = -0.0064952 Jy ! Component: 2300 - total flux cleaned = -0.00649541 Jy ! Component: 2350 - total flux cleaned = -0.0064575 Jy ! Component: 2400 - total flux cleaned = -0.00651439 Jy ! Component: 2450 - total flux cleaned = -0.00655179 Jy ! Component: 2500 - total flux cleaned = -0.00647726 Jy ! Component: 2550 - total flux cleaned = -0.00644043 Jy ! Component: 2600 - total flux cleaned = -0.00649513 Jy ! Component: 2650 - total flux cleaned = -0.00647684 Jy ! Component: 2700 - total flux cleaned = -0.00644075 Jy ! Component: 2750 - total flux cleaned = -0.00644059 Jy ! Component: 2800 - total flux cleaned = -0.00636958 Jy ! Component: 2850 - total flux cleaned = -0.006387 Jy ! Component: 2900 - total flux cleaned = -0.00636983 Jy ! Component: 2950 - total flux cleaned = -0.00635259 Jy ! Component: 3000 - total flux cleaned = -0.00638691 Jy ! Component: 3050 - total flux cleaned = -0.00635284 Jy ! Component: 3100 - total flux cleaned = -0.0063192 Jy ! Component: 3150 - total flux cleaned = -0.00636969 Jy ! Component: 3200 - total flux cleaned = -0.00635296 Jy ! Component: 3250 - total flux cleaned = -0.00641923 Jy ! Component: 3300 - total flux cleaned = -0.00640307 Jy ! Component: 3350 - total flux cleaned = -0.0064522 Jy ! Component: 3400 - total flux cleaned = -0.00653321 Jy ! Component: 3450 - total flux cleaned = -0.00650102 Jy ! Component: 3500 - total flux cleaned = -0.00658122 Jy ! Component: 3550 - total flux cleaned = -0.00653353 Jy ! Component: 3600 - total flux cleaned = -0.0066599 Jy ! Component: 3650 - total flux cleaned = -0.00672247 Jy ! Component: 3700 - total flux cleaned = -0.00669119 Jy ! Component: 3750 - total flux cleaned = -0.00672229 Jy ! Component: 3800 - total flux cleaned = -0.00681459 Jy ! Component: 3850 - total flux cleaned = -0.00679922 Jy ! Component: 3900 - total flux cleaned = -0.00681438 Jy ! Component: 3950 - total flux cleaned = -0.00684453 Jy ! Component: 4000 - total flux cleaned = -0.00685958 Jy ! Component: 4050 - total flux cleaned = -0.00690415 Jy ! Total flux subtracted in 4096 components = -0.00690418 Jy ! Clean residual min=-0.001009 max=0.001094 Jy/beam ! Clean residual mean=-0.000006 rms=0.000278 Jy/beam ! Combined flux in latest and established models = 0.277588 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 388 components and 0.277588 Jy ![Exited script file: muppet] wmap "J0630-1323_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.095 x 8.155 at -5.523 degrees (North through East) ! Clean map min=-0.0018354 max=0.206 Jy/beam ! Writing clean map to FITS file: J0630-1323_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.206003 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000275839 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.401702 0.401702 0.803404 1.60681 3.21361 6.42723 12.8545 25.7089 51.4178 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.206 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.095 x 8.155 at -5.523 degrees (North through East) ! Clean map min=-0.0018354 max=0.206 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 J0630-1323_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:40:38 2019