! Started logfile: J1319+5148_S_2017_02_19_pus_uvs.log on Sat May 4 18:51:52 2019 obs J1319+5148_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J1319+5148_S_2017_02_19_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.718561 visibilities/baseline/integration-bin. ! Found source: J1319+5148 ! ! 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 482 lines of history. ! ! Reading 22376 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 J1319+5148_S_2017_02_19_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 255 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 255 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 255 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 780 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.839518Jy sigma=0.007582 ! Fit after self-cal, rms=0.833460Jy sigma=0.007532 ! 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.825 mas, bmaj=4.236 mas, bpa=-11.84 degrees ! Estimated noise=1067.07 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.12401 Jy ! Component: 100 - total flux cleaned = 0.159306 Jy ! Total flux subtracted in 100 components = 0.159306 Jy ! Clean residual min=-0.007522 max=0.017654 Jy/beam ! Clean residual mean=-0.000008 rms=0.002280 Jy/beam ! Combined flux in latest and established models = 0.159306 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.159306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096734Jy sigma=0.000777 ! Fit after self-cal, rms=0.096661Jy sigma=0.000776 ! Inverting map ! Added new window around map position (4.5, -4). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0196491 Jy ! Component: 100 - total flux cleaned = 0.0321988 Jy ! Total flux subtracted in 100 components = 0.0321988 Jy ! Clean residual min=-0.006368 max=0.006886 Jy/beam ! Clean residual mean=-0.000006 rms=0.001660 Jy/beam ! Combined flux in latest and established models = 0.191505 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 24 components and 0.191505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090706Jy sigma=0.000730 ! Fit after self-cal, rms=0.090477Jy sigma=0.000728 ! 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.537 mas, bmaj=4.944 mas, bpa=-11.02 degrees ! Estimated noise=583.201 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0130312 Jy ! Component: 100 - total flux cleaned = 0.0207082 Jy ! Component: 150 - total flux cleaned = 0.0258842 Jy ! Component: 200 - total flux cleaned = 0.0295195 Jy ! Total flux subtracted in 200 components = 0.0295195 Jy ! Clean residual min=-0.005097 max=0.005866 Jy/beam ! Clean residual mean=0.000004 rms=0.001259 Jy/beam ! Combined flux in latest and established models = 0.221025 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 57 components and 0.221025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087873Jy sigma=0.000712 ! Fit after self-cal, rms=0.087685Jy sigma=0.000710 ! 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.01 FD 0.96 HN 1.01 KP 1.05 ! LA 1.01 MK 1.02 NL 0.90 OV 1.04 ! PT 1.00* SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.01 HN 1.03 KP 0.99 ! LA 0.97 MK 0.99 NL 1.05 OV 1.07 ! PT 1.00* SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.03 HN 0.98 KP 0.88 ! LA 0.77 MK 1.02 NL 1.14 OV 0.98 ! PT 1.00* SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.04 HN 0.91 KP 1.00* ! LA 0.84 MK 1.57 NL 1.00* OV 1.20 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.087685Jy sigma=0.000710 ! Fit after self-cal, rms=0.084666Jy sigma=0.000687 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.565 mas, bmaj=4.955 mas, bpa=-9.674 degrees ! Estimated noise=580.089 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 (17, -13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00539791 Jy ! Component: 100 - total flux cleaned = 0.00895145 Jy ! Component: 150 - total flux cleaned = 0.0115072 Jy ! Component: 200 - total flux cleaned = 0.0131927 Jy ! Total flux subtracted in 200 components = 0.0131927 Jy ! Clean residual min=-0.003057 max=0.002872 Jy/beam ! Clean residual mean=-0.000003 rms=0.000761 Jy/beam ! Combined flux in latest and established models = 0.234217 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 83 components and 0.234217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084228Jy sigma=0.000683 ! Fit after self-cal, rms=0.084262Jy sigma=0.000682 ! 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.084262Jy sigma=0.000682 ! Fit after self-cal, rms=0.087910Jy sigma=0.000674 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.572 mas, bmaj=4.947 mas, bpa=-10.19 degrees ! Estimated noise=580.246 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001514 Jy ! Component: 100 - total flux cleaned = 0.0026162 Jy ! Component: 150 - total flux cleaned = 0.0033097 Jy ! Component: 200 - total flux cleaned = 0.00377637 Jy ! Total flux subtracted in 200 components = 0.00377637 Jy ! Clean residual min=-0.001542 max=0.001672 Jy/beam ! Clean residual mean=-0.000001 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.237994 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 100 components and 0.237994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087848Jy sigma=0.000673 ! Fit after self-cal, rms=0.088053Jy 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) ! Added new window around map position (8.5, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0014135 Jy ! Component: 100 - total flux cleaned = 0.00172859 Jy ! Component: 150 - total flux cleaned = 0.00202828 Jy ! Component: 200 - total flux cleaned = 0.0023871 Jy ! Total flux subtracted in 200 components = 0.0023871 Jy ! Clean residual min=-0.001436 max=0.001339 Jy/beam ! Clean residual mean=-0.000001 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.240381 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 113 components and 0.240381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088003Jy sigma=0.000672 ! Fit after self-cal, rms=0.087995Jy sigma=0.000672 ! 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.087995Jy sigma=0.000672 ! Fit after self-cal, rms=0.088593Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.572 mas, bmaj=4.948 mas, bpa=-10.13 degrees ! Estimated noise=579.491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000661194 Jy ! Component: 100 - total flux cleaned = 0.00102793 Jy ! Component: 150 - total flux cleaned = 0.00125746 Jy ! Component: 200 - total flux cleaned = 0.00146369 Jy ! Total flux subtracted in 200 components = 0.00146369 Jy ! Clean residual min=-0.001305 max=0.001238 Jy/beam ! Clean residual mean=-0.000001 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.241844 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 121 components and 0.241844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088571Jy sigma=0.000672 ! Fit after self-cal, rms=0.088576Jy sigma=0.000672 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.000249444 Jy ! Component: 100 - total flux cleaned = 0.00041629 Jy ! Component: 150 - total flux cleaned = 0.000545947 Jy ! Component: 200 - total flux cleaned = 0.000645433 Jy ! Total flux subtracted in 200 components = 0.000645433 Jy ! Clean residual min=-0.001306 max=0.001231 Jy/beam ! Clean residual mean=-0.000001 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.24249 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 128 components and 0.24249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088564Jy sigma=0.000672 ! Fit after self-cal, rms=0.088562Jy sigma=0.000672 ! 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.088562Jy sigma=0.000672 ! Fit after self-cal, rms=0.088726Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.477 mas, bmaj=7.989 mas, bpa=-3.276 degrees ! Estimated noise=758.232 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000799178 Jy ! Component: 100 - total flux cleaned = 0.00138186 Jy ! Component: 150 - total flux cleaned = 0.00182458 Jy ! Component: 200 - total flux cleaned = 0.00207966 Jy ! Total flux subtracted in 200 components = 0.00207966 Jy ! Clean residual min=-0.001533 max=0.001631 Jy/beam ! Clean residual mean=-0.000000 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.244569 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 145 components and 0.244569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088722Jy sigma=0.000672 ! Fit after self-cal, rms=0.088723Jy sigma=0.000672 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.000340915 Jy ! Component: 100 - total flux cleaned = 0.000516321 Jy ! Component: 150 - total flux cleaned = 0.000602976 Jy ! Component: 200 - total flux cleaned = 0.000642882 Jy ! Total flux subtracted in 200 components = 0.000642882 Jy ! Clean residual min=-0.001525 max=0.001622 Jy/beam ! Clean residual mean=-0.000000 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.245212 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 150 components and 0.245212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088722Jy sigma=0.000672 ! Fit after self-cal, rms=0.088722Jy sigma=0.000672 ! 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.573 mas, bmaj=4.95 mas, bpa=-10.11 degrees ! Estimated noise=579.546 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.573 x 4.95 at -10.11 degrees (North through East) ! Clean map min=-0.0012458 max=0.16083 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.843 mas, bmaj=4.234 mas, bpa=-10.91 degrees ! Estimated noise=1063.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.122872 Jy ! Component: 100 - total flux cleaned = 0.161358 Jy ! Component: 150 - total flux cleaned = 0.182188 Jy ! Component: 200 - total flux cleaned = 0.194954 Jy ! Total flux subtracted in 200 components = 0.194954 Jy ! Clean residual min=-0.004247 max=0.006609 Jy/beam ! Clean residual mean=-0.000005 rms=0.001088 Jy/beam ! Combined flux in latest and established models = 0.194954 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.194954 Jy ! Inverting map and beam ! Estimated beam: bmin=3.573 mas, bmaj=4.95 mas, bpa=-10.11 degrees ! Estimated noise=579.546 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.0107417 Jy ! Component: 100 - total flux cleaned = 0.0177165 Jy ! Component: 150 - total flux cleaned = 0.0229632 Jy ! Component: 200 - total flux cleaned = 0.0271578 Jy ! Total flux subtracted in 200 components = 0.0271578 Jy ! Clean residual min=-0.002382 max=0.002501 Jy/beam ! Clean residual mean=-0.000001 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.222112 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 60 components and 0.222112 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.477 mas, bmaj=7.989 mas, bpa=-3.276 degrees ! Estimated noise=758.232 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00573938 Jy ! Component: 100 - total flux cleaned = 0.00955027 Jy ! Component: 150 - total flux cleaned = 0.0122578 Jy ! Component: 200 - total flux cleaned = 0.0143147 Jy ! Total flux subtracted in 200 components = 0.0143147 Jy ! Clean residual min=-0.002006 max=0.001827 Jy/beam ! Clean residual mean=-0.000001 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.236427 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.00163158 Jy ! Component: 100 - total flux cleaned = 0.00297092 Jy ! Component: 150 - total flux cleaned = 0.00408389 Jy ! Component: 200 - total flux cleaned = 0.00501502 Jy ! Total flux subtracted in 200 components = 0.00501502 Jy ! Clean residual min=-0.001659 max=0.001476 Jy/beam ! Clean residual mean=-0.000001 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.241442 Jy ! Adding 111 model components to the UV plane model. ! The established model now contains 162 components and 0.241442 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.573 mas, bmaj=4.95 mas, bpa=-10.11 degrees ! Estimated noise=579.546 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000823109 Jy ! Component: 100 - total flux cleaned = 0.00124063 Jy ! Component: 150 - total flux cleaned = 0.0015747 Jy ! Component: 200 - total flux cleaned = 0.0018461 Jy ! Total flux subtracted in 200 components = 0.0018461 Jy ! Clean residual min=-0.001536 max=0.001269 Jy/beam ! Clean residual mean=-0.000001 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.243288 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 175 components and 0.243288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088750Jy sigma=0.000672 ! Fit after self-cal, rms=0.088721Jy sigma=0.000672 wmodel J1319+5148_S_2017_02_19_pus_map.mod ! Writing 175 model components to file: J1319+5148_S_2017_02_19_pus_map.mod wobs J1319+5148_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J1319+5148_S_2017_02_19_pus_uvs.fits wwins J1319+5148_S_2017_02_19_pus_map.win ! wwins: Wrote 4 windows to J1319+5148_S_2017_02_19_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.000312273 Jy ! Component: 100 - total flux cleaned = -0.000589891 Jy ! Component: 150 - total flux cleaned = -0.000789415 Jy ! Component: 200 - total flux cleaned = -0.000918304 Jy ! Component: 250 - total flux cleaned = -0.00106456 Jy ! Component: 300 - total flux cleaned = -0.00120705 Jy ! Component: 350 - total flux cleaned = -0.0013261 Jy ! Component: 400 - total flux cleaned = -0.00138438 Jy ! Component: 450 - total flux cleaned = -0.00149886 Jy ! Component: 500 - total flux cleaned = -0.00159191 Jy ! Component: 550 - total flux cleaned = -0.00166467 Jy ! Component: 600 - total flux cleaned = -0.00164644 Jy ! Component: 650 - total flux cleaned = -0.00168146 Jy ! Component: 700 - total flux cleaned = -0.00173297 Jy ! Component: 750 - total flux cleaned = -0.00176699 Jy ! Component: 800 - total flux cleaned = -0.00181718 Jy ! Component: 850 - total flux cleaned = -0.00188361 Jy ! Component: 900 - total flux cleaned = -0.00193236 Jy ! Component: 950 - total flux cleaned = -0.00198052 Jy ! Component: 1000 - total flux cleaned = -0.00201201 Jy ! Component: 1050 - total flux cleaned = -0.00210551 Jy ! Component: 1100 - total flux cleaned = -0.00213601 Jy ! Component: 1150 - total flux cleaned = -0.00221209 Jy ! Component: 1200 - total flux cleaned = -0.00225746 Jy ! Component: 1250 - total flux cleaned = -0.00234641 Jy ! Component: 1300 - total flux cleaned = -0.00237558 Jy ! Component: 1350 - total flux cleaned = -0.00246257 Jy ! Component: 1400 - total flux cleaned = -0.00247689 Jy ! Component: 1450 - total flux cleaned = -0.00257597 Jy ! Component: 1500 - total flux cleaned = -0.00261775 Jy ! Component: 1550 - total flux cleaned = -0.00271467 Jy ! Component: 1600 - total flux cleaned = -0.00272819 Jy ! Component: 1650 - total flux cleaned = -0.0027824 Jy ! Component: 1700 - total flux cleaned = -0.00287611 Jy ! Component: 1750 - total flux cleaned = -0.00294254 Jy ! Component: 1800 - total flux cleaned = -0.0029557 Jy ! Component: 1850 - total flux cleaned = -0.003034 Jy ! Component: 1900 - total flux cleaned = -0.00307266 Jy ! Component: 1950 - total flux cleaned = -0.0031493 Jy ! Component: 2000 - total flux cleaned = -0.00320017 Jy ! Component: 2050 - total flux cleaned = -0.00326293 Jy ! Component: 2100 - total flux cleaned = -0.00327538 Jy ! Component: 2150 - total flux cleaned = -0.0033245 Jy ! Component: 2200 - total flux cleaned = -0.00336122 Jy ! Component: 2250 - total flux cleaned = -0.00339748 Jy ! Component: 2300 - total flux cleaned = -0.00343358 Jy ! Component: 2350 - total flux cleaned = -0.00340966 Jy ! Component: 2400 - total flux cleaned = -0.00338591 Jy ! Component: 2450 - total flux cleaned = -0.00342117 Jy ! Component: 2500 - total flux cleaned = -0.00345619 Jy ! Component: 2550 - total flux cleaned = -0.00347935 Jy ! Component: 2600 - total flux cleaned = -0.00350229 Jy ! Component: 2650 - total flux cleaned = -0.00352501 Jy ! Component: 2700 - total flux cleaned = -0.00354771 Jy ! Component: 2750 - total flux cleaned = -0.00355901 Jy ! Component: 2800 - total flux cleaned = -0.00361464 Jy ! Component: 2850 - total flux cleaned = -0.00368086 Jy ! Component: 2900 - total flux cleaned = -0.00369177 Jy ! Component: 2950 - total flux cleaned = -0.00373537 Jy ! Component: 3000 - total flux cleaned = -0.0037896 Jy ! Component: 3050 - total flux cleaned = -0.00384334 Jy ! Component: 3100 - total flux cleaned = -0.0038433 Jy ! Component: 3150 - total flux cleaned = -0.00386449 Jy ! Component: 3200 - total flux cleaned = -0.00392778 Jy ! Component: 3250 - total flux cleaned = -0.00396973 Jy ! Component: 3300 - total flux cleaned = -0.00401139 Jy ! Component: 3350 - total flux cleaned = -0.00401135 Jy ! Component: 3400 - total flux cleaned = -0.00403202 Jy ! Component: 3450 - total flux cleaned = -0.00406284 Jy ! Component: 3500 - total flux cleaned = -0.00412385 Jy ! Component: 3550 - total flux cleaned = -0.00413395 Jy ! Component: 3600 - total flux cleaned = -0.00419416 Jy ! Component: 3650 - total flux cleaned = -0.00421411 Jy ! Component: 3700 - total flux cleaned = -0.00420416 Jy ! Component: 3750 - total flux cleaned = -0.00424367 Jy ! Component: 3800 - total flux cleaned = -0.00423385 Jy ! Component: 3850 - total flux cleaned = -0.00426322 Jy ! Component: 3900 - total flux cleaned = -0.00434107 Jy ! Component: 3950 - total flux cleaned = -0.00436045 Jy ! Component: 4000 - total flux cleaned = -0.00438929 Jy ! Component: 4050 - total flux cleaned = -0.00441795 Jy ! Total flux subtracted in 4096 components = -0.00446555 Jy ! Clean residual min=-0.000516 max=0.000549 Jy/beam ! Clean residual mean=-0.000000 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.238822 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 470 components and 0.238822 Jy ![Exited script file: muppet] wmap "J1319+5148_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.573 x 4.95 at -10.11 degrees (North through East) ! Clean map min=-0.0010318 max=0.16093 Jy/beam ! Writing clean map to FITS file: J1319+5148_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.160928 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000169628 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.316218 0.316218 0.632436 1.26487 2.52975 5.05949 10.119 20.238 40.4759 80.9518 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.16 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.573 x 4.95 at -10.11 degrees (North through East) ! Clean map min=-0.0010318 max=0.16093 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 J1319+5148_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:51:57 2019