! Started logfile: J1145+1310_S_2017_02_24_pus_uvs.log on Sat May 4 11:26:03 2019 obs J1145+1310_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J1145+1310_S_2017_02_24_pus_uva.fits ! AN table 1: 219 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.892846 visibilities/baseline/integration-bin. ! Found source: J1145+1310 ! ! 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 823 lines of history. ! ! Reading 35196 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 J1145+1310_S_2017_02_24_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 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 783 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001492Jy sigma=0.011825 ! Fit after self-cal, rms=0.965805Jy sigma=0.011579 ! 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.826 mas, bmaj=6.529 mas, bpa=-4.355 degrees ! Estimated noise=722.793 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.0275059 Jy ! Component: 100 - total flux cleaned = 0.0335152 Jy ! Total flux subtracted in 100 components = 0.0335152 Jy ! Clean residual min=-0.002561 max=0.002957 Jy/beam ! Clean residual mean=-0.000003 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.0335152 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0335152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083587Jy sigma=0.000695 ! Fit after self-cal, rms=0.082242Jy sigma=0.000674 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00369389 Jy ! Component: 100 - total flux cleaned = 0.00327189 Jy ! Total flux subtracted in 100 components = 0.00327189 Jy ! Clean residual min=-0.002497 max=0.002756 Jy/beam ! Clean residual mean=-0.000001 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.0367871 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0367871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081961Jy sigma=0.000682 ! Fit after self-cal, rms=0.081949Jy sigma=0.000681 ! 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.635 mas, bmaj=7.415 mas, bpa=-2.152 degrees ! Estimated noise=430.954 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 = 2.83236e-05 Jy ! Component: 100 - total flux cleaned = 2.81363e-05 Jy ! Component: 150 - total flux cleaned = 5.49334e-06 Jy ! Component: 200 - total flux cleaned = -2.44503e-05 Jy ! Total flux subtracted in 200 components = -2.44503e-05 Jy ! Clean residual min=-0.001850 max=0.001774 Jy/beam ! Clean residual mean=-0.000006 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.0367627 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 16 components and 0.0367627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081937Jy sigma=0.000682 ! Fit after self-cal, rms=0.081930Jy sigma=0.000682 ! 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.93 FD 1.03 HN 1.04 KP 0.93 ! LA 0.96 MK 0.93 NL 1.01 OV 1.05 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.73 HN 1.08 KP 0.90 ! LA 0.93 MK 1.05 NL 0.93 OV 1.09 ! PT 1.07 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.02 HN 1.00 KP 1.07 ! LA 0.98 MK 1.00 NL 1.01 OV 1.00 ! PT 1.04 SC 0.98 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 5.44 HN 0.90 KP 1.00* ! LA 0.73 MK 0.95 NL 1.00* OV 0.91 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.081930Jy sigma=0.000682 ! Fit after self-cal, rms=0.112115Jy sigma=0.000643 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.557 mas, bmaj=7.281 mas, bpa=-1.563 degrees ! Estimated noise=461.207 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.00237174 Jy ! Component: 100 - total flux cleaned = 0.00314333 Jy ! Component: 150 - total flux cleaned = 0.00319588 Jy ! Component: 200 - total flux cleaned = 0.00319626 Jy ! Total flux subtracted in 200 components = 0.00319626 Jy ! Clean residual min=-0.002238 max=0.001694 Jy/beam ! Clean residual mean=-0.000010 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0399589 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 34 components and 0.0399589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111871Jy sigma=0.000643 ! Fit after self-cal, rms=0.112510Jy sigma=0.000641 ! 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.112510Jy sigma=0.000641 ! Fit after self-cal, rms=0.129365Jy sigma=0.000637 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.56 mas, bmaj=7.296 mas, bpa=-1.797 degrees ! Estimated noise=468.152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000757327 Jy ! Component: 100 - total flux cleaned = 0.000875934 Jy ! Component: 150 - total flux cleaned = 0.000876219 Jy ! Component: 200 - total flux cleaned = 0.000886479 Jy ! Total flux subtracted in 200 components = 0.000886479 Jy ! Clean residual min=-0.001304 max=0.001152 Jy/beam ! Clean residual mean=-0.000004 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.0408454 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 51 components and 0.0408454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129331Jy sigma=0.000637 ! Fit after self-cal, rms=0.129298Jy sigma=0.000636 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.000198986 Jy ! Component: 100 - total flux cleaned = 0.00018774 Jy ! Component: 150 - total flux cleaned = 0.000177495 Jy ! Component: 200 - total flux cleaned = 0.00017736 Jy ! Total flux subtracted in 200 components = 0.00017736 Jy ! Clean residual min=-0.001416 max=0.001217 Jy/beam ! Clean residual mean=-0.000005 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.0410228 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 55 components and 0.0410228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129286Jy sigma=0.000636 ! Fit after self-cal, rms=0.129283Jy sigma=0.000636 ! 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.129283Jy sigma=0.000636 ! Fit after self-cal, rms=0.144140Jy sigma=0.000635 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.555 mas, bmaj=7.29 mas, bpa=-1.681 degrees ! Estimated noise=476.108 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00068815 Jy ! Component: 100 - total flux cleaned = 0.000796232 Jy ! Component: 150 - total flux cleaned = 0.000796125 Jy ! Component: 200 - total flux cleaned = 0.000805263 Jy ! Total flux subtracted in 200 components = 0.000805263 Jy ! Clean residual min=-0.001302 max=0.001170 Jy/beam ! Clean residual mean=-0.000004 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.041828 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 55 components and 0.041828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144111Jy sigma=0.000635 ! Fit after self-cal, rms=0.144112Jy sigma=0.000635 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.14394e-06 Jy ! Component: 100 - total flux cleaned = -9.81875e-07 Jy ! Component: 150 - total flux cleaned = 1.70844e-05 Jy ! Component: 200 - total flux cleaned = 2.56485e-05 Jy ! Total flux subtracted in 200 components = 2.56485e-05 Jy ! Clean residual min=-0.001304 max=0.001162 Jy/beam ! Clean residual mean=-0.000005 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.0418537 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 58 components and 0.0418537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144107Jy sigma=0.000635 ! Fit after self-cal, rms=0.144105Jy sigma=0.000635 ! 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.144105Jy sigma=0.000635 ! Fit after self-cal, rms=0.150746Jy sigma=0.000635 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.435 mas, bmaj=10.55 mas, bpa=-0.9888 degrees ! Estimated noise=602.749 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000791097 Jy ! Component: 100 - total flux cleaned = 0.000968946 Jy ! Component: 150 - total flux cleaned = 0.00098269 Jy ! Component: 200 - total flux cleaned = 0.000983033 Jy ! Total flux subtracted in 200 components = 0.000983033 Jy ! Clean residual min=-0.001536 max=0.001458 Jy/beam ! Clean residual mean=-0.000008 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.0428367 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 70 components and 0.0428367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150712Jy sigma=0.000635 ! Fit after self-cal, rms=0.150717Jy sigma=0.000635 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.50863e-05 Jy ! Component: 100 - total flux cleaned = 4.13741e-05 Jy ! Component: 150 - total flux cleaned = 5.00107e-05 Jy ! Component: 200 - total flux cleaned = 5.00412e-05 Jy ! Total flux subtracted in 200 components = 5.00412e-05 Jy ! Clean residual min=-0.001510 max=0.001485 Jy/beam ! Clean residual mean=-0.000009 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.0428867 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 74 components and 0.0428867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150712Jy sigma=0.000635 ! Fit after self-cal, rms=0.150712Jy sigma=0.000635 ! 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.55 mas, bmaj=7.282 mas, bpa=-1.588 degrees ! Estimated noise=484.568 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.55 x 7.282 at -1.588 degrees (North through East) ! Clean map min=-0.0012611 max=0.043382 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.767 mas, bmaj=6.408 mas, bpa=-4.003 degrees ! Estimated noise=808.136 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.033826 Jy ! Component: 100 - total flux cleaned = 0.041319 Jy ! Component: 150 - total flux cleaned = 0.0428405 Jy ! Component: 200 - total flux cleaned = 0.0426827 Jy ! Total flux subtracted in 200 components = 0.0426827 Jy ! Clean residual min=-0.002164 max=0.001880 Jy/beam ! Clean residual mean=-0.000002 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.0426827 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0426827 Jy ! Inverting map and beam ! Estimated beam: bmin=3.55 mas, bmaj=7.282 mas, bpa=-1.588 degrees ! Estimated noise=484.568 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 = 9.76362e-05 Jy ! Component: 100 - total flux cleaned = 0.000199966 Jy ! Component: 150 - total flux cleaned = 0.000282222 Jy ! Component: 200 - total flux cleaned = 0.000298957 Jy ! Total flux subtracted in 200 components = 0.000298957 Jy ! Clean residual min=-0.001329 max=0.001223 Jy/beam ! Clean residual mean=-0.000004 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.0429817 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 33 components and 0.0429817 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.435 mas, bmaj=10.55 mas, bpa=-0.9888 degrees ! Estimated noise=602.749 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.78685e-06 Jy ! Component: 100 - total flux cleaned = -1.72518e-05 Jy ! Component: 150 - total flux cleaned = -3.17604e-05 Jy ! Component: 200 - total flux cleaned = -4.38936e-05 Jy ! Total flux subtracted in 200 components = -4.38936e-05 Jy ! Clean residual min=-0.001509 max=0.001488 Jy/beam ! Clean residual mean=-0.000009 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.0429378 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.14108e-06 Jy ! Component: 100 - total flux cleaned = -9.59411e-06 Jy ! Component: 150 - total flux cleaned = -9.54811e-06 Jy ! Component: 200 - total flux cleaned = -9.55347e-06 Jy ! Total flux subtracted in 200 components = -9.55347e-06 Jy ! Clean residual min=-0.001508 max=0.001489 Jy/beam ! Clean residual mean=-0.000009 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.0429282 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 46 components and 0.0429282 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.55 mas, bmaj=7.282 mas, bpa=-1.588 degrees ! Estimated noise=484.568 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.89813e-05 Jy ! Component: 100 - total flux cleaned = -3.28786e-05 Jy ! Component: 150 - total flux cleaned = -3.27144e-05 Jy ! Component: 200 - total flux cleaned = -2.23025e-05 Jy ! Total flux subtracted in 200 components = -2.23025e-05 Jy ! Clean residual min=-0.001304 max=0.001199 Jy/beam ! Clean residual mean=-0.000004 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.0429059 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 0.0429059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150712Jy sigma=0.000635 ! Fit after self-cal, rms=0.150711Jy sigma=0.000635 wmodel J1145+1310_S_2017_02_24_pus_map.mod ! Writing 53 model components to file: J1145+1310_S_2017_02_24_pus_map.mod wobs J1145+1310_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J1145+1310_S_2017_02_24_pus_uvs.fits wwins J1145+1310_S_2017_02_24_pus_map.win ! wwins: Wrote 1 windows to J1145+1310_S_2017_02_24_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.000436283 Jy ! Component: 100 - total flux cleaned = -0.00056862 Jy ! Component: 150 - total flux cleaned = -0.000738577 Jy ! Component: 200 - total flux cleaned = -0.000841206 Jy ! Component: 250 - total flux cleaned = -0.000901058 Jy ! Component: 300 - total flux cleaned = -0.00101636 Jy ! Component: 350 - total flux cleaned = -0.00112854 Jy ! Component: 400 - total flux cleaned = -0.00123866 Jy ! Component: 450 - total flux cleaned = -0.00136429 Jy ! Component: 500 - total flux cleaned = -0.00148723 Jy ! Component: 550 - total flux cleaned = -0.00153886 Jy ! Component: 600 - total flux cleaned = -0.00162396 Jy ! Component: 650 - total flux cleaned = -0.0016408 Jy ! Component: 700 - total flux cleaned = -0.00170683 Jy ! Component: 750 - total flux cleaned = -0.00178787 Jy ! Component: 800 - total flux cleaned = -0.00177174 Jy ! Component: 850 - total flux cleaned = -0.00180324 Jy ! Component: 900 - total flux cleaned = -0.00183432 Jy ! Component: 950 - total flux cleaned = -0.00181892 Jy ! Component: 1000 - total flux cleaned = -0.00184948 Jy ! Component: 1050 - total flux cleaned = -0.00187958 Jy ! Component: 1100 - total flux cleaned = -0.00189431 Jy ! Component: 1150 - total flux cleaned = -0.00189433 Jy ! Component: 1200 - total flux cleaned = -0.00192353 Jy ! Component: 1250 - total flux cleaned = -0.00195231 Jy ! Component: 1300 - total flux cleaned = -0.00196639 Jy ! Component: 1350 - total flux cleaned = -0.0019524 Jy ! Component: 1400 - total flux cleaned = -0.00202228 Jy ! Component: 1450 - total flux cleaned = -0.00204972 Jy ! Component: 1500 - total flux cleaned = -0.00200883 Jy ! Component: 1550 - total flux cleaned = -0.00204944 Jy ! Component: 1600 - total flux cleaned = -0.0020359 Jy ! Component: 1650 - total flux cleaned = -0.00211577 Jy ! Component: 1700 - total flux cleaned = -0.00211585 Jy ! Component: 1750 - total flux cleaned = -0.00212886 Jy ! Component: 1800 - total flux cleaned = -0.00216784 Jy ! Component: 1850 - total flux cleaned = -0.00212923 Jy ! Component: 1900 - total flux cleaned = -0.00219309 Jy ! Component: 1950 - total flux cleaned = -0.0021425 Jy ! Component: 2000 - total flux cleaned = -0.00224298 Jy ! Component: 2050 - total flux cleaned = -0.00224301 Jy ! Component: 2100 - total flux cleaned = -0.0022552 Jy ! Component: 2150 - total flux cleaned = -0.00229188 Jy ! Component: 2200 - total flux cleaned = -0.00231619 Jy ! Component: 2250 - total flux cleaned = -0.00234032 Jy ! Component: 2300 - total flux cleaned = -0.00241192 Jy ! Component: 2350 - total flux cleaned = -0.00239999 Jy ! Component: 2400 - total flux cleaned = -0.00238821 Jy ! Component: 2450 - total flux cleaned = -0.00237637 Jy ! Component: 2500 - total flux cleaned = -0.00238776 Jy ! Component: 2550 - total flux cleaned = -0.00237629 Jy ! Component: 2600 - total flux cleaned = -0.00235338 Jy ! Component: 2650 - total flux cleaned = -0.00229657 Jy ! Component: 2700 - total flux cleaned = -0.00229664 Jy ! Component: 2750 - total flux cleaned = -0.00225192 Jy ! Component: 2800 - total flux cleaned = -0.00225182 Jy ! Component: 2850 - total flux cleaned = -0.00220769 Jy ! Component: 2900 - total flux cleaned = -0.00218585 Jy ! Component: 2950 - total flux cleaned = -0.00225119 Jy ! Component: 3000 - total flux cleaned = -0.00220775 Jy ! Component: 3050 - total flux cleaned = -0.00217546 Jy ! Component: 3100 - total flux cleaned = -0.00215401 Jy ! Component: 3150 - total flux cleaned = -0.00215414 Jy ! Component: 3200 - total flux cleaned = -0.00210134 Jy ! Component: 3250 - total flux cleaned = -0.00209087 Jy ! Component: 3300 - total flux cleaned = -0.00205944 Jy ! Component: 3350 - total flux cleaned = -0.00202844 Jy ! Component: 3400 - total flux cleaned = -0.00203885 Jy ! Component: 3450 - total flux cleaned = -0.00205928 Jy ! Component: 3500 - total flux cleaned = -0.00202882 Jy ! Component: 3550 - total flux cleaned = -0.00197828 Jy ! Component: 3600 - total flux cleaned = -0.00199838 Jy ! Component: 3650 - total flux cleaned = -0.00195834 Jy ! Component: 3700 - total flux cleaned = -0.00198813 Jy ! Component: 3750 - total flux cleaned = -0.00198801 Jy ! Component: 3800 - total flux cleaned = -0.0020175 Jy ! Component: 3850 - total flux cleaned = -0.00198825 Jy ! Component: 3900 - total flux cleaned = -0.00203684 Jy ! Component: 3950 - total flux cleaned = -0.00202708 Jy ! Component: 4000 - total flux cleaned = -0.00203668 Jy ! Component: 4050 - total flux cleaned = -0.00203671 Jy ! Total flux subtracted in 4096 components = -0.00205569 Jy ! Clean residual min=-0.000593 max=0.000591 Jy/beam ! Clean residual mean=-0.000003 rms=0.000185 Jy/beam ! Combined flux in latest and established models = 0.0408502 Jy keep ! Adding 315 model components to the UV plane model. ! The established model now contains 368 components and 0.0408502 Jy ![Exited script file: muppet] wmap "J1145+1310_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.55 x 7.282 at -1.588 degrees (North through East) ! Clean map min=-0.0010163 max=0.04355 Jy/beam ! Writing clean map to FITS file: J1145+1310_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0435501 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00018341 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.26345 1.26345 2.52689 5.05378 10.1076 20.2151 40.4302 80.8605 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.043 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.55 x 7.282 at -1.588 degrees (North through East) ! Clean map min=-0.0010163 max=0.04355 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 J1145+1310_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:26:08 2019