! Started logfile: J1317-2031_S_2017_05_27_pus_uvs.log on Fri May 3 11:08:20 2019 obs J1317-2031_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J1317-2031_S_2017_05_27_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.975694 visibilities/baseline/integration-bin. ! Found source: J1317-2031 ! ! 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 1211 lines of history. ! ! Reading 16860 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 J1317-2031_S_2017_05_27_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 109 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 495 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.971195Jy sigma=0.006083 ! Fit after self-cal, rms=0.957102Jy sigma=0.006011 ! 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.622 mas, bmaj=7.379 mas, bpa=-4.49 degrees ! Estimated noise=1690.21 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.0908134 Jy ! Component: 100 - total flux cleaned = 0.116209 Jy ! Total flux subtracted in 100 components = 0.116209 Jy ! Clean residual min=-0.005329 max=0.009833 Jy/beam ! Clean residual mean=-0.000009 rms=0.001531 Jy/beam ! Combined flux in latest and established models = 0.116209 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.116209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.443571Jy sigma=0.000682 ! Fit after self-cal, rms=0.443571Jy sigma=0.000682 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0106182 Jy ! Component: 100 - total flux cleaned = 0.0167676 Jy ! Total flux subtracted in 100 components = 0.0167676 Jy ! Clean residual min=-0.005202 max=0.005639 Jy/beam ! Clean residual mean=0.000000 rms=0.001322 Jy/beam ! Combined flux in latest and established models = 0.132977 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 28 components and 0.132977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.442607Jy sigma=0.000679 ! Fit after self-cal, rms=0.442622Jy sigma=0.000678 ! 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.109 mas, bmaj=8.262 mas, bpa=-4.965 degrees ! Estimated noise=984.264 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.00225543 Jy ! Component: 100 - total flux cleaned = 0.00271443 Jy ! Component: 150 - total flux cleaned = 0.00282556 Jy ! Component: 200 - total flux cleaned = 0.00291564 Jy ! Total flux subtracted in 200 components = 0.00291564 Jy ! Clean residual min=-0.004323 max=0.004112 Jy/beam ! Clean residual mean=-0.000009 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.135893 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 31 components and 0.135893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.442486Jy sigma=0.000678 ! Fit after self-cal, rms=0.442491Jy sigma=0.000678 ! 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.84 FD 0.98 HN 1.00 KP 1.00 ! LA 1.04 MK 1.00 NL 0.90 OV 1.04 ! PT 1.09 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.16 KP 0.97 ! LA 0.97 MK 0.99 NL 1.03 OV 1.07 ! PT 1.06 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.83 FD 1.04 HN 1.04 KP 1.03 ! LA 1.00 MK 1.01 NL 1.00 OV 1.04 ! PT 1.00 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.03 KP 1.00* ! LA 0.69 MK 1.17 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.442491Jy sigma=0.000678 ! Fit after self-cal, rms=0.373670Jy sigma=0.000674 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.13 mas, bmaj=8.288 mas, bpa=-5.036 degrees ! Estimated noise=1007.41 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.00167315 Jy ! Component: 100 - total flux cleaned = 0.0019419 Jy ! Component: 150 - total flux cleaned = 0.0019772 Jy ! Component: 200 - total flux cleaned = 0.00201824 Jy ! Total flux subtracted in 200 components = 0.00201824 Jy ! Clean residual min=-0.003512 max=0.002984 Jy/beam ! Clean residual mean=-0.000004 rms=0.000818 Jy/beam ! Combined flux in latest and established models = 0.137911 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 40 components and 0.137911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.373524Jy sigma=0.000675 ! Fit after self-cal, rms=0.373459Jy sigma=0.000674 ! 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.373459Jy sigma=0.000674 ! Fit after self-cal, rms=0.387435Jy sigma=0.000673 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.125 mas, bmaj=8.29 mas, bpa=-4.953 degrees ! Estimated noise=1023.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00199273 Jy ! Component: 100 - total flux cleaned = 0.00221247 Jy ! Component: 150 - total flux cleaned = 0.00237332 Jy ! Component: 200 - total flux cleaned = 0.00242498 Jy ! Total flux subtracted in 200 components = 0.00242498 Jy ! Clean residual min=-0.003119 max=0.002920 Jy/beam ! Clean residual mean=-0.000006 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.140336 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 48 components and 0.140336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.387224Jy sigma=0.000673 ! Fit after self-cal, rms=0.387250Jy sigma=0.000673 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 = -4.73329e-05 Jy ! Component: 100 - total flux cleaned = 2.17357e-05 Jy ! Component: 150 - total flux cleaned = 2.34492e-05 Jy ! Component: 200 - total flux cleaned = 2.47078e-05 Jy ! Total flux subtracted in 200 components = 2.47078e-05 Jy ! Clean residual min=-0.003158 max=0.002885 Jy/beam ! Clean residual mean=-0.000005 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.14036 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.14036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.387202Jy sigma=0.000673 ! Fit after self-cal, rms=0.387197Jy sigma=0.000673 ! 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.387197Jy sigma=0.000673 ! Fit after self-cal, rms=0.399299Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.12 mas, bmaj=8.296 mas, bpa=-4.99 degrees ! Estimated noise=1039.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00190779 Jy ! Component: 100 - total flux cleaned = 0.00211096 Jy ! Component: 150 - total flux cleaned = 0.00226388 Jy ! Component: 200 - total flux cleaned = 0.00226261 Jy ! Total flux subtracted in 200 components = 0.00226261 Jy ! Clean residual min=-0.003118 max=0.003015 Jy/beam ! Clean residual mean=-0.000006 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.142623 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 59 components and 0.142623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.399098Jy sigma=0.000673 ! Fit after self-cal, rms=0.399100Jy sigma=0.000673 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.69422e-05 Jy ! Component: 100 - total flux cleaned = 2.98715e-05 Jy ! Component: 150 - total flux cleaned = 2.97247e-05 Jy ! Component: 200 - total flux cleaned = 3.04666e-05 Jy ! Total flux subtracted in 200 components = 3.04666e-05 Jy ! Clean residual min=-0.003148 max=0.002993 Jy/beam ! Clean residual mean=-0.000006 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.142654 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 59 components and 0.142654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.399044Jy sigma=0.000673 ! Fit after self-cal, rms=0.399040Jy sigma=0.000673 ! 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.399040Jy sigma=0.000673 ! Fit after self-cal, rms=0.411426Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.586 mas, bmaj=17.79 mas, bpa=-3.836 degrees ! Estimated noise=1309.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00180911 Jy ! Component: 100 - total flux cleaned = 0.0018897 Jy ! Component: 150 - total flux cleaned = 0.00192684 Jy ! Component: 200 - total flux cleaned = 0.00192684 Jy ! Total flux subtracted in 200 components = 0.00192684 Jy ! Clean residual min=-0.003445 max=0.003436 Jy/beam ! Clean residual mean=-0.000014 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.14458 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 64 components and 0.14458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.411216Jy sigma=0.000673 ! Fit after self-cal, rms=0.411211Jy sigma=0.000673 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.000137559 Jy ! Component: 100 - total flux cleaned = -0.000105785 Jy ! Component: 150 - total flux cleaned = -0.000134535 Jy ! Component: 200 - total flux cleaned = -0.00016081 Jy ! Total flux subtracted in 200 components = -0.00016081 Jy ! Clean residual min=-0.003417 max=0.003448 Jy/beam ! Clean residual mean=-0.000014 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.14442 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 67 components and 0.14442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.411118Jy sigma=0.000673 ! Fit after self-cal, rms=0.411110Jy sigma=0.000673 ! 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.116 mas, bmaj=8.304 mas, bpa=-5.042 degrees ! Estimated noise=1055.73 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.116 x 8.304 at -5.042 degrees (North through East) ! Clean map min=-0.0036679 max=0.12454 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.642 mas, bmaj=7.434 mas, bpa=-4.596 degrees ! Estimated noise=1806.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0968317 Jy ! Component: 100 - total flux cleaned = 0.123526 Jy ! Component: 150 - total flux cleaned = 0.134484 Jy ! Component: 200 - total flux cleaned = 0.141199 Jy ! Total flux subtracted in 200 components = 0.141199 Jy ! Clean residual min=-0.005397 max=0.004931 Jy/beam ! Clean residual mean=-0.000004 rms=0.001268 Jy/beam ! Combined flux in latest and established models = 0.141199 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.141199 Jy ! Inverting map and beam ! Estimated beam: bmin=3.116 mas, bmaj=8.304 mas, bpa=-5.042 degrees ! Estimated noise=1055.73 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 (3, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00249071 Jy ! Component: 100 - total flux cleaned = 0.00291685 Jy ! Component: 150 - total flux cleaned = 0.00309351 Jy ! Component: 200 - total flux cleaned = 0.00295882 Jy ! Total flux subtracted in 200 components = 0.00295882 Jy ! Clean residual min=-0.002995 max=0.002998 Jy/beam ! Clean residual mean=-0.000007 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.144158 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 42 components and 0.144158 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.586 mas, bmaj=17.79 mas, bpa=-3.836 degrees ! Estimated noise=1309.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000478591 Jy ! Component: 100 - total flux cleaned = -0.000685834 Jy ! Component: 150 - total flux cleaned = -0.000942839 Jy ! Component: 200 - total flux cleaned = -0.00117985 Jy ! Total flux subtracted in 200 components = -0.00117985 Jy ! Clean residual min=-0.003246 max=0.003566 Jy/beam ! Clean residual mean=-0.000018 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.142978 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.000166747 Jy ! Component: 100 - total flux cleaned = -0.000321102 Jy ! Component: 150 - total flux cleaned = -0.000465355 Jy ! Component: 200 - total flux cleaned = -0.000645439 Jy ! Total flux subtracted in 200 components = -0.000645439 Jy ! Clean residual min=-0.003267 max=0.003682 Jy/beam ! Clean residual mean=-0.000019 rms=0.001031 Jy/beam ! Combined flux in latest and established models = 0.142333 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 72 components and 0.142333 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.116 mas, bmaj=8.304 mas, bpa=-5.042 degrees ! Estimated noise=1055.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000104233 Jy ! Component: 100 - total flux cleaned = 4.75826e-05 Jy ! Component: 150 - total flux cleaned = 4.87296e-05 Jy ! Component: 200 - total flux cleaned = 4.75872e-05 Jy ! Total flux subtracted in 200 components = 4.75872e-05 Jy ! Clean residual min=-0.003159 max=0.003304 Jy/beam ! Clean residual mean=-0.000008 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.14238 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 83 components and 0.14238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.410701Jy sigma=0.000673 ! Fit after self-cal, rms=0.410695Jy sigma=0.000673 wmodel J1317-2031_S_2017_05_27_pus_map.mod ! Writing 83 model components to file: J1317-2031_S_2017_05_27_pus_map.mod wobs J1317-2031_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J1317-2031_S_2017_05_27_pus_uvs.fits wwins J1317-2031_S_2017_05_27_pus_map.win ! wwins: Wrote 2 windows to J1317-2031_S_2017_05_27_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.000765241 Jy ! Component: 100 - total flux cleaned = 0.00125769 Jy ! Component: 150 - total flux cleaned = 0.00130939 Jy ! Component: 200 - total flux cleaned = 0.00145533 Jy ! Component: 250 - total flux cleaned = 0.00150184 Jy ! Component: 300 - total flux cleaned = 0.00140991 Jy ! Component: 350 - total flux cleaned = 0.00127535 Jy ! Component: 400 - total flux cleaned = 0.00110123 Jy ! Component: 450 - total flux cleaned = 0.000803848 Jy ! Component: 500 - total flux cleaned = 0.000554783 Jy ! Component: 550 - total flux cleaned = 0.000351245 Jy ! Component: 600 - total flux cleaned = 7.14108e-05 Jy ! Component: 650 - total flux cleaned = -0.000163333 Jy ! Component: 700 - total flux cleaned = -0.000240947 Jy ! Component: 750 - total flux cleaned = -0.000355183 Jy ! Component: 800 - total flux cleaned = -0.000467357 Jy ! Component: 850 - total flux cleaned = -0.000504421 Jy ! Component: 900 - total flux cleaned = -0.000650994 Jy ! Component: 950 - total flux cleaned = -0.000830402 Jy ! Component: 1000 - total flux cleaned = -0.000971834 Jy ! Component: 1050 - total flux cleaned = -0.000866298 Jy ! Component: 1100 - total flux cleaned = -0.000901309 Jy ! Component: 1150 - total flux cleaned = -0.00103868 Jy ! Component: 1200 - total flux cleaned = -0.00113988 Jy ! Component: 1250 - total flux cleaned = -0.00110641 Jy ! Component: 1300 - total flux cleaned = -0.00113995 Jy ! Component: 1350 - total flux cleaned = -0.00123789 Jy ! Component: 1400 - total flux cleaned = -0.00117298 Jy ! Component: 1450 - total flux cleaned = -0.00133381 Jy ! Component: 1500 - total flux cleaned = -0.00146159 Jy ! Component: 1550 - total flux cleaned = -0.00152486 Jy ! Component: 1600 - total flux cleaned = -0.00152468 Jy ! Component: 1650 - total flux cleaned = -0.00167971 Jy ! Component: 1700 - total flux cleaned = -0.00174135 Jy ! Component: 1750 - total flux cleaned = -0.0017409 Jy ! Component: 1800 - total flux cleaned = -0.00183196 Jy ! Component: 1850 - total flux cleaned = -0.0019523 Jy ! Component: 1900 - total flux cleaned = -0.00207168 Jy ! Component: 1950 - total flux cleaned = -0.00221962 Jy ! Component: 2000 - total flux cleaned = -0.00227835 Jy ! Component: 2050 - total flux cleaned = -0.00245386 Jy ! Component: 2100 - total flux cleaned = -0.00251175 Jy ! Component: 2150 - total flux cleaned = -0.00262688 Jy ! Component: 2200 - total flux cleaned = -0.00271282 Jy ! Component: 2250 - total flux cleaned = -0.00288333 Jy ! Component: 2300 - total flux cleaned = -0.0029682 Jy ! Component: 2350 - total flux cleaned = -0.00308044 Jy ! Component: 2400 - total flux cleaned = -0.00321987 Jy ! Component: 2450 - total flux cleaned = -0.00333048 Jy ! Component: 2500 - total flux cleaned = -0.00344047 Jy ! Component: 2550 - total flux cleaned = -0.00341302 Jy ! Component: 2600 - total flux cleaned = -0.00352195 Jy ! Component: 2650 - total flux cleaned = -0.00357597 Jy ! Component: 2700 - total flux cleaned = -0.00357602 Jy ! Component: 2750 - total flux cleaned = -0.00360277 Jy ! Component: 2800 - total flux cleaned = -0.00360284 Jy ! Component: 2850 - total flux cleaned = -0.00360292 Jy ! Component: 2900 - total flux cleaned = -0.00370821 Jy ! Component: 2950 - total flux cleaned = -0.00368201 Jy ! Component: 3000 - total flux cleaned = -0.00373412 Jy ! Component: 3050 - total flux cleaned = -0.00378588 Jy ! Component: 3100 - total flux cleaned = -0.00375999 Jy ! Component: 3150 - total flux cleaned = -0.00378562 Jy ! Component: 3200 - total flux cleaned = -0.00391273 Jy ! Component: 3250 - total flux cleaned = -0.00393795 Jy ! Component: 3300 - total flux cleaned = -0.00398832 Jy ! Component: 3350 - total flux cleaned = -0.00401339 Jy ! Component: 3400 - total flux cleaned = -0.00398862 Jy ! Component: 3450 - total flux cleaned = -0.00396386 Jy ! Component: 3500 - total flux cleaned = -0.00401347 Jy ! Component: 3550 - total flux cleaned = -0.00401348 Jy ! Component: 3600 - total flux cleaned = -0.00411133 Jy ! Component: 3650 - total flux cleaned = -0.00406251 Jy ! Component: 3700 - total flux cleaned = -0.00408668 Jy ! Component: 3750 - total flux cleaned = -0.0041833 Jy ! Component: 3800 - total flux cleaned = -0.00418323 Jy ! Component: 3850 - total flux cleaned = -0.00413529 Jy ! Component: 3900 - total flux cleaned = -0.00420681 Jy ! Component: 3950 - total flux cleaned = -0.00413573 Jy ! Component: 4000 - total flux cleaned = -0.0042304 Jy ! Component: 4050 - total flux cleaned = -0.00418338 Jy ! Total flux subtracted in 4096 components = -0.00427723 Jy ! Clean residual min=-0.001591 max=0.001381 Jy/beam ! Clean residual mean=-0.000003 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.138103 Jy keep ! Adding 318 model components to the UV plane model. ! The established model now contains 401 components and 0.138103 Jy ![Exited script file: muppet] wmap "J1317-2031_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.116 x 8.304 at -5.042 degrees (North through East) ! Clean map min=-0.0045499 max=0.12728 Jy/beam ! Writing clean map to FITS file: J1317-2031_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.127278 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000459478 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.08301 1.08301 2.16602 4.33204 8.66409 17.3282 34.6563 69.3127 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.127 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.116 x 8.304 at -5.042 degrees (North through East) ! Clean map min=-0.0045499 max=0.12728 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 J1317-2031_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:08:25 2019