! Started logfile: J2323-0150_S_2017_06_10_pus_uvs.log on Mon May 6 15:03:31 2019 obs J2323-0150_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J2323-0150_S_2017_06_10_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.972468 visibilities/baseline/integration-bin. ! Found source: J2323-0150 ! ! 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 1154 lines of history. ! ! Reading 19780 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 J2323-0150_S_2017_06_10_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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 156 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 643 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.860213Jy sigma=0.007926 ! Fit after self-cal, rms=0.844623Jy sigma=0.007794 ! 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.688 mas, bmaj=7.354 mas, bpa=-5.681 degrees ! Estimated noise=909.677 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.115557 Jy ! Component: 100 - total flux cleaned = 0.163651 Jy ! Total flux subtracted in 100 components = 0.163651 Jy ! Clean residual min=-0.007664 max=0.022408 Jy/beam ! Clean residual mean=0.000039 rms=0.002411 Jy/beam ! Combined flux in latest and established models = 0.163651 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.163651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095770Jy sigma=0.000834 ! Fit after self-cal, rms=0.095352Jy sigma=0.000830 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0262181 Jy ! Component: 100 - total flux cleaned = 0.0400817 Jy ! Total flux subtracted in 100 components = 0.0400817 Jy ! Clean residual min=-0.005883 max=0.009027 Jy/beam ! Clean residual mean=0.000021 rms=0.001529 Jy/beam ! Combined flux in latest and established models = 0.203732 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 19 components and 0.203732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085405Jy sigma=0.000739 ! Fit after self-cal, rms=0.085337Jy sigma=0.000738 ! 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.165 mas, bmaj=8.239 mas, bpa=-5.422 degrees ! Estimated noise=668.732 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.0122778 Jy ! Component: 100 - total flux cleaned = 0.0187088 Jy ! Component: 150 - total flux cleaned = 0.022428 Jy ! Component: 200 - total flux cleaned = 0.0246236 Jy ! Total flux subtracted in 200 components = 0.0246236 Jy ! Clean residual min=-0.006178 max=0.011892 Jy/beam ! Clean residual mean=0.000015 rms=0.001836 Jy/beam ! Combined flux in latest and established models = 0.228356 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 53 components and 0.228356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083404Jy sigma=0.000723 ! Fit after self-cal, rms=0.083399Jy sigma=0.000723 ! Inverting map ! Added new window around map position (-12, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0118471 Jy ! Component: 100 - total flux cleaned = 0.0183377 Jy ! Component: 150 - total flux cleaned = 0.0224314 Jy ! Component: 200 - total flux cleaned = 0.0252226 Jy ! Total flux subtracted in 200 components = 0.0252226 Jy ! Clean residual min=-0.004790 max=0.005796 Jy/beam ! Clean residual mean=0.000001 rms=0.001290 Jy/beam ! Combined flux in latest and established models = 0.253579 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 107 components and 0.253579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081675Jy sigma=0.000707 ! Fit after self-cal, rms=0.081389Jy sigma=0.000704 ! 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.04 FD 0.90 HN 0.98 KP 1.04 ! LA 1.02 MK 1.05 NL 0.93 OV 1.06 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.89 HN 1.05 KP 1.02 ! LA 0.98 MK 0.97 NL 1.09 OV 1.12 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.02 KP 1.03 ! LA 0.98 MK 1.01 NL 1.03 OV 0.98 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.00 KP 1.00* ! LA 1.02 MK 1.03 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.081389Jy sigma=0.000704 ! Fit after self-cal, rms=0.080229Jy sigma=0.000695 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.176 mas, bmaj=8.26 mas, bpa=-5.271 degrees ! Estimated noise=673.335 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.00334061 Jy ! Component: 100 - total flux cleaned = 0.00387791 Jy ! Component: 150 - total flux cleaned = 0.0040994 Jy ! Component: 200 - total flux cleaned = 0.00416367 Jy ! Total flux subtracted in 200 components = 0.00416367 Jy ! Clean residual min=-0.003531 max=0.004164 Jy/beam ! Clean residual mean=-0.000014 rms=0.001023 Jy/beam ! Combined flux in latest and established models = 0.257742 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 128 components and 0.257742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080039Jy sigma=0.000693 ! Fit after self-cal, rms=0.080015Jy sigma=0.000693 ! 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.080015Jy sigma=0.000693 ! Fit after self-cal, rms=0.078904Jy sigma=0.000687 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.164 mas, bmaj=8.281 mas, bpa=-5.482 degrees ! Estimated noise=670.844 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001858 Jy ! Component: 100 - total flux cleaned = 0.00221829 Jy ! Component: 150 - total flux cleaned = 0.00240744 Jy ! Component: 200 - total flux cleaned = 0.00251974 Jy ! Total flux subtracted in 200 components = 0.00251974 Jy ! Clean residual min=-0.002768 max=0.003301 Jy/beam ! Clean residual mean=0.000004 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.260262 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 147 components and 0.260262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078819Jy sigma=0.000686 ! Fit after self-cal, rms=0.078802Jy sigma=0.000686 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 (-21.5, -10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00312035 Jy ! Component: 100 - total flux cleaned = 0.00486748 Jy ! Component: 150 - total flux cleaned = 0.00583056 Jy ! Component: 200 - total flux cleaned = 0.00620596 Jy ! Total flux subtracted in 200 components = 0.00620596 Jy ! Clean residual min=-0.002487 max=0.002650 Jy/beam ! Clean residual mean=0.000002 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.266468 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 187 components and 0.266468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078667Jy sigma=0.000684 ! Fit after self-cal, rms=0.078655Jy sigma=0.000684 ! 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.078655Jy sigma=0.000684 ! Fit after self-cal, rms=0.078399Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=8.275 mas, bpa=-5.473 degrees ! Estimated noise=668.737 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001726 Jy ! Component: 100 - total flux cleaned = 0.00260618 Jy ! Component: 150 - total flux cleaned = 0.00300703 Jy ! Component: 200 - total flux cleaned = 0.00309362 Jy ! Total flux subtracted in 200 components = 0.00309362 Jy ! Clean residual min=-0.001920 max=0.001934 Jy/beam ! Clean residual mean=0.000001 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.269562 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 215 components and 0.269562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078352Jy sigma=0.000678 ! Fit after self-cal, rms=0.078353Jy sigma=0.000678 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.000545617 Jy ! Component: 100 - total flux cleaned = 0.000703946 Jy ! Component: 150 - total flux cleaned = 0.000775907 Jy ! Component: 200 - total flux cleaned = 0.000821038 Jy ! Total flux subtracted in 200 components = 0.000821038 Jy ! Clean residual min=-0.001865 max=0.001871 Jy/beam ! Clean residual mean=0.000001 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.270383 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 233 components and 0.270383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078337Jy sigma=0.000678 ! Fit after self-cal, rms=0.078336Jy sigma=0.000678 ! 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.078336Jy sigma=0.000678 ! Fit after self-cal, rms=0.078393Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.494 mas, bmaj=13.78 mas, bpa=-6.245 degrees ! Estimated noise=855.231 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000933669 Jy ! Component: 100 - total flux cleaned = 0.00104193 Jy ! Component: 150 - total flux cleaned = 0.00104172 Jy ! Component: 200 - total flux cleaned = 0.00101516 Jy ! Total flux subtracted in 200 components = 0.00101516 Jy ! Clean residual min=-0.002080 max=0.001851 Jy/beam ! Clean residual mean=0.000001 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.271398 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 242 components and 0.271398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078381Jy sigma=0.000678 ! Fit after self-cal, rms=0.078378Jy sigma=0.000678 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 = 9.06004e-05 Jy ! Component: 100 - total flux cleaned = 9.14805e-05 Jy ! Component: 150 - total flux cleaned = 6.86583e-05 Jy ! Component: 200 - total flux cleaned = 7.0488e-05 Jy ! Total flux subtracted in 200 components = 7.0488e-05 Jy ! Clean residual min=-0.002014 max=0.001835 Jy/beam ! Clean residual mean=0.000000 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.271468 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 246 components and 0.271468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078375Jy sigma=0.000678 ! Fit after self-cal, rms=0.078373Jy sigma=0.000678 ! 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.152 mas, bmaj=8.272 mas, bpa=-5.442 degrees ! Estimated noise=668.52 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.152 x 8.272 at -5.442 degrees (North through East) ! Clean map min=-0.0017172 max=0.15255 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.672 mas, bmaj=7.38 mas, bpa=-5.712 degrees ! Estimated noise=910.832 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.116383 Jy ! Component: 100 - total flux cleaned = 0.166051 Jy ! Component: 150 - total flux cleaned = 0.191675 Jy ! Component: 200 - total flux cleaned = 0.205831 Jy ! Total flux subtracted in 200 components = 0.205831 Jy ! Clean residual min=-0.004169 max=0.008189 Jy/beam ! Clean residual mean=0.000019 rms=0.001250 Jy/beam ! Combined flux in latest and established models = 0.205831 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.205831 Jy ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=8.272 mas, bpa=-5.442 degrees ! Estimated noise=668.52 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.0152849 Jy ! Component: 100 - total flux cleaned = 0.0258449 Jy ! Component: 150 - total flux cleaned = 0.0337986 Jy ! Component: 200 - total flux cleaned = 0.0399935 Jy ! Total flux subtracted in 200 components = 0.0399935 Jy ! Clean residual min=-0.003448 max=0.005849 Jy/beam ! Clean residual mean=0.000012 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.245824 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 88 components and 0.245824 Jy ! Inverting map ! Added new window around map position (-4.5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00559856 Jy ! Component: 100 - total flux cleaned = 0.00954913 Jy ! Component: 150 - total flux cleaned = 0.0127073 Jy ! Component: 200 - total flux cleaned = 0.015275 Jy ! Total flux subtracted in 200 components = 0.015275 Jy ! Clean residual min=-0.002334 max=0.002059 Jy/beam ! Clean residual mean=0.000005 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.261099 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 145 components and 0.261099 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.494 mas, bmaj=13.78 mas, bpa=-6.245 degrees ! Estimated noise=855.231 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00363481 Jy ! Component: 100 - total flux cleaned = 0.0059654 Jy ! Component: 150 - total flux cleaned = 0.00754365 Jy ! Component: 200 - total flux cleaned = 0.00811578 Jy ! Total flux subtracted in 200 components = 0.00811578 Jy ! Clean residual min=-0.002031 max=0.001955 Jy/beam ! Clean residual mean=0.000003 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.269215 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.000158523 Jy ! Component: 100 - total flux cleaned = 0.000330018 Jy ! Component: 150 - total flux cleaned = 0.00045075 Jy ! Component: 200 - total flux cleaned = 0.000530413 Jy ! Total flux subtracted in 200 components = 0.000530413 Jy ! Clean residual min=-0.001937 max=0.001809 Jy/beam ! Clean residual mean=0.000002 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.269745 Jy ! Adding 94 model components to the UV plane model. ! The established model now contains 220 components and 0.269745 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=8.272 mas, bpa=-5.442 degrees ! Estimated noise=668.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000502615 Jy ! Component: 100 - total flux cleaned = 0.000884811 Jy ! Component: 150 - total flux cleaned = 0.00110766 Jy ! Component: 200 - total flux cleaned = 0.00116867 Jy ! Total flux subtracted in 200 components = 0.00116867 Jy ! Clean residual min=-0.001704 max=0.001787 Jy/beam ! Clean residual mean=0.000000 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.270914 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 245 components and 0.270914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078352Jy sigma=0.000677 ! Fit after self-cal, rms=0.078341Jy sigma=0.000677 wmodel J2323-0150_S_2017_06_10_pus_map.mod ! Writing 245 model components to file: J2323-0150_S_2017_06_10_pus_map.mod wobs J2323-0150_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J2323-0150_S_2017_06_10_pus_uvs.fits wwins J2323-0150_S_2017_06_10_pus_map.win ! wwins: Wrote 4 windows to J2323-0150_S_2017_06_10_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.000469434 Jy ! Component: 100 - total flux cleaned = 0.000469474 Jy ! Component: 150 - total flux cleaned = 0.000578383 Jy ! Component: 200 - total flux cleaned = 0.000604595 Jy ! Component: 250 - total flux cleaned = 0.000604253 Jy ! Component: 300 - total flux cleaned = 0.000652612 Jy ! Component: 350 - total flux cleaned = 0.000605242 Jy ! Component: 400 - total flux cleaned = 0.000651554 Jy ! Component: 450 - total flux cleaned = 0.000561912 Jy ! Component: 500 - total flux cleaned = 0.000540451 Jy ! Component: 550 - total flux cleaned = 0.000454736 Jy ! Component: 600 - total flux cleaned = 0.000412906 Jy ! Component: 650 - total flux cleaned = 0.000372363 Jy ! Component: 700 - total flux cleaned = 0.000372402 Jy ! Component: 750 - total flux cleaned = 0.000251964 Jy ! Component: 800 - total flux cleaned = 0.000173429 Jy ! Component: 850 - total flux cleaned = 0.000115319 Jy ! Component: 900 - total flux cleaned = 5.77252e-05 Jy ! Component: 950 - total flux cleaned = 1.98697e-05 Jy ! Component: 1000 - total flux cleaned = -0.000129045 Jy ! Component: 1050 - total flux cleaned = -0.000202423 Jy ! Component: 1100 - total flux cleaned = -0.000328938 Jy ! Component: 1150 - total flux cleaned = -0.00040018 Jy ! Component: 1200 - total flux cleaned = -0.000505875 Jy ! Component: 1250 - total flux cleaned = -0.000592678 Jy ! Component: 1300 - total flux cleaned = -0.000644138 Jy ! Component: 1350 - total flux cleaned = -0.000729064 Jy ! Component: 1400 - total flux cleaned = -0.000779444 Jy ! Component: 1450 - total flux cleaned = -0.000829237 Jy ! Component: 1500 - total flux cleaned = -0.000927147 Jy ! Component: 1550 - total flux cleaned = -0.000959433 Jy ! Component: 1600 - total flux cleaned = -0.000959354 Jy ! Component: 1650 - total flux cleaned = -0.00094392 Jy ! Component: 1700 - total flux cleaned = -0.0010221 Jy ! Component: 1750 - total flux cleaned = -0.00103739 Jy ! Component: 1800 - total flux cleaned = -0.00112888 Jy ! Component: 1850 - total flux cleaned = -0.00111366 Jy ! Component: 1900 - total flux cleaned = -0.00120325 Jy ! Component: 1950 - total flux cleaned = -0.00120339 Jy ! Component: 2000 - total flux cleaned = -0.00126177 Jy ! Component: 2050 - total flux cleaned = -0.00127601 Jy ! Component: 2100 - total flux cleaned = -0.00129042 Jy ! Component: 2150 - total flux cleaned = -0.00134723 Jy ! Component: 2200 - total flux cleaned = -0.00131892 Jy ! Component: 2250 - total flux cleaned = -0.00133314 Jy ! Component: 2300 - total flux cleaned = -0.00140245 Jy ! Component: 2350 - total flux cleaned = -0.00141611 Jy ! Component: 2400 - total flux cleaned = -0.00142954 Jy ! Component: 2450 - total flux cleaned = -0.00137576 Jy ! Component: 2500 - total flux cleaned = -0.00140259 Jy ! Component: 2550 - total flux cleaned = -0.00145566 Jy ! Component: 2600 - total flux cleaned = -0.00146883 Jy ! Component: 2650 - total flux cleaned = -0.00152091 Jy ! Component: 2700 - total flux cleaned = -0.00148213 Jy ! Component: 2750 - total flux cleaned = -0.00154625 Jy ! Component: 2800 - total flux cleaned = -0.00152085 Jy ! Component: 2850 - total flux cleaned = -0.00148314 Jy ! Component: 2900 - total flux cleaned = -0.00150819 Jy ! Component: 2950 - total flux cleaned = -0.0014831 Jy ! Component: 3000 - total flux cleaned = -0.00143375 Jy ! Component: 3050 - total flux cleaned = -0.00138474 Jy ! Component: 3100 - total flux cleaned = -0.00137266 Jy ! Component: 3150 - total flux cleaned = -0.00138463 Jy ! Component: 3200 - total flux cleaned = -0.00138469 Jy ! Component: 3250 - total flux cleaned = -0.00136073 Jy ! Component: 3300 - total flux cleaned = -0.00133703 Jy ! Component: 3350 - total flux cleaned = -0.00132538 Jy ! Component: 3400 - total flux cleaned = -0.00130213 Jy ! Component: 3450 - total flux cleaned = -0.00131381 Jy ! Component: 3500 - total flux cleaned = -0.00131384 Jy ! Component: 3550 - total flux cleaned = -0.00129103 Jy ! Component: 3600 - total flux cleaned = -0.00127971 Jy ! Component: 3650 - total flux cleaned = -0.00138132 Jy ! Component: 3700 - total flux cleaned = -0.00132523 Jy ! Component: 3750 - total flux cleaned = -0.00126957 Jy ! Component: 3800 - total flux cleaned = -0.00130292 Jy ! Component: 3850 - total flux cleaned = -0.00130286 Jy ! Component: 3900 - total flux cleaned = -0.00131385 Jy ! Component: 3950 - total flux cleaned = -0.00140075 Jy ! Component: 4000 - total flux cleaned = -0.00136833 Jy ! Component: 4050 - total flux cleaned = -0.00137909 Jy ! Total flux subtracted in 4096 components = -0.001347 Jy ! Clean residual min=-0.000673 max=0.000753 Jy/beam ! Clean residual mean=0.000001 rms=0.000204 Jy/beam ! Combined flux in latest and established models = 0.269567 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 544 components and 0.269567 Jy ![Exited script file: muppet] wmap "J2323-0150_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.152 x 8.272 at -5.442 degrees (North through East) ! Clean map min=-0.0011745 max=0.15327 Jy/beam ! Writing clean map to FITS file: J2323-0150_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.153273 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000203214 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.397747 0.397747 0.795495 1.59099 3.18198 6.36396 12.7279 25.4558 50.9117 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.153 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.152 x 8.272 at -5.442 degrees (North through East) ! Clean map min=-0.0011745 max=0.15327 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 J2323-0150_S_2017_06_10_pus_uvs.log closed on Mon May 6 15:03:36 2019