! Started logfile: J1621-4003_S_2017_07_09_pus_uvs.log on Wed May 8 14:52:50 2019 obs J1621-4003_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1621-4003_S_2017_07_09_pus_uva.fits ! AN table 1: 145 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.461149 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1621-4003 ! ! 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 594 lines of history. ! ! Reading 12036 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 J1621-4003_S_2017_07_09_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 442 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 442 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 442 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 950 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.891543Jy sigma=0.005881 ! Fit after self-cal, rms=0.836875Jy sigma=0.005520 ! 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.149 mas, bmaj=6.198 mas, bpa=-8.144 degrees ! Estimated noise=2039.62 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.101676 Jy ! Component: 100 - total flux cleaned = 0.159055 Jy ! Total flux subtracted in 100 components = 0.159055 Jy ! Clean residual min=-0.015099 max=0.034077 Jy/beam ! Clean residual mean=-0.000154 rms=0.005898 Jy/beam ! Combined flux in latest and established models = 0.159055 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 48 components and 0.159055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.149963Jy sigma=0.000977 ! Fit after self-cal, rms=0.149598Jy sigma=0.000974 ! Inverting map ! Added new window around map position (-1, 9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0422156 Jy ! Component: 100 - total flux cleaned = 0.0722346 Jy ! Total flux subtracted in 100 components = 0.0722346 Jy ! Clean residual min=-0.010421 max=0.017513 Jy/beam ! Clean residual mean=-0.000064 rms=0.003754 Jy/beam ! Combined flux in latest and established models = 0.23129 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 77 components and 0.23129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121573Jy sigma=0.000787 ! Fit after self-cal, rms=0.121450Jy sigma=0.000786 ! 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.773 mas, bmaj=7.373 mas, bpa=-8.949 degrees ! Estimated noise=1092.57 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.0394556 Jy ! Component: 100 - total flux cleaned = 0.0591847 Jy ! Component: 150 - total flux cleaned = 0.0692049 Jy ! Component: 200 - total flux cleaned = 0.0743251 Jy ! Total flux subtracted in 200 components = 0.0743251 Jy ! Clean residual min=-0.011250 max=0.022430 Jy/beam ! Clean residual mean=0.000080 rms=0.004553 Jy/beam ! Combined flux in latest and established models = 0.305615 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 118 components and 0.305615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108709Jy sigma=0.000707 ! Fit after self-cal, rms=0.108660Jy 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 1.00* FD 0.84 HN 1.00* KP 1.08 ! LA 0.90 MK 1.13 NL 1.00* OV 1.10 ! PT 1.13 SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 1.00* KP 1.04 ! LA 0.84 MK 1.03 NL 1.00* OV 1.13 ! PT 1.08 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 1.00* KP 1.04 ! LA 0.85 MK 1.02 NL 1.00* OV 1.04 ! PT 1.08 SC 1.01 ! ! ! Correcting IF 4. ! A total of 216 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 1.00* KP 1.00* ! LA 0.75 MK 0.81 NL 1.00* OV 1.00* ! PT 1.34 SC 1.00* ! ! ! Fit before self-cal, rms=0.108660Jy sigma=0.000706 ! Fit after self-cal, rms=0.106362Jy sigma=0.000679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.831 mas, bmaj=7.386 mas, bpa=-8.901 degrees ! Estimated noise=1113.53 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.000424949 Jy ! Component: 100 - total flux cleaned = 0.000477307 Jy ! Component: 150 - total flux cleaned = 0.000500849 Jy ! Component: 200 - total flux cleaned = 0.000522959 Jy ! Total flux subtracted in 200 components = 0.000522959 Jy ! Clean residual min=-0.007299 max=0.014727 Jy/beam ! Clean residual mean=0.000105 rms=0.003186 Jy/beam ! Combined flux in latest and established models = 0.306138 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 126 components and 0.306138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106350Jy sigma=0.000679 ! Fit after self-cal, rms=0.106599Jy sigma=0.000678 ! 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.106599Jy sigma=0.000678 ! Fit after self-cal, rms=0.107026Jy sigma=0.000678 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.832 mas, bmaj=7.382 mas, bpa=-8.879 degrees ! Estimated noise=1116.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000505067 Jy ! Component: 100 - total flux cleaned = 0.000560336 Jy ! Component: 150 - total flux cleaned = 0.000609991 Jy ! Component: 200 - total flux cleaned = 0.000633488 Jy ! Total flux subtracted in 200 components = 0.000633488 Jy ! Clean residual min=-0.007272 max=0.014306 Jy/beam ! Clean residual mean=0.000100 rms=0.003152 Jy/beam ! Combined flux in latest and established models = 0.306771 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 130 components and 0.306771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107009Jy sigma=0.000678 ! Fit after self-cal, rms=0.107023Jy sigma=0.000678 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 (-36, -26). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0146496 Jy ! Component: 100 - total flux cleaned = 0.0216716 Jy ! Component: 150 - total flux cleaned = 0.0251933 Jy ! Component: 200 - total flux cleaned = 0.0274164 Jy ! Total flux subtracted in 200 components = 0.0274164 Jy ! Clean residual min=-0.005878 max=0.009128 Jy/beam ! Clean residual mean=0.000049 rms=0.002305 Jy/beam ! Combined flux in latest and established models = 0.334188 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 194 components and 0.334188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105238Jy sigma=0.000665 ! Fit after self-cal, rms=0.104990Jy sigma=0.000663 ! 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.104990Jy sigma=0.000663 ! Fit after self-cal, rms=0.102883Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.833 mas, bmaj=7.378 mas, bpa=-8.688 degrees ! Estimated noise=1105.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00605158 Jy ! Component: 100 - total flux cleaned = 0.00892354 Jy ! Component: 150 - total flux cleaned = 0.0103884 Jy ! Component: 200 - total flux cleaned = 0.0107594 Jy ! Total flux subtracted in 200 components = 0.0107594 Jy ! Clean residual min=-0.004961 max=0.007912 Jy/beam ! Clean residual mean=0.000046 rms=0.001856 Jy/beam ! Combined flux in latest and established models = 0.344947 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 225 components and 0.344947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102605Jy sigma=0.000658 ! Fit after self-cal, rms=0.102514Jy sigma=0.000658 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 (56.5, 43). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00785358 Jy ! Component: 100 - total flux cleaned = 0.0116208 Jy ! Component: 150 - total flux cleaned = 0.0137988 Jy ! Component: 200 - total flux cleaned = 0.0150577 Jy ! Total flux subtracted in 200 components = 0.0150577 Jy ! Clean residual min=-0.004303 max=0.004996 Jy/beam ! Clean residual mean=-0.000011 rms=0.001322 Jy/beam ! Combined flux in latest and established models = 0.360005 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 251 components and 0.360005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101937Jy sigma=0.000654 ! Fit after self-cal, rms=0.101873Jy sigma=0.000654 ! 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.101873Jy sigma=0.000654 ! Fit after self-cal, rms=0.101386Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.41 mas, bmaj=28.27 mas, bpa=-4.673 degrees ! Estimated noise=1487.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0041833 Jy ! Component: 100 - total flux cleaned = 0.00595356 Jy ! Component: 150 - total flux cleaned = 0.00611676 Jy ! Component: 200 - total flux cleaned = 0.00642245 Jy ! Total flux subtracted in 200 components = 0.00642245 Jy ! Clean residual min=-0.005039 max=0.006442 Jy/beam ! Clean residual mean=-0.000020 rms=0.002081 Jy/beam ! Combined flux in latest and established models = 0.366427 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 259 components and 0.366427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101355Jy sigma=0.000652 ! Fit after self-cal, rms=0.101323Jy sigma=0.000652 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.00101037 Jy ! Component: 100 - total flux cleaned = 0.00119727 Jy ! Component: 150 - total flux cleaned = 0.00127928 Jy ! Component: 200 - total flux cleaned = 0.00136338 Jy ! Total flux subtracted in 200 components = 0.00136338 Jy ! Clean residual min=-0.004987 max=0.006198 Jy/beam ! Clean residual mean=-0.000024 rms=0.002006 Jy/beam ! Combined flux in latest and established models = 0.367791 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 262 components and 0.367791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101340Jy sigma=0.000652 ! Fit after self-cal, rms=0.101337Jy sigma=0.000652 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=2.837 mas, bmaj=7.374 mas, bpa=-8.674 degrees ! Estimated noise=1100.33 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.837 x 7.374 at -8.674 degrees (North through East) ! Clean map min=-0.0040558 max=0.14999 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.183 mas, bmaj=6.138 mas, bpa=-8.371 degrees ! Estimated noise=2055.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.101774 Jy ! Component: 100 - total flux cleaned = 0.159919 Jy ! Component: 150 - total flux cleaned = 0.200255 Jy ! Component: 200 - total flux cleaned = 0.228823 Jy ! Total flux subtracted in 200 components = 0.228823 Jy ! Clean residual min=-0.010205 max=0.016002 Jy/beam ! Clean residual mean=-0.000043 rms=0.003543 Jy/beam ! Combined flux in latest and established models = 0.228823 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 64 model components to the UV plane model. ! The established model now contains 64 components and 0.228823 Jy ! Inverting map and beam ! Estimated beam: bmin=2.837 mas, bmaj=7.374 mas, bpa=-8.674 degrees ! Estimated noise=1100.33 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 (0.5, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0370397 Jy ! Component: 100 - total flux cleaned = 0.0592826 Jy ! Component: 150 - total flux cleaned = 0.0752124 Jy ! Component: 200 - total flux cleaned = 0.0872743 Jy ! Total flux subtracted in 200 components = 0.0872743 Jy ! Clean residual min=-0.006354 max=0.007744 Jy/beam ! Clean residual mean=0.000015 rms=0.002510 Jy/beam ! Combined flux in latest and established models = 0.316097 Jy ! Adding 109 model components to the UV plane model. ! The established model now contains 158 components and 0.316097 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=10.41 mas, bmaj=28.27 mas, bpa=-4.673 degrees ! Estimated noise=1487.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0173104 Jy ! Component: 100 - total flux cleaned = 0.0286191 Jy ! Component: 150 - total flux cleaned = 0.0362168 Jy ! Component: 200 - total flux cleaned = 0.0414308 Jy ! Total flux subtracted in 200 components = 0.0414308 Jy ! Clean residual min=-0.005973 max=0.006421 Jy/beam ! Clean residual mean=-0.000018 rms=0.002280 Jy/beam ! Combined flux in latest and established models = 0.357528 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.00365889 Jy ! Component: 100 - total flux cleaned = 0.00624391 Jy ! Component: 150 - total flux cleaned = 0.00808327 Jy ! Component: 200 - total flux cleaned = 0.0087167 Jy ! Total flux subtracted in 200 components = 0.0087167 Jy ! Clean residual min=-0.005572 max=0.005928 Jy/beam ! Clean residual mean=-0.000020 rms=0.002036 Jy/beam ! Combined flux in latest and established models = 0.366245 Jy ! Adding 94 model components to the UV plane model. ! The established model now contains 234 components and 0.366245 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.837 mas, bmaj=7.374 mas, bpa=-8.674 degrees ! Estimated noise=1100.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000933513 Jy ! Component: 100 - total flux cleaned = 0.00118688 Jy ! Component: 150 - total flux cleaned = 0.0012991 Jy ! Component: 200 - total flux cleaned = 0.00145173 Jy ! Total flux subtracted in 200 components = 0.00145173 Jy ! Clean residual min=-0.004057 max=0.004592 Jy/beam ! Clean residual mean=-0.000010 rms=0.001154 Jy/beam ! Combined flux in latest and established models = 0.367696 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 261 components and 0.367696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101392Jy sigma=0.000652 ! Fit after self-cal, rms=0.101306Jy sigma=0.000652 wmodel J1621-4003_S_2017_07_09_pus_map.mod ! Writing 261 model components to file: J1621-4003_S_2017_07_09_pus_map.mod wobs J1621-4003_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1621-4003_S_2017_07_09_pus_uvs.fits wwins J1621-4003_S_2017_07_09_pus_map.win ! wwins: Wrote 5 windows to J1621-4003_S_2017_07_09_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.000880403 Jy ! Component: 100 - total flux cleaned = 0.00135017 Jy ! Component: 150 - total flux cleaned = 0.00171787 Jy ! Component: 200 - total flux cleaned = 0.00188936 Jy ! Component: 250 - total flux cleaned = 0.00188701 Jy ! Component: 300 - total flux cleaned = 0.00173618 Jy ! Component: 350 - total flux cleaned = 0.00173725 Jy ! Component: 400 - total flux cleaned = 0.00178192 Jy ! Component: 450 - total flux cleaned = 0.00186684 Jy ! Component: 500 - total flux cleaned = 0.00198613 Jy ! Component: 550 - total flux cleaned = 0.0020622 Jy ! Component: 600 - total flux cleaned = 0.00213507 Jy ! Component: 650 - total flux cleaned = 0.00220457 Jy ! Component: 700 - total flux cleaned = 0.00216956 Jy ! Component: 750 - total flux cleaned = 0.00210336 Jy ! Component: 800 - total flux cleaned = 0.00194195 Jy ! Component: 850 - total flux cleaned = 0.00178616 Jy ! Component: 900 - total flux cleaned = 0.00169546 Jy ! Component: 950 - total flux cleaned = 0.00157814 Jy ! Component: 1000 - total flux cleaned = 0.00157734 Jy ! Component: 1050 - total flux cleaned = 0.0015208 Jy ! Component: 1100 - total flux cleaned = 0.00154661 Jy ! Component: 1150 - total flux cleaned = 0.0015718 Jy ! Component: 1200 - total flux cleaned = 0.00164906 Jy ! Component: 1250 - total flux cleaned = 0.00162419 Jy ! Component: 1300 - total flux cleaned = 0.00172509 Jy ! Component: 1350 - total flux cleaned = 0.00182315 Jy ! Component: 1400 - total flux cleaned = 0.00177552 Jy ! Component: 1450 - total flux cleaned = 0.00182308 Jy ! Component: 1500 - total flux cleaned = 0.00189303 Jy ! Component: 1550 - total flux cleaned = 0.00193861 Jy ! Component: 1600 - total flux cleaned = 0.00196087 Jy ! Component: 1650 - total flux cleaned = 0.00207015 Jy ! Component: 1700 - total flux cleaned = 0.00209151 Jy ! Component: 1750 - total flux cleaned = 0.00213426 Jy ! Component: 1800 - total flux cleaned = 0.00223837 Jy ! Component: 1850 - total flux cleaned = 0.00232011 Jy ! Component: 1900 - total flux cleaned = 0.00242094 Jy ! Component: 1950 - total flux cleaned = 0.00251996 Jy ! Component: 2000 - total flux cleaned = 0.00257859 Jy ! Component: 2050 - total flux cleaned = 0.00261743 Jy ! Component: 2100 - total flux cleaned = 0.00265566 Jy ! Component: 2150 - total flux cleaned = 0.00261794 Jy ! Component: 2200 - total flux cleaned = 0.00258054 Jy ! Component: 2250 - total flux cleaned = 0.0025805 Jy ! Component: 2300 - total flux cleaned = 0.00258039 Jy ! Component: 2350 - total flux cleaned = 0.00254402 Jy ! Component: 2400 - total flux cleaned = 0.00252605 Jy ! Component: 2450 - total flux cleaned = 0.00247287 Jy ! Component: 2500 - total flux cleaned = 0.00247273 Jy ! Component: 2550 - total flux cleaned = 0.00245509 Jy ! Component: 2600 - total flux cleaned = 0.00242067 Jy ! Component: 2650 - total flux cleaned = 0.00240377 Jy ! Component: 2700 - total flux cleaned = 0.00235327 Jy ! Component: 2750 - total flux cleaned = 0.00233673 Jy ! Component: 2800 - total flux cleaned = 0.00236983 Jy ! Component: 2850 - total flux cleaned = 0.00232089 Jy ! Component: 2900 - total flux cleaned = 0.0023047 Jy ! Component: 2950 - total flux cleaned = 0.00233692 Jy ! Component: 3000 - total flux cleaned = 0.00235278 Jy ! Component: 3050 - total flux cleaned = 0.00236858 Jy ! Component: 3100 - total flux cleaned = 0.00240012 Jy ! Component: 3150 - total flux cleaned = 0.00241573 Jy ! Component: 3200 - total flux cleaned = 0.00241583 Jy ! Component: 3250 - total flux cleaned = 0.0024778 Jy ! Component: 3300 - total flux cleaned = 0.00252385 Jy ! Component: 3350 - total flux cleaned = 0.00253908 Jy ! Component: 3400 - total flux cleaned = 0.00253914 Jy ! Component: 3450 - total flux cleaned = 0.00263016 Jy ! Component: 3500 - total flux cleaned = 0.00266018 Jy ! Component: 3550 - total flux cleaned = 0.00264516 Jy ! Component: 3600 - total flux cleaned = 0.00266013 Jy ! Component: 3650 - total flux cleaned = 0.00263028 Jy ! Component: 3700 - total flux cleaned = 0.00264515 Jy ! Component: 3750 - total flux cleaned = 0.00261529 Jy ! Component: 3800 - total flux cleaned = 0.00257059 Jy ! Component: 3850 - total flux cleaned = 0.00255574 Jy ! Component: 3900 - total flux cleaned = 0.00252599 Jy ! Component: 3950 - total flux cleaned = 0.00251118 Jy ! Component: 4000 - total flux cleaned = 0.00248143 Jy ! Component: 4050 - total flux cleaned = 0.00246659 Jy ! Total flux subtracted in 4096 components = 0.00243689 Jy ! Clean residual min=-0.000886 max=0.000881 Jy/beam ! Clean residual mean=-0.000009 rms=0.000277 Jy/beam ! Combined flux in latest and established models = 0.370133 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 538 components and 0.370133 Jy ![Exited script file: muppet] wmap "J1621-4003_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.837 x 7.374 at -8.674 degrees (North through East) ! Clean map min=-0.0021704 max=0.15315 Jy/beam ! Writing clean map to FITS file: J1621-4003_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.153148 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000274182 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.537093 0.537093 1.07419 2.14837 4.29675 8.59349 17.187 34.374 68.7479 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.153 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.837 x 7.374 at -8.674 degrees (North through East) ! Clean map min=-0.0021704 max=0.15315 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 J1621-4003_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:52:55 2019