! Started logfile: J1402-2822_S_2017_06_15_pus_uvs.log on Tue May 7 15:21:02 2019 obs J1402-2822_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1402-2822_S_2017_06_15_pus_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.872 visibilities/baseline/integration-bin. ! Found source: J1402-2822 ! ! 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 603 lines of history. ! ! Reading 11772 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 J1402-2822_S_2017_06_15_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 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 462 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.924190Jy sigma=0.006607 ! Fit after self-cal, rms=0.892373Jy sigma=0.006391 ! 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.465 mas, bmaj=7.141 mas, bpa=-8.685 degrees ! Estimated noise=1637.9 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.0807234 Jy ! Component: 100 - total flux cleaned = 0.107446 Jy ! Total flux subtracted in 100 components = 0.107446 Jy ! Clean residual min=-0.008384 max=0.015900 Jy/beam ! Clean residual mean=-0.000001 rms=0.002506 Jy/beam ! Combined flux in latest and established models = 0.107446 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.107446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106767Jy sigma=0.000734 ! Fit after self-cal, rms=0.106665Jy sigma=0.000733 ! Inverting map ! Added new window around map position (3.5, -4.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0171227 Jy ! Component: 100 - total flux cleaned = 0.0282807 Jy ! Total flux subtracted in 100 components = 0.0282807 Jy ! Clean residual min=-0.007661 max=0.011821 Jy/beam ! Clean residual mean=0.000006 rms=0.001908 Jy/beam ! Combined flux in latest and established models = 0.135727 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 36 components and 0.135727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102759Jy sigma=0.000700 ! Fit after self-cal, rms=0.102587Jy sigma=0.000699 ! 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.942 mas, bmaj=8.04 mas, bpa=-7.108 degrees ! Estimated noise=1061.92 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.0130216 Jy ! Component: 100 - total flux cleaned = 0.0205367 Jy ! Component: 150 - total flux cleaned = 0.0250829 Jy ! Component: 200 - total flux cleaned = 0.0278459 Jy ! Total flux subtracted in 200 components = 0.0278459 Jy ! Clean residual min=-0.005414 max=0.007972 Jy/beam ! Clean residual mean=0.000034 rms=0.001716 Jy/beam ! Combined flux in latest and established models = 0.163573 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 60 components and 0.163573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100987Jy sigma=0.000685 ! Fit after self-cal, rms=0.100902Jy sigma=0.000684 ! 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.51 FD 0.89 HN 1.33 KP 0.99 ! LA 0.94 MK 1.02 NL 0.91 OV 0.94 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.99 FD 0.95 HN 1.25 KP 0.96 ! LA 0.91 MK 1.01 NL 1.04 OV 0.99 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.53 FD 0.93 HN 1.23 KP 0.95 ! LA 0.92 MK 1.04 NL 1.06 OV 0.90 ! PT 0.94 SC 0.92 ! ! ! 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.95 HN 0.95 KP 1.00* ! LA 1.00* MK 1.07 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.100902Jy sigma=0.000684 ! Fit after self-cal, rms=0.110426Jy sigma=0.000667 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.964 mas, bmaj=8.019 mas, bpa=-6.293 degrees ! Estimated noise=1074.79 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.000770584 Jy ! Component: 100 - total flux cleaned = -0.000954009 Jy ! Component: 150 - total flux cleaned = -0.00106475 Jy ! Component: 200 - total flux cleaned = -0.00116872 Jy ! Total flux subtracted in 200 components = -0.00116872 Jy ! Clean residual min=-0.003795 max=0.003919 Jy/beam ! Clean residual mean=0.000023 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.162404 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 71 components and 0.162404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110342Jy sigma=0.000667 ! Fit after self-cal, rms=0.110636Jy sigma=0.000666 ! 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.110636Jy sigma=0.000666 ! Fit after self-cal, rms=0.112152Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.965 mas, bmaj=8.001 mas, bpa=-6.077 degrees ! Estimated noise=1073.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000655849 Jy ! Component: 100 - total flux cleaned = -0.00081039 Jy ! Component: 150 - total flux cleaned = -0.000857224 Jy ! Component: 200 - total flux cleaned = -0.000948918 Jy ! Total flux subtracted in 200 components = -0.000948918 Jy ! Clean residual min=-0.003744 max=0.003877 Jy/beam ! Clean residual mean=0.000023 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.161455 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 74 components and 0.161455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112090Jy sigma=0.000666 ! Fit after self-cal, rms=0.112109Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00010499 Jy ! Component: 100 - total flux cleaned = -0.000190019 Jy ! Component: 150 - total flux cleaned = -0.000271277 Jy ! Component: 200 - total flux cleaned = -0.000347512 Jy ! Total flux subtracted in 200 components = -0.000347512 Jy ! Clean residual min=-0.003711 max=0.003851 Jy/beam ! Clean residual mean=0.000023 rms=0.000932 Jy/beam ! Combined flux in latest and established models = 0.161108 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 78 components and 0.161108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112069Jy sigma=0.000666 ! Fit after self-cal, rms=0.112063Jy sigma=0.000666 ! 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.112063Jy sigma=0.000666 ! Fit after self-cal, rms=0.109582Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.964 mas, bmaj=7.933 mas, bpa=-6.274 degrees ! Estimated noise=1068.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000147759 Jy ! Component: 100 - total flux cleaned = -0.000274508 Jy ! Component: 150 - total flux cleaned = -0.000275929 Jy ! Component: 200 - total flux cleaned = -0.000304606 Jy ! Total flux subtracted in 200 components = -0.000304606 Jy ! Clean residual min=-0.002625 max=0.002901 Jy/beam ! Clean residual mean=0.000014 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.160803 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 84 components and 0.160803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109554Jy sigma=0.000662 ! Fit after self-cal, rms=0.109598Jy sigma=0.000662 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.000102476 Jy ! Component: 100 - total flux cleaned = -0.000130048 Jy ! Component: 150 - total flux cleaned = -0.000155342 Jy ! Component: 200 - total flux cleaned = -0.000179492 Jy ! Total flux subtracted in 200 components = -0.000179492 Jy ! Clean residual min=-0.002673 max=0.002901 Jy/beam ! Clean residual mean=0.000014 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.160624 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 88 components and 0.160624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109584Jy sigma=0.000662 ! Fit after self-cal, rms=0.109578Jy sigma=0.000662 ! 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.109578Jy sigma=0.000662 ! Fit after self-cal, rms=0.109791Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.756 mas, bmaj=20.11 mas, bpa=-2.248 degrees ! Estimated noise=1357.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000238618 Jy ! Component: 100 - total flux cleaned = 0.00023619 Jy ! Component: 150 - total flux cleaned = 0.000234458 Jy ! Component: 200 - total flux cleaned = 0.000216765 Jy ! Total flux subtracted in 200 components = 0.000216765 Jy ! Clean residual min=-0.002953 max=0.002866 Jy/beam ! Clean residual mean=0.000031 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.16084 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 94 components and 0.16084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109799Jy sigma=0.000662 ! Fit after self-cal, rms=0.109809Jy sigma=0.000662 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 = 5.022e-05 Jy ! Component: 100 - total flux cleaned = 5.2121e-05 Jy ! Component: 150 - total flux cleaned = 5.4234e-05 Jy ! Component: 200 - total flux cleaned = 5.55829e-05 Jy ! Total flux subtracted in 200 components = 5.55829e-05 Jy ! Clean residual min=-0.002912 max=0.002862 Jy/beam ! Clean residual mean=0.000031 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.160896 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 98 components and 0.160896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109813Jy sigma=0.000662 ! Fit after self-cal, rms=0.109814Jy sigma=0.000662 ! 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.96 mas, bmaj=7.933 mas, bpa=-6.311 degrees ! Estimated noise=1065.79 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.96 x 7.933 at -6.311 degrees (North through East) ! Clean map min=-0.0025039 max=0.10621 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.477 mas, bmaj=7.039 mas, bpa=-8.079 degrees ! Estimated noise=1669.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0816386 Jy ! Component: 100 - total flux cleaned = 0.111068 Jy ! Component: 150 - total flux cleaned = 0.126988 Jy ! Component: 200 - total flux cleaned = 0.136877 Jy ! Total flux subtracted in 200 components = 0.136877 Jy ! Clean residual min=-0.004594 max=0.005768 Jy/beam ! Clean residual mean=-0.000001 rms=0.001316 Jy/beam ! Combined flux in latest and established models = 0.136877 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 43 model components to the UV plane model. ! The established model now contains 43 components and 0.136877 Jy ! Inverting map and beam ! Estimated beam: bmin=2.96 mas, bmaj=7.933 mas, bpa=-6.311 degrees ! Estimated noise=1065.79 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.0101357 Jy ! Component: 100 - total flux cleaned = 0.0157547 Jy ! Component: 150 - total flux cleaned = 0.0190692 Jy ! Component: 200 - total flux cleaned = 0.0210532 Jy ! Total flux subtracted in 200 components = 0.0210532 Jy ! Clean residual min=-0.002714 max=0.003137 Jy/beam ! Clean residual mean=0.000011 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.15793 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 69 components and 0.15793 Jy ! Inverting map ! Added new window around map position (12.5, -13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0028779 Jy ! Component: 100 - total flux cleaned = 0.00422632 Jy ! Component: 150 - total flux cleaned = 0.00470008 Jy ! Component: 200 - total flux cleaned = 0.00505428 Jy ! Total flux subtracted in 200 components = 0.00505428 Jy ! Clean residual min=-0.003151 max=0.002564 Jy/beam ! Clean residual mean=0.000018 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.162984 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.162984 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.756 mas, bmaj=20.11 mas, bpa=-2.248 degrees ! Estimated noise=1357.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000582552 Jy ! Component: 100 - total flux cleaned = 0.00067704 Jy ! Component: 150 - total flux cleaned = 0.00067676 Jy ! Component: 200 - total flux cleaned = 0.000676751 Jy ! Total flux subtracted in 200 components = 0.000676751 Jy ! Clean residual min=-0.003098 max=0.002926 Jy/beam ! Clean residual mean=0.000039 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.163661 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 = -4.15503e-05 Jy ! Component: 100 - total flux cleaned = -6.09968e-05 Jy ! Component: 150 - total flux cleaned = -9.9372e-05 Jy ! Component: 200 - total flux cleaned = -0.000135883 Jy ! Total flux subtracted in 200 components = -0.000135883 Jy ! Clean residual min=-0.003131 max=0.002911 Jy/beam ! Clean residual mean=0.000038 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.163525 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 96 components and 0.163525 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.96 mas, bmaj=7.933 mas, bpa=-6.311 degrees ! Estimated noise=1065.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.43008e-05 Jy ! Component: 100 - total flux cleaned = 4.26726e-05 Jy ! Component: 150 - total flux cleaned = 7.38412e-05 Jy ! Component: 200 - total flux cleaned = 7.39645e-05 Jy ! Total flux subtracted in 200 components = 7.39645e-05 Jy ! Clean residual min=-0.003101 max=0.002500 Jy/beam ! Clean residual mean=0.000019 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.163599 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 111 components and 0.163599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109707Jy sigma=0.000661 ! Fit after self-cal, rms=0.109680Jy sigma=0.000661 wmodel J1402-2822_S_2017_06_15_pus_map.mod ! Writing 111 model components to file: J1402-2822_S_2017_06_15_pus_map.mod wobs J1402-2822_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1402-2822_S_2017_06_15_pus_uvs.fits wwins J1402-2822_S_2017_06_15_pus_map.win ! wwins: Wrote 3 windows to J1402-2822_S_2017_06_15_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.00087891 Jy ! Component: 100 - total flux cleaned = -0.00101263 Jy ! Component: 150 - total flux cleaned = -0.00118178 Jy ! Component: 200 - total flux cleaned = -0.00118202 Jy ! Component: 250 - total flux cleaned = -0.00106644 Jy ! Component: 300 - total flux cleaned = -0.00117912 Jy ! Component: 350 - total flux cleaned = -0.00117905 Jy ! Component: 400 - total flux cleaned = -0.00125033 Jy ! Component: 450 - total flux cleaned = -0.00125075 Jy ! Component: 500 - total flux cleaned = -0.00131842 Jy ! Component: 550 - total flux cleaned = -0.00138455 Jy ! Component: 600 - total flux cleaned = -0.00148166 Jy ! Component: 650 - total flux cleaned = -0.001576 Jy ! Component: 700 - total flux cleaned = -0.00154443 Jy ! Component: 750 - total flux cleaned = -0.00166683 Jy ! Component: 800 - total flux cleaned = -0.00175694 Jy ! Component: 850 - total flux cleaned = -0.00181618 Jy ! Component: 900 - total flux cleaned = -0.00187429 Jy ! Component: 950 - total flux cleaned = -0.00184527 Jy ! Component: 1000 - total flux cleaned = -0.00184493 Jy ! Component: 1050 - total flux cleaned = -0.0017615 Jy ! Component: 1100 - total flux cleaned = -0.00176127 Jy ! Component: 1150 - total flux cleaned = -0.00176108 Jy ! Component: 1200 - total flux cleaned = -0.00173413 Jy ! Component: 1250 - total flux cleaned = -0.00165564 Jy ! Component: 1300 - total flux cleaned = -0.00170743 Jy ! Component: 1350 - total flux cleaned = -0.00165596 Jy ! Component: 1400 - total flux cleaned = -0.00160584 Jy ! Component: 1450 - total flux cleaned = -0.00160562 Jy ! Component: 1500 - total flux cleaned = -0.0015563 Jy ! Component: 1550 - total flux cleaned = -0.00145928 Jy ! Component: 1600 - total flux cleaned = -0.00150746 Jy ! Component: 1650 - total flux cleaned = -0.00150759 Jy ! Component: 1700 - total flux cleaned = -0.00160131 Jy ! Component: 1750 - total flux cleaned = -0.00153194 Jy ! Component: 1800 - total flux cleaned = -0.00155504 Jy ! Component: 1850 - total flux cleaned = -0.0016682 Jy ! Component: 1900 - total flux cleaned = -0.00162293 Jy ! Component: 1950 - total flux cleaned = -0.00164484 Jy ! Component: 2000 - total flux cleaned = -0.00168855 Jy ! Component: 2050 - total flux cleaned = -0.00179672 Jy ! Component: 2100 - total flux cleaned = -0.00175396 Jy ! Component: 2150 - total flux cleaned = -0.00185994 Jy ! Component: 2200 - total flux cleaned = -0.00188089 Jy ! Component: 2250 - total flux cleaned = -0.00194326 Jy ! Component: 2300 - total flux cleaned = -0.0019436 Jy ! Component: 2350 - total flux cleaned = -0.00206582 Jy ! Component: 2400 - total flux cleaned = -0.00212612 Jy ! Component: 2450 - total flux cleaned = -0.002106 Jy ! Component: 2500 - total flux cleaned = -0.00208623 Jy ! Component: 2550 - total flux cleaned = -0.00210591 Jy ! Component: 2600 - total flux cleaned = -0.00218373 Jy ! Component: 2650 - total flux cleaned = -0.00216422 Jy ! Component: 2700 - total flux cleaned = -0.00214531 Jy ! Component: 2750 - total flux cleaned = -0.0022209 Jy ! Component: 2800 - total flux cleaned = -0.00225831 Jy ! Component: 2850 - total flux cleaned = -0.00227682 Jy ! Component: 2900 - total flux cleaned = -0.00229519 Jy ! Component: 2950 - total flux cleaned = -0.00224036 Jy ! Component: 3000 - total flux cleaned = -0.00229453 Jy ! Component: 3050 - total flux cleaned = -0.00236612 Jy ! Component: 3100 - total flux cleaned = -0.00229499 Jy ! Component: 3150 - total flux cleaned = -0.00229507 Jy ! Component: 3200 - total flux cleaned = -0.00233008 Jy ! Component: 3250 - total flux cleaned = -0.00227782 Jy ! Component: 3300 - total flux cleaned = -0.00224348 Jy ! Component: 3350 - total flux cleaned = -0.00222626 Jy ! Component: 3400 - total flux cleaned = -0.00222629 Jy ! Component: 3450 - total flux cleaned = -0.00214189 Jy ! Component: 3500 - total flux cleaned = -0.00214192 Jy ! Component: 3550 - total flux cleaned = -0.00214175 Jy ! Component: 3600 - total flux cleaned = -0.00212525 Jy ! Component: 3650 - total flux cleaned = -0.0020762 Jy ! Component: 3700 - total flux cleaned = -0.00207629 Jy ! Component: 3750 - total flux cleaned = -0.00209241 Jy ! Component: 3800 - total flux cleaned = -0.00196408 Jy ! Component: 3850 - total flux cleaned = -0.00198017 Jy ! Component: 3900 - total flux cleaned = -0.00191704 Jy ! Component: 3950 - total flux cleaned = -0.00190152 Jy ! Component: 4000 - total flux cleaned = -0.00190172 Jy ! Component: 4050 - total flux cleaned = -0.00188634 Jy ! Total flux subtracted in 4096 components = -0.00185546 Jy ! Clean residual min=-0.001050 max=0.000914 Jy/beam ! Clean residual mean=0.000004 rms=0.000282 Jy/beam ! Combined flux in latest and established models = 0.161744 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 370 components and 0.161744 Jy ![Exited script file: muppet] wmap "J1402-2822_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.96 x 7.933 at -6.311 degrees (North through East) ! Clean map min=-0.002082 max=0.10663 Jy/beam ! Writing clean map to FITS file: J1402-2822_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.106632 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000277573 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.780928 0.780928 1.56186 3.12371 6.24742 12.4948 24.9897 49.9794 99.9588 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.106 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.96 x 7.933 at -6.311 degrees (North through East) ! Clean map min=-0.002082 max=0.10663 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 J1402-2822_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:21:06 2019