! Started logfile: J2138-1849_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:09:34 2016 obs J2138-1849_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J2138-1849_S_2015_03_17_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.867847 visibilities/baseline/integration-bin. ! Found source: J2138-1849 ! ! 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 17652 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 J2138-1849_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 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.815452Jy sigma=0.007631 ! Fit after self-cal, rms=0.749072Jy sigma=0.007034 ! 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.474 mas, bmaj=6.193 mas, bpa=-4.446 degrees ! Estimated noise=877.162 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.176075 Jy ! Component: 100 - total flux cleaned = 0.240224 Jy ! Total flux subtracted in 100 components = 0.240224 Jy ! Clean residual min=-0.011854 max=0.031707 Jy/beam ! Clean residual mean=-0.000036 rms=0.003754 Jy/beam ! Combined flux in latest and established models = 0.240224 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.240224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129090Jy sigma=0.001089 ! Fit after self-cal, rms=0.128979Jy sigma=0.001089 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0373364 Jy ! Component: 100 - total flux cleaned = 0.06042 Jy ! Total flux subtracted in 100 components = 0.06042 Jy ! Clean residual min=-0.007897 max=0.012939 Jy/beam ! Clean residual mean=-0.000016 rms=0.002257 Jy/beam ! Combined flux in latest and established models = 0.300644 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 29 components and 0.300644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109166Jy sigma=0.000907 ! Fit after self-cal, rms=0.109110Jy sigma=0.000907 ! 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.988 mas, bmaj=7.329 mas, bpa=-4.001 degrees ! Estimated noise=583.201 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 (2.5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0267383 Jy ! Component: 100 - total flux cleaned = 0.0430946 Jy ! Component: 150 - total flux cleaned = 0.0538751 Jy ! Component: 200 - total flux cleaned = 0.0613736 Jy ! Total flux subtracted in 200 components = 0.0613736 Jy ! Clean residual min=-0.008654 max=0.010162 Jy/beam ! Clean residual mean=0.000001 rms=0.002097 Jy/beam ! Combined flux in latest and established models = 0.362017 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 92 components and 0.362017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100597Jy sigma=0.000841 ! Fit after self-cal, rms=0.100400Jy sigma=0.000839 ! 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.83 HN 1.06 KP 1.08 ! LA 0.97 MK 0.98 NL 0.92 OV 1.00 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.86 HN 1.15 KP 1.04 ! LA 0.95 MK 1.00 NL 1.04 OV 1.05 ! PT 1.04 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.89 HN 1.14 KP 0.96 ! LA 0.78 MK 1.05 NL 1.16 OV 0.97 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.92 HN 1.11 KP 0.93 ! LA 0.85 MK 1.07 NL 1.01 OV 0.95 ! PT 1.05 SC 0.98 ! ! ! Fit before self-cal, rms=0.100400Jy sigma=0.000839 ! Fit after self-cal, rms=0.091139Jy sigma=0.000784 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.03 mas, bmaj=7.387 mas, bpa=-3.585 degrees ! Estimated noise=580.202 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.00339129 Jy ! Component: 100 - total flux cleaned = -0.0034894 Jy ! Component: 150 - total flux cleaned = -0.00371931 Jy ! Component: 200 - total flux cleaned = -0.00371958 Jy ! Total flux subtracted in 200 components = -0.00371958 Jy ! Clean residual min=-0.003317 max=0.003858 Jy/beam ! Clean residual mean=-0.000006 rms=0.000885 Jy/beam ! Combined flux in latest and established models = 0.358298 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 101 components and 0.358298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090892Jy sigma=0.000782 ! Fit after self-cal, rms=0.090856Jy sigma=0.000782 ! 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.090856Jy sigma=0.000782 ! Fit after self-cal, rms=0.092353Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.035 mas, bmaj=7.398 mas, bpa=-3.915 degrees ! Estimated noise=580.927 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000697625 Jy ! Component: 100 - total flux cleaned = -0.000903543 Jy ! Component: 150 - total flux cleaned = -0.000984102 Jy ! Component: 200 - total flux cleaned = -0.00105352 Jy ! Total flux subtracted in 200 components = -0.00105352 Jy ! Clean residual min=-0.002099 max=0.002215 Jy/beam ! Clean residual mean=-0.000001 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.357244 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 112 components and 0.357244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092301Jy sigma=0.000773 ! Fit after self-cal, rms=0.092348Jy sigma=0.000773 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 (-23, -22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000938674 Jy ! Component: 100 - total flux cleaned = 0.000746278 Jy ! Component: 150 - total flux cleaned = 0.000543813 Jy ! Component: 200 - total flux cleaned = 0.000507866 Jy ! Total flux subtracted in 200 components = 0.000507866 Jy ! Clean residual min=-0.001899 max=0.001862 Jy/beam ! Clean residual mean=-0.000001 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.357752 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 128 components and 0.357752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092283Jy sigma=0.000772 ! Fit after self-cal, rms=0.092284Jy sigma=0.000772 ! 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.092284Jy sigma=0.000772 ! Fit after self-cal, rms=0.092452Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.038 mas, bmaj=7.398 mas, bpa=-3.85 degrees ! Estimated noise=581.138 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.13295e-05 Jy ! Component: 100 - total flux cleaned = -0.000217151 Jy ! Component: 150 - total flux cleaned = -0.000277307 Jy ! Component: 200 - total flux cleaned = -0.000305607 Jy ! Total flux subtracted in 200 components = -0.000305607 Jy ! Clean residual min=-0.001828 max=0.001804 Jy/beam ! Clean residual mean=-0.000001 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.357446 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 138 components and 0.357446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092428Jy sigma=0.000772 ! Fit after self-cal, rms=0.092430Jy sigma=0.000772 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.23302e-05 Jy ! Component: 100 - total flux cleaned = -0.000124905 Jy ! Component: 150 - total flux cleaned = -0.000174322 Jy ! Component: 200 - total flux cleaned = -0.00022083 Jy ! Total flux subtracted in 200 components = -0.00022083 Jy ! Clean residual min=-0.001777 max=0.001761 Jy/beam ! Clean residual mean=-0.000000 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.357226 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 145 components and 0.357226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092416Jy sigma=0.000772 ! Fit after self-cal, rms=0.092416Jy sigma=0.000772 ! 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.092416Jy sigma=0.000772 ! Fit after self-cal, rms=0.092482Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.529 mas, bmaj=15.08 mas, bpa=4.719 degrees ! Estimated noise=754.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000470474 Jy ! Component: 100 - total flux cleaned = -0.000661072 Jy ! Component: 150 - total flux cleaned = -0.000719802 Jy ! Component: 200 - total flux cleaned = -0.000773855 Jy ! Total flux subtracted in 200 components = -0.000773855 Jy ! Clean residual min=-0.001992 max=0.001914 Jy/beam ! Clean residual mean=-0.000001 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.356452 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 159 components and 0.356452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092472Jy sigma=0.000772 ! Fit after self-cal, rms=0.092472Jy sigma=0.000772 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.02617e-05 Jy ! Component: 100 - total flux cleaned = -0.000123214 Jy ! Component: 150 - total flux cleaned = -0.000152869 Jy ! Component: 200 - total flux cleaned = -0.000179957 Jy ! Total flux subtracted in 200 components = -0.000179957 Jy ! Clean residual min=-0.002016 max=0.001883 Jy/beam ! Clean residual mean=-0.000000 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.356272 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 165 components and 0.356272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092468Jy sigma=0.000772 ! Fit after self-cal, rms=0.092468Jy sigma=0.000772 ! 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.039 mas, bmaj=7.398 mas, bpa=-3.82 degrees ! Estimated noise=581.155 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.039 x 7.398 at -3.82 degrees (North through East) ! Clean map min=-0.0017043 max=0.24591 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.503 mas, bmaj=6.214 mas, bpa=-4.186 degrees ! Estimated noise=883.531 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.17685 Jy ! Component: 100 - total flux cleaned = 0.239881 Jy ! Component: 150 - total flux cleaned = 0.276236 Jy ! Component: 200 - total flux cleaned = 0.298446 Jy ! Total flux subtracted in 200 components = 0.298446 Jy ! Clean residual min=-0.004787 max=0.011771 Jy/beam ! Clean residual mean=-0.000019 rms=0.001614 Jy/beam ! Combined flux in latest and established models = 0.298445 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.298445 Jy ! Inverting map and beam ! Estimated beam: bmin=3.039 mas, bmaj=7.398 mas, bpa=-3.82 degrees ! Estimated noise=581.155 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.0226509 Jy ! Component: 100 - total flux cleaned = 0.0353842 Jy ! Component: 150 - total flux cleaned = 0.0430449 Jy ! Component: 200 - total flux cleaned = 0.0478619 Jy ! Total flux subtracted in 200 components = 0.0478619 Jy ! Clean residual min=-0.002359 max=0.002650 Jy/beam ! Clean residual mean=-0.000005 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.346307 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 92 components and 0.346307 Jy ! Inverting map ! Added new window around map position (-7.5, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00325946 Jy ! Component: 100 - total flux cleaned = 0.00568891 Jy ! Component: 150 - total flux cleaned = 0.00742796 Jy ! Component: 200 - total flux cleaned = 0.00841146 Jy ! Total flux subtracted in 200 components = 0.00841146 Jy ! Clean residual min=-0.001932 max=0.001889 Jy/beam ! Clean residual mean=-0.000001 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.354719 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 119 components and 0.354719 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.529 mas, bmaj=15.08 mas, bpa=4.719 degrees ! Estimated noise=754.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00122828 Jy ! Component: 100 - total flux cleaned = 0.00161522 Jy ! Component: 150 - total flux cleaned = 0.00191046 Jy ! Component: 200 - total flux cleaned = 0.00197376 Jy ! Total flux subtracted in 200 components = 0.00197376 Jy ! Clean residual min=-0.001818 max=0.001824 Jy/beam ! Clean residual mean=0.000000 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.356693 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 = 5.2676e-05 Jy ! Component: 100 - total flux cleaned = 9.88012e-05 Jy ! Component: 150 - total flux cleaned = 0.000139953 Jy ! Component: 200 - total flux cleaned = 0.000158895 Jy ! Total flux subtracted in 200 components = 0.000158895 Jy ! Clean residual min=-0.001819 max=0.001778 Jy/beam ! Clean residual mean=0.000001 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.356851 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 162 components and 0.356851 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.039 mas, bmaj=7.398 mas, bpa=-3.82 degrees ! Estimated noise=581.155 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00025503 Jy ! Component: 100 - total flux cleaned = 0.000446262 Jy ! Component: 150 - total flux cleaned = 0.000503234 Jy ! Component: 200 - total flux cleaned = 0.000558305 Jy ! Total flux subtracted in 200 components = 0.000558305 Jy ! Clean residual min=-0.001669 max=0.001528 Jy/beam ! Clean residual mean=0.000000 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.35741 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 180 components and 0.35741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092454Jy sigma=0.000772 ! Fit after self-cal, rms=0.092442Jy sigma=0.000772 wmodel J2138-1849_S_2015_03_17_pus_map.mod ! Writing 180 model components to file: J2138-1849_S_2015_03_17_pus_map.mod wobs J2138-1849_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J2138-1849_S_2015_03_17_pus_uvs.fits wwins J2138-1849_S_2015_03_17_pus_map.win ! wwins: Wrote 4 windows to J2138-1849_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.000273973 Jy ! Component: 100 - total flux cleaned = -0.000329511 Jy ! Component: 150 - total flux cleaned = -0.000408677 Jy ! Component: 200 - total flux cleaned = -0.000484009 Jy ! Component: 250 - total flux cleaned = -0.000386081 Jy ! Component: 300 - total flux cleaned = -0.000386783 Jy ! Component: 350 - total flux cleaned = -0.000339738 Jy ! Component: 400 - total flux cleaned = -0.000248524 Jy ! Component: 450 - total flux cleaned = -0.000204334 Jy ! Component: 500 - total flux cleaned = -0.000161064 Jy ! Component: 550 - total flux cleaned = -0.000139198 Jy ! Component: 600 - total flux cleaned = -9.69186e-05 Jy ! Component: 650 - total flux cleaned = -0.000137677 Jy ! Component: 700 - total flux cleaned = -3.61461e-05 Jy ! Component: 750 - total flux cleaned = 2.39905e-05 Jy ! Component: 800 - total flux cleaned = 6.32821e-05 Jy ! Component: 850 - total flux cleaned = 0.000101862 Jy ! Component: 900 - total flux cleaned = 0.000158901 Jy ! Component: 950 - total flux cleaned = 0.000177581 Jy ! Component: 1000 - total flux cleaned = 0.000214432 Jy ! Component: 1050 - total flux cleaned = 0.000196205 Jy ! Component: 1100 - total flux cleaned = 0.000160564 Jy ! Component: 1150 - total flux cleaned = 0.000160565 Jy ! Component: 1200 - total flux cleaned = 0.000108246 Jy ! Component: 1250 - total flux cleaned = 0.000159733 Jy ! Component: 1300 - total flux cleaned = 0.000108392 Jy ! Component: 1350 - total flux cleaned = 9.17013e-05 Jy ! Component: 1400 - total flux cleaned = 9.1823e-05 Jy ! Component: 1450 - total flux cleaned = 0.000107996 Jy ! Component: 1500 - total flux cleaned = 0.000108045 Jy ! Component: 1550 - total flux cleaned = 0.000124121 Jy ! Component: 1600 - total flux cleaned = 0.000108233 Jy ! Component: 1650 - total flux cleaned = 0.000155301 Jy ! Component: 1700 - total flux cleaned = 0.000201987 Jy ! Component: 1750 - total flux cleaned = 0.000201595 Jy ! Component: 1800 - total flux cleaned = 0.000201535 Jy ! Component: 1850 - total flux cleaned = 0.000261835 Jy ! Component: 1900 - total flux cleaned = 0.000232022 Jy ! Component: 1950 - total flux cleaned = 0.000291072 Jy ! Component: 2000 - total flux cleaned = 0.00020275 Jy ! Component: 2050 - total flux cleaned = 0.000217244 Jy ! Component: 2100 - total flux cleaned = 0.000231815 Jy ! Component: 2150 - total flux cleaned = 0.000246059 Jy ! Component: 2200 - total flux cleaned = 0.000245906 Jy ! Component: 2250 - total flux cleaned = 0.000189833 Jy ! Component: 2300 - total flux cleaned = 0.000217467 Jy ! Component: 2350 - total flux cleaned = 0.000217601 Jy ! Component: 2400 - total flux cleaned = 0.000190115 Jy ! Component: 2450 - total flux cleaned = 0.000176705 Jy ! Component: 2500 - total flux cleaned = 0.000149903 Jy ! Component: 2550 - total flux cleaned = 0.000176387 Jy ! Component: 2600 - total flux cleaned = 0.000163304 Jy ! Component: 2650 - total flux cleaned = 0.000150277 Jy ! Component: 2700 - total flux cleaned = 0.00013737 Jy ! Component: 2750 - total flux cleaned = 0.00015029 Jy ! Component: 2800 - total flux cleaned = 0.000163033 Jy ! Component: 2850 - total flux cleaned = 0.000175708 Jy ! Component: 2900 - total flux cleaned = 0.000163187 Jy ! Component: 2950 - total flux cleaned = 0.000175697 Jy ! Component: 3000 - total flux cleaned = 0.000200383 Jy ! Component: 3050 - total flux cleaned = 0.000200316 Jy ! Component: 3100 - total flux cleaned = 0.000175846 Jy ! Component: 3150 - total flux cleaned = 0.000175791 Jy ! Component: 3200 - total flux cleaned = 0.000199981 Jy ! Component: 3250 - total flux cleaned = 0.000223779 Jy ! Component: 3300 - total flux cleaned = 0.000188004 Jy ! Component: 3350 - total flux cleaned = 0.000223644 Jy ! Component: 3400 - total flux cleaned = 0.000247206 Jy ! Component: 3450 - total flux cleaned = 0.000223895 Jy ! Component: 3500 - total flux cleaned = 0.000258691 Jy ! Component: 3550 - total flux cleaned = 0.000258766 Jy ! Component: 3600 - total flux cleaned = 0.000281607 Jy ! Component: 3650 - total flux cleaned = 0.000258779 Jy ! Component: 3700 - total flux cleaned = 0.000247538 Jy ! Component: 3750 - total flux cleaned = 0.000180103 Jy ! Component: 3800 - total flux cleaned = 0.00020245 Jy ! Component: 3850 - total flux cleaned = 0.000202524 Jy ! Component: 3900 - total flux cleaned = 0.000202454 Jy ! Component: 3950 - total flux cleaned = 0.000125635 Jy ! Component: 4000 - total flux cleaned = 0.000180282 Jy ! Component: 4050 - total flux cleaned = 0.000147733 Jy ! Total flux subtracted in 4096 components = 0.000169353 Jy ! Clean residual min=-0.000639 max=0.000659 Jy/beam ! Clean residual mean=-0.000000 rms=0.000201 Jy/beam ! Combined flux in latest and established models = 0.357579 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 475 components and 0.357579 Jy ![Exited script file: muppet] wmap "J2138-1849_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.039 x 7.398 at -3.82 degrees (North through East) ! Clean map min=-0.001551 max=0.24572 Jy/beam ! Writing clean map to FITS file: J2138-1849_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.245723 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000199338 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.243369 0.243369 0.486739 0.973477 1.94695 3.89391 7.78782 15.5756 31.1513 62.3026 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.245 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.039 x 7.398 at -3.82 degrees (North through East) ! Clean map min=-0.001551 max=0.24572 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 J2138-1849_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:09:39 2016