! Started logfile: J0929+8612_S_2017_05_27_pus_uvs.log on Fri May 3 11:03:57 2019 obs J0929+8612_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J0929+8612_S_2017_05_27_pus_uva.fits ! AN table 1: 230 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.882415 visibilities/baseline/integration-bin. ! Found source: J0929+8612 ! ! 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 1211 lines of history. ! ! Reading 36532 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 J0929+8612_S_2017_05_27_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 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1302 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.813655Jy sigma=0.006445 ! Fit after self-cal, rms=0.791868Jy sigma=0.006286 ! 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.107 mas, bmaj=3.9 mas, bpa=-52.13 degrees ! Estimated noise=912.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.165276 Jy ! Component: 100 - total flux cleaned = 0.201749 Jy ! Total flux subtracted in 100 components = 0.201749 Jy ! Clean residual min=-0.007704 max=0.011488 Jy/beam ! Clean residual mean=0.000016 rms=0.001829 Jy/beam ! Combined flux in latest and established models = 0.201749 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.201749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128565Jy sigma=0.000930 ! Fit after self-cal, rms=0.128567Jy sigma=0.000930 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0114096 Jy ! Component: 100 - total flux cleaned = 0.0175172 Jy ! Total flux subtracted in 100 components = 0.0175172 Jy ! Clean residual min=-0.007116 max=0.007925 Jy/beam ! Clean residual mean=0.000004 rms=0.001680 Jy/beam ! Combined flux in latest and established models = 0.219266 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.219266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127219Jy sigma=0.000920 ! Fit after self-cal, rms=0.127238Jy sigma=0.000920 ! 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.808 mas, bmaj=4.887 mas, bpa=-49.71 degrees ! Estimated noise=527.558 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 (-1, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00725451 Jy ! Component: 100 - total flux cleaned = 0.00804262 Jy ! Component: 150 - total flux cleaned = 0.00855042 Jy ! Component: 200 - total flux cleaned = 0.00855121 Jy ! Total flux subtracted in 200 components = 0.00855121 Jy ! Clean residual min=-0.005225 max=0.005361 Jy/beam ! Clean residual mean=-0.000001 rms=0.001465 Jy/beam ! Combined flux in latest and established models = 0.227817 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 47 components and 0.227817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126508Jy sigma=0.000915 ! Fit after self-cal, rms=0.126456Jy sigma=0.000915 ! 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.91 HN 0.99 KP 1.00 ! LA 0.99 MK 0.95 NL 0.89 OV 1.02 ! PT 1.07 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.92 HN 1.06 KP 0.98 ! LA 0.96 MK 0.92 NL 1.03 OV 1.08 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.98 HN 1.04 KP 0.99 ! LA 1.01 MK 0.99 NL 0.99 OV 0.96 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 4. ! A total of 168 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 HN 1.02 KP 1.00* ! LA 1.14 MK 0.89 NL 1.00* OV 1.00* ! PT 1.12 SC 1.00* ! ! ! Fit before self-cal, rms=0.126456Jy sigma=0.000915 ! Fit after self-cal, rms=0.118437Jy sigma=0.000908 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.772 mas, bmaj=4.88 mas, bpa=-49.25 degrees ! Estimated noise=524.726 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 (-26, -28). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00497014 Jy ! Component: 100 - total flux cleaned = 0.00497062 Jy ! Component: 150 - total flux cleaned = 0.00534378 Jy ! Component: 200 - total flux cleaned = 0.00534263 Jy ! Total flux subtracted in 200 components = 0.00534263 Jy ! Clean residual min=-0.004642 max=0.005766 Jy/beam ! Clean residual mean=0.000001 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.23316 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 79 components and 0.23316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117751Jy sigma=0.000903 ! Fit after self-cal, rms=0.117748Jy sigma=0.000902 ! 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.117748Jy sigma=0.000902 ! Fit after self-cal, rms=0.105088Jy sigma=0.000888 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.761 mas, bmaj=4.833 mas, bpa=-52.9 degrees ! Estimated noise=523.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00513799 Jy ! Component: 100 - total flux cleaned = 0.00573809 Jy ! Component: 150 - total flux cleaned = 0.00610221 Jy ! Component: 200 - total flux cleaned = 0.00659609 Jy ! Total flux subtracted in 200 components = 0.00659609 Jy ! Clean residual min=-0.004366 max=0.008378 Jy/beam ! Clean residual mean=0.000016 rms=0.001194 Jy/beam ! Combined flux in latest and established models = 0.239756 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 109 components and 0.239756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104412Jy sigma=0.000881 ! Fit after self-cal, rms=0.104662Jy sigma=0.000879 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 (26.5, 28). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00703319 Jy ! Component: 100 - total flux cleaned = 0.00723149 Jy ! Component: 150 - total flux cleaned = 0.00758822 Jy ! Component: 200 - total flux cleaned = 0.00792354 Jy ! Total flux subtracted in 200 components = 0.00792354 Jy ! Clean residual min=-0.004405 max=0.005401 Jy/beam ! Clean residual mean=0.000017 rms=0.001145 Jy/beam ! Combined flux in latest and established models = 0.247679 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 146 components and 0.247679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104020Jy sigma=0.000873 ! Fit after self-cal, rms=0.104101Jy sigma=0.000872 ! Inverting map ! Added new window around map position (0.5, 27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00466398 Jy ! Component: 100 - total flux cleaned = 0.0053323 Jy ! Component: 150 - total flux cleaned = 0.0057849 Jy ! Component: 200 - total flux cleaned = 0.00636103 Jy ! Total flux subtracted in 200 components = 0.00636103 Jy ! Clean residual min=-0.004305 max=0.004701 Jy/beam ! Clean residual mean=0.000014 rms=0.001074 Jy/beam ! Combined flux in latest and established models = 0.25404 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 171 components and 0.25404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103702Jy sigma=0.000867 ! Fit after self-cal, rms=0.103754Jy sigma=0.000867 ! Inverting map ! Added new window around map position (51, 28.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00302584 Jy ! Component: 100 - total flux cleaned = 0.00359815 Jy ! Component: 150 - total flux cleaned = 0.00414279 Jy ! Component: 200 - total flux cleaned = 0.00492192 Jy ! Total flux subtracted in 200 components = 0.00492192 Jy ! Clean residual min=-0.004305 max=0.004379 Jy/beam ! Clean residual mean=0.000011 rms=0.001020 Jy/beam ! Combined flux in latest and established models = 0.258962 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 206 components and 0.258962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103450Jy sigma=0.000864 ! Fit after self-cal, rms=0.103495Jy sigma=0.000864 ! 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.103495Jy sigma=0.000864 ! Fit after self-cal, rms=0.100332Jy sigma=0.000859 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.744 mas, bmaj=4.805 mas, bpa=-55.04 degrees ! Estimated noise=520.681 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00581027 Jy ! Component: 100 - total flux cleaned = 0.00821803 Jy ! Component: 150 - total flux cleaned = 0.00862222 Jy ! Component: 200 - total flux cleaned = 0.0086291 Jy ! Total flux subtracted in 200 components = 0.0086291 Jy ! Clean residual min=-0.003809 max=0.004400 Jy/beam ! Clean residual mean=0.000007 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.267591 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 220 components and 0.267591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099961Jy sigma=0.000855 ! Fit after self-cal, rms=0.100065Jy sigma=0.000854 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 (-16, -16). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00318911 Jy ! Component: 100 - total flux cleaned = 0.00379702 Jy ! Component: 150 - total flux cleaned = 0.00412443 Jy ! Component: 200 - total flux cleaned = 0.00432575 Jy ! Total flux subtracted in 200 components = 0.00432575 Jy ! Clean residual min=-0.003450 max=0.004140 Jy/beam ! Clean residual mean=0.000009 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.271917 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 246 components and 0.271917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099836Jy sigma=0.000852 ! Fit after self-cal, rms=0.099858Jy sigma=0.000851 ! Inverting map ! Added new window around map position (-50, -28). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00387387 Jy ! Component: 100 - total flux cleaned = 0.00522272 Jy ! Component: 150 - total flux cleaned = 0.00550445 Jy ! Component: 200 - total flux cleaned = 0.00567903 Jy ! Total flux subtracted in 200 components = 0.00567903 Jy ! Clean residual min=-0.003289 max=0.003187 Jy/beam ! Clean residual mean=0.000005 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.277596 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 271 components and 0.277596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099689Jy sigma=0.000849 ! Fit after self-cal, rms=0.099710Jy sigma=0.000849 ! 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.099710Jy sigma=0.000849 ! Fit after self-cal, rms=0.099489Jy sigma=0.000849 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.29 mas, bmaj=9.507 mas, bpa=-66.06 degrees ! Estimated noise=662.357 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0019353 Jy ! Component: 100 - total flux cleaned = 0.00299601 Jy ! Component: 150 - total flux cleaned = 0.00396309 Jy ! Component: 200 - total flux cleaned = 0.00477847 Jy ! Total flux subtracted in 200 components = 0.00477847 Jy ! Clean residual min=-0.003506 max=0.003793 Jy/beam ! Clean residual mean=0.000007 rms=0.001056 Jy/beam ! Combined flux in latest and established models = 0.282375 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 289 components and 0.282375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099447Jy sigma=0.000848 ! Fit after self-cal, rms=0.099466Jy sigma=0.000848 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.000665659 Jy ! Component: 100 - total flux cleaned = 0.00113431 Jy ! Component: 150 - total flux cleaned = 0.00137332 Jy ! Component: 200 - total flux cleaned = 0.00163772 Jy ! Total flux subtracted in 200 components = 0.00163772 Jy ! Clean residual min=-0.003354 max=0.003677 Jy/beam ! Clean residual mean=0.000006 rms=0.001039 Jy/beam ! Combined flux in latest and established models = 0.284012 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 307 components and 0.284013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099452Jy sigma=0.000848 ! Fit after self-cal, rms=0.099453Jy sigma=0.000848 ! 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.74 mas, bmaj=4.804 mas, bpa=-55.33 degrees ! Estimated noise=520.48 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.74 x 4.804 at -55.33 degrees (North through East) ! Clean map min=-0.0033367 max=0.21288 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.039 mas, bmaj=3.829 mas, bpa=-59.71 degrees ! Estimated noise=886.115 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.158542 Jy ! Component: 100 - total flux cleaned = 0.198729 Jy ! Component: 150 - total flux cleaned = 0.22 Jy ! Component: 200 - total flux cleaned = 0.235001 Jy ! Total flux subtracted in 200 components = 0.235001 Jy ! Clean residual min=-0.008047 max=0.009923 Jy/beam ! Clean residual mean=0.000020 rms=0.001865 Jy/beam ! Combined flux in latest and established models = 0.235001 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.235001 Jy ! Inverting map and beam ! Estimated beam: bmin=3.74 mas, bmaj=4.804 mas, bpa=-55.33 degrees ! Estimated noise=520.48 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.0128372 Jy ! Component: 100 - total flux cleaned = 0.0184058 Jy ! Component: 150 - total flux cleaned = 0.0217276 Jy ! Component: 200 - total flux cleaned = 0.0244135 Jy ! Total flux subtracted in 200 components = 0.0244135 Jy ! Clean residual min=-0.005128 max=0.005987 Jy/beam ! Clean residual mean=0.000015 rms=0.001308 Jy/beam ! Combined flux in latest and established models = 0.259414 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 78 components and 0.259414 Jy ! Inverting map ! Added new window around map position (-1.5, -27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00382338 Jy ! Component: 100 - total flux cleaned = 0.00541929 Jy ! Component: 150 - total flux cleaned = 0.00668502 Jy ! Component: 200 - total flux cleaned = 0.00806865 Jy ! Total flux subtracted in 200 components = 0.00806865 Jy ! Clean residual min=-0.004264 max=0.005155 Jy/beam ! Clean residual mean=0.000010 rms=0.001137 Jy/beam ! Combined flux in latest and established models = 0.267483 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 135 components and 0.267483 Jy ! Inverting map ! Added new window around map position (16, 16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00376421 Jy ! Component: 100 - total flux cleaned = 0.00536068 Jy ! Component: 150 - total flux cleaned = 0.00653033 Jy ! Component: 200 - total flux cleaned = 0.00795108 Jy ! Total flux subtracted in 200 components = 0.00795108 Jy ! Clean residual min=-0.003741 max=0.004094 Jy/beam ! Clean residual mean=0.000010 rms=0.001021 Jy/beam ! Combined flux in latest and established models = 0.275434 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 181 components and 0.275434 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.29 mas, bmaj=9.507 mas, bpa=-66.06 degrees ! Estimated noise=662.357 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00355301 Jy ! Component: 100 - total flux cleaned = 0.00568592 Jy ! Component: 150 - total flux cleaned = 0.00720027 Jy ! Component: 200 - total flux cleaned = 0.00828212 Jy ! Total flux subtracted in 200 components = 0.00828212 Jy ! Clean residual min=-0.003139 max=0.003853 Jy/beam ! Clean residual mean=0.000009 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 0.283716 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.000865017 Jy ! Component: 100 - total flux cleaned = 0.0015489 Jy ! Component: 150 - total flux cleaned = 0.00203354 Jy ! Component: 200 - total flux cleaned = 0.00239565 Jy ! Total flux subtracted in 200 components = 0.00239565 Jy ! Clean residual min=-0.003020 max=0.003637 Jy/beam ! Clean residual mean=0.000008 rms=0.000977 Jy/beam ! Combined flux in latest and established models = 0.286112 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 231 components and 0.286112 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.74 mas, bmaj=4.804 mas, bpa=-55.33 degrees ! Estimated noise=520.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000292949 Jy ! Component: 100 - total flux cleaned = 0.00029858 Jy ! Component: 150 - total flux cleaned = 0.000439019 Jy ! Component: 200 - total flux cleaned = 0.000315587 Jy ! Total flux subtracted in 200 components = 0.000315587 Jy ! Clean residual min=-0.003239 max=0.003470 Jy/beam ! Clean residual mean=0.000005 rms=0.000908 Jy/beam ! Combined flux in latest and established models = 0.286427 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 263 components and 0.286427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099610Jy sigma=0.000854 ! Fit after self-cal, rms=0.099517Jy sigma=0.000854 wmodel J0929+8612_S_2017_05_27_pus_map.mod ! Writing 263 model components to file: J0929+8612_S_2017_05_27_pus_map.mod wobs J0929+8612_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J0929+8612_S_2017_05_27_pus_uvs.fits wwins J0929+8612_S_2017_05_27_pus_map.win ! wwins: Wrote 10 windows to J0929+8612_S_2017_05_27_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.000816869 Jy ! Component: 100 - total flux cleaned = 0.00123071 Jy ! Component: 150 - total flux cleaned = 0.00145812 Jy ! Component: 200 - total flux cleaned = 0.00162177 Jy ! Component: 250 - total flux cleaned = 0.00167446 Jy ! Component: 300 - total flux cleaned = 0.00172618 Jy ! Component: 350 - total flux cleaned = 0.00167462 Jy ! Component: 400 - total flux cleaned = 0.00167504 Jy ! Component: 450 - total flux cleaned = 0.00172548 Jy ! Component: 500 - total flux cleaned = 0.00206567 Jy ! Component: 550 - total flux cleaned = 0.00211323 Jy ! Component: 600 - total flux cleaned = 0.00225479 Jy ! Component: 650 - total flux cleaned = 0.00244163 Jy ! Component: 700 - total flux cleaned = 0.00253379 Jy ! Component: 750 - total flux cleaned = 0.00262468 Jy ! Component: 800 - total flux cleaned = 0.00271454 Jy ! Component: 850 - total flux cleaned = 0.00280256 Jy ! Component: 900 - total flux cleaned = 0.00275909 Jy ! Component: 950 - total flux cleaned = 0.00262998 Jy ! Component: 1000 - total flux cleaned = 0.00271557 Jy ! Component: 1050 - total flux cleaned = 0.00267322 Jy ! Component: 1100 - total flux cleaned = 0.0027155 Jy ! Component: 1150 - total flux cleaned = 0.00271572 Jy ! Component: 1200 - total flux cleaned = 0.00271566 Jy ! Component: 1250 - total flux cleaned = 0.00271605 Jy ! Component: 1300 - total flux cleaned = 0.00283666 Jy ! Component: 1350 - total flux cleaned = 0.00287646 Jy ! Component: 1400 - total flux cleaned = 0.0029957 Jy ! Component: 1450 - total flux cleaned = 0.00299544 Jy ! Component: 1500 - total flux cleaned = 0.003074 Jy ! Component: 1550 - total flux cleaned = 0.00307426 Jy ! Component: 1600 - total flux cleaned = 0.00303564 Jy ! Component: 1650 - total flux cleaned = 0.00311216 Jy ! Component: 1700 - total flux cleaned = 0.00318785 Jy ! Component: 1750 - total flux cleaned = 0.00322516 Jy ! Component: 1800 - total flux cleaned = 0.0031874 Jy ! Component: 1850 - total flux cleaned = 0.00318756 Jy ! Component: 1900 - total flux cleaned = 0.00322472 Jy ! Component: 1950 - total flux cleaned = 0.00322472 Jy ! Component: 2000 - total flux cleaned = 0.00326142 Jy ! Component: 2050 - total flux cleaned = 0.00329803 Jy ! Component: 2100 - total flux cleaned = 0.00340638 Jy ! Component: 2150 - total flux cleaned = 0.00344238 Jy ! Component: 2200 - total flux cleaned = 0.00344218 Jy ! Component: 2250 - total flux cleaned = 0.00351301 Jy ! Component: 2300 - total flux cleaned = 0.00351333 Jy ! Component: 2350 - total flux cleaned = 0.00358339 Jy ! Component: 2400 - total flux cleaned = 0.0035136 Jy ! Component: 2450 - total flux cleaned = 0.00347914 Jy ! Component: 2500 - total flux cleaned = 0.00358272 Jy ! Component: 2550 - total flux cleaned = 0.00365139 Jy ! Component: 2600 - total flux cleaned = 0.00368559 Jy ! Component: 2650 - total flux cleaned = 0.00375353 Jy ! Component: 2700 - total flux cleaned = 0.00371981 Jy ! Component: 2750 - total flux cleaned = 0.00375371 Jy ! Component: 2800 - total flux cleaned = 0.00382048 Jy ! Component: 2850 - total flux cleaned = 0.003887 Jy ! Component: 2900 - total flux cleaned = 0.00372126 Jy ! Component: 2950 - total flux cleaned = 0.00378739 Jy ! Component: 3000 - total flux cleaned = 0.00375451 Jy ! Component: 3050 - total flux cleaned = 0.00375447 Jy ! Component: 3100 - total flux cleaned = 0.003722 Jy ! Component: 3150 - total flux cleaned = 0.0038191 Jy ! Component: 3200 - total flux cleaned = 0.00369023 Jy ! Component: 3250 - total flux cleaned = 0.00375446 Jy ! Component: 3300 - total flux cleaned = 0.00362647 Jy ! Component: 3350 - total flux cleaned = 0.00362661 Jy ! Component: 3400 - total flux cleaned = 0.00356297 Jy ! Component: 3450 - total flux cleaned = 0.00359455 Jy ! Component: 3500 - total flux cleaned = 0.00346874 Jy ! Component: 3550 - total flux cleaned = 0.00343749 Jy ! Component: 3600 - total flux cleaned = 0.00346889 Jy ! Component: 3650 - total flux cleaned = 0.00343783 Jy ! Component: 3700 - total flux cleaned = 0.00343781 Jy ! Component: 3750 - total flux cleaned = 0.00340681 Jy ! Component: 3800 - total flux cleaned = 0.00337595 Jy ! Component: 3850 - total flux cleaned = 0.00334556 Jy ! Component: 3900 - total flux cleaned = 0.00340688 Jy ! Component: 3950 - total flux cleaned = 0.00340692 Jy ! Component: 4000 - total flux cleaned = 0.00343732 Jy ! Component: 4050 - total flux cleaned = 0.00337688 Jy ! Total flux subtracted in 4096 components = 0.00331665 Jy ! Clean residual min=-0.001655 max=0.001854 Jy/beam ! Clean residual mean=0.000000 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.289744 Jy keep ! Adding 413 model components to the UV plane model. ! The established model now contains 676 components and 0.289744 Jy ![Exited script file: muppet] wmap "J0929+8612_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.74 x 4.804 at -55.33 degrees (North through East) ! Clean map min=-0.0028286 max=0.21069 Jy/beam ! Writing clean map to FITS file: J0929+8612_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.210689 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000551586 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.785403 0.785403 1.57081 3.14161 6.28322 12.5664 25.1329 50.2658 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.21 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.74 x 4.804 at -55.33 degrees (North through East) ! Clean map min=-0.0028286 max=0.21069 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 J0929+8612_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:04:03 2019