! Started logfile: J1245+5709_S_2017_01_21_pus_uvs.log on Sun May 5 15:54:30 2019 obs J1245+5709_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J1245+5709_S_2017_01_21_pus_uva.fits ! AN table 1: 114 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.73806 visibilities/baseline/integration-bin. ! Found source: J1245+5709 ! ! 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 558 lines of history. ! ! Reading 12116 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 J1245+5709_S_2017_01_21_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 139 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 139 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 139 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 369 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.940195Jy sigma=0.007687 ! Fit after self-cal, rms=0.925218Jy sigma=0.007598 ! 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.942 mas, bmaj=3.731 mas, bpa=0.1557 degrees ! Estimated noise=1269.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0597149 Jy ! Component: 100 - total flux cleaned = 0.0746026 Jy ! Total flux subtracted in 100 components = 0.0746026 Jy ! Clean residual min=-0.003973 max=0.005751 Jy/beam ! Clean residual mean=0.000000 rms=0.000992 Jy/beam ! Combined flux in latest and established models = 0.0746026 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0746026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090461Jy sigma=0.000656 ! Fit after self-cal, rms=0.090359Jy sigma=0.000656 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00631604 Jy ! Component: 100 - total flux cleaned = 0.00921914 Jy ! Total flux subtracted in 100 components = 0.00921914 Jy ! Clean residual min=-0.003448 max=0.003450 Jy/beam ! Clean residual mean=0.000002 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.0838218 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.0838218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089855Jy sigma=0.000650 ! Fit after self-cal, rms=0.089827Jy sigma=0.000650 ! 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.497 mas, bmaj=4.312 mas, bpa=3.314 degrees ! Estimated noise=851.55 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.00341933 Jy ! Component: 100 - total flux cleaned = 0.00521756 Jy ! Component: 150 - total flux cleaned = 0.00627046 Jy ! Component: 200 - total flux cleaned = 0.00672813 Jy ! Total flux subtracted in 200 components = 0.00672813 Jy ! Clean residual min=-0.002475 max=0.002788 Jy/beam ! Clean residual mean=0.000005 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.0905499 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 30 components and 0.0905499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089721Jy sigma=0.000649 ! Fit after self-cal, rms=0.089698Jy sigma=0.000649 ! 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.02 FD 1.00* HN 0.97 LA 1.00 ! MK 1.01 NL 0.95 OV 1.06 PT 0.99 ! SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00* HN 1.04 LA 0.93 ! MK 0.99 NL 1.02 OV 1.09 PT 0.99 ! SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00* HN 1.00 LA 1.01 ! MK 1.01 NL 0.98 OV 0.97 PT 0.96 ! SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.32 FD 1.00* HN 1.06 LA 1.03 ! MK 0.93 NL 1.00* OV 1.01 PT 0.94 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.089698Jy sigma=0.000649 ! Fit after self-cal, rms=0.091272Jy sigma=0.000647 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.486 mas, bmaj=4.301 mas, bpa=3.526 degrees ! Estimated noise=851.763 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.000659675 Jy ! Component: 100 - total flux cleaned = 0.000685045 Jy ! Component: 150 - total flux cleaned = 0.000728094 Jy ! Component: 200 - total flux cleaned = 0.000767054 Jy ! Total flux subtracted in 200 components = 0.000767054 Jy ! Clean residual min=-0.002228 max=0.002426 Jy/beam ! Clean residual mean=0.000009 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.091317 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.0913169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091259Jy sigma=0.000647 ! Fit after self-cal, rms=0.091409Jy sigma=0.000647 ! 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.091409Jy sigma=0.000647 ! Fit after self-cal, rms=0.094549Jy sigma=0.000645 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.486 mas, bmaj=4.283 mas, bpa=4.575 degrees ! Estimated noise=852.513 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000727438 Jy ! Component: 100 - total flux cleaned = 0.000812622 Jy ! Component: 150 - total flux cleaned = 0.000846939 Jy ! Component: 200 - total flux cleaned = 0.000831479 Jy ! Total flux subtracted in 200 components = 0.000831479 Jy ! Clean residual min=-0.002091 max=0.002660 Jy/beam ! Clean residual mean=0.000008 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.0921484 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 38 components and 0.0921484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094538Jy sigma=0.000645 ! Fit after self-cal, rms=0.094642Jy sigma=0.000645 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, -112). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173516 Jy ! Component: 100 - total flux cleaned = 0.00170852 Jy ! Component: 150 - total flux cleaned = 0.00149298 Jy ! Component: 200 - total flux cleaned = 0.00131564 Jy ! Total flux subtracted in 200 components = 0.00131564 Jy ! Clean residual min=-0.001817 max=0.002034 Jy/beam ! Clean residual mean=0.000011 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.0934641 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 57 components and 0.0934641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094584Jy sigma=0.000644 ! Fit after self-cal, rms=0.094566Jy sigma=0.000644 ! 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.094566Jy sigma=0.000644 ! Fit after self-cal, rms=0.095306Jy sigma=0.000644 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.479 mas, bmaj=4.265 mas, bpa=5.359 degrees ! Estimated noise=851.971 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000919008 Jy ! Component: 100 - total flux cleaned = 0.000825681 Jy ! Component: 150 - total flux cleaned = 0.000772295 Jy ! Component: 200 - total flux cleaned = 0.000724704 Jy ! Total flux subtracted in 200 components = 0.000724704 Jy ! Clean residual min=-0.001751 max=0.002056 Jy/beam ! Clean residual mean=0.000013 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.0941888 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 62 components and 0.0941887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095287Jy sigma=0.000644 ! Fit after self-cal, rms=0.095295Jy sigma=0.000644 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.000175911 Jy ! Component: 100 - total flux cleaned = 0.000131493 Jy ! Component: 150 - total flux cleaned = 7.03541e-05 Jy ! Component: 200 - total flux cleaned = 3.19647e-05 Jy ! Total flux subtracted in 200 components = 3.19647e-05 Jy ! Clean residual min=-0.001753 max=0.002086 Jy/beam ! Clean residual mean=0.000012 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.0942207 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 67 components and 0.0942207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095287Jy sigma=0.000644 ! Fit after self-cal, rms=0.095290Jy sigma=0.000644 ! 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.095290Jy sigma=0.000644 ! Fit after self-cal, rms=0.095604Jy sigma=0.000644 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.067 mas, bmaj=8.044 mas, bpa=30.32 degrees ! Estimated noise=1136.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000541984 Jy ! Component: 100 - total flux cleaned = 0.000617079 Jy ! Component: 150 - total flux cleaned = 0.000640942 Jy ! Component: 200 - total flux cleaned = 0.000649756 Jy ! Total flux subtracted in 200 components = 0.000649756 Jy ! Clean residual min=-0.002320 max=0.002517 Jy/beam ! Clean residual mean=0.000038 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.0948705 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 80 components and 0.0948705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095603Jy sigma=0.000644 ! Fit after self-cal, rms=0.095605Jy sigma=0.000644 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.65173e-05 Jy ! Component: 100 - total flux cleaned = 6.60088e-06 Jy ! Component: 150 - total flux cleaned = -1.20907e-05 Jy ! Component: 200 - total flux cleaned = -2.07652e-05 Jy ! Total flux subtracted in 200 components = -2.07652e-05 Jy ! Clean residual min=-0.002323 max=0.002472 Jy/beam ! Clean residual mean=0.000038 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.0948497 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 83 components and 0.0948497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095605Jy sigma=0.000644 ! Fit after self-cal, rms=0.095605Jy sigma=0.000644 ! 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.474 mas, bmaj=4.257 mas, bpa=5.683 degrees ! Estimated noise=852.617 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.474 x 4.257 at 5.683 degrees (North through East) ! Clean map min=-0.0017116 max=0.077937 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.924 mas, bmaj=3.68 mas, bpa=1.794 degrees ! Estimated noise=1280.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0592452 Jy ! Component: 100 - total flux cleaned = 0.0758897 Jy ! Component: 150 - total flux cleaned = 0.0829131 Jy ! Component: 200 - total flux cleaned = 0.0868889 Jy ! Total flux subtracted in 200 components = 0.0868889 Jy ! Clean residual min=-0.003330 max=0.002966 Jy/beam ! Clean residual mean=0.000003 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.0868889 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.0868889 Jy ! Inverting map and beam ! Estimated beam: bmin=3.474 mas, bmaj=4.257 mas, bpa=5.683 degrees ! Estimated noise=852.617 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.00394158 Jy ! Component: 100 - total flux cleaned = 0.00610122 Jy ! Component: 150 - total flux cleaned = 0.00674074 Jy ! Component: 200 - total flux cleaned = 0.00703927 Jy ! Total flux subtracted in 200 components = 0.00703927 Jy ! Clean residual min=-0.001946 max=0.001997 Jy/beam ! Clean residual mean=0.000016 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.0939282 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 42 components and 0.0939282 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.067 mas, bmaj=8.044 mas, bpa=30.32 degrees ! Estimated noise=1136.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106297 Jy ! Component: 100 - total flux cleaned = 0.00111228 Jy ! Component: 150 - total flux cleaned = 0.00113537 Jy ! Component: 200 - total flux cleaned = 0.00115654 Jy ! Total flux subtracted in 200 components = 0.00115654 Jy ! Clean residual min=-0.002316 max=0.002355 Jy/beam ! Clean residual mean=0.000039 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.0950847 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.6846e-07 Jy ! Component: 100 - total flux cleaned = 1.70239e-05 Jy ! Component: 150 - total flux cleaned = 1.66959e-05 Jy ! Component: 200 - total flux cleaned = 1.6905e-05 Jy ! Total flux subtracted in 200 components = 1.6905e-05 Jy ! Clean residual min=-0.002308 max=0.002378 Jy/beam ! Clean residual mean=0.000037 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.0951016 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 69 components and 0.0951016 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.474 mas, bmaj=4.257 mas, bpa=5.683 degrees ! Estimated noise=852.617 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.21843e-05 Jy ! Component: 100 - total flux cleaned = 1.63986e-06 Jy ! Component: 150 - total flux cleaned = -2.45752e-05 Jy ! Component: 200 - total flux cleaned = -2.52586e-05 Jy ! Total flux subtracted in 200 components = -2.52586e-05 Jy ! Clean residual min=-0.001720 max=0.002041 Jy/beam ! Clean residual mean=0.000014 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.0950764 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 81 components and 0.0950764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095609Jy sigma=0.000644 ! Fit after self-cal, rms=0.095614Jy sigma=0.000644 wmodel J1245+5709_S_2017_01_21_pus_map.mod ! Writing 81 model components to file: J1245+5709_S_2017_01_21_pus_map.mod wobs J1245+5709_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J1245+5709_S_2017_01_21_pus_uvs.fits wwins J1245+5709_S_2017_01_21_pus_map.win ! wwins: Wrote 2 windows to J1245+5709_S_2017_01_21_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.000917017 Jy ! Component: 100 - total flux cleaned = 0.00157721 Jy ! Component: 150 - total flux cleaned = 0.00186006 Jy ! Component: 200 - total flux cleaned = 0.00210235 Jy ! Component: 250 - total flux cleaned = 0.00236704 Jy ! Component: 300 - total flux cleaned = 0.00250967 Jy ! Component: 350 - total flux cleaned = 0.00276005 Jy ! Component: 400 - total flux cleaned = 0.00295043 Jy ! Component: 450 - total flux cleaned = 0.00308368 Jy ! Component: 500 - total flux cleaned = 0.00321475 Jy ! Component: 550 - total flux cleaned = 0.00321529 Jy ! Component: 600 - total flux cleaned = 0.00334113 Jy ! Component: 650 - total flux cleaned = 0.0033904 Jy ! Component: 700 - total flux cleaned = 0.00341472 Jy ! Component: 750 - total flux cleaned = 0.00346188 Jy ! Component: 800 - total flux cleaned = 0.00341508 Jy ! Component: 850 - total flux cleaned = 0.00336943 Jy ! Component: 900 - total flux cleaned = 0.00341469 Jy ! Component: 950 - total flux cleaned = 0.00339218 Jy ! Component: 1000 - total flux cleaned = 0.0033483 Jy ! Component: 1050 - total flux cleaned = 0.00328356 Jy ! Component: 1100 - total flux cleaned = 0.00328368 Jy ! Component: 1150 - total flux cleaned = 0.00322083 Jy ! Component: 1200 - total flux cleaned = 0.0032206 Jy ! Component: 1250 - total flux cleaned = 0.0032208 Jy ! Component: 1300 - total flux cleaned = 0.00318067 Jy ! Component: 1350 - total flux cleaned = 0.00310126 Jy ! Component: 1400 - total flux cleaned = 0.00306228 Jy ! Component: 1450 - total flux cleaned = 0.00304266 Jy ! Component: 1500 - total flux cleaned = 0.00294701 Jy ! Component: 1550 - total flux cleaned = 0.00287174 Jy ! Component: 1600 - total flux cleaned = 0.00285292 Jy ! Component: 1650 - total flux cleaned = 0.00277873 Jy ! Component: 1700 - total flux cleaned = 0.00268738 Jy ! Component: 1750 - total flux cleaned = 0.00265129 Jy ! Component: 1800 - total flux cleaned = 0.00261531 Jy ! Component: 1850 - total flux cleaned = 0.0025623 Jy ! Component: 1900 - total flux cleaned = 0.0025622 Jy ! Component: 1950 - total flux cleaned = 0.00249288 Jy ! Component: 2000 - total flux cleaned = 0.00247591 Jy ! Component: 2050 - total flux cleaned = 0.00239116 Jy ! Component: 2100 - total flux cleaned = 0.00240787 Jy ! Component: 2150 - total flux cleaned = 0.00240795 Jy ! Component: 2200 - total flux cleaned = 0.00242425 Jy ! Component: 2250 - total flux cleaned = 0.00239185 Jy ! Component: 2300 - total flux cleaned = 0.0023758 Jy ! Component: 2350 - total flux cleaned = 0.00234384 Jy ! Component: 2400 - total flux cleaned = 0.00234392 Jy ! Component: 2450 - total flux cleaned = 0.00242251 Jy ! Component: 2500 - total flux cleaned = 0.00248418 Jy ! Component: 2550 - total flux cleaned = 0.00245331 Jy ! Component: 2600 - total flux cleaned = 0.00252962 Jy ! Component: 2650 - total flux cleaned = 0.00257497 Jy ! Component: 2700 - total flux cleaned = 0.00260478 Jy ! Component: 2750 - total flux cleaned = 0.0026197 Jy ! Component: 2800 - total flux cleaned = 0.00272281 Jy ! Component: 2850 - total flux cleaned = 0.00272271 Jy ! Component: 2900 - total flux cleaned = 0.00279528 Jy ! Component: 2950 - total flux cleaned = 0.00282415 Jy ! Component: 3000 - total flux cleaned = 0.00285273 Jy ! Component: 3050 - total flux cleaned = 0.00295203 Jy ! Component: 3100 - total flux cleaned = 0.00298014 Jy ! Component: 3150 - total flux cleaned = 0.00306376 Jy ! Component: 3200 - total flux cleaned = 0.0030775 Jy ! Component: 3250 - total flux cleaned = 0.00310533 Jy ! Component: 3300 - total flux cleaned = 0.00321462 Jy ! Component: 3350 - total flux cleaned = 0.00325547 Jy ! Component: 3400 - total flux cleaned = 0.00329589 Jy ! Component: 3450 - total flux cleaned = 0.00332269 Jy ! Component: 3500 - total flux cleaned = 0.00340235 Jy ! Component: 3550 - total flux cleaned = 0.00345505 Jy ! Component: 3600 - total flux cleaned = 0.00344192 Jy ! Component: 3650 - total flux cleaned = 0.0034812 Jy ! Component: 3700 - total flux cleaned = 0.00357161 Jy ! Component: 3750 - total flux cleaned = 0.00364866 Jy ! Component: 3800 - total flux cleaned = 0.00366119 Jy ! Component: 3850 - total flux cleaned = 0.00374982 Jy ! Component: 3900 - total flux cleaned = 0.00373725 Jy ! Component: 3950 - total flux cleaned = 0.0037496 Jy ! Component: 4000 - total flux cleaned = 0.00379945 Jy ! Component: 4050 - total flux cleaned = 0.00378707 Jy ! Total flux subtracted in 4096 components = 0.00386095 Jy ! Clean residual min=-0.000613 max=0.000890 Jy/beam ! Clean residual mean=0.000005 rms=0.000214 Jy/beam ! Combined flux in latest and established models = 0.0989373 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 365 components and 0.0989373 Jy ![Exited script file: muppet] wmap "J1245+5709_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.474 x 4.257 at 5.683 degrees (North through East) ! Clean map min=-0.0012265 max=0.078262 Jy/beam ! Writing clean map to FITS file: J1245+5709_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0782622 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000212486 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.814517 0.814517 1.62903 3.25807 6.51613 13.0323 26.0645 52.1291 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.078 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.474 x 4.257 at 5.683 degrees (North through East) ! Clean map min=-0.0012265 max=0.078262 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 J1245+5709_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:54:35 2019