! Started logfile: J1525+1107_S_2017_08_12_pus_uvs.log on Fri May 10 15:02:23 2019 obs J1525+1107_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J1525+1107_S_2017_08_12_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.602557 visibilities/baseline/integration-bin. ! Found source: J1525+1107 ! ! 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 594 lines of history. ! ! Reading 12256 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 J1525+1107_S_2017_08_12_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 242 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 242 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 242 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 818 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.851236Jy sigma=0.007614 ! Fit after self-cal, rms=0.835229Jy sigma=0.007486 ! 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.516 mas, bmaj=6.605 mas, bpa=-4.435 degrees ! Estimated noise=1212.74 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.134876 Jy ! Component: 100 - total flux cleaned = 0.165372 Jy ! Total flux subtracted in 100 components = 0.165372 Jy ! Clean residual min=-0.011458 max=0.021348 Jy/beam ! Clean residual mean=-0.000111 rms=0.003062 Jy/beam ! Combined flux in latest and established models = 0.165372 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.165372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103968Jy sigma=0.000893 ! Fit after self-cal, rms=0.103970Jy sigma=0.000893 ! Inverting map ! Added new window around map position (32, 127.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0192373 Jy ! Component: 100 - total flux cleaned = 0.0305749 Jy ! Total flux subtracted in 100 components = 0.0305749 Jy ! Clean residual min=-0.010375 max=0.012063 Jy/beam ! Clean residual mean=-0.000095 rms=0.002593 Jy/beam ! Combined flux in latest and established models = 0.195947 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.195947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098971Jy sigma=0.000837 ! Fit after self-cal, rms=0.098596Jy sigma=0.000833 ! 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.002 mas, bmaj=7.718 mas, bpa=-5.182 degrees ! Estimated noise=818.192 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.0182771 Jy ! Component: 100 - total flux cleaned = 0.0275735 Jy ! Component: 150 - total flux cleaned = 0.0339508 Jy ! Component: 200 - total flux cleaned = 0.0385983 Jy ! Total flux subtracted in 200 components = 0.0385983 Jy ! Clean residual min=-0.011733 max=0.014804 Jy/beam ! Clean residual mean=-0.000110 rms=0.003994 Jy/beam ! Combined flux in latest and established models = 0.234545 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 38 components and 0.234545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095461Jy sigma=0.000797 ! Fit after self-cal, rms=0.095088Jy sigma=0.000792 ! 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.00* FD 1.00* HN 1.03 KP 1.28 ! LA 0.89 MK 1.08 NL 0.89 OV 1.01 ! PT 0.93 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.11 KP 1.16 ! LA 0.87 MK 1.05 NL 1.05 OV 1.03 ! PT 0.90 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.10 KP 1.13 ! LA 0.86 MK 1.08 NL 1.00 OV 0.97 ! PT 0.89 SC 1.02 ! ! ! Correcting IF 4. ! A total of 312 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.095088Jy sigma=0.000792 ! Fit after self-cal, rms=0.097024Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.108 mas, bmaj=7.794 mas, bpa=-3.728 degrees ! Estimated noise=824.036 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.00264052 Jy ! Component: 100 - total flux cleaned = -0.00323502 Jy ! Component: 150 - total flux cleaned = -0.00368518 Jy ! Component: 200 - total flux cleaned = -0.0039413 Jy ! Total flux subtracted in 200 components = -0.0039413 Jy ! Clean residual min=-0.010325 max=0.014919 Jy/beam ! Clean residual mean=-0.000066 rms=0.003292 Jy/beam ! Combined flux in latest and established models = 0.230604 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 54 components and 0.230604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096540Jy sigma=0.000768 ! Fit after self-cal, rms=0.096762Jy sigma=0.000767 ! 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.096762Jy sigma=0.000767 ! Fit after self-cal, rms=0.106670Jy sigma=0.000750 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.122 mas, bmaj=7.847 mas, bpa=-3.364 degrees ! Estimated noise=828.039 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000147036 Jy ! Component: 100 - total flux cleaned = -0.000266625 Jy ! Component: 150 - total flux cleaned = -0.000267121 Jy ! Component: 200 - total flux cleaned = -0.00041841 Jy ! Total flux subtracted in 200 components = -0.00041841 Jy ! Clean residual min=-0.008405 max=0.014765 Jy/beam ! Clean residual mean=-0.000099 rms=0.003002 Jy/beam ! Combined flux in latest and established models = 0.230186 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 59 components and 0.230186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106360Jy sigma=0.000748 ! Fit after self-cal, rms=0.106583Jy sigma=0.000748 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 (44.5, 114). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0141999 Jy ! Component: 100 - total flux cleaned = 0.0220153 Jy ! Component: 150 - total flux cleaned = 0.0274448 Jy ! Component: 200 - total flux cleaned = 0.0314138 Jy ! Total flux subtracted in 200 components = 0.0314138 Jy ! Clean residual min=-0.007507 max=0.009506 Jy/beam ! Clean residual mean=-0.000109 rms=0.002314 Jy/beam ! Combined flux in latest and established models = 0.2616 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 100 components and 0.2616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104647Jy sigma=0.000721 ! Fit after self-cal, rms=0.104393Jy sigma=0.000719 ! 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.104393Jy sigma=0.000719 ! Fit after self-cal, rms=0.104596Jy sigma=0.000714 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.146 mas, bmaj=7.926 mas, bpa=-3.219 degrees ! Estimated noise=813.491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00505249 Jy ! Component: 100 - total flux cleaned = 0.00641261 Jy ! Component: 150 - total flux cleaned = 0.00702453 Jy ! Component: 200 - total flux cleaned = 0.00765979 Jy ! Total flux subtracted in 200 components = 0.00765979 Jy ! Clean residual min=-0.007237 max=0.008907 Jy/beam ! Clean residual mean=-0.000091 rms=0.002085 Jy/beam ! Combined flux in latest and established models = 0.269259 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 116 components and 0.269259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104150Jy sigma=0.000709 ! Fit after self-cal, rms=0.104208Jy sigma=0.000709 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.0011207 Jy ! Component: 100 - total flux cleaned = 0.00147375 Jy ! Component: 150 - total flux cleaned = 0.0016373 Jy ! Component: 200 - total flux cleaned = 0.0017895 Jy ! Total flux subtracted in 200 components = 0.0017895 Jy ! Clean residual min=-0.007286 max=0.008827 Jy/beam ! Clean residual mean=-0.000090 rms=0.002031 Jy/beam ! Combined flux in latest and established models = 0.271049 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 127 components and 0.271049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104038Jy sigma=0.000707 ! Fit after self-cal, rms=0.104012Jy sigma=0.000707 ! Inverting map ! Added new window around map position (-43.5, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00809224 Jy ! Component: 100 - total flux cleaned = 0.0126852 Jy ! Component: 150 - total flux cleaned = 0.0150079 Jy ! Component: 200 - total flux cleaned = 0.0160604 Jy ! Total flux subtracted in 200 components = 0.0160604 Jy ! Clean residual min=-0.006675 max=0.007112 Jy/beam ! Clean residual mean=-0.000047 rms=0.001816 Jy/beam ! Combined flux in latest and established models = 0.287109 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 150 components and 0.287109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103273Jy sigma=0.000699 ! Fit after self-cal, rms=0.103228Jy sigma=0.000698 ! 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.103228Jy sigma=0.000698 ! Fit after self-cal, rms=0.102775Jy sigma=0.000697 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.143 mas, bmaj=14.15 mas, bpa=-10.71 degrees ! Estimated noise=999.523 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00619454 Jy ! Component: 100 - total flux cleaned = 0.00903203 Jy ! Component: 150 - total flux cleaned = 0.00987171 Jy ! Component: 200 - total flux cleaned = 0.0103484 Jy ! Total flux subtracted in 200 components = 0.0103484 Jy ! Clean residual min=-0.009916 max=0.011012 Jy/beam ! Clean residual mean=-0.000067 rms=0.003001 Jy/beam ! Combined flux in latest and established models = 0.297458 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 162 components and 0.297458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102581Jy sigma=0.000696 ! Fit after self-cal, rms=0.102641Jy sigma=0.000696 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.00148903 Jy ! Component: 100 - total flux cleaned = 0.00189149 Jy ! Component: 150 - total flux cleaned = 0.002075 Jy ! Component: 200 - total flux cleaned = 0.00232849 Jy ! Total flux subtracted in 200 components = 0.00232849 Jy ! Clean residual min=-0.009730 max=0.010718 Jy/beam ! Clean residual mean=-0.000048 rms=0.002926 Jy/beam ! Combined flux in latest and established models = 0.299786 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 170 components and 0.299786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102605Jy sigma=0.000696 ! Fit after self-cal, rms=0.102612Jy sigma=0.000696 ! 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.158 mas, bmaj=7.963 mas, bpa=-3.298 degrees ! Estimated noise=804.496 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.158 x 7.963 at -3.298 degrees (North through East) ! Clean map min=-0.0060513 max=0.16884 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.616 mas, bmaj=6.723 mas, bpa=-2.298 degrees ! Estimated noise=1247.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.133596 Jy ! Component: 100 - total flux cleaned = 0.169311 Jy ! Component: 150 - total flux cleaned = 0.187909 Jy ! Component: 200 - total flux cleaned = 0.200074 Jy ! Total flux subtracted in 200 components = 0.200074 Jy ! Clean residual min=-0.008207 max=0.009382 Jy/beam ! Clean residual mean=-0.000064 rms=0.002112 Jy/beam ! Combined flux in latest and established models = 0.200074 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.200074 Jy ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=7.963 mas, bpa=-3.298 degrees ! Estimated noise=804.496 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.0180328 Jy ! Component: 100 - total flux cleaned = 0.0309292 Jy ! Component: 150 - total flux cleaned = 0.0410194 Jy ! Component: 200 - total flux cleaned = 0.0494363 Jy ! Total flux subtracted in 200 components = 0.0494363 Jy ! Clean residual min=-0.008921 max=0.008232 Jy/beam ! Clean residual mean=-0.000070 rms=0.002448 Jy/beam ! Combined flux in latest and established models = 0.24951 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 67 components and 0.24951 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.143 mas, bmaj=14.15 mas, bpa=-10.71 degrees ! Estimated noise=999.523 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0138957 Jy ! Component: 100 - total flux cleaned = 0.0237381 Jy ! Component: 150 - total flux cleaned = 0.0311016 Jy ! Component: 200 - total flux cleaned = 0.0366917 Jy ! Total flux subtracted in 200 components = 0.0366917 Jy ! Clean residual min=-0.011778 max=0.010645 Jy/beam ! Clean residual mean=-0.000080 rms=0.003274 Jy/beam ! Combined flux in latest and established models = 0.286202 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.00292638 Jy ! Component: 100 - total flux cleaned = 0.00512591 Jy ! Component: 150 - total flux cleaned = 0.00703559 Jy ! Component: 200 - total flux cleaned = 0.00858032 Jy ! Total flux subtracted in 200 components = 0.00858032 Jy ! Clean residual min=-0.010982 max=0.010440 Jy/beam ! Clean residual mean=-0.000038 rms=0.003081 Jy/beam ! Combined flux in latest and established models = 0.294782 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 102 components and 0.294782 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=7.963 mas, bpa=-3.298 degrees ! Estimated noise=804.496 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00307512 Jy ! Component: 100 - total flux cleaned = 0.0032099 Jy ! Component: 150 - total flux cleaned = 0.00332703 Jy ! Component: 200 - total flux cleaned = 0.00343872 Jy ! Total flux subtracted in 200 components = 0.00343872 Jy ! Clean residual min=-0.006524 max=0.006926 Jy/beam ! Clean residual mean=-0.000018 rms=0.001700 Jy/beam ! Combined flux in latest and established models = 0.298221 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 117 components and 0.298221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102921Jy sigma=0.000697 ! Fit after self-cal, rms=0.102870Jy sigma=0.000696 wmodel J1525+1107_S_2017_08_12_pus_map.mod ! Writing 117 model components to file: J1525+1107_S_2017_08_12_pus_map.mod wobs J1525+1107_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J1525+1107_S_2017_08_12_pus_uvs.fits wwins J1525+1107_S_2017_08_12_pus_map.win ! wwins: Wrote 4 windows to J1525+1107_S_2017_08_12_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.000778945 Jy ! Component: 100 - total flux cleaned = 0.000785491 Jy ! Component: 150 - total flux cleaned = 0.000477645 Jy ! Component: 200 - total flux cleaned = 0.00028511 Jy ! Component: 250 - total flux cleaned = 0.000194065 Jy ! Component: 300 - total flux cleaned = -6.32055e-05 Jy ! Component: 350 - total flux cleaned = -0.000394595 Jy ! Component: 400 - total flux cleaned = -0.000313389 Jy ! Component: 450 - total flux cleaned = -0.000237907 Jy ! Component: 500 - total flux cleaned = -0.000390273 Jy ! Component: 550 - total flux cleaned = -0.000682936 Jy ! Component: 600 - total flux cleaned = -0.00053947 Jy ! Component: 650 - total flux cleaned = -0.000678656 Jy ! Component: 700 - total flux cleaned = -0.000880335 Jy ! Component: 750 - total flux cleaned = -0.000810979 Jy ! Component: 800 - total flux cleaned = -0.000875501 Jy ! Component: 850 - total flux cleaned = -0.000875398 Jy ! Component: 900 - total flux cleaned = -0.000876904 Jy ! Component: 950 - total flux cleaned = -0.000878685 Jy ! Component: 1000 - total flux cleaned = -0.00087965 Jy ! Component: 1050 - total flux cleaned = -0.000763077 Jy ! Component: 1100 - total flux cleaned = -0.000649958 Jy ! Component: 1150 - total flux cleaned = -0.00076237 Jy ! Component: 1200 - total flux cleaned = -0.000706906 Jy ! Component: 1250 - total flux cleaned = -0.000707555 Jy ! Component: 1300 - total flux cleaned = -0.000708021 Jy ! Component: 1350 - total flux cleaned = -0.000707698 Jy ! Component: 1400 - total flux cleaned = -0.000502489 Jy ! Component: 1450 - total flux cleaned = -0.000452617 Jy ! Component: 1500 - total flux cleaned = -0.000501893 Jy ! Component: 1550 - total flux cleaned = -0.000451753 Jy ! Component: 1600 - total flux cleaned = -0.000354976 Jy ! Component: 1650 - total flux cleaned = -0.000356459 Jy ! Component: 1700 - total flux cleaned = -0.000309573 Jy ! Component: 1750 - total flux cleaned = -0.000355536 Jy ! Component: 1800 - total flux cleaned = -0.000355374 Jy ! Component: 1850 - total flux cleaned = -0.000176623 Jy ! Component: 1900 - total flux cleaned = -8.90466e-05 Jy ! Component: 1950 - total flux cleaned = 8.32386e-05 Jy ! Component: 2000 - total flux cleaned = 0.000167858 Jy ! Component: 2050 - total flux cleaned = 0.000125523 Jy ! Component: 2100 - total flux cleaned = 0.000250305 Jy ! Component: 2150 - total flux cleaned = 0.000373418 Jy ! Component: 2200 - total flux cleaned = 0.000534335 Jy ! Component: 2250 - total flux cleaned = 0.000494291 Jy ! Component: 2300 - total flux cleaned = 0.00073085 Jy ! Component: 2350 - total flux cleaned = 0.00088646 Jy ! Component: 2400 - total flux cleaned = 0.000963014 Jy ! Component: 2450 - total flux cleaned = 0.00115277 Jy ! Component: 2500 - total flux cleaned = 0.00145278 Jy ! Component: 2550 - total flux cleaned = 0.00149019 Jy ! Component: 2600 - total flux cleaned = 0.00160025 Jy ! Component: 2650 - total flux cleaned = 0.00174517 Jy ! Component: 2700 - total flux cleaned = 0.00185219 Jy ! Component: 2750 - total flux cleaned = 0.00199453 Jy ! Component: 2800 - total flux cleaned = 0.00213501 Jy ! Component: 2850 - total flux cleaned = 0.00227373 Jy ! Component: 2900 - total flux cleaned = 0.00237627 Jy ! Component: 2950 - total flux cleaned = 0.00257953 Jy ! Component: 3000 - total flux cleaned = 0.00274717 Jy ! Component: 3050 - total flux cleaned = 0.00301319 Jy ! Component: 3100 - total flux cleaned = 0.00324315 Jy ! Component: 3150 - total flux cleaned = 0.00330782 Jy ! Component: 3200 - total flux cleaned = 0.00346914 Jy ! Component: 3250 - total flux cleaned = 0.00369257 Jy ! Component: 3300 - total flux cleaned = 0.00385074 Jy ! Component: 3350 - total flux cleaned = 0.00413193 Jy ! Component: 3400 - total flux cleaned = 0.00434876 Jy ! Component: 3450 - total flux cleaned = 0.0045022 Jy ! Component: 3500 - total flux cleaned = 0.00459306 Jy ! Component: 3550 - total flux cleaned = 0.00474374 Jy ! Component: 3600 - total flux cleaned = 0.00501168 Jy ! Component: 3650 - total flux cleaned = 0.00512969 Jy ! Component: 3700 - total flux cleaned = 0.00518824 Jy ! Component: 3750 - total flux cleaned = 0.00533337 Jy ! Component: 3800 - total flux cleaned = 0.00539065 Jy ! Component: 3850 - total flux cleaned = 0.00550488 Jy ! Component: 3900 - total flux cleaned = 0.00556162 Jy ! Component: 3950 - total flux cleaned = 0.00564599 Jy ! Component: 4000 - total flux cleaned = 0.00578475 Jy ! Component: 4050 - total flux cleaned = 0.00592271 Jy ! Total flux subtracted in 4096 components = 0.00603208 Jy ! Clean residual min=-0.001670 max=0.001608 Jy/beam ! Clean residual mean=0.000006 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.304253 Jy keep ! Adding 348 model components to the UV plane model. ! The established model now contains 465 components and 0.304253 Jy ![Exited script file: muppet] wmap "J1525+1107_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.158 x 7.963 at -3.298 degrees (North through East) ! Clean map min=-0.0040099 max=0.16832 Jy/beam ! Writing clean map to FITS file: J1525+1107_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.168324 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000538128 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.959092 0.959092 1.91818 3.83637 7.67274 15.3455 30.691 61.3819 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.168 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.158 x 7.963 at -3.298 degrees (North through East) ! Clean map min=-0.0040099 max=0.16832 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 J1525+1107_S_2017_08_12_pus_uvs.log closed on Fri May 10 15:02:28 2019