! Started logfile: J0011-2612_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:28:36 2019 obs J0011-2612_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0011-2612_S_2017_05_31_pus_uva.fits ! AN table 1: 33 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.660606 visibilities/baseline/integration-bin. ! Found source: J0011-2612 ! ! 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 3924 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 J0011-2612_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 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 85 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 85 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.664844Jy sigma=0.005094 ! Fit after self-cal, rms=0.657430Jy sigma=0.005045 ! 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.443 mas, bmaj=7.488 mas, bpa=-7.23 degrees ! Estimated noise=2320.15 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.26361 Jy ! Component: 100 - total flux cleaned = 0.327153 Jy ! Total flux subtracted in 100 components = 0.327153 Jy ! Clean residual min=-0.011299 max=0.025326 Jy/beam ! Clean residual mean=0.000042 rms=0.003337 Jy/beam ! Combined flux in latest and established models = 0.327153 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.327153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137839Jy sigma=0.000735 ! Fit after self-cal, rms=0.137834Jy sigma=0.000735 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0263736 Jy ! Component: 100 - total flux cleaned = 0.0394066 Jy ! Total flux subtracted in 100 components = 0.0394066 Jy ! Clean residual min=-0.011175 max=0.011289 Jy/beam ! Clean residual mean=0.000030 rms=0.002850 Jy/beam ! Combined flux in latest and established models = 0.36656 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 17 components and 0.36656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131219Jy sigma=0.000707 ! Fit after self-cal, rms=0.131216Jy sigma=0.000707 ! 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.151 mas, bmaj=8.9 mas, bpa=-6.761 degrees ! Estimated noise=1777.46 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 = -5.78865e-05 Jy ! Component: 100 - total flux cleaned = -0.000152792 Jy ! Component: 150 - total flux cleaned = -0.000194035 Jy ! Component: 200 - total flux cleaned = -0.000233811 Jy ! Total flux subtracted in 200 components = -0.000233811 Jy ! Clean residual min=-0.008517 max=0.007195 Jy/beam ! Clean residual mean=-0.000020 rms=0.002000 Jy/beam ! Combined flux in latest and established models = 0.366326 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 29 components and 0.366326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131217Jy sigma=0.000706 ! Fit after self-cal, rms=0.131218Jy sigma=0.000706 ! 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.56 FD 0.97 HN 1.00* KP 1.02 ! LA 1.00 MK 0.99 NL 0.94 OV 1.02 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.00* KP 0.99 ! LA 0.98 MK 0.98 NL 1.11 OV 1.07 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00* KP 0.98 ! LA 0.99 MK 0.98 NL 1.04 OV 0.98 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 1.00* KP 1.16 ! LA 0.94 MK 1.13 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.131218Jy sigma=0.000706 ! Fit after self-cal, rms=0.097485Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.156 mas, bmaj=8.876 mas, bpa=-6.703 degrees ! Estimated noise=1781.91 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.000311316 Jy ! Component: 100 - total flux cleaned = -0.000484917 Jy ! Component: 150 - total flux cleaned = -0.00048581 Jy ! Component: 200 - total flux cleaned = -0.000526767 Jy ! Total flux subtracted in 200 components = -0.000526767 Jy ! Clean residual min=-0.006481 max=0.005693 Jy/beam ! Clean residual mean=-0.000018 rms=0.001506 Jy/beam ! Combined flux in latest and established models = 0.365799 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.365799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097415Jy sigma=0.000669 ! Fit after self-cal, rms=0.097332Jy sigma=0.000669 ! 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.097332Jy sigma=0.000669 ! Fit after self-cal, rms=0.094830Jy sigma=0.000654 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.157 mas, bmaj=8.878 mas, bpa=-6.624 degrees ! Estimated noise=1784.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000405091 Jy ! Component: 100 - total flux cleaned = 0.00048093 Jy ! Component: 150 - total flux cleaned = 0.000515328 Jy ! Component: 200 - total flux cleaned = 0.000573139 Jy ! Total flux subtracted in 200 components = 0.000573139 Jy ! Clean residual min=-0.005419 max=0.004354 Jy/beam ! Clean residual mean=-0.000026 rms=0.001146 Jy/beam ! Combined flux in latest and established models = 0.366372 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 44 components and 0.366372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094797Jy sigma=0.000654 ! Fit after self-cal, rms=0.094811Jy sigma=0.000654 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 = -7.91803e-05 Jy ! Component: 100 - total flux cleaned = 1.85781e-06 Jy ! Component: 150 - total flux cleaned = 7.29877e-05 Jy ! Component: 200 - total flux cleaned = 0.000115538 Jy ! Total flux subtracted in 200 components = 0.000115538 Jy ! Clean residual min=-0.005415 max=0.004347 Jy/beam ! Clean residual mean=-0.000026 rms=0.001144 Jy/beam ! Combined flux in latest and established models = 0.366488 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 52 components and 0.366488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094796Jy sigma=0.000654 ! Fit after self-cal, rms=0.094794Jy sigma=0.000654 ! 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.094794Jy sigma=0.000654 ! Fit after self-cal, rms=0.093482Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.157 mas, bmaj=8.888 mas, bpa=-6.633 degrees ! Estimated noise=1784.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.43646e-05 Jy ! Component: 100 - total flux cleaned = 4.5825e-05 Jy ! Component: 150 - total flux cleaned = 6.67409e-05 Jy ! Component: 200 - total flux cleaned = 8.65503e-05 Jy ! Total flux subtracted in 200 components = 8.65503e-05 Jy ! Clean residual min=-0.004881 max=0.003900 Jy/beam ! Clean residual mean=-0.000031 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.366574 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 56 components and 0.366575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093472Jy sigma=0.000648 ! Fit after self-cal, rms=0.093476Jy sigma=0.000648 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 = 1.66361e-05 Jy ! Component: 100 - total flux cleaned = 3.54468e-05 Jy ! Component: 150 - total flux cleaned = 5.33013e-05 Jy ! Component: 200 - total flux cleaned = 8.79474e-05 Jy ! Total flux subtracted in 200 components = 8.79474e-05 Jy ! Clean residual min=-0.004872 max=0.003880 Jy/beam ! Clean residual mean=-0.000031 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.366663 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 56 components and 0.366662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093469Jy sigma=0.000648 ! Fit after self-cal, rms=0.093469Jy sigma=0.000648 ! 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.093469Jy sigma=0.000648 ! Fit after self-cal, rms=0.093483Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.246 mas, bmaj=23.9 mas, bpa=-2.494 degrees ! Estimated noise=2269.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000312556 Jy ! Component: 100 - total flux cleaned = 0.000335614 Jy ! Component: 150 - total flux cleaned = 0.000355755 Jy ! Component: 200 - total flux cleaned = 0.000392367 Jy ! Total flux subtracted in 200 components = 0.000392367 Jy ! Clean residual min=-0.004310 max=0.003567 Jy/beam ! Clean residual mean=-0.000057 rms=0.001131 Jy/beam ! Combined flux in latest and established models = 0.367055 Jy selfcal ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 57 components and 0.367055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093481Jy sigma=0.000648 ! Fit after self-cal, rms=0.093481Jy sigma=0.000648 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 = 2.47859e-05 Jy ! Component: 100 - total flux cleaned = 2.32065e-05 Jy ! Component: 150 - total flux cleaned = 3.73512e-05 Jy ! Component: 200 - total flux cleaned = 5.16391e-05 Jy ! Total flux subtracted in 200 components = 5.16391e-05 Jy ! Clean residual min=-0.004310 max=0.003584 Jy/beam ! Clean residual mean=-0.000057 rms=0.001129 Jy/beam ! Combined flux in latest and established models = 0.367106 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 58 components and 0.367106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093485Jy sigma=0.000648 ! Fit after self-cal, rms=0.093485Jy sigma=0.000648 ! 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.157 mas, bmaj=8.892 mas, bpa=-6.643 degrees ! Estimated noise=1784.39 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.157 x 8.892 at -6.643 degrees (North through East) ! Clean map min=-0.0046508 max=0.34132 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.464 mas, bmaj=7.497 mas, bpa=-7.061 degrees ! Estimated noise=2289.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.260161 Jy ! Component: 100 - total flux cleaned = 0.320985 Jy ! Component: 150 - total flux cleaned = 0.344819 Jy ! Component: 200 - total flux cleaned = 0.356331 Jy ! Total flux subtracted in 200 components = 0.356331 Jy ! Clean residual min=-0.005584 max=0.006169 Jy/beam ! Clean residual mean=-0.000007 rms=0.001495 Jy/beam ! Combined flux in latest and established models = 0.356331 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.356331 Jy ! Inverting map and beam ! Estimated beam: bmin=3.157 mas, bmaj=8.892 mas, bpa=-6.643 degrees ! Estimated noise=1784.39 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.00656131 Jy ! Component: 100 - total flux cleaned = 0.00943432 Jy ! Component: 150 - total flux cleaned = 0.010555 Jy ! Component: 200 - total flux cleaned = 0.0105951 Jy ! Total flux subtracted in 200 components = 0.0105951 Jy ! Clean residual min=-0.004844 max=0.003815 Jy/beam ! Clean residual mean=-0.000031 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.366926 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 29 components and 0.366926 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=9.246 mas, bmaj=23.9 mas, bpa=-2.494 degrees ! Estimated noise=2269.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00038154 Jy ! Component: 100 - total flux cleaned = 0.000378987 Jy ! Component: 150 - total flux cleaned = 0.000377354 Jy ! Component: 200 - total flux cleaned = 0.000376162 Jy ! Total flux subtracted in 200 components = 0.000376162 Jy ! Clean residual min=-0.004262 max=0.003696 Jy/beam ! Clean residual mean=-0.000057 rms=0.001126 Jy/beam ! Combined flux in latest and established models = 0.367302 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 = -9.18512e-07 Jy ! Component: 100 - total flux cleaned = -1.64185e-06 Jy ! Component: 150 - total flux cleaned = -2.21535e-06 Jy ! Component: 200 - total flux cleaned = -2.43924e-06 Jy ! Total flux subtracted in 200 components = -2.43924e-06 Jy ! Clean residual min=-0.004285 max=0.003673 Jy/beam ! Clean residual mean=-0.000057 rms=0.001125 Jy/beam ! Combined flux in latest and established models = 0.367299 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 31 components and 0.367299 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.157 mas, bmaj=8.892 mas, bpa=-6.643 degrees ! Estimated noise=1784.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000105457 Jy ! Component: 100 - total flux cleaned = 6.39313e-05 Jy ! Component: 150 - total flux cleaned = 2.84529e-05 Jy ! Component: 200 - total flux cleaned = 2.74544e-05 Jy ! Total flux subtracted in 200 components = 2.74544e-05 Jy ! Clean residual min=-0.004815 max=0.003790 Jy/beam ! Clean residual mean=-0.000031 rms=0.000970 Jy/beam ! Combined flux in latest and established models = 0.367327 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 41 components and 0.367327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093520Jy sigma=0.000648 ! Fit after self-cal, rms=0.093513Jy sigma=0.000648 wmodel J0011-2612_S_2017_05_31_pus_map.mod ! Writing 41 model components to file: J0011-2612_S_2017_05_31_pus_map.mod wobs J0011-2612_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0011-2612_S_2017_05_31_pus_uvs.fits wwins J0011-2612_S_2017_05_31_pus_map.win ! wwins: Wrote 1 windows to J0011-2612_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.000876282 Jy ! Component: 100 - total flux cleaned = -1.84067e-05 Jy ! Component: 150 - total flux cleaned = 0.000479595 Jy ! Component: 200 - total flux cleaned = 0.000837013 Jy ! Component: 250 - total flux cleaned = 0.00106571 Jy ! Component: 300 - total flux cleaned = 0.00117519 Jy ! Component: 350 - total flux cleaned = 0.00127967 Jy ! Component: 400 - total flux cleaned = 0.00127847 Jy ! Component: 450 - total flux cleaned = 0.00127908 Jy ! Component: 500 - total flux cleaned = 0.00122933 Jy ! Component: 550 - total flux cleaned = 0.000987429 Jy ! Component: 600 - total flux cleaned = 0.000703123 Jy ! Component: 650 - total flux cleaned = 0.000472205 Jy ! Component: 700 - total flux cleaned = 0.000289226 Jy ! Component: 750 - total flux cleaned = -2.27998e-05 Jy ! Component: 800 - total flux cleaned = -0.000111013 Jy ! Component: 850 - total flux cleaned = -0.000412813 Jy ! Component: 900 - total flux cleaned = -0.000540078 Jy ! Component: 950 - total flux cleaned = -0.000706477 Jy ! Component: 1000 - total flux cleaned = -0.000870014 Jy ! Component: 1050 - total flux cleaned = -0.00103016 Jy ! Component: 1100 - total flux cleaned = -0.00107042 Jy ! Component: 1150 - total flux cleaned = -0.00110879 Jy ! Component: 1200 - total flux cleaned = -0.00110917 Jy ! Component: 1250 - total flux cleaned = -0.00114714 Jy ! Component: 1300 - total flux cleaned = -0.00107285 Jy ! Component: 1350 - total flux cleaned = -0.00107338 Jy ! Component: 1400 - total flux cleaned = -0.00100023 Jy ! Component: 1450 - total flux cleaned = -0.0010003 Jy ! Component: 1500 - total flux cleaned = -0.000964739 Jy ! Component: 1550 - total flux cleaned = -0.000929409 Jy ! Component: 1600 - total flux cleaned = -0.000929403 Jy ! Component: 1650 - total flux cleaned = -0.000894812 Jy ! Component: 1700 - total flux cleaned = -0.000826555 Jy ! Component: 1750 - total flux cleaned = -0.000826215 Jy ! Component: 1800 - total flux cleaned = -0.000693608 Jy ! Component: 1850 - total flux cleaned = -0.000693807 Jy ! Component: 1900 - total flux cleaned = -0.000693921 Jy ! Component: 1950 - total flux cleaned = -0.000693499 Jy ! Component: 2000 - total flux cleaned = -0.000630538 Jy ! Component: 2050 - total flux cleaned = -0.000693185 Jy ! Component: 2100 - total flux cleaned = -0.00066187 Jy ! Component: 2150 - total flux cleaned = -0.000569693 Jy ! Component: 2200 - total flux cleaned = -0.000630731 Jy ! Component: 2250 - total flux cleaned = -0.000540095 Jy ! Component: 2300 - total flux cleaned = -0.000539842 Jy ! Component: 2350 - total flux cleaned = -0.000421273 Jy ! Component: 2400 - total flux cleaned = -0.000332889 Jy ! Component: 2450 - total flux cleaned = -0.000303542 Jy ! Component: 2500 - total flux cleaned = -0.000216781 Jy ! Component: 2550 - total flux cleaned = -0.00024508 Jy ! Component: 2600 - total flux cleaned = -0.000187782 Jy ! Component: 2650 - total flux cleaned = -7.49207e-05 Jy ! Component: 2700 - total flux cleaned = -1.91285e-05 Jy ! Component: 2750 - total flux cleaned = -7.44638e-05 Jy ! Component: 2800 - total flux cleaned = -4.69404e-05 Jy ! Component: 2850 - total flux cleaned = 8.96453e-05 Jy ! Component: 2900 - total flux cleaned = 6.22814e-05 Jy ! Component: 2950 - total flux cleaned = 6.23152e-05 Jy ! Component: 3000 - total flux cleaned = 0.000222664 Jy ! Component: 3050 - total flux cleaned = 0.000195877 Jy ! Component: 3100 - total flux cleaned = 0.000274663 Jy ! Component: 3150 - total flux cleaned = 0.0002225 Jy ! Component: 3200 - total flux cleaned = 0.000326235 Jy ! Component: 3250 - total flux cleaned = 0.000403226 Jy ! Component: 3300 - total flux cleaned = 0.000326536 Jy ! Component: 3350 - total flux cleaned = 0.000301392 Jy ! Component: 3400 - total flux cleaned = 0.000301547 Jy ! Component: 3450 - total flux cleaned = 0.000451651 Jy ! Component: 3500 - total flux cleaned = 0.000351885 Jy ! Component: 3550 - total flux cleaned = 0.000425909 Jy ! Component: 3600 - total flux cleaned = 0.000474805 Jy ! Component: 3650 - total flux cleaned = 0.000499353 Jy ! Component: 3700 - total flux cleaned = 0.000572009 Jy ! Component: 3750 - total flux cleaned = 0.000667964 Jy ! Component: 3800 - total flux cleaned = 0.000739575 Jy ! Component: 3850 - total flux cleaned = 0.000739331 Jy ! Component: 3900 - total flux cleaned = 0.000809947 Jy ! Component: 3950 - total flux cleaned = 0.000973927 Jy ! Component: 4000 - total flux cleaned = 0.000997193 Jy ! Component: 4050 - total flux cleaned = 0.000973904 Jy ! Total flux subtracted in 4096 components = 0.00108868 Jy ! Clean residual min=-0.001418 max=0.001204 Jy/beam ! Clean residual mean=-0.000008 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.368416 Jy keep ! Adding 270 model components to the UV plane model. ! The established model now contains 311 components and 0.368416 Jy ![Exited script file: muppet] wmap "J0011-2612_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.157 x 8.892 at -6.643 degrees (North through East) ! Clean map min=-0.0034591 max=0.34049 Jy/beam ! Writing clean map to FITS file: J0011-2612_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.340491 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000424508 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.374026 0.374026 0.748052 1.4961 2.99221 5.98442 11.9688 23.9377 47.8753 95.7507 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.34 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.157 x 8.892 at -6.643 degrees (North through East) ! Clean map min=-0.0034591 max=0.34049 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 J0011-2612_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:28:42 2019