! Started logfile: J1037-2934_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:45:58 2019 obs J1037-2934_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J1037-2934_S_2017_05_31_pus_uva.fits ! AN table 1: 37 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.30991 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1037-2934 ! ! 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 2064 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 J1037-2934_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 230 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 230 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 220 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 285 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.392907Jy sigma=0.002634 ! Fit after self-cal, rms=0.386710Jy sigma=0.002631 ! 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=3.143 mas, bmaj=15.92 mas, bpa=-5.14 degrees ! Estimated noise=3498.58 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.588915 Jy ! Component: 100 - total flux cleaned = 0.834174 Jy ! Total flux subtracted in 100 components = 0.834174 Jy ! Clean residual min=-0.043301 max=0.111389 Jy/beam ! Clean residual mean=0.000298 rms=0.017308 Jy/beam ! Combined flux in latest and established models = 0.834174 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.834174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.261386Jy sigma=0.001667 ! Fit after self-cal, rms=0.261206Jy sigma=0.001666 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.121025 Jy ! Component: 100 - total flux cleaned = 0.184803 Jy ! Total flux subtracted in 100 components = 0.184803 Jy ! Clean residual min=-0.022211 max=0.036836 Jy/beam ! Clean residual mean=0.000134 rms=0.008583 Jy/beam ! Combined flux in latest and established models = 1.01898 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 43 components and 1.01898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178094Jy sigma=0.001047 ! Fit after self-cal, rms=0.178051Jy sigma=0.001047 ! 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.812 mas, bmaj=17.64 mas, bpa=-4.514 degrees ! Estimated noise=2824.77 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.0539399 Jy ! Component: 100 - total flux cleaned = 0.0803508 Jy ! Component: 150 - total flux cleaned = 0.0941417 Jy ! Component: 200 - total flux cleaned = 0.10184 Jy ! Total flux subtracted in 200 components = 0.10184 Jy ! Clean residual min=-0.020062 max=0.028782 Jy/beam ! Clean residual mean=0.000298 rms=0.007544 Jy/beam ! Combined flux in latest and established models = 1.12082 Jy ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 109 components and 1.12082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163758Jy sigma=0.000924 ! Fit after self-cal, rms=0.163725Jy sigma=0.000924 ! 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.00* FD 0.98 HN 1.07 KP 0.98 ! LA 0.97 MK 0.97 NL 1.02 OV 0.99 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.12 KP 0.95 ! LA 0.93 MK 0.96 NL 1.19 OV 1.02 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.04 HN 1.10 KP 0.95 ! LA 0.95 MK 0.97 NL 1.20 OV 0.95 ! PT 0.98 SC 0.93 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.07 KP 0.81 ! LA 1.14 MK 0.86 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.163725Jy sigma=0.000924 ! Fit after self-cal, rms=0.144643Jy sigma=0.000764 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.774 mas, bmaj=17.74 mas, bpa=-4.36 degrees ! Estimated noise=2809.35 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.0134802 Jy ! Component: 100 - total flux cleaned = -0.0142565 Jy ! Component: 150 - total flux cleaned = -0.0148948 Jy ! Component: 200 - total flux cleaned = -0.0151666 Jy ! Total flux subtracted in 200 components = -0.0151666 Jy ! Clean residual min=-0.013943 max=0.015001 Jy/beam ! Clean residual mean=0.000288 rms=0.004411 Jy/beam ! Combined flux in latest and established models = 1.10565 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 117 components and 1.10565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141774Jy sigma=0.000751 ! Fit after self-cal, rms=0.141854Jy sigma=0.000751 ! 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.141854Jy sigma=0.000751 ! Fit after self-cal, rms=0.125482Jy sigma=0.000647 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.786 mas, bmaj=17.72 mas, bpa=-4.374 degrees ! Estimated noise=2802.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00109812 Jy ! Component: 100 - total flux cleaned = -0.00122623 Jy ! Component: 150 - total flux cleaned = -0.00140316 Jy ! Component: 200 - total flux cleaned = -0.00145947 Jy ! Total flux subtracted in 200 components = -0.00145947 Jy ! Clean residual min=-0.007458 max=0.011994 Jy/beam ! Clean residual mean=0.000047 rms=0.002225 Jy/beam ! Combined flux in latest and established models = 1.10419 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 131 components and 1.10419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125414Jy sigma=0.000647 ! Fit after self-cal, rms=0.125477Jy sigma=0.000647 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 (17, -12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0111487 Jy ! Component: 100 - total flux cleaned = 0.0143046 Jy ! Component: 150 - total flux cleaned = 0.0155433 Jy ! Component: 200 - total flux cleaned = 0.0160545 Jy ! Total flux subtracted in 200 components = 0.0160545 Jy ! Clean residual min=-0.006739 max=0.006188 Jy/beam ! Clean residual mean=0.000015 rms=0.001778 Jy/beam ! Combined flux in latest and established models = 1.12024 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 156 components and 1.12024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124348Jy sigma=0.000639 ! Fit after self-cal, rms=0.124319Jy sigma=0.000638 ! 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.124319Jy sigma=0.000638 ! Fit after self-cal, rms=0.123858Jy sigma=0.000638 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.777 mas, bmaj=17.69 mas, bpa=-4.347 degrees ! Estimated noise=2792.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00424308 Jy ! Component: 100 - total flux cleaned = 0.004618 Jy ! Component: 150 - total flux cleaned = 0.00494456 Jy ! Component: 200 - total flux cleaned = 0.00523407 Jy ! Total flux subtracted in 200 components = 0.00523407 Jy ! Clean residual min=-0.006192 max=0.006218 Jy/beam ! Clean residual mean=0.000009 rms=0.001632 Jy/beam ! Combined flux in latest and established models = 1.12548 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 175 components and 1.12548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123571Jy sigma=0.000636 ! Fit after self-cal, rms=0.123556Jy sigma=0.000636 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.00152179 Jy ! Component: 100 - total flux cleaned = 0.0019527 Jy ! Component: 150 - total flux cleaned = 0.00211203 Jy ! Component: 200 - total flux cleaned = 0.00218459 Jy ! Total flux subtracted in 200 components = 0.00218459 Jy ! Clean residual min=-0.006239 max=0.006156 Jy/beam ! Clean residual mean=0.000006 rms=0.001579 Jy/beam ! Combined flux in latest and established models = 1.12766 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 188 components and 1.12766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123419Jy sigma=0.000635 ! Fit after self-cal, rms=0.123413Jy sigma=0.000635 ! 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.123413Jy sigma=0.000635 ! Fit after self-cal, rms=0.123274Jy sigma=0.000635 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.939 mas, bmaj=24.65 mas, bpa=-2.455 degrees ! Estimated noise=3333.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00302473 Jy ! Component: 100 - total flux cleaned = 0.00325187 Jy ! Component: 150 - total flux cleaned = 0.00302111 Jy ! Component: 200 - total flux cleaned = 0.00291606 Jy ! Total flux subtracted in 200 components = 0.00291606 Jy ! Clean residual min=-0.006512 max=0.005216 Jy/beam ! Clean residual mean=0.000007 rms=0.001759 Jy/beam ! Combined flux in latest and established models = 1.13058 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 201 components and 1.13058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123206Jy sigma=0.000635 ! Fit after self-cal, rms=0.123201Jy sigma=0.000635 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000993104 Jy ! Component: 100 - total flux cleaned = 0.000786375 Jy ! Component: 150 - total flux cleaned = 0.000835908 Jy ! Component: 200 - total flux cleaned = 0.000835229 Jy ! Total flux subtracted in 200 components = 0.000835229 Jy ! Clean residual min=-0.006276 max=0.005155 Jy/beam ! Clean residual mean=0.000004 rms=0.001729 Jy/beam ! Combined flux in latest and established models = 1.13141 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 213 components and 1.13141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123158Jy sigma=0.000635 ! Fit after self-cal, rms=0.123159Jy sigma=0.000635 ! 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.776 mas, bmaj=17.67 mas, bpa=-4.318 degrees ! Estimated noise=2791.02 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.776 x 17.67 at -4.318 degrees (North through East) ! Clean map min=-0.0081136 max=0.80275 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123159Jy sigma=0.000635 ! Fit after self-cal, rms=0.115062Jy sigma=0.000567 ! Inverting map and beam ! Estimated beam: bmin=3.778 mas, bmaj=17.66 mas, bpa=-4.305 degrees ! Estimated noise=2792.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00172105 Jy ! Component: 100 - total flux cleaned = 0.001938 Jy ! Component: 150 - total flux cleaned = 0.00199729 Jy ! Component: 200 - total flux cleaned = 0.00199604 Jy ! Total flux subtracted in 200 components = 0.00199604 Jy ! Clean residual min=-0.006037 max=0.005721 Jy/beam ! Clean residual mean=-0.000003 rms=0.001480 Jy/beam ! Combined flux in latest and established models = 1.13341 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 227 components and 1.13341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114958Jy sigma=0.000567 ! Fit after self-cal, rms=0.114953Jy sigma=0.000567 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000480539 Jy ! Component: 100 - total flux cleaned = 0.000535887 Jy ! Component: 150 - total flux cleaned = 0.000586241 Jy ! Component: 200 - total flux cleaned = 0.000587739 Jy ! Total flux subtracted in 200 components = 0.000587739 Jy ! Clean residual min=-0.006103 max=0.005688 Jy/beam ! Clean residual mean=-0.000003 rms=0.001461 Jy/beam ! Combined flux in latest and established models = 1.134 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 239 components and 1.134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114891Jy sigma=0.000566 ! Fit after self-cal, rms=0.114890Jy sigma=0.000566 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114890Jy sigma=0.000566 ! Fit after self-cal, rms=0.114880Jy sigma=0.000566 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=3.133 mas, bmaj=15.91 mas, bpa=-4.808 degrees ! Estimated noise=3473.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.586881 Jy ! Component: 100 - total flux cleaned = 0.833816 Jy ! Component: 150 - total flux cleaned = 0.955956 Jy ! Component: 200 - total flux cleaned = 1.01784 Jy ! Total flux subtracted in 200 components = 1.01784 Jy ! Clean residual min=-0.017081 max=0.030801 Jy/beam ! Clean residual mean=0.000098 rms=0.005388 Jy/beam ! Combined flux in latest and established models = 1.01784 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 24 model components to the UV plane model. ! The established model now contains 24 components and 1.01784 Jy ! Inverting map and beam ! Estimated beam: bmin=3.779 mas, bmaj=17.66 mas, bpa=-4.284 degrees ! Estimated noise=2792.61 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) ! Added new window around map position (3.5, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0475591 Jy ! Component: 100 - total flux cleaned = 0.0721699 Jy ! Component: 150 - total flux cleaned = 0.0879977 Jy ! Component: 200 - total flux cleaned = 0.098833 Jy ! Total flux subtracted in 200 components = 0.098833 Jy ! Clean residual min=-0.007881 max=0.008453 Jy/beam ! Clean residual mean=0.000045 rms=0.002036 Jy/beam ! Combined flux in latest and established models = 1.11667 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 82 components and 1.11667 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.939 mas, bmaj=24.65 mas, bpa=-2.402 degrees ! Estimated noise=3334.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00977459 Jy ! Component: 100 - total flux cleaned = 0.0142668 Jy ! Component: 150 - total flux cleaned = 0.0155524 Jy ! Component: 200 - total flux cleaned = 0.0165501 Jy ! Total flux subtracted in 200 components = 0.0165501 Jy ! Clean residual min=-0.006276 max=0.004773 Jy/beam ! Clean residual mean=0.000005 rms=0.001762 Jy/beam ! Combined flux in latest and established models = 1.13322 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.000699543 Jy ! Component: 100 - total flux cleaned = 0.00078713 Jy ! Component: 150 - total flux cleaned = 0.00078507 Jy ! Component: 200 - total flux cleaned = 0.000782693 Jy ! Total flux subtracted in 200 components = 0.000782693 Jy ! Clean residual min=-0.005954 max=0.004736 Jy/beam ! Clean residual mean=-0.000003 rms=0.001684 Jy/beam ! Combined flux in latest and established models = 1.134 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 152 components and 1.134 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.779 mas, bmaj=17.66 mas, bpa=-4.284 degrees ! Estimated noise=2792.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00105147 Jy ! Component: 100 - total flux cleaned = 0.00104765 Jy ! Component: 150 - total flux cleaned = 0.000691929 Jy ! Component: 200 - total flux cleaned = 0.000589957 Jy ! Total flux subtracted in 200 components = 0.000589957 Jy ! Clean residual min=-0.006429 max=0.005387 Jy/beam ! Clean residual mean=-0.000004 rms=0.001479 Jy/beam ! Combined flux in latest and established models = 1.13459 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 173 components and 1.13459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115067Jy sigma=0.000567 ! Fit after self-cal, rms=0.115060Jy sigma=0.000567 wmodel J1037-2934_S_2017_05_31_pus_map.mod ! Writing 173 model components to file: J1037-2934_S_2017_05_31_pus_map.mod wobs J1037-2934_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J1037-2934_S_2017_05_31_pus_uvs.fits wwins J1037-2934_S_2017_05_31_pus_map.win ! wwins: Wrote 3 windows to J1037-2934_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.00114257 Jy ! Component: 100 - total flux cleaned = -0.00230713 Jy ! Component: 150 - total flux cleaned = -0.00306426 Jy ! Component: 200 - total flux cleaned = -0.00370046 Jy ! Component: 250 - total flux cleaned = -0.00422934 Jy ! Component: 300 - total flux cleaned = -0.00458868 Jy ! Component: 350 - total flux cleaned = -0.00472842 Jy ! Component: 400 - total flux cleaned = -0.00499747 Jy ! Component: 450 - total flux cleaned = -0.00512702 Jy ! Component: 500 - total flux cleaned = -0.00512776 Jy ! Component: 550 - total flux cleaned = -0.00494532 Jy ! Component: 600 - total flux cleaned = -0.00488618 Jy ! Component: 650 - total flux cleaned = -0.00477316 Jy ! Component: 700 - total flux cleaned = -0.00477473 Jy ! Component: 750 - total flux cleaned = -0.00471956 Jy ! Component: 800 - total flux cleaned = -0.00455879 Jy ! Component: 850 - total flux cleaned = -0.00429842 Jy ! Component: 900 - total flux cleaned = -0.00424774 Jy ! Component: 950 - total flux cleaned = -0.00399978 Jy ! Component: 1000 - total flux cleaned = -0.00385395 Jy ! Component: 1050 - total flux cleaned = -0.00361492 Jy ! Component: 1100 - total flux cleaned = -0.00328804 Jy ! Component: 1150 - total flux cleaned = -0.00314903 Jy ! Component: 1200 - total flux cleaned = -0.00296846 Jy ! Component: 1250 - total flux cleaned = -0.00288065 Jy ! Component: 1300 - total flux cleaned = -0.00279203 Jy ! Component: 1350 - total flux cleaned = -0.00257888 Jy ! Component: 1400 - total flux cleaned = -0.00257938 Jy ! Component: 1450 - total flux cleaned = -0.00258 Jy ! Component: 1500 - total flux cleaned = -0.00266137 Jy ! Component: 1550 - total flux cleaned = -0.00266055 Jy ! Component: 1600 - total flux cleaned = -0.00277898 Jy ! Component: 1650 - total flux cleaned = -0.0027392 Jy ! Component: 1700 - total flux cleaned = -0.00293305 Jy ! Component: 1750 - total flux cleaned = -0.00308608 Jy ! Component: 1800 - total flux cleaned = -0.00323707 Jy ! Component: 1850 - total flux cleaned = -0.00346112 Jy ! Component: 1900 - total flux cleaned = -0.00364513 Jy ! Component: 1950 - total flux cleaned = -0.00389952 Jy ! Component: 2000 - total flux cleaned = -0.00407927 Jy ! Component: 2050 - total flux cleaned = -0.00415038 Jy ! Component: 2100 - total flux cleaned = -0.00436149 Jy ! Component: 2150 - total flux cleaned = -0.00453552 Jy ! Component: 2200 - total flux cleaned = -0.00467353 Jy ! Component: 2250 - total flux cleaned = -0.00487792 Jy ! Component: 2300 - total flux cleaned = -0.00508035 Jy ! Component: 2350 - total flux cleaned = -0.00524739 Jy ! Component: 2400 - total flux cleaned = -0.00541203 Jy ! Component: 2450 - total flux cleaned = -0.00551019 Jy ! Component: 2500 - total flux cleaned = -0.00580116 Jy ! Component: 2550 - total flux cleaned = -0.00592856 Jy ! Component: 2600 - total flux cleaned = -0.00618174 Jy ! Component: 2650 - total flux cleaned = -0.00627571 Jy ! Component: 2700 - total flux cleaned = -0.00636868 Jy ! Component: 2750 - total flux cleaned = -0.00649214 Jy ! Component: 2800 - total flux cleaned = -0.0066142 Jy ! Component: 2850 - total flux cleaned = -0.00670517 Jy ! Component: 2900 - total flux cleaned = -0.00691518 Jy ! Component: 2950 - total flux cleaned = -0.0071227 Jy ! Component: 3000 - total flux cleaned = -0.0071522 Jy ! Component: 3050 - total flux cleaned = -0.00726903 Jy ! Component: 3100 - total flux cleaned = -0.00747182 Jy ! Component: 3150 - total flux cleaned = -0.00770083 Jy ! Component: 3200 - total flux cleaned = -0.00772914 Jy ! Component: 3250 - total flux cleaned = -0.00792667 Jy ! Component: 3300 - total flux cleaned = -0.00812244 Jy ! Component: 3350 - total flux cleaned = -0.00826156 Jy ! Component: 3400 - total flux cleaned = -0.00850993 Jy ! Component: 3450 - total flux cleaned = -0.00864704 Jy ! Component: 3500 - total flux cleaned = -0.00889234 Jy ! Component: 3550 - total flux cleaned = -0.00910889 Jy ! Component: 3600 - total flux cleaned = -0.00927028 Jy ! Component: 3650 - total flux cleaned = -0.00940402 Jy ! Component: 3700 - total flux cleaned = -0.00959036 Jy ! Component: 3750 - total flux cleaned = -0.00974913 Jy ! Component: 3800 - total flux cleaned = -0.00995963 Jy ! Component: 3850 - total flux cleaned = -0.0101428 Jy ! Component: 3900 - total flux cleaned = -0.0103251 Jy ! Component: 3950 - total flux cleaned = -0.0105067 Jy ! Component: 4000 - total flux cleaned = -0.010687 Jy ! Component: 4050 - total flux cleaned = -0.0108154 Jy ! Total flux subtracted in 4096 components = -0.0110201 Jy ! Clean residual min=-0.001317 max=0.001781 Jy/beam ! Clean residual mean=-0.000002 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 1.12357 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 456 components and 1.12357 Jy ![Exited script file: muppet] wmap "J1037-2934_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.779 x 17.66 at -4.284 degrees (North through East) ! Clean map min=-0.0044817 max=0.79307 Jy/beam ! Writing clean map to FITS file: J1037-2934_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.793066 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000461514 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.174581 0.174581 0.349162 0.698323 1.39665 2.79329 5.58659 11.1732 22.3464 44.6927 89.3854 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.793 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.779 x 17.66 at -4.284 degrees (North through East) ! Clean map min=-0.0044817 max=0.79307 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 J1037-2934_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:46:04 2019