! Started logfile: J1740+4348_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:31:34 2017 obs J1740+4348_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1740+4348_S_2015_01_23_pus_uva.fits ! AN table 1: 73 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.87519 visibilities/baseline/integration-bin. ! Found source: J1740+4348 ! ! 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 338 lines of history. ! ! Reading 11500 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 J1740+4348_S_2015_01_23_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 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.916931Jy sigma=0.010648 ! Fit after self-cal, rms=0.908021Jy sigma=0.010589 ! 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.916 mas, bmaj=4.441 mas, bpa=-2.12 degrees ! Estimated noise=1005.42 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.0712687 Jy ! Component: 100 - total flux cleaned = 0.088002 Jy ! Total flux subtracted in 100 components = 0.088002 Jy ! Clean residual min=-0.004953 max=0.006375 Jy/beam ! Clean residual mean=-0.000010 rms=0.001207 Jy/beam ! Combined flux in latest and established models = 0.088002 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.088002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118877Jy sigma=0.000808 ! Fit after self-cal, rms=0.118854Jy sigma=0.000808 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00729528 Jy ! Component: 100 - total flux cleaned = 0.0112851 Jy ! Total flux subtracted in 100 components = 0.0112851 Jy ! Clean residual min=-0.004288 max=0.004399 Jy/beam ! Clean residual mean=-0.000007 rms=0.001090 Jy/beam ! Combined flux in latest and established models = 0.0992871 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.0992871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118038Jy sigma=0.000801 ! Fit after self-cal, rms=0.118025Jy sigma=0.000801 ! 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.63 mas, bmaj=5.234 mas, bpa=-1.486 degrees ! Estimated noise=594.9 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.00329203 Jy ! Component: 100 - total flux cleaned = 0.00498921 Jy ! Component: 150 - total flux cleaned = 0.00605474 Jy ! Component: 200 - total flux cleaned = 0.0066114 Jy ! Total flux subtracted in 200 components = 0.0066114 Jy ! Clean residual min=-0.003614 max=0.003823 Jy/beam ! Clean residual mean=-0.000020 rms=0.000941 Jy/beam ! Combined flux in latest and established models = 0.105898 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 26 components and 0.105898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117796Jy sigma=0.000800 ! Fit after self-cal, rms=0.117801Jy sigma=0.000800 ! 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.94 FD 0.59 HN 0.98 KP 1.07 ! LA 1.03 MK 1.04 NL 1.13 OV 0.99 ! PT 1.04 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.71 HN 1.04 KP 1.01 ! LA 0.96 MK 1.02 NL 1.22 OV 1.03 ! PT 1.03 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.77 HN 0.99 KP 0.89 ! LA 0.77 MK 1.05 NL 1.34 OV 0.97 ! PT 1.01 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.71 HN 0.96 KP 0.80 ! LA 0.82 MK 1.03 NL 1.03 OV 0.98 ! PT 1.06 SC 0.97 ! ! ! Fit before self-cal, rms=0.117801Jy sigma=0.000800 ! Fit after self-cal, rms=0.092225Jy sigma=0.000785 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.673 mas, bmaj=5.265 mas, bpa=-0.7486 degrees ! Estimated noise=596.479 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.000353414 Jy ! Component: 100 - total flux cleaned = -0.000373712 Jy ! Component: 150 - total flux cleaned = -0.000393198 Jy ! Component: 200 - total flux cleaned = -0.000430327 Jy ! Total flux subtracted in 200 components = -0.000430327 Jy ! Clean residual min=-0.002317 max=0.002455 Jy/beam ! Clean residual mean=-0.000014 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.105468 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 37 components and 0.105468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092215Jy sigma=0.000785 ! Fit after self-cal, rms=0.092114Jy sigma=0.000784 ! 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.092114Jy sigma=0.000784 ! Fit after self-cal, rms=0.091709Jy sigma=0.000781 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.67 mas, bmaj=5.27 mas, bpa=-1.419 degrees ! Estimated noise=595.632 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000321588 Jy ! Component: 100 - total flux cleaned = -0.000386615 Jy ! Component: 150 - total flux cleaned = -0.000416665 Jy ! Component: 200 - total flux cleaned = -0.000430169 Jy ! Total flux subtracted in 200 components = -0.000430169 Jy ! Clean residual min=-0.002108 max=0.002116 Jy/beam ! Clean residual mean=-0.000009 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.105038 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 42 components and 0.105038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091705Jy sigma=0.000781 ! Fit after self-cal, rms=0.091729Jy sigma=0.000781 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 (4.5, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0016522 Jy ! Component: 100 - total flux cleaned = 0.00218187 Jy ! Component: 150 - total flux cleaned = 0.00228902 Jy ! Component: 200 - total flux cleaned = 0.00228838 Jy ! Total flux subtracted in 200 components = 0.00228838 Jy ! Clean residual min=-0.001918 max=0.001744 Jy/beam ! Clean residual mean=-0.000007 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.107326 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 56 components and 0.107326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091679Jy sigma=0.000780 ! Fit after self-cal, rms=0.091674Jy sigma=0.000780 ! 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.091674Jy sigma=0.000780 ! Fit after self-cal, rms=0.091594Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.666 mas, bmaj=5.276 mas, bpa=-1.411 degrees ! Estimated noise=594.424 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000592277 Jy ! Component: 100 - total flux cleaned = 0.000706047 Jy ! Component: 150 - total flux cleaned = 0.000730917 Jy ! Component: 200 - total flux cleaned = 0.000685728 Jy ! Total flux subtracted in 200 components = 0.000685728 Jy ! Clean residual min=-0.001799 max=0.001712 Jy/beam ! Clean residual mean=-0.000006 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.108012 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 65 components and 0.108012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091575Jy sigma=0.000780 ! Fit after self-cal, rms=0.091575Jy sigma=0.000780 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.000102646 Jy ! Component: 100 - total flux cleaned = 4.42336e-05 Jy ! Component: 150 - total flux cleaned = 2.69003e-05 Jy ! Component: 200 - total flux cleaned = -3.89839e-05 Jy ! Total flux subtracted in 200 components = -3.89839e-05 Jy ! Clean residual min=-0.001755 max=0.001700 Jy/beam ! Clean residual mean=-0.000007 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.107973 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 70 components and 0.107973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091568Jy sigma=0.000780 ! Fit after self-cal, rms=0.091567Jy sigma=0.000780 ! 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.091567Jy sigma=0.000780 ! Fit after self-cal, rms=0.091519Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.581 mas, bmaj=8.976 mas, bpa=14.59 degrees ! Estimated noise=740.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.98545e-05 Jy ! Component: 100 - total flux cleaned = -0.000111943 Jy ! Component: 150 - total flux cleaned = -0.000119412 Jy ! Component: 200 - total flux cleaned = -0.000125893 Jy ! Total flux subtracted in 200 components = -0.000125893 Jy ! Clean residual min=-0.002193 max=0.002023 Jy/beam ! Clean residual mean=-0.000016 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.107847 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 83 components and 0.107847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091515Jy sigma=0.000780 ! Fit after self-cal, rms=0.091515Jy sigma=0.000780 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.02729e-05 Jy ! Component: 100 - total flux cleaned = 3.60278e-05 Jy ! Component: 150 - total flux cleaned = 3.05465e-05 Jy ! Component: 200 - total flux cleaned = 2.53426e-05 Jy ! Total flux subtracted in 200 components = 2.53426e-05 Jy ! Clean residual min=-0.002188 max=0.002018 Jy/beam ! Clean residual mean=-0.000016 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.107873 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 85 components and 0.107873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091514Jy sigma=0.000780 ! Fit after self-cal, rms=0.091513Jy sigma=0.000780 ! 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.667 mas, bmaj=5.284 mas, bpa=-1.3 degrees ! Estimated noise=593.938 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.667 x 5.284 at -1.3 degrees (North through East) ! Clean map min=-0.0016682 max=0.092932 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.946 mas, bmaj=4.485 mas, bpa=-1.616 degrees ! Estimated noise=1011.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0715567 Jy ! Component: 100 - total flux cleaned = 0.0886205 Jy ! Component: 150 - total flux cleaned = 0.0961418 Jy ! Component: 200 - total flux cleaned = 0.100346 Jy ! Total flux subtracted in 200 components = 0.100346 Jy ! Clean residual min=-0.003291 max=0.003958 Jy/beam ! Clean residual mean=-0.000004 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.100345 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.100345 Jy ! Inverting map and beam ! Estimated beam: bmin=3.667 mas, bmaj=5.284 mas, bpa=-1.3 degrees ! Estimated noise=593.938 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.00316786 Jy ! Component: 100 - total flux cleaned = 0.00490081 Jy ! Component: 150 - total flux cleaned = 0.0056485 Jy ! Component: 200 - total flux cleaned = 0.00593818 Jy ! Total flux subtracted in 200 components = 0.00593818 Jy ! Clean residual min=-0.001812 max=0.001745 Jy/beam ! Clean residual mean=-0.000008 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.106284 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 34 components and 0.106284 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.581 mas, bmaj=8.976 mas, bpa=14.59 degrees ! Estimated noise=740.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000824701 Jy ! Component: 100 - total flux cleaned = 0.00122359 Jy ! Component: 150 - total flux cleaned = 0.0012952 Jy ! Component: 200 - total flux cleaned = 0.00134496 Jy ! Total flux subtracted in 200 components = 0.00134496 Jy ! Clean residual min=-0.002214 max=0.002002 Jy/beam ! Clean residual mean=-0.000016 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.107629 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 = 3.43415e-05 Jy ! Component: 100 - total flux cleaned = 5.00922e-05 Jy ! Component: 150 - total flux cleaned = 7.14589e-05 Jy ! Component: 200 - total flux cleaned = 7.81557e-05 Jy ! Total flux subtracted in 200 components = 7.81557e-05 Jy ! Clean residual min=-0.002200 max=0.002010 Jy/beam ! Clean residual mean=-0.000016 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.107707 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 54 components and 0.107707 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.667 mas, bmaj=5.284 mas, bpa=-1.3 degrees ! Estimated noise=593.938 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000201806 Jy ! Component: 100 - total flux cleaned = -0.000278307 Jy ! Component: 150 - total flux cleaned = -0.000257137 Jy ! Component: 200 - total flux cleaned = -0.000257188 Jy ! Total flux subtracted in 200 components = -0.000257188 Jy ! Clean residual min=-0.001681 max=0.001705 Jy/beam ! Clean residual mean=-0.000007 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.10745 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 65 components and 0.10745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091519Jy sigma=0.000780 ! Fit after self-cal, rms=0.091514Jy sigma=0.000780 wmodel J1740+4348_S_2015_01_23_pus_map.mod ! Writing 65 model components to file: J1740+4348_S_2015_01_23_pus_map.mod wobs J1740+4348_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1740+4348_S_2015_01_23_pus_uvs.fits wwins J1740+4348_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J1740+4348_S_2015_01_23_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.00025719 Jy ! Component: 100 - total flux cleaned = -0.000228118 Jy ! Component: 150 - total flux cleaned = -0.000172248 Jy ! Component: 200 - total flux cleaned = -0.000303753 Jy ! Component: 250 - total flux cleaned = -0.000506047 Jy ! Component: 300 - total flux cleaned = -0.000629116 Jy ! Component: 350 - total flux cleaned = -0.000748933 Jy ! Component: 400 - total flux cleaned = -0.000889326 Jy ! Component: 450 - total flux cleaned = -0.000957549 Jy ! Component: 500 - total flux cleaned = -0.00100237 Jy ! Component: 550 - total flux cleaned = -0.00104643 Jy ! Component: 600 - total flux cleaned = -0.00108944 Jy ! Component: 650 - total flux cleaned = -0.00111043 Jy ! Component: 700 - total flux cleaned = -0.00113086 Jy ! Component: 750 - total flux cleaned = -0.00117188 Jy ! Component: 800 - total flux cleaned = -0.00117167 Jy ! Component: 850 - total flux cleaned = -0.00115158 Jy ! Component: 900 - total flux cleaned = -0.00115149 Jy ! Component: 950 - total flux cleaned = -0.00115114 Jy ! Component: 1000 - total flux cleaned = -0.00115081 Jy ! Component: 1050 - total flux cleaned = -0.0010942 Jy ! Component: 1100 - total flux cleaned = -0.00113101 Jy ! Component: 1150 - total flux cleaned = -0.00109441 Jy ! Component: 1200 - total flux cleaned = -0.00105829 Jy ! Component: 1250 - total flux cleaned = -0.00102242 Jy ! Component: 1300 - total flux cleaned = -0.000987216 Jy ! Component: 1350 - total flux cleaned = -0.000969896 Jy ! Component: 1400 - total flux cleaned = -0.000952624 Jy ! Component: 1450 - total flux cleaned = -0.000918546 Jy ! Component: 1500 - total flux cleaned = -0.000868138 Jy ! Component: 1550 - total flux cleaned = -0.00081836 Jy ! Component: 1600 - total flux cleaned = -0.000801952 Jy ! Component: 1650 - total flux cleaned = -0.00075313 Jy ! Component: 1700 - total flux cleaned = -0.000705033 Jy ! Component: 1750 - total flux cleaned = -0.000625721 Jy ! Component: 1800 - total flux cleaned = -0.000594302 Jy ! Component: 1850 - total flux cleaned = -0.000500937 Jy ! Component: 1900 - total flux cleaned = -0.000454913 Jy ! Component: 1950 - total flux cleaned = -0.000424462 Jy ! Component: 2000 - total flux cleaned = -0.000334196 Jy ! Component: 2050 - total flux cleaned = -0.00031941 Jy ! Component: 2100 - total flux cleaned = -0.000245602 Jy ! Component: 2150 - total flux cleaned = -0.000245586 Jy ! Component: 2200 - total flux cleaned = -0.000173055 Jy ! Component: 2250 - total flux cleaned = -0.000158731 Jy ! Component: 2300 - total flux cleaned = -0.000116034 Jy ! Component: 2350 - total flux cleaned = -5.94448e-05 Jy ! Component: 2400 - total flux cleaned = -1.75375e-05 Jy ! Component: 2450 - total flux cleaned = -3.12185e-05 Jy ! Component: 2500 - total flux cleaned = 6.50899e-05 Jy ! Component: 2550 - total flux cleaned = 6.51535e-05 Jy ! Component: 2600 - total flux cleaned = 0.000119214 Jy ! Component: 2650 - total flux cleaned = 0.000159541 Jy ! Component: 2700 - total flux cleaned = 0.000252806 Jy ! Component: 2750 - total flux cleaned = 0.000252694 Jy ! Component: 2800 - total flux cleaned = 0.000305258 Jy ! Component: 2850 - total flux cleaned = 0.00035721 Jy ! Component: 2900 - total flux cleaned = 0.000370136 Jy ! Component: 2950 - total flux cleaned = 0.000472711 Jy ! Component: 3000 - total flux cleaned = 0.000498135 Jy ! Component: 3050 - total flux cleaned = 0.000535916 Jy ! Component: 3100 - total flux cleaned = 0.000523327 Jy ! Component: 3150 - total flux cleaned = 0.000523411 Jy ! Component: 3200 - total flux cleaned = 0.000622311 Jy ! Component: 3250 - total flux cleaned = 0.000609977 Jy ! Component: 3300 - total flux cleaned = 0.00065874 Jy ! Component: 3350 - total flux cleaned = 0.000658779 Jy ! Component: 3400 - total flux cleaned = 0.000719174 Jy ! Component: 3450 - total flux cleaned = 0.00076704 Jy ! Component: 3500 - total flux cleaned = 0.000814682 Jy ! Component: 3550 - total flux cleaned = 0.000814543 Jy ! Component: 3600 - total flux cleaned = 0.000885006 Jy ! Component: 3650 - total flux cleaned = 0.000884993 Jy ! Component: 3700 - total flux cleaned = 0.00091978 Jy ! Component: 3750 - total flux cleaned = 0.000977378 Jy ! Component: 3800 - total flux cleaned = 0.00101161 Jy ! Component: 3850 - total flux cleaned = 0.00100027 Jy ! Component: 3900 - total flux cleaned = 0.00106814 Jy ! Component: 3950 - total flux cleaned = 0.00106815 Jy ! Component: 4000 - total flux cleaned = 0.00109054 Jy ! Component: 4050 - total flux cleaned = 0.00114608 Jy ! Total flux subtracted in 4096 components = 0.00115714 Jy ! Clean residual min=-0.000623 max=0.000707 Jy/beam ! Clean residual mean=0.000000 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 0.108607 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 355 components and 0.108607 Jy ![Exited script file: muppet] wmap "J1740+4348_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.667 x 5.284 at -1.3 degrees (North through East) ! Clean map min=-0.0011768 max=0.093374 Jy/beam ! Writing clean map to FITS file: J1740+4348_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0933736 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000198373 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.637354 0.637354 1.27471 2.54942 5.09883 10.1977 20.3953 40.7906 81.5813 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.093 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.667 x 5.284 at -1.3 degrees (North through East) ! Clean map min=-0.0011768 max=0.093374 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 J1740+4348_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:31:38 2017