! Started logfile: J2211-3707_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:11:05 2016 obs J2211-3707_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J2211-3707_S_2015_03_17_pus_uva.fits ! AN table 1: 119 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.470962 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2211-3707 ! ! 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 330 lines of history. ! ! Reading 10088 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 J2211-3707_S_2015_03_17_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 603 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 576 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 606 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 555 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.881754Jy sigma=0.006735 ! Fit after self-cal, rms=0.855664Jy sigma=0.006552 ! 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.78 mas, bmaj=9.543 mas, bpa=-15.78 degrees ! Estimated noise=2983.23 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.116739 Jy ! Component: 100 - total flux cleaned = 0.14899 Jy ! Total flux subtracted in 100 components = 0.14899 Jy ! Clean residual min=-0.015266 max=0.024202 Jy/beam ! Clean residual mean=-0.000040 rms=0.003957 Jy/beam ! Combined flux in latest and established models = 0.14899 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.14899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128642Jy sigma=0.000846 ! Fit after self-cal, rms=0.128500Jy sigma=0.000845 ! Inverting map ! Added new window around map position (-3.5, 16). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0225364 Jy ! Component: 100 - total flux cleaned = 0.0344748 Jy ! Total flux subtracted in 100 components = 0.0344748 Jy ! Clean residual min=-0.013691 max=0.014262 Jy/beam ! Clean residual mean=-0.000042 rms=0.003334 Jy/beam ! Combined flux in latest and established models = 0.183465 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 28 components and 0.183464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124202Jy sigma=0.000823 ! Fit after self-cal, rms=0.123935Jy sigma=0.000821 ! 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.289 mas, bmaj=14.64 mas, bpa=-21.33 degrees ! Estimated noise=1021.36 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.00844834 Jy ! Component: 100 - total flux cleaned = 0.0106214 Jy ! Component: 150 - total flux cleaned = 0.0120515 Jy ! Component: 200 - total flux cleaned = 0.0129775 Jy ! Total flux subtracted in 200 components = 0.0129775 Jy ! Clean residual min=-0.009567 max=0.011138 Jy/beam ! Clean residual mean=0.000014 rms=0.002970 Jy/beam ! Combined flux in latest and established models = 0.196442 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 41 components and 0.196442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122999Jy sigma=0.000816 ! Fit after self-cal, rms=0.122973Jy sigma=0.000816 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.80 HN 1.10 KP 1.07 ! LA 0.99 MK 0.96 NL 0.96 OV 1.00 ! PT 1.04 SC 1.10 ! ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.86 HN 1.20 KP 1.05 ! LA 0.92 MK 1.05 NL 1.11 OV 1.00 ! PT 1.02 SC 1.05 ! ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.88 HN 1.22 KP 0.95 ! LA 0.77 MK 1.06 NL 1.21 OV 0.94 ! PT 0.96 SC 0.85 ! ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 2.19 FD 0.92 HN 1.03 KP 0.92 ! LA 0.83 MK 1.03 NL 1.13 OV 1.01 ! PT 1.04 SC 1.02 ! ! ! Fit before self-cal, rms=0.122973Jy sigma=0.000816 ! Fit after self-cal, rms=0.127406Jy sigma=0.000765 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.33 mas, bmaj=15.35 mas, bpa=-21.81 degrees ! Estimated noise=1067.4 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.00155785 Jy ! Component: 100 - total flux cleaned = -0.00169722 Jy ! Component: 150 - total flux cleaned = -0.0017572 Jy ! Component: 200 - total flux cleaned = -0.00175713 Jy ! Total flux subtracted in 200 components = -0.00175713 Jy ! Clean residual min=-0.004026 max=0.003167 Jy/beam ! Clean residual mean=-0.000023 rms=0.001013 Jy/beam ! Combined flux in latest and established models = 0.194685 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 55 components and 0.194685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127310Jy sigma=0.000764 ! Fit after self-cal, rms=0.127480Jy sigma=0.000763 ! 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.127480Jy sigma=0.000763 ! Fit after self-cal, rms=0.129403Jy sigma=0.000763 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.342 mas, bmaj=15.43 mas, bpa=-21.86 degrees ! Estimated noise=1071.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00109623 Jy ! Component: 100 - total flux cleaned = -0.00126904 Jy ! Component: 150 - total flux cleaned = -0.00131928 Jy ! Component: 200 - total flux cleaned = -0.00140854 Jy ! Total flux subtracted in 200 components = -0.00140854 Jy ! Clean residual min=-0.004085 max=0.003103 Jy/beam ! Clean residual mean=-0.000024 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 0.193276 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 64 components and 0.193276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129349Jy sigma=0.000763 ! Fit after self-cal, rms=0.129360Jy sigma=0.000762 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.000405002 Jy ! Component: 100 - total flux cleaned = -0.000445093 Jy ! Component: 150 - total flux cleaned = -0.000518887 Jy ! Component: 200 - total flux cleaned = -0.000584436 Jy ! Total flux subtracted in 200 components = -0.000584436 Jy ! Clean residual min=-0.004025 max=0.003047 Jy/beam ! Clean residual mean=-0.000024 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.192692 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 67 components and 0.192692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129330Jy sigma=0.000762 ! Fit after self-cal, rms=0.129321Jy sigma=0.000762 ! 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.129321Jy sigma=0.000762 ! Fit after self-cal, rms=0.130723Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.352 mas, bmaj=15.51 mas, bpa=-21.95 degrees ! Estimated noise=1076.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000642839 Jy ! Component: 100 - total flux cleaned = -0.000897394 Jy ! Component: 150 - total flux cleaned = -0.00100413 Jy ! Component: 200 - total flux cleaned = -0.00106663 Jy ! Total flux subtracted in 200 components = -0.00106663 Jy ! Clean residual min=-0.003919 max=0.003109 Jy/beam ! Clean residual mean=-0.000017 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.191625 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 75 components and 0.191625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130695Jy sigma=0.000760 ! Fit after self-cal, rms=0.130733Jy sigma=0.000760 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.00023012 Jy ! Component: 100 - total flux cleaned = -0.000319038 Jy ! Component: 150 - total flux cleaned = -0.000369945 Jy ! Component: 200 - total flux cleaned = -0.000392366 Jy ! Total flux subtracted in 200 components = -0.000392366 Jy ! Clean residual min=-0.003874 max=0.003060 Jy/beam ! Clean residual mean=-0.000018 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.191233 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 78 components and 0.191233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130719Jy sigma=0.000760 ! Fit after self-cal, rms=0.130710Jy sigma=0.000760 ! 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.130710Jy sigma=0.000760 ! Fit after self-cal, rms=0.132592Jy sigma=0.000760 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.468 mas, bmaj=34.46 mas, bpa=-7.517 degrees ! Estimated noise=1270.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000984168 Jy ! Component: 100 - total flux cleaned = -0.000982214 Jy ! Component: 150 - total flux cleaned = -0.000983525 Jy ! Component: 200 - total flux cleaned = -0.00103759 Jy ! Total flux subtracted in 200 components = -0.00103759 Jy ! Clean residual min=-0.004639 max=0.003645 Jy/beam ! Clean residual mean=-0.000030 rms=0.001121 Jy/beam ! Combined flux in latest and established models = 0.190195 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 90 components and 0.190195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132585Jy sigma=0.000760 ! Fit after self-cal, rms=0.132596Jy sigma=0.000760 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.000449367 Jy ! Component: 100 - total flux cleaned = -0.000466326 Jy ! Component: 150 - total flux cleaned = -0.00047904 Jy ! Component: 200 - total flux cleaned = -0.000489668 Jy ! Total flux subtracted in 200 components = -0.000489668 Jy ! Clean residual min=-0.004548 max=0.003577 Jy/beam ! Clean residual mean=-0.000030 rms=0.001111 Jy/beam ! Combined flux in latest and established models = 0.189706 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 100 components and 0.189706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132595Jy sigma=0.000760 ! Fit after self-cal, rms=0.132586Jy sigma=0.000760 ! 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.358 mas, bmaj=15.58 mas, bpa=-22.03 degrees ! Estimated noise=1080.41 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.358 x 15.58 at -22.03 degrees (North through East) ! Clean map min=-0.0036574 max=0.14682 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.832 mas, bmaj=9.536 mas, bpa=-15.3 degrees ! Estimated noise=3316.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.11537 Jy ! Component: 100 - total flux cleaned = 0.14783 Jy ! Component: 150 - total flux cleaned = 0.164559 Jy ! Component: 200 - total flux cleaned = 0.17495 Jy ! Total flux subtracted in 200 components = 0.17495 Jy ! Clean residual min=-0.013584 max=0.011297 Jy/beam ! Clean residual mean=-0.000009 rms=0.003031 Jy/beam ! Combined flux in latest and established models = 0.17495 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.17495 Jy ! Inverting map and beam ! Estimated beam: bmin=3.358 mas, bmaj=15.58 mas, bpa=-22.03 degrees ! Estimated noise=1080.41 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.00977243 Jy ! Component: 100 - total flux cleaned = 0.0135627 Jy ! Component: 150 - total flux cleaned = 0.0142883 Jy ! Component: 200 - total flux cleaned = 0.0145039 Jy ! Total flux subtracted in 200 components = 0.0145039 Jy ! Clean residual min=-0.004087 max=0.002938 Jy/beam ! Clean residual mean=-0.000017 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.189453 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 51 components and 0.189453 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.468 mas, bmaj=34.46 mas, bpa=-7.517 degrees ! Estimated noise=1270.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.26536e-06 Jy ! Component: 100 - total flux cleaned = -6.24186e-05 Jy ! Component: 150 - total flux cleaned = -8.68307e-05 Jy ! Component: 200 - total flux cleaned = -0.000127717 Jy ! Total flux subtracted in 200 components = -0.000127717 Jy ! Clean residual min=-0.004609 max=0.003557 Jy/beam ! Clean residual mean=-0.000030 rms=0.001116 Jy/beam ! Combined flux in latest and established models = 0.189326 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 = -3.76344e-05 Jy ! Component: 100 - total flux cleaned = -5.49885e-05 Jy ! Component: 150 - total flux cleaned = -5.49856e-05 Jy ! Component: 200 - total flux cleaned = -7.01212e-05 Jy ! Total flux subtracted in 200 components = -7.01212e-05 Jy ! Clean residual min=-0.004568 max=0.003551 Jy/beam ! Clean residual mean=-0.000030 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.189256 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 66 components and 0.189256 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.358 mas, bmaj=15.58 mas, bpa=-22.03 degrees ! Estimated noise=1080.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000215307 Jy ! Component: 100 - total flux cleaned = 0.000258757 Jy ! Component: 150 - total flux cleaned = 0.000277485 Jy ! Component: 200 - total flux cleaned = 0.0002934 Jy ! Total flux subtracted in 200 components = 0.0002934 Jy ! Clean residual min=-0.003787 max=0.003084 Jy/beam ! Clean residual mean=-0.000018 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.189549 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 86 components and 0.189549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132582Jy sigma=0.000760 ! Fit after self-cal, rms=0.132581Jy sigma=0.000760 wmodel J2211-3707_S_2015_03_17_pus_map.mod ! Writing 86 model components to file: J2211-3707_S_2015_03_17_pus_map.mod wobs J2211-3707_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J2211-3707_S_2015_03_17_pus_uvs.fits wwins J2211-3707_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J2211-3707_S_2015_03_17_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.00162211 Jy ! Component: 100 - total flux cleaned = -0.00232732 Jy ! Component: 150 - total flux cleaned = -0.00276783 Jy ! Component: 200 - total flux cleaned = -0.00317728 Jy ! Component: 250 - total flux cleaned = -0.00360952 Jy ! Component: 300 - total flux cleaned = -0.003896 Jy ! Component: 350 - total flux cleaned = -0.00397347 Jy ! Component: 400 - total flux cleaned = -0.00408771 Jy ! Component: 450 - total flux cleaned = -0.00423323 Jy ! Component: 500 - total flux cleaned = -0.00423319 Jy ! Component: 550 - total flux cleaned = -0.00436843 Jy ! Component: 600 - total flux cleaned = -0.00433439 Jy ! Component: 650 - total flux cleaned = -0.00427012 Jy ! Component: 700 - total flux cleaned = -0.00426875 Jy ! Component: 750 - total flux cleaned = -0.00426846 Jy ! Component: 800 - total flux cleaned = -0.0042988 Jy ! Component: 850 - total flux cleaned = -0.00429986 Jy ! Component: 900 - total flux cleaned = -0.0043286 Jy ! Component: 950 - total flux cleaned = -0.00432878 Jy ! Component: 1000 - total flux cleaned = -0.00438327 Jy ! Component: 1050 - total flux cleaned = -0.00435613 Jy ! Component: 1100 - total flux cleaned = -0.00427654 Jy ! Component: 1150 - total flux cleaned = -0.00427607 Jy ! Component: 1200 - total flux cleaned = -0.00422484 Jy ! Component: 1250 - total flux cleaned = -0.00414947 Jy ! Component: 1300 - total flux cleaned = -0.00419902 Jy ! Component: 1350 - total flux cleaned = -0.00414934 Jy ! Component: 1400 - total flux cleaned = -0.00402901 Jy ! Component: 1450 - total flux cleaned = -0.00405283 Jy ! Component: 1500 - total flux cleaned = -0.00400582 Jy ! Component: 1550 - total flux cleaned = -0.0040283 Jy ! Component: 1600 - total flux cleaned = -0.0039824 Jy ! Component: 1650 - total flux cleaned = -0.0039827 Jy ! Component: 1700 - total flux cleaned = -0.00400465 Jy ! Component: 1750 - total flux cleaned = -0.00411428 Jy ! Component: 1800 - total flux cleaned = -0.00411436 Jy ! Component: 1850 - total flux cleaned = -0.00420059 Jy ! Component: 1900 - total flux cleaned = -0.00430699 Jy ! Component: 1950 - total flux cleaned = -0.00441251 Jy ! Component: 2000 - total flux cleaned = -0.00455861 Jy ! Component: 2050 - total flux cleaned = -0.00459986 Jy ! Component: 2100 - total flux cleaned = -0.00464062 Jy ! Component: 2150 - total flux cleaned = -0.00478241 Jy ! Component: 2200 - total flux cleaned = -0.00484243 Jy ! Component: 2250 - total flux cleaned = -0.00498167 Jy ! Component: 2300 - total flux cleaned = -0.00504085 Jy ! Component: 2350 - total flux cleaned = -0.00504092 Jy ! Component: 2400 - total flux cleaned = -0.00509926 Jy ! Component: 2450 - total flux cleaned = -0.00517624 Jy ! Component: 2500 - total flux cleaned = -0.00521442 Jy ! Component: 2550 - total flux cleaned = -0.00521451 Jy ! Component: 2600 - total flux cleaned = -0.00528979 Jy ! Component: 2650 - total flux cleaned = -0.0053454 Jy ! Component: 2700 - total flux cleaned = -0.00536378 Jy ! Component: 2750 - total flux cleaned = -0.0053455 Jy ! Component: 2800 - total flux cleaned = -0.00538184 Jy ! Component: 2850 - total flux cleaned = -0.0053818 Jy ! Component: 2900 - total flux cleaned = -0.00538168 Jy ! Component: 2950 - total flux cleaned = -0.00539961 Jy ! Component: 3000 - total flux cleaned = -0.00538194 Jy ! Component: 3050 - total flux cleaned = -0.005382 Jy ! Component: 3100 - total flux cleaned = -0.00538211 Jy ! Component: 3150 - total flux cleaned = -0.00538209 Jy ! Component: 3200 - total flux cleaned = -0.00533025 Jy ! Component: 3250 - total flux cleaned = -0.00529588 Jy ! Component: 3300 - total flux cleaned = -0.00526173 Jy ! Component: 3350 - total flux cleaned = -0.00522779 Jy ! Component: 3400 - total flux cleaned = -0.00524463 Jy ! Component: 3450 - total flux cleaned = -0.00517746 Jy ! Component: 3500 - total flux cleaned = -0.00519421 Jy ! Component: 3550 - total flux cleaned = -0.0052108 Jy ! Component: 3600 - total flux cleaned = -0.00516096 Jy ! Component: 3650 - total flux cleaned = -0.00511137 Jy ! Component: 3700 - total flux cleaned = -0.00507831 Jy ! Component: 3750 - total flux cleaned = -0.00502905 Jy ! Component: 3800 - total flux cleaned = -0.00494734 Jy ! Component: 3850 - total flux cleaned = -0.00491478 Jy ! Component: 3900 - total flux cleaned = -0.00481742 Jy ! Component: 3950 - total flux cleaned = -0.00478513 Jy ! Component: 4000 - total flux cleaned = -0.00472065 Jy ! Component: 4050 - total flux cleaned = -0.00470454 Jy ! Total flux subtracted in 4096 components = -0.00465644 Jy ! Clean residual min=-0.000946 max=0.000953 Jy/beam ! Clean residual mean=-0.000006 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.184893 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 357 components and 0.184893 Jy ![Exited script file: muppet] wmap "J2211-3707_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.358 x 15.58 at -22.03 degrees (North through East) ! Clean map min=-0.001876 max=0.14382 Jy/beam ! Writing clean map to FITS file: J2211-3707_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.143818 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000288912 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.602662 0.602662 1.20532 2.41065 4.8213 9.64259 19.2852 38.5704 77.1408 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.143 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.358 x 15.58 at -22.03 degrees (North through East) ! Clean map min=-0.001876 max=0.14382 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 J2211-3707_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:11:09 2016