! Started logfile: J1425-2513_S_2017_07_16_pus_uvs.log on Thu May 9 11:11:03 2019 obs J1425-2513_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1425-2513_S_2017_07_16_pus_uva.fits ! AN table 1: 55 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.768081 visibilities/baseline/integration-bin. ! Found source: J1425-2513 ! ! 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 815 lines of history. ! ! Reading 7604 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 J1425-2513_S_2017_07_16_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 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 120 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 403 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.908456Jy sigma=0.006201 ! Fit after self-cal, rms=0.888175Jy sigma=0.006078 ! 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.421 mas, bmaj=6.698 mas, bpa=-8.011 degrees ! Estimated noise=1890.01 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.0882471 Jy ! Component: 100 - total flux cleaned = 0.109655 Jy ! Total flux subtracted in 100 components = 0.109655 Jy ! Clean residual min=-0.008136 max=0.018078 Jy/beam ! Clean residual mean=-0.000006 rms=0.002300 Jy/beam ! Combined flux in latest and established models = 0.109655 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.109655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108670Jy sigma=0.000710 ! Fit after self-cal, rms=0.108646Jy sigma=0.000710 ! Inverting map ! Added new window around map position (-4.5, 5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0157776 Jy ! Component: 100 - total flux cleaned = 0.024517 Jy ! Total flux subtracted in 100 components = 0.024517 Jy ! Clean residual min=-0.006394 max=0.008632 Jy/beam ! Clean residual mean=-0.000011 rms=0.001685 Jy/beam ! Combined flux in latest and established models = 0.134172 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 24 components and 0.134172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105678Jy sigma=0.000686 ! Fit after self-cal, rms=0.105440Jy sigma=0.000684 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.773 mas, bmaj=7.455 mas, bpa=-7.306 degrees ! Estimated noise=1444.83 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.0116945 Jy ! Component: 100 - total flux cleaned = 0.0181154 Jy ! Component: 150 - total flux cleaned = 0.0221377 Jy ! Component: 200 - total flux cleaned = 0.0247266 Jy ! Total flux subtracted in 200 components = 0.0247266 Jy ! Clean residual min=-0.005222 max=0.006912 Jy/beam ! Clean residual mean=-0.000031 rms=0.001489 Jy/beam ! Combined flux in latest and established models = 0.158898 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 54 components and 0.158898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104200Jy sigma=0.000674 ! Fit after self-cal, rms=0.104109Jy sigma=0.000673 ! 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.25 FD 1.00* HN 1.11 KP 1.12 ! LA 0.94 MK 0.97 NL 0.88 OV 0.99 ! PT 0.98 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00* HN 1.06 KP 1.02 ! LA 0.96 MK 1.00 NL 1.07 OV 0.97 ! PT 0.93 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.18 KP 0.99 ! LA 0.95 MK 1.01 NL 1.03 OV 0.88 ! PT 0.90 SC 1.00 ! ! ! Correcting IF 4. ! A total of 147 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.104109Jy sigma=0.000673 ! Fit after self-cal, rms=0.107850Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.819 mas, bmaj=7.484 mas, bpa=-6.557 degrees ! Estimated noise=1461.72 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.00094094 Jy ! Component: 100 - total flux cleaned = 0.000673839 Jy ! Component: 150 - total flux cleaned = 0.000459487 Jy ! Component: 200 - total flux cleaned = 0.000366956 Jy ! Total flux subtracted in 200 components = 0.000366956 Jy ! Clean residual min=-0.004252 max=0.004734 Jy/beam ! Clean residual mean=-0.000014 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.159265 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 69 components and 0.159265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107770Jy sigma=0.000670 ! Fit after self-cal, rms=0.107937Jy sigma=0.000669 ! 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.107937Jy sigma=0.000669 ! Fit after self-cal, rms=0.107379Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.813 mas, bmaj=7.476 mas, bpa=-6.62 degrees ! Estimated noise=1453.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000329253 Jy ! Component: 100 - total flux cleaned = 0.000237123 Jy ! Component: 150 - total flux cleaned = 0.000155437 Jy ! Component: 200 - total flux cleaned = 0.000118747 Jy ! Total flux subtracted in 200 components = 0.000118747 Jy ! Clean residual min=-0.004189 max=0.004405 Jy/beam ! Clean residual mean=-0.000014 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.159384 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 76 components and 0.159384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107344Jy sigma=0.000669 ! Fit after self-cal, rms=0.107344Jy sigma=0.000669 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 = 9.9538e-05 Jy ! Component: 100 - total flux cleaned = 6.54597e-05 Jy ! Component: 150 - total flux cleaned = 3.60933e-05 Jy ! Component: 200 - total flux cleaned = 3.659e-05 Jy ! Total flux subtracted in 200 components = 3.659e-05 Jy ! Clean residual min=-0.004126 max=0.004359 Jy/beam ! Clean residual mean=-0.000014 rms=0.001075 Jy/beam ! Combined flux in latest and established models = 0.159421 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 81 components and 0.159421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107327Jy sigma=0.000669 ! Fit after self-cal, rms=0.107325Jy sigma=0.000669 ! 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.107325Jy sigma=0.000669 ! Fit after self-cal, rms=0.108375Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.81 mas, bmaj=7.48 mas, bpa=-6.772 degrees ! Estimated noise=1450.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00020997 Jy ! Component: 100 - total flux cleaned = 0.000213298 Jy ! Component: 150 - total flux cleaned = 0.000185613 Jy ! Component: 200 - total flux cleaned = 0.000186148 Jy ! Total flux subtracted in 200 components = 0.000186148 Jy ! Clean residual min=-0.003823 max=0.003853 Jy/beam ! Clean residual mean=-0.000011 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.159607 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 90 components and 0.159607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108354Jy sigma=0.000666 ! Fit after self-cal, rms=0.108411Jy sigma=0.000666 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 = 3.54629e-05 Jy ! Component: 100 - total flux cleaned = 1.03026e-05 Jy ! Component: 150 - total flux cleaned = -1.18381e-05 Jy ! Component: 200 - total flux cleaned = -3.29434e-05 Jy ! Total flux subtracted in 200 components = -3.29434e-05 Jy ! Clean residual min=-0.003776 max=0.003839 Jy/beam ! Clean residual mean=-0.000011 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.159574 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 91 components and 0.159574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108401Jy sigma=0.000666 ! Fit after self-cal, rms=0.108400Jy sigma=0.000666 ! 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.108400Jy sigma=0.000666 ! Fit after self-cal, rms=0.108456Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.09 mas, bmaj=17.4 mas, bpa=-4.054 degrees ! Estimated noise=1948.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.16555e-05 Jy ! Component: 100 - total flux cleaned = 7.71508e-05 Jy ! Component: 150 - total flux cleaned = 7.78002e-05 Jy ! Component: 200 - total flux cleaned = 9.45006e-05 Jy ! Total flux subtracted in 200 components = 9.45006e-05 Jy ! Clean residual min=-0.003910 max=0.004697 Jy/beam ! Clean residual mean=-0.000027 rms=0.001426 Jy/beam ! Combined flux in latest and established models = 0.159668 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 98 components and 0.159668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108452Jy sigma=0.000666 ! Fit after self-cal, rms=0.108455Jy sigma=0.000666 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 = -3.88134e-05 Jy ! Component: 100 - total flux cleaned = -5.19829e-07 Jy ! Component: 150 - total flux cleaned = 1.51257e-05 Jy ! Component: 200 - total flux cleaned = 1.4997e-05 Jy ! Total flux subtracted in 200 components = 1.4997e-05 Jy ! Clean residual min=-0.003935 max=0.004693 Jy/beam ! Clean residual mean=-0.000027 rms=0.001424 Jy/beam ! Combined flux in latest and established models = 0.159683 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 98 components and 0.159683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108454Jy sigma=0.000666 ! Fit after self-cal, rms=0.108450Jy sigma=0.000666 ! 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.806 mas, bmaj=7.483 mas, bpa=-6.788 degrees ! Estimated noise=1448.39 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.806 x 7.483 at -6.788 degrees (North through East) ! Clean map min=-0.0036184 max=0.11152 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.429 mas, bmaj=6.627 mas, bpa=-7.781 degrees ! Estimated noise=1920.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0874904 Jy ! Component: 100 - total flux cleaned = 0.114751 Jy ! Component: 150 - total flux cleaned = 0.129726 Jy ! Component: 200 - total flux cleaned = 0.139363 Jy ! Total flux subtracted in 200 components = 0.139363 Jy ! Clean residual min=-0.004913 max=0.005170 Jy/beam ! Clean residual mean=0.000002 rms=0.001306 Jy/beam ! Combined flux in latest and established models = 0.139363 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.139363 Jy ! Inverting map and beam ! Estimated beam: bmin=2.806 mas, bmaj=7.483 mas, bpa=-6.788 degrees ! Estimated noise=1448.39 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.00919304 Jy ! Component: 100 - total flux cleaned = 0.0143007 Jy ! Component: 150 - total flux cleaned = 0.0173868 Jy ! Component: 200 - total flux cleaned = 0.0189004 Jy ! Total flux subtracted in 200 components = 0.0189004 Jy ! Clean residual min=-0.004089 max=0.003908 Jy/beam ! Clean residual mean=-0.000010 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.158263 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 55 components and 0.158263 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.09 mas, bmaj=17.4 mas, bpa=-4.054 degrees ! Estimated noise=1948.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116447 Jy ! Component: 100 - total flux cleaned = 0.00124689 Jy ! Component: 150 - total flux cleaned = 0.00131607 Jy ! Component: 200 - total flux cleaned = 0.00137669 Jy ! Total flux subtracted in 200 components = 0.00137669 Jy ! Clean residual min=-0.003940 max=0.004757 Jy/beam ! Clean residual mean=-0.000026 rms=0.001449 Jy/beam ! Combined flux in latest and established models = 0.15964 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.51398e-05 Jy ! Component: 100 - total flux cleaned = 0.000104024 Jy ! Component: 150 - total flux cleaned = 0.000127304 Jy ! Component: 200 - total flux cleaned = 0.00012848 Jy ! Total flux subtracted in 200 components = 0.00012848 Jy ! Clean residual min=-0.003922 max=0.004736 Jy/beam ! Clean residual mean=-0.000026 rms=0.001437 Jy/beam ! Combined flux in latest and established models = 0.159768 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 70 components and 0.159768 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.806 mas, bmaj=7.483 mas, bpa=-6.788 degrees ! Estimated noise=1448.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000517034 Jy ! Component: 100 - total flux cleaned = 0.000519434 Jy ! Component: 150 - total flux cleaned = 0.000435986 Jy ! Component: 200 - total flux cleaned = 0.000362263 Jy ! Total flux subtracted in 200 components = 0.000362263 Jy ! Clean residual min=-0.003922 max=0.003883 Jy/beam ! Clean residual mean=-0.000011 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.16013 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 84 components and 0.16013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108474Jy sigma=0.000666 ! Fit after self-cal, rms=0.108459Jy sigma=0.000666 wmodel J1425-2513_S_2017_07_16_pus_map.mod ! Writing 84 model components to file: J1425-2513_S_2017_07_16_pus_map.mod wobs J1425-2513_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1425-2513_S_2017_07_16_pus_uvs.fits wwins J1425-2513_S_2017_07_16_pus_map.win ! wwins: Wrote 2 windows to J1425-2513_S_2017_07_16_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.000151064 Jy ! Component: 100 - total flux cleaned = 0.000148381 Jy ! Component: 150 - total flux cleaned = 0.00049096 Jy ! Component: 200 - total flux cleaned = 0.000818126 Jy ! Component: 250 - total flux cleaned = 0.000818561 Jy ! Component: 300 - total flux cleaned = 0.00102214 Jy ! Component: 350 - total flux cleaned = 0.0011191 Jy ! Component: 400 - total flux cleaned = 0.00102394 Jy ! Component: 450 - total flux cleaned = 0.000887319 Jy ! Component: 500 - total flux cleaned = 0.00084336 Jy ! Component: 550 - total flux cleaned = 0.000800676 Jy ! Component: 600 - total flux cleaned = 0.000717912 Jy ! Component: 650 - total flux cleaned = 0.000759217 Jy ! Component: 700 - total flux cleaned = 0.000758514 Jy ! Component: 750 - total flux cleaned = 0.000680993 Jy ! Component: 800 - total flux cleaned = 0.000605013 Jy ! Component: 850 - total flux cleaned = 0.000605667 Jy ! Component: 900 - total flux cleaned = 0.000569829 Jy ! Component: 950 - total flux cleaned = 0.000393273 Jy ! Component: 1000 - total flux cleaned = 0.000567619 Jy ! Component: 1050 - total flux cleaned = 0.000567616 Jy ! Component: 1100 - total flux cleaned = 0.000534 Jy ! Component: 1150 - total flux cleaned = 0.000500391 Jy ! Component: 1200 - total flux cleaned = 0.00046745 Jy ! Component: 1250 - total flux cleaned = 0.000467072 Jy ! Component: 1300 - total flux cleaned = 0.000467026 Jy ! Component: 1350 - total flux cleaned = 0.000558221 Jy ! Component: 1400 - total flux cleaned = 0.00052772 Jy ! Component: 1450 - total flux cleaned = 0.000557004 Jy ! Component: 1500 - total flux cleaned = 0.000527324 Jy ! Component: 1550 - total flux cleaned = 0.000470133 Jy ! Component: 1600 - total flux cleaned = 0.000583908 Jy ! Component: 1650 - total flux cleaned = 0.000527647 Jy ! Component: 1700 - total flux cleaned = 0.000583427 Jy ! Component: 1750 - total flux cleaned = 0.000638035 Jy ! Component: 1800 - total flux cleaned = 0.000664569 Jy ! Component: 1850 - total flux cleaned = 0.000771121 Jy ! Component: 1900 - total flux cleaned = 0.000744828 Jy ! Component: 1950 - total flux cleaned = 0.000718683 Jy ! Component: 2000 - total flux cleaned = 0.000641741 Jy ! Component: 2050 - total flux cleaned = 0.000717852 Jy ! Component: 2100 - total flux cleaned = 0.00071807 Jy ! Component: 2150 - total flux cleaned = 0.000766767 Jy ! Component: 2200 - total flux cleaned = 0.000692902 Jy ! Component: 2250 - total flux cleaned = 0.00079002 Jy ! Component: 2300 - total flux cleaned = 0.00079007 Jy ! Component: 2350 - total flux cleaned = 0.000813752 Jy ! Component: 2400 - total flux cleaned = 0.000907248 Jy ! Component: 2450 - total flux cleaned = 0.000883624 Jy ! Component: 2500 - total flux cleaned = 0.000906603 Jy ! Component: 2550 - total flux cleaned = 0.000861323 Jy ! Component: 2600 - total flux cleaned = 0.00092873 Jy ! Component: 2650 - total flux cleaned = 0.000950747 Jy ! Component: 2700 - total flux cleaned = 0.00103867 Jy ! Component: 2750 - total flux cleaned = 0.00108171 Jy ! Component: 2800 - total flux cleaned = 0.00106012 Jy ! Component: 2850 - total flux cleaned = 0.00116672 Jy ! Component: 2900 - total flux cleaned = 0.00116673 Jy ! Component: 2950 - total flux cleaned = 0.00114584 Jy ! Component: 3000 - total flux cleaned = 0.00110436 Jy ! Component: 3050 - total flux cleaned = 0.00120712 Jy ! Component: 3100 - total flux cleaned = 0.00120692 Jy ! Component: 3150 - total flux cleaned = 0.00122711 Jy ! Component: 3200 - total flux cleaned = 0.00122692 Jy ! Component: 3250 - total flux cleaned = 0.00122687 Jy ! Component: 3300 - total flux cleaned = 0.0013058 Jy ! Component: 3350 - total flux cleaned = 0.00130546 Jy ! Component: 3400 - total flux cleaned = 0.00124753 Jy ! Component: 3450 - total flux cleaned = 0.00122831 Jy ! Component: 3500 - total flux cleaned = 0.00130458 Jy ! Component: 3550 - total flux cleaned = 0.00130443 Jy ! Component: 3600 - total flux cleaned = 0.00132325 Jy ! Component: 3650 - total flux cleaned = 0.00139804 Jy ! Component: 3700 - total flux cleaned = 0.00139778 Jy ! Component: 3750 - total flux cleaned = 0.00141632 Jy ! Component: 3800 - total flux cleaned = 0.00147083 Jy ! Component: 3850 - total flux cleaned = 0.00141641 Jy ! Component: 3900 - total flux cleaned = 0.00147038 Jy ! Component: 3950 - total flux cleaned = 0.00148824 Jy ! Component: 4000 - total flux cleaned = 0.00154149 Jy ! Component: 4050 - total flux cleaned = 0.00154131 Jy ! Total flux subtracted in 4096 components = 0.00161161 Jy ! Clean residual min=-0.001441 max=0.001137 Jy/beam ! Clean residual mean=-0.000002 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.161742 Jy keep ! Adding 319 model components to the UV plane model. ! The established model now contains 403 components and 0.161742 Jy ![Exited script file: muppet] wmap "J1425-2513_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.806 x 7.483 at -6.788 degrees (North through East) ! Clean map min=-0.0020443 max=0.11012 Jy/beam ! Writing clean map to FITS file: J1425-2513_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.110121 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000313093 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.852956 0.852956 1.70591 3.41182 6.82365 13.6473 27.2946 54.5892 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.11 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.806 x 7.483 at -6.788 degrees (North through East) ! Clean map min=-0.0020443 max=0.11012 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 J1425-2513_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:11:08 2019