! Started logfile: J0145+5810_S_2017_09_26_pus_uvs.log on Sat May 11 12:53:38 2019 obs J0145+5810_S_2017_09_26_pus_uva.fits ! Reading UV FITS file: J0145+5810_S_2017_09_26_pus_uva.fits ! AN table 1: 294 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.878212 visibilities/baseline/integration-bin. ! Found source: J0145+5810 ! ! 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 674 lines of history. ! ! Reading 37180 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 J0145+5810_S_2017_09_26_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 164 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 164 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 164 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1326 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.948217Jy sigma=0.009132 ! Fit after self-cal, rms=0.923518Jy sigma=0.008910 ! 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=3.251 mas, bmaj=4.471 mas, bpa=-35.13 degrees ! Estimated noise=953.044 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.0489473 Jy ! Component: 100 - total flux cleaned = 0.0720712 Jy ! Total flux subtracted in 100 components = 0.0720712 Jy ! Clean residual min=-0.007910 max=0.015713 Jy/beam ! Clean residual mean=-0.000094 rms=0.002505 Jy/beam ! Combined flux in latest and established models = 0.0720713 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 29 components and 0.0720713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093229Jy sigma=0.000874 ! Fit after self-cal, rms=0.092866Jy sigma=0.000870 ! Inverting map ! Added new window around map position (-1, -7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0188502 Jy ! Component: 100 - total flux cleaned = 0.0328373 Jy ! Total flux subtracted in 100 components = 0.0328373 Jy ! Clean residual min=-0.005649 max=0.010837 Jy/beam ! Clean residual mean=-0.000071 rms=0.001870 Jy/beam ! Combined flux in latest and established models = 0.104909 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 62 components and 0.104909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084576Jy sigma=0.000785 ! Fit after self-cal, rms=0.084250Jy sigma=0.000782 ! 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=4.273 mas, bmaj=5.499 mas, bpa=-32.11 degrees ! Estimated noise=425.936 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.0239932 Jy ! Component: 100 - total flux cleaned = 0.0399125 Jy ! Component: 150 - total flux cleaned = 0.0511075 Jy ! Component: 200 - total flux cleaned = 0.059112 Jy ! Total flux subtracted in 200 components = 0.059112 Jy ! Clean residual min=-0.006643 max=0.010189 Jy/beam ! Clean residual mean=-0.000107 rms=0.001940 Jy/beam ! Combined flux in latest and established models = 0.164021 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 93 components and 0.164021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075851Jy sigma=0.000696 ! Fit after self-cal, rms=0.075348Jy sigma=0.000692 ! 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.14 FD 1.01 HN 1.07 KP 0.91 ! LA 0.92 MK 1.15 NL 1.07 OV 1.01 ! PT 0.88 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 1.06 HN 1.10 KP 0.89 ! LA 0.89 MK 1.11 NL 1.25 OV 1.06 ! PT 0.85 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.08 HN 1.06 KP 0.88 ! LA 0.91 MK 1.24 NL 1.20 OV 0.97 ! PT 0.84 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.26 HN 1.04 KP 1.00* ! LA 0.87 MK 0.90 NL 1.00* OV 0.98 ! PT 0.80 ! ! ! Fit before self-cal, rms=0.075348Jy sigma=0.000692 ! Fit after self-cal, rms=0.078039Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.437 mas, bmaj=5.746 mas, bpa=-32.22 degrees ! Estimated noise=437.29 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.000554773 Jy ! Component: 100 - total flux cleaned = 0.000887871 Jy ! Component: 150 - total flux cleaned = 0.00135385 Jy ! Component: 200 - total flux cleaned = 0.00176625 Jy ! Total flux subtracted in 200 components = 0.00176625 Jy ! Clean residual min=-0.004878 max=0.005594 Jy/beam ! Clean residual mean=-0.000049 rms=0.001222 Jy/beam ! Combined flux in latest and established models = 0.165787 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 100 components and 0.165787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077916Jy sigma=0.000668 ! Fit after self-cal, rms=0.078103Jy sigma=0.000667 ! 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.078103Jy sigma=0.000667 ! Fit after self-cal, rms=0.077797Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.493 mas, bmaj=5.563 mas, bpa=-29.07 degrees ! Estimated noise=428.334 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000100593 Jy ! Component: 100 - total flux cleaned = 0.00050298 Jy ! Component: 150 - total flux cleaned = 0.000889317 Jy ! Component: 200 - total flux cleaned = 0.00122069 Jy ! Total flux subtracted in 200 components = 0.00122069 Jy ! Clean residual min=-0.004275 max=0.005714 Jy/beam ! Clean residual mean=-0.000018 rms=0.001099 Jy/beam ! Combined flux in latest and established models = 0.167008 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 107 components and 0.167008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077724Jy sigma=0.000664 ! Fit after self-cal, rms=0.077717Jy sigma=0.000664 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 (-31.5, -73.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00491554 Jy ! Component: 100 - total flux cleaned = 0.00739151 Jy ! Component: 150 - total flux cleaned = 0.00919201 Jy ! Component: 200 - total flux cleaned = 0.0106739 Jy ! Total flux subtracted in 200 components = 0.0106739 Jy ! Clean residual min=-0.003521 max=0.004533 Jy/beam ! Clean residual mean=-0.000024 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.177681 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 157 components and 0.177681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077427Jy sigma=0.000660 ! Fit after self-cal, rms=0.077371Jy sigma=0.000660 ! Inverting map ! Added new window around map position (-10, -33). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00354127 Jy ! Component: 100 - total flux cleaned = 0.00469421 Jy ! Component: 150 - total flux cleaned = 0.005871 Jy ! Component: 200 - total flux cleaned = 0.00695162 Jy ! Total flux subtracted in 200 components = 0.00695162 Jy ! Clean residual min=-0.002904 max=0.003033 Jy/beam ! Clean residual mean=-0.000015 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.184633 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 182 components and 0.184633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077109Jy sigma=0.000657 ! Fit after self-cal, rms=0.077066Jy sigma=0.000656 ! 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.077066Jy sigma=0.000656 ! Fit after self-cal, rms=0.075895Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.526 mas, bmaj=5.53 mas, bpa=-28.84 degrees ! Estimated noise=421.176 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178225 Jy ! Component: 100 - total flux cleaned = 0.00260636 Jy ! Component: 150 - total flux cleaned = 0.003379 Jy ! Component: 200 - total flux cleaned = 0.00412197 Jy ! Total flux subtracted in 200 components = 0.00412197 Jy ! Clean residual min=-0.002181 max=0.002626 Jy/beam ! Clean residual mean=-0.000002 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.188755 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 191 components and 0.188755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075784Jy sigma=0.000655 ! Fit after self-cal, rms=0.075775Jy sigma=0.000654 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.000732536 Jy ! Component: 100 - total flux cleaned = 0.00153211 Jy ! Component: 150 - total flux cleaned = 0.00211437 Jy ! Component: 200 - total flux cleaned = 0.00268207 Jy ! Total flux subtracted in 200 components = 0.00268207 Jy ! Clean residual min=-0.002144 max=0.002468 Jy/beam ! Clean residual mean=-0.000001 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.191437 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 199 components and 0.191437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075720Jy sigma=0.000654 ! Fit after self-cal, rms=0.075715Jy sigma=0.000654 ! 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.075715Jy sigma=0.000654 ! Fit after self-cal, rms=0.075573Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.659 mas, bmaj=9.151 mas, bpa=34.86 degrees ! Estimated noise=486.246 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157499 Jy ! Component: 100 - total flux cleaned = 0.00271177 Jy ! Component: 150 - total flux cleaned = 0.0035187 Jy ! Component: 200 - total flux cleaned = 0.00389625 Jy ! Total flux subtracted in 200 components = 0.00389625 Jy ! Clean residual min=-0.002126 max=0.002671 Jy/beam ! Clean residual mean=0.000003 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.195333 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 223 components and 0.195333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075547Jy sigma=0.000653 ! Fit after self-cal, rms=0.075548Jy sigma=0.000653 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.000618507 Jy ! Component: 100 - total flux cleaned = 0.000962135 Jy ! Component: 150 - total flux cleaned = 0.00116901 Jy ! Component: 200 - total flux cleaned = 0.00136263 Jy ! Total flux subtracted in 200 components = 0.00136263 Jy ! Clean residual min=-0.002052 max=0.002564 Jy/beam ! Clean residual mean=0.000005 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.196696 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 232 components and 0.196696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075533Jy sigma=0.000653 ! Fit after self-cal, rms=0.075534Jy sigma=0.000653 ! 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=4.542 mas, bmaj=5.543 mas, bpa=-29.23 degrees ! Estimated noise=419.826 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.542 x 5.543 at -29.23 degrees (North through East) ! Clean map min=-0.004224 max=0.059286 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=3.415 mas, bmaj=4.452 mas, bpa=-33.51 degrees ! Estimated noise=951.717 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0474222 Jy ! Component: 100 - total flux cleaned = 0.0744225 Jy ! Component: 150 - total flux cleaned = 0.0932593 Jy ! Component: 200 - total flux cleaned = 0.107586 Jy ! Total flux subtracted in 200 components = 0.107586 Jy ! Clean residual min=-0.006064 max=0.008981 Jy/beam ! Clean residual mean=-0.000051 rms=0.001700 Jy/beam ! Combined flux in latest and established models = 0.107586 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 43 model components to the UV plane model. ! The established model now contains 43 components and 0.107586 Jy ! Inverting map and beam ! Estimated beam: bmin=4.542 mas, bmaj=5.543 mas, bpa=-29.23 degrees ! Estimated noise=419.826 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.0199735 Jy ! Component: 100 - total flux cleaned = 0.0324749 Jy ! Component: 150 - total flux cleaned = 0.0412179 Jy ! Component: 200 - total flux cleaned = 0.0480458 Jy ! Total flux subtracted in 200 components = 0.0480458 Jy ! Clean residual min=-0.005382 max=0.005995 Jy/beam ! Clean residual mean=-0.000039 rms=0.001253 Jy/beam ! Combined flux in latest and established models = 0.155632 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 93 components and 0.155631 Jy ! Inverting map ! Added new window around map position (-6, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00628686 Jy ! Component: 100 - total flux cleaned = 0.0111054 Jy ! Component: 150 - total flux cleaned = 0.01519 Jy ! Component: 200 - total flux cleaned = 0.0182958 Jy ! Total flux subtracted in 200 components = 0.0182958 Jy ! Clean residual min=-0.003703 max=0.002856 Jy/beam ! Clean residual mean=-0.000015 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.173927 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 132 components and 0.173927 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=8.659 mas, bmaj=9.151 mas, bpa=34.86 degrees ! Estimated noise=486.246 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00455286 Jy ! Component: 100 - total flux cleaned = 0.00804636 Jy ! Component: 150 - total flux cleaned = 0.0108876 Jy ! Component: 200 - total flux cleaned = 0.0128227 Jy ! Total flux subtracted in 200 components = 0.0128227 Jy ! Clean residual min=-0.002993 max=0.003014 Jy/beam ! Clean residual mean=-0.000005 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.18675 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.00143452 Jy ! Component: 100 - total flux cleaned = 0.00270467 Jy ! Component: 150 - total flux cleaned = 0.00383074 Jy ! Component: 200 - total flux cleaned = 0.00488749 Jy ! Total flux subtracted in 200 components = 0.00488749 Jy ! Clean residual min=-0.002351 max=0.002626 Jy/beam ! Clean residual mean=0.000002 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.191637 Jy ! Adding 112 model components to the UV plane model. ! The established model now contains 229 components and 0.191637 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.542 mas, bmaj=5.543 mas, bpa=-29.23 degrees ! Estimated noise=419.826 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00042436 Jy ! Component: 100 - total flux cleaned = 0.000161123 Jy ! Component: 150 - total flux cleaned = 0.000775588 Jy ! Component: 200 - total flux cleaned = 0.00120719 Jy ! Total flux subtracted in 200 components = 0.00120719 Jy ! Clean residual min=-0.002096 max=0.002147 Jy/beam ! Clean residual mean=0.000000 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.192845 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 256 components and 0.192845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075547Jy sigma=0.000653 ! Fit after self-cal, rms=0.075480Jy sigma=0.000653 wmodel J0145+5810_S_2017_09_26_pus_map.mod ! Writing 256 model components to file: J0145+5810_S_2017_09_26_pus_map.mod wobs J0145+5810_S_2017_09_26_pus_uvs.fits ! Writing UV FITS file: J0145+5810_S_2017_09_26_pus_uvs.fits wwins J0145+5810_S_2017_09_26_pus_map.win ! wwins: Wrote 5 windows to J0145+5810_S_2017_09_26_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.000332695 Jy ! Component: 100 - total flux cleaned = 0.000368649 Jy ! Component: 150 - total flux cleaned = 0.000431584 Jy ! Component: 200 - total flux cleaned = 0.000520044 Jy ! Component: 250 - total flux cleaned = 0.000689367 Jy ! Component: 300 - total flux cleaned = 0.000879334 Jy ! Component: 350 - total flux cleaned = 0.00111439 Jy ! Component: 400 - total flux cleaned = 0.00131647 Jy ! Component: 450 - total flux cleaned = 0.00143898 Jy ! Component: 500 - total flux cleaned = 0.00160497 Jy ! Component: 550 - total flux cleaned = 0.00174344 Jy ! Component: 600 - total flux cleaned = 0.00187738 Jy ! Component: 650 - total flux cleaned = 0.00194246 Jy ! Component: 700 - total flux cleaned = 0.00200624 Jy ! Component: 750 - total flux cleaned = 0.00208982 Jy ! Component: 800 - total flux cleaned = 0.00215058 Jy ! Component: 850 - total flux cleaned = 0.00219 Jy ! Component: 900 - total flux cleaned = 0.00226655 Jy ! Component: 950 - total flux cleaned = 0.00224784 Jy ! Component: 1000 - total flux cleaned = 0.00230327 Jy ! Component: 1050 - total flux cleaned = 0.00233884 Jy ! Component: 1100 - total flux cleaned = 0.00232129 Jy ! Component: 1150 - total flux cleaned = 0.00233843 Jy ! Component: 1200 - total flux cleaned = 0.00232172 Jy ! Component: 1250 - total flux cleaned = 0.00238715 Jy ! Component: 1300 - total flux cleaned = 0.00232315 Jy ! Component: 1350 - total flux cleaned = 0.00229204 Jy ! Component: 1400 - total flux cleaned = 0.0023073 Jy ! Component: 1450 - total flux cleaned = 0.002277 Jy ! Component: 1500 - total flux cleaned = 0.00229172 Jy ! Component: 1550 - total flux cleaned = 0.00224809 Jy ! Component: 1600 - total flux cleaned = 0.00224778 Jy ! Component: 1650 - total flux cleaned = 0.0021496 Jy ! Component: 1700 - total flux cleaned = 0.00213621 Jy ! Component: 1750 - total flux cleaned = 0.00206866 Jy ! Component: 1800 - total flux cleaned = 0.00206866 Jy ! Component: 1850 - total flux cleaned = 0.00200329 Jy ! Component: 1900 - total flux cleaned = 0.00199079 Jy ! Component: 1950 - total flux cleaned = 0.00197821 Jy ! Component: 2000 - total flux cleaned = 0.00194056 Jy ! Component: 2050 - total flux cleaned = 0.00192819 Jy ! Component: 2100 - total flux cleaned = 0.00197681 Jy ! Component: 2150 - total flux cleaned = 0.00194064 Jy ! Component: 2200 - total flux cleaned = 0.00192847 Jy ! Component: 2250 - total flux cleaned = 0.00193989 Jy ! Component: 2300 - total flux cleaned = 0.00195117 Jy ! Component: 2350 - total flux cleaned = 0.00195102 Jy ! Component: 2400 - total flux cleaned = 0.00193996 Jy ! Component: 2450 - total flux cleaned = 0.00193997 Jy ! Component: 2500 - total flux cleaned = 0.00196172 Jy ! Component: 2550 - total flux cleaned = 0.00198339 Jy ! Component: 2600 - total flux cleaned = 0.00200464 Jy ! Component: 2650 - total flux cleaned = 0.00203629 Jy ! Component: 2700 - total flux cleaned = 0.00208845 Jy ! Component: 2750 - total flux cleaned = 0.00209886 Jy ! Component: 2800 - total flux cleaned = 0.00211936 Jy ! Component: 2850 - total flux cleaned = 0.00218016 Jy ! Component: 2900 - total flux cleaned = 0.00223031 Jy ! Component: 2950 - total flux cleaned = 0.0022801 Jy ! Component: 3000 - total flux cleaned = 0.00232944 Jy ! Component: 3050 - total flux cleaned = 0.00240747 Jy ! Component: 3100 - total flux cleaned = 0.00244613 Jy ! Component: 3150 - total flux cleaned = 0.00248435 Jy ! Component: 3200 - total flux cleaned = 0.00255091 Jy ! Component: 3250 - total flux cleaned = 0.00260745 Jy ! Component: 3300 - total flux cleaned = 0.0026542 Jy ! Component: 3350 - total flux cleaned = 0.0027099 Jy ! Component: 3400 - total flux cleaned = 0.00277423 Jy ! Component: 3450 - total flux cleaned = 0.00282897 Jy ! Component: 3500 - total flux cleaned = 0.00290133 Jy ! Component: 3550 - total flux cleaned = 0.00291929 Jy ! Component: 3600 - total flux cleaned = 0.00300851 Jy ! Component: 3650 - total flux cleaned = 0.00307924 Jy ! Component: 3700 - total flux cleaned = 0.00311437 Jy ! Component: 3750 - total flux cleaned = 0.00316672 Jy ! Component: 3800 - total flux cleaned = 0.00321864 Jy ! Component: 3850 - total flux cleaned = 0.00326161 Jy ! Component: 3900 - total flux cleaned = 0.00332971 Jy ! Component: 3950 - total flux cleaned = 0.00335515 Jy ! Component: 4000 - total flux cleaned = 0.00342245 Jy ! Component: 4050 - total flux cleaned = 0.00347252 Jy ! Total flux subtracted in 4096 components = 0.00351392 Jy ! Clean residual min=-0.000605 max=0.000541 Jy/beam ! Clean residual mean=0.000000 rms=0.000152 Jy/beam ! Combined flux in latest and established models = 0.196358 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 546 components and 0.196358 Jy ![Exited script file: muppet] wmap "J0145+5810_S_2017_09_26_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.542 x 5.543 at -29.23 degrees (North through East) ! Clean map min=-0.0028529 max=0.057999 Jy/beam ! Writing clean map to FITS file: J0145+5810_S_2017_09_26_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.057999 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000148217 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.766653 0.766653 1.53331 3.06661 6.13322 12.2664 24.5329 49.0658 98.1315 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.057 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.542 x 5.543 at -29.23 degrees (North through East) ! Clean map min=-0.0028529 max=0.057999 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 J0145+5810_S_2017_09_26_pus_uvs.log closed on Sat May 11 12:53:45 2019