! Started logfile: J2248-3235_S_2017_01_21_pus_uvs.log on Sun May 5 16:05:45 2019 obs J2248-3235_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J2248-3235_S_2017_01_21_pus_uva.fits ! AN table 1: 32 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.618924 visibilities/baseline/integration-bin. ! Found source: J2248-3235 ! ! 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 558 lines of history. ! ! Reading 2852 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 J2248-3235_S_2017_01_21_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 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.738648Jy sigma=0.003236 ! Fit after self-cal, rms=0.681789Jy sigma=0.003079 ! 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.137 mas, bmaj=6.071 mas, bpa=-6.172 degrees ! Estimated noise=3846.35 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.278549 Jy ! Component: 100 - total flux cleaned = 0.339291 Jy ! Total flux subtracted in 100 components = 0.339291 Jy ! Clean residual min=-0.024456 max=0.037865 Jy/beam ! Clean residual mean=-0.000129 rms=0.005736 Jy/beam ! Combined flux in latest and established models = 0.339291 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.339291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206167Jy sigma=0.000828 ! Fit after self-cal, rms=0.206131Jy sigma=0.000828 ! Inverting map ! Added new window around map position (3.5, 6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.025244 Jy ! Component: 100 - total flux cleaned = 0.0282511 Jy ! Total flux subtracted in 100 components = 0.0282511 Jy ! Clean residual min=-0.021515 max=0.033317 Jy/beam ! Clean residual mean=-0.000121 rms=0.005163 Jy/beam ! Combined flux in latest and established models = 0.367542 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 12 components and 0.367542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202480Jy sigma=0.000789 ! Fit after self-cal, rms=0.202229Jy sigma=0.000785 ! 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.593 mas, bmaj=6.951 mas, bpa=-5.156 degrees ! Estimated noise=3048.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.0255035 Jy ! Component: 100 - total flux cleaned = 0.0393431 Jy ! Component: 150 - total flux cleaned = 0.0478272 Jy ! Component: 200 - total flux cleaned = 0.0506357 Jy ! Total flux subtracted in 200 components = 0.0506357 Jy ! Clean residual min=-0.017723 max=0.032399 Jy/beam ! Clean residual mean=-0.000609 rms=0.007349 Jy/beam ! Combined flux in latest and established models = 0.418178 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 24 components and 0.418178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201680Jy sigma=0.000750 ! Fit after self-cal, rms=0.201777Jy sigma=0.000749 ! 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.92 FD 1.00* HN 1.25 LA 0.94 ! MK 0.98 NL 0.94 OV 2.27 PT 0.94 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00* HN 1.24 LA 0.92 ! MK 1.01 NL 0.96 OV 2.12 PT 0.89 ! SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00* HN 1.23 LA 0.91 ! MK 1.03 NL 0.93 OV 2.37 PT 0.91 ! SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00* HN 1.23 LA 0.94 ! MK 1.00 NL 1.00* OV 2.45 PT 0.92 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.201777Jy sigma=0.000749 ! Fit after self-cal, rms=0.306513Jy sigma=0.000665 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.608 mas, bmaj=6.891 mas, bpa=-5.078 degrees ! Estimated noise=3084.98 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 (-3, 15.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00511053 Jy ! Component: 100 - total flux cleaned = 0.00311945 Jy ! Component: 150 - total flux cleaned = 0.00174403 Jy ! Component: 200 - total flux cleaned = 0.0011379 Jy ! Total flux subtracted in 200 components = 0.0011379 Jy ! Clean residual min=-0.010423 max=0.009783 Jy/beam ! Clean residual mean=-0.000099 rms=0.002462 Jy/beam ! Combined flux in latest and established models = 0.419316 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 47 components and 0.419315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.305917Jy sigma=0.000659 ! Fit after self-cal, rms=0.307562Jy sigma=0.000658 ! 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.307562Jy sigma=0.000658 ! Fit after self-cal, rms=0.311204Jy sigma=0.000655 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.606 mas, bmaj=6.885 mas, bpa=-4.976 degrees ! Estimated noise=3075.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000411308 Jy ! Component: 100 - total flux cleaned = -9.04359e-05 Jy ! Component: 150 - total flux cleaned = -0.00054943 Jy ! Component: 200 - total flux cleaned = -0.00112149 Jy ! Total flux subtracted in 200 components = -0.00112149 Jy ! Clean residual min=-0.009773 max=0.008749 Jy/beam ! Clean residual mean=-0.000097 rms=0.002282 Jy/beam ! Combined flux in latest and established models = 0.418194 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 57 components and 0.418194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.310988Jy sigma=0.000653 ! Fit after self-cal, rms=0.310964Jy sigma=0.000653 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.000454424 Jy ! Component: 100 - total flux cleaned = -0.000724485 Jy ! Component: 150 - total flux cleaned = -0.000974354 Jy ! Component: 200 - total flux cleaned = -0.00120452 Jy ! Total flux subtracted in 200 components = -0.00120452 Jy ! Clean residual min=-0.009435 max=0.008478 Jy/beam ! Clean residual mean=-0.000104 rms=0.002262 Jy/beam ! Combined flux in latest and established models = 0.416989 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 61 components and 0.416989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.310824Jy sigma=0.000652 ! Fit after self-cal, rms=0.310798Jy sigma=0.000652 ! 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.310798Jy sigma=0.000652 ! Fit after self-cal, rms=0.326386Jy sigma=0.000641 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.606 mas, bmaj=6.883 mas, bpa=-5.083 degrees ! Estimated noise=3067.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000554474 Jy ! Component: 100 - total flux cleaned = 0.000322864 Jy ! Component: 150 - total flux cleaned = 2.04598e-05 Jy ! Component: 200 - total flux cleaned = -6.82583e-05 Jy ! Total flux subtracted in 200 components = -6.82583e-05 Jy ! Clean residual min=-0.008924 max=0.007326 Jy/beam ! Clean residual mean=-0.000055 rms=0.001851 Jy/beam ! Combined flux in latest and established models = 0.416921 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 76 components and 0.416921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.326275Jy sigma=0.000641 ! Fit after self-cal, rms=0.326381Jy sigma=0.000641 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 = -8.64078e-05 Jy ! Component: 100 - total flux cleaned = -0.000250616 Jy ! Component: 150 - total flux cleaned = -0.000326756 Jy ! Component: 200 - total flux cleaned = -0.000327304 Jy ! Total flux subtracted in 200 components = -0.000327304 Jy ! Clean residual min=-0.008700 max=0.007199 Jy/beam ! Clean residual mean=-0.000057 rms=0.001838 Jy/beam ! Combined flux in latest and established models = 0.416594 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 87 components and 0.416594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.326322Jy sigma=0.000640 ! Fit after self-cal, rms=0.326317Jy sigma=0.000640 ! 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.326317Jy sigma=0.000640 ! Fit after self-cal, rms=0.325597Jy sigma=0.000640 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.003 mas, bmaj=18.77 mas, bpa=4.519 degrees ! Estimated noise=4353.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000359286 Jy ! Component: 100 - total flux cleaned = -0.000111946 Jy ! Component: 150 - total flux cleaned = 0.000105759 Jy ! Component: 200 - total flux cleaned = 0.000294288 Jy ! Total flux subtracted in 200 components = 0.000294288 Jy ! Clean residual min=-0.009920 max=0.007479 Jy/beam ! Clean residual mean=-0.000114 rms=0.002656 Jy/beam ! Combined flux in latest and established models = 0.416888 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 90 components and 0.416888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.325593Jy sigma=0.000640 ! Fit after self-cal, rms=0.325568Jy sigma=0.000640 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.000784085 Jy ! Component: 100 - total flux cleaned = -0.000599246 Jy ! Component: 150 - total flux cleaned = -0.000473479 Jy ! Component: 200 - total flux cleaned = -0.000435625 Jy ! Total flux subtracted in 200 components = -0.000435625 Jy ! Clean residual min=-0.009825 max=0.007415 Jy/beam ! Clean residual mean=-0.000120 rms=0.002647 Jy/beam ! Combined flux in latest and established models = 0.416453 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 97 components and 0.416453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.325575Jy sigma=0.000640 ! Fit after self-cal, rms=0.325558Jy sigma=0.000640 ! 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.607 mas, bmaj=6.884 mas, bpa=-5.148 degrees ! Estimated noise=3059.43 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.607 x 6.884 at -5.148 degrees (North through East) ! Clean map min=-0.012592 max=0.34331 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.142 mas, bmaj=5.958 mas, bpa=-6.15 degrees ! Estimated noise=3973.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.286311 Jy ! Component: 100 - total flux cleaned = 0.352943 Jy ! Component: 150 - total flux cleaned = 0.37645 Jy ! Component: 200 - total flux cleaned = 0.390864 Jy ! Total flux subtracted in 200 components = 0.390864 Jy ! Clean residual min=-0.010654 max=0.011920 Jy/beam ! Clean residual mean=-0.000020 rms=0.002716 Jy/beam ! Combined flux in latest and established models = 0.390864 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.390864 Jy ! Inverting map and beam ! Estimated beam: bmin=2.607 mas, bmaj=6.884 mas, bpa=-5.148 degrees ! Estimated noise=3059.43 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.0129394 Jy ! Component: 100 - total flux cleaned = 0.0196536 Jy ! Component: 150 - total flux cleaned = 0.021549 Jy ! Component: 200 - total flux cleaned = 0.0220234 Jy ! Total flux subtracted in 200 components = 0.0220234 Jy ! Clean residual min=-0.009349 max=0.007525 Jy/beam ! Clean residual mean=-0.000074 rms=0.002078 Jy/beam ! Combined flux in latest and established models = 0.412888 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 40 components and 0.412888 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.003 mas, bmaj=18.77 mas, bpa=4.519 degrees ! Estimated noise=4353.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000661051 Jy ! Component: 100 - total flux cleaned = 0.00148876 Jy ! Component: 150 - total flux cleaned = 0.00208059 Jy ! Component: 200 - total flux cleaned = 0.00275302 Jy ! Total flux subtracted in 200 components = 0.00275302 Jy ! Clean residual min=-0.011431 max=0.007398 Jy/beam ! Clean residual mean=-0.000140 rms=0.003012 Jy/beam ! Combined flux in latest and established models = 0.415641 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.000471111 Jy ! Component: 100 - total flux cleaned = 0.000609543 Jy ! Component: 150 - total flux cleaned = 0.000607902 Jy ! Component: 200 - total flux cleaned = 0.000607304 Jy ! Total flux subtracted in 200 components = 0.000607304 Jy ! Clean residual min=-0.011305 max=0.007092 Jy/beam ! Clean residual mean=-0.000127 rms=0.002903 Jy/beam ! Combined flux in latest and established models = 0.416248 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 75 components and 0.416248 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.607 mas, bmaj=6.884 mas, bpa=-5.148 degrees ! Estimated noise=3059.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000432252 Jy ! Component: 100 - total flux cleaned = -0.000410698 Jy ! Component: 150 - total flux cleaned = -0.000894051 Jy ! Component: 200 - total flux cleaned = -0.00122143 Jy ! Total flux subtracted in 200 components = -0.00122143 Jy ! Clean residual min=-0.009186 max=0.006843 Jy/beam ! Clean residual mean=-0.000057 rms=0.001893 Jy/beam ! Combined flux in latest and established models = 0.415026 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 92 components and 0.415026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.326073Jy sigma=0.000641 ! Fit after self-cal, rms=0.325894Jy sigma=0.000640 wmodel J2248-3235_S_2017_01_21_pus_map.mod ! Writing 92 model components to file: J2248-3235_S_2017_01_21_pus_map.mod wobs J2248-3235_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J2248-3235_S_2017_01_21_pus_uvs.fits wwins J2248-3235_S_2017_01_21_pus_map.win ! wwins: Wrote 3 windows to J2248-3235_S_2017_01_21_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.0038988 Jy ! Component: 100 - total flux cleaned = -0.00609664 Jy ! Component: 150 - total flux cleaned = -0.00729248 Jy ! Component: 200 - total flux cleaned = -0.00774483 Jy ! Component: 250 - total flux cleaned = -0.00796494 Jy ! Component: 300 - total flux cleaned = -0.00838923 Jy ! Component: 350 - total flux cleaned = -0.00828587 Jy ! Component: 400 - total flux cleaned = -0.00828777 Jy ! Component: 450 - total flux cleaned = -0.00868072 Jy ! Component: 500 - total flux cleaned = -0.00887233 Jy ! Component: 550 - total flux cleaned = -0.00906013 Jy ! Component: 600 - total flux cleaned = -0.0093373 Jy ! Component: 650 - total flux cleaned = -0.00961137 Jy ! Component: 700 - total flux cleaned = -0.00996834 Jy ! Component: 750 - total flux cleaned = -0.0101415 Jy ! Component: 800 - total flux cleaned = -0.0102266 Jy ! Component: 850 - total flux cleaned = -0.0105689 Jy ! Component: 900 - total flux cleaned = -0.0109067 Jy ! Component: 950 - total flux cleaned = -0.0110733 Jy ! Component: 1000 - total flux cleaned = -0.011073 Jy ! Component: 1050 - total flux cleaned = -0.0112364 Jy ! Component: 1100 - total flux cleaned = -0.0113986 Jy ! Component: 1150 - total flux cleaned = -0.0113198 Jy ! Component: 1200 - total flux cleaned = -0.0116369 Jy ! Component: 1250 - total flux cleaned = -0.0117145 Jy ! Component: 1300 - total flux cleaned = -0.0120237 Jy ! Component: 1350 - total flux cleaned = -0.0117143 Jy ! Component: 1400 - total flux cleaned = -0.0117155 Jy ! Component: 1450 - total flux cleaned = -0.0121692 Jy ! Component: 1500 - total flux cleaned = -0.0120939 Jy ! Component: 1550 - total flux cleaned = -0.012466 Jy ! Component: 1600 - total flux cleaned = -0.012465 Jy ! Component: 1650 - total flux cleaned = -0.0124652 Jy ! Component: 1700 - total flux cleaned = -0.0125378 Jy ! Component: 1750 - total flux cleaned = -0.0125383 Jy ! Component: 1800 - total flux cleaned = -0.0126105 Jy ! Component: 1850 - total flux cleaned = -0.012753 Jy ! Component: 1900 - total flux cleaned = -0.0127534 Jy ! Component: 1950 - total flux cleaned = -0.0126141 Jy ! Component: 2000 - total flux cleaned = -0.0126835 Jy ! Component: 2050 - total flux cleaned = -0.0126831 Jy ! Component: 2100 - total flux cleaned = -0.0128203 Jy ! Component: 2150 - total flux cleaned = -0.0126157 Jy ! Component: 2200 - total flux cleaned = -0.0126155 Jy ! Component: 2250 - total flux cleaned = -0.0122782 Jy ! Component: 2300 - total flux cleaned = -0.0125464 Jy ! Component: 2350 - total flux cleaned = -0.0123463 Jy ! Component: 2400 - total flux cleaned = -0.0121479 Jy ! Component: 2450 - total flux cleaned = -0.0122136 Jy ! Component: 2500 - total flux cleaned = -0.0120173 Jy ! Component: 2550 - total flux cleaned = -0.0119523 Jy ! Component: 2600 - total flux cleaned = -0.0118234 Jy ! Component: 2650 - total flux cleaned = -0.0119531 Jy ! Component: 2700 - total flux cleaned = -0.0120167 Jy ! Component: 2750 - total flux cleaned = -0.012271 Jy ! Component: 2800 - total flux cleaned = -0.0120175 Jy ! Component: 2850 - total flux cleaned = -0.0121435 Jy ! Component: 2900 - total flux cleaned = -0.012143 Jy ! Component: 2950 - total flux cleaned = -0.0119556 Jy ! Component: 3000 - total flux cleaned = -0.0120802 Jy ! Component: 3050 - total flux cleaned = -0.01208 Jy ! Component: 3100 - total flux cleaned = -0.0120186 Jy ! Component: 3150 - total flux cleaned = -0.0123869 Jy ! Component: 3200 - total flux cleaned = -0.0124474 Jy ! Component: 3250 - total flux cleaned = -0.0122643 Jy ! Component: 3300 - total flux cleaned = -0.012204 Jy ! Component: 3350 - total flux cleaned = -0.0123252 Jy ! Component: 3400 - total flux cleaned = -0.0122651 Jy ! Component: 3450 - total flux cleaned = -0.0122652 Jy ! Component: 3500 - total flux cleaned = -0.0123846 Jy ! Component: 3550 - total flux cleaned = -0.0126219 Jy ! Component: 3600 - total flux cleaned = -0.0123851 Jy ! Component: 3650 - total flux cleaned = -0.0123263 Jy ! Component: 3700 - total flux cleaned = -0.0125608 Jy ! Component: 3750 - total flux cleaned = -0.0123271 Jy ! Component: 3800 - total flux cleaned = -0.0123277 Jy ! Component: 3850 - total flux cleaned = -0.012328 Jy ! Component: 3900 - total flux cleaned = -0.0126177 Jy ! Component: 3950 - total flux cleaned = -0.0125028 Jy ! Component: 4000 - total flux cleaned = -0.012503 Jy ! Component: 4050 - total flux cleaned = -0.0122743 Jy ! Total flux subtracted in 4096 components = -0.0123885 Jy ! Clean residual min=-0.003583 max=0.003251 Jy/beam ! Clean residual mean=-0.000011 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.402638 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 381 components and 0.402638 Jy ![Exited script file: muppet] wmap "J2248-3235_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.607 x 6.884 at -5.148 degrees (North through East) ! Clean map min=-0.0077542 max=0.35288 Jy/beam ! Writing clean map to FITS file: J2248-3235_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.352875 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00102984 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.875529 0.875529 1.75106 3.50212 7.00423 14.0085 28.0169 56.0339 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.352 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.607 x 6.884 at -5.148 degrees (North through East) ! Clean map min=-0.0077542 max=0.35288 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 J2248-3235_S_2017_01_21_pus_uvs.log closed on Sun May 5 16:05:49 2019