! Started logfile: J0913+4402_S_2017_08_12_pus_uvs.log on Fri May 10 14:56:21 2019 obs J0913+4402_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J0913+4402_S_2017_08_12_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.848298 visibilities/baseline/integration-bin. ! Found source: J0913+4402 ! ! 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 26416 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 J0913+4402_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 142 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 202 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1026 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.940503Jy sigma=0.009065 ! Fit after self-cal, rms=0.929914Jy sigma=0.008968 ! 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.03 mas, bmaj=4.785 mas, bpa=23.02 degrees ! Estimated noise=961.916 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.0561321 Jy ! Component: 100 - total flux cleaned = 0.0685282 Jy ! Total flux subtracted in 100 components = 0.0685282 Jy ! Clean residual min=-0.003056 max=0.003625 Jy/beam ! Clean residual mean=-0.000002 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.0685282 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0685282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073088Jy sigma=0.000665 ! Fit after self-cal, rms=0.073061Jy sigma=0.000665 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00362205 Jy ! Component: 100 - total flux cleaned = 0.00535857 Jy ! Total flux subtracted in 100 components = 0.00535857 Jy ! Clean residual min=-0.002781 max=0.003133 Jy/beam ! Clean residual mean=-0.000001 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.0738868 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 13 components and 0.0738868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072891Jy sigma=0.000664 ! Fit after self-cal, rms=0.072890Jy sigma=0.000664 ! 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.718 mas, bmaj=5.594 mas, bpa=21.2 degrees ! Estimated noise=521.043 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.0010117 Jy ! Component: 100 - total flux cleaned = 0.000965903 Jy ! Component: 150 - total flux cleaned = 0.000949395 Jy ! Component: 200 - total flux cleaned = 0.000919869 Jy ! Total flux subtracted in 200 components = 0.000919869 Jy ! Clean residual min=-0.001750 max=0.002281 Jy/beam ! Clean residual mean=0.000001 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.0748066 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 21 components and 0.0748066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072868Jy sigma=0.000663 ! Fit after self-cal, rms=0.072870Jy sigma=0.000663 ! 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.98 FD 1.04 HN 0.97 KP 1.05 ! LA 0.97 MK 1.02 NL 0.90 OV 1.01 ! PT 1.04 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.06 HN 1.00 KP 1.01 ! LA 0.98 MK 1.01 NL 1.05 OV 1.08 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.06 HN 0.98 KP 0.98 ! LA 0.99 MK 1.02 NL 1.00 OV 1.02 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 0.94 KP 1.00* ! LA 0.91 MK 1.04 NL 1.00* OV 1.00* ! PT 0.94 SC 1.00* ! ! ! Fit before self-cal, rms=0.072870Jy sigma=0.000663 ! Fit after self-cal, rms=0.072254Jy sigma=0.000662 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.735 mas, bmaj=5.585 mas, bpa=21.11 degrees ! Estimated noise=520.315 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 = -3.57751e-05 Jy ! Component: 100 - total flux cleaned = -3.3934e-05 Jy ! Component: 150 - total flux cleaned = -2.35415e-05 Jy ! Component: 200 - total flux cleaned = -4.82993e-06 Jy ! Total flux subtracted in 200 components = -4.82993e-06 Jy ! Clean residual min=-0.001562 max=0.001812 Jy/beam ! Clean residual mean=-0.000003 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.0748018 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 25 components and 0.0748018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072250Jy sigma=0.000662 ! Fit after self-cal, rms=0.072247Jy sigma=0.000662 ! 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.072247Jy sigma=0.000662 ! Fit after self-cal, rms=0.072400Jy sigma=0.000661 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.739 mas, bmaj=5.577 mas, bpa=20.94 degrees ! Estimated noise=520.392 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.57248e-05 Jy ! Component: 100 - total flux cleaned = -1.5479e-05 Jy ! Component: 150 - total flux cleaned = 1.09751e-05 Jy ! Component: 200 - total flux cleaned = 2.70586e-05 Jy ! Total flux subtracted in 200 components = 2.70586e-05 Jy ! Clean residual min=-0.001326 max=0.001761 Jy/beam ! Clean residual mean=-0.000000 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0748289 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 29 components and 0.0748289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072398Jy sigma=0.000661 ! Fit after self-cal, rms=0.072411Jy sigma=0.000661 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 (40.5, -112). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144484 Jy ! Component: 100 - total flux cleaned = 0.00172862 Jy ! Component: 150 - total flux cleaned = 0.00188803 Jy ! Component: 200 - total flux cleaned = 0.00198264 Jy ! Total flux subtracted in 200 components = 0.00198264 Jy ! Clean residual min=-0.001303 max=0.001532 Jy/beam ! Clean residual mean=0.000000 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.0768115 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 46 components and 0.0768115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072372Jy sigma=0.000661 ! Fit after self-cal, rms=0.072369Jy sigma=0.000661 ! Inverting map ! Added new window around map position (-16.5, 18.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000829416 Jy ! Component: 100 - total flux cleaned = 0.00125773 Jy ! Component: 150 - total flux cleaned = 0.00166097 Jy ! Component: 200 - total flux cleaned = 0.00189635 Jy ! Total flux subtracted in 200 components = 0.00189635 Jy ! Clean residual min=-0.001179 max=0.001385 Jy/beam ! Clean residual mean=-0.000001 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.0787078 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 74 components and 0.0787078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072328Jy sigma=0.000660 ! Fit after self-cal, rms=0.072325Jy sigma=0.000660 ! Inverting map ! Added new window around map position (-67, 123.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000719449 Jy ! Component: 100 - total flux cleaned = 0.000948392 Jy ! Component: 150 - total flux cleaned = 0.00108846 Jy ! Component: 200 - total flux cleaned = 0.00116304 Jy ! Total flux subtracted in 200 components = 0.00116304 Jy ! Clean residual min=-0.001169 max=0.001154 Jy/beam ! Clean residual mean=-0.000002 rms=0.000305 Jy/beam ! Combined flux in latest and established models = 0.0798709 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 85 components and 0.0798709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072292Jy sigma=0.000660 ! Fit after self-cal, rms=0.072290Jy sigma=0.000660 ! 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.072290Jy sigma=0.000660 ! Fit after self-cal, rms=0.072272Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.743 mas, bmaj=5.568 mas, bpa=20.76 degrees ! Estimated noise=518.954 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000363803 Jy ! Component: 100 - total flux cleaned = 0.000571234 Jy ! Component: 150 - total flux cleaned = 0.000710156 Jy ! Component: 200 - total flux cleaned = 0.000773999 Jy ! Total flux subtracted in 200 components = 0.000773999 Jy ! Clean residual min=-0.001091 max=0.001081 Jy/beam ! Clean residual mean=0.000000 rms=0.000294 Jy/beam ! Combined flux in latest and established models = 0.0806449 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 97 components and 0.0806449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072255Jy sigma=0.000660 ! Fit after self-cal, rms=0.072260Jy sigma=0.000660 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.000182758 Jy ! Component: 100 - total flux cleaned = 0.000243873 Jy ! Component: 150 - total flux cleaned = 0.000282096 Jy ! Component: 200 - total flux cleaned = 0.00033665 Jy ! Total flux subtracted in 200 components = 0.00033665 Jy ! Clean residual min=-0.001082 max=0.001058 Jy/beam ! Clean residual mean=-0.000000 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.0809815 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 105 components and 0.0809815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072250Jy sigma=0.000659 ! Fit after self-cal, rms=0.072250Jy sigma=0.000659 ! 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.072250Jy sigma=0.000659 ! Fit after self-cal, rms=0.072315Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.508 mas, bmaj=9.3 mas, bpa=24.47 degrees ! Estimated noise=651.424 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000546088 Jy ! Component: 100 - total flux cleaned = 0.000760866 Jy ! Component: 150 - total flux cleaned = 0.000910913 Jy ! Component: 200 - total flux cleaned = 0.000999468 Jy ! Total flux subtracted in 200 components = 0.000999468 Jy ! Clean residual min=-0.001203 max=0.001049 Jy/beam ! Clean residual mean=-0.000002 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.081981 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 127 components and 0.081981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072311Jy sigma=0.000659 ! Fit after self-cal, rms=0.072313Jy sigma=0.000659 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.000156699 Jy ! Component: 100 - total flux cleaned = 0.000226081 Jy ! Component: 150 - total flux cleaned = 0.000263462 Jy ! Component: 200 - total flux cleaned = 0.000287038 Jy ! Total flux subtracted in 200 components = 0.000287038 Jy ! Clean residual min=-0.001172 max=0.001041 Jy/beam ! Clean residual mean=-0.000003 rms=0.000321 Jy/beam ! Combined flux in latest and established models = 0.0822681 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 135 components and 0.0822681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072312Jy sigma=0.000659 ! Fit after self-cal, rms=0.072312Jy sigma=0.000659 ! 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.744 mas, bmaj=5.561 mas, bpa=20.73 degrees ! Estimated noise=519.049 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.744 x 5.561 at 20.73 degrees (North through East) ! Clean map min=-0.0018563 max=0.072242 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.05 mas, bmaj=4.753 mas, bpa=22.64 degrees ! Estimated noise=962.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0559754 Jy ! Component: 100 - total flux cleaned = 0.0686632 Jy ! Component: 150 - total flux cleaned = 0.0718448 Jy ! Component: 200 - total flux cleaned = 0.073259 Jy ! Total flux subtracted in 200 components = 0.073259 Jy ! Clean residual min=-0.002718 max=0.002374 Jy/beam ! Clean residual mean=0.000001 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.073259 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.073259 Jy ! Inverting map and beam ! Estimated beam: bmin=3.744 mas, bmaj=5.561 mas, bpa=20.73 degrees ! Estimated noise=519.049 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.00239533 Jy ! Component: 100 - total flux cleaned = 0.00377101 Jy ! Component: 150 - total flux cleaned = 0.0046066 Jy ! Component: 200 - total flux cleaned = 0.00506567 Jy ! Total flux subtracted in 200 components = 0.00506567 Jy ! Clean residual min=-0.001309 max=0.001388 Jy/beam ! Clean residual mean=0.000001 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0783247 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 36 components and 0.0783247 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.508 mas, bmaj=9.3 mas, bpa=24.47 degrees ! Estimated noise=651.424 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132926 Jy ! Component: 100 - total flux cleaned = 0.00188815 Jy ! Component: 150 - total flux cleaned = 0.00228168 Jy ! Component: 200 - total flux cleaned = 0.00261863 Jy ! Total flux subtracted in 200 components = 0.00261863 Jy ! Clean residual min=-0.001204 max=0.001185 Jy/beam ! Clean residual mean=-0.000002 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.0809433 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.000292286 Jy ! Component: 100 - total flux cleaned = 0.00047894 Jy ! Component: 150 - total flux cleaned = 0.000665824 Jy ! Component: 200 - total flux cleaned = 0.000759522 Jy ! Total flux subtracted in 200 components = 0.000759522 Jy ! Clean residual min=-0.001196 max=0.001077 Jy/beam ! Clean residual mean=-0.000002 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0817029 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 80 components and 0.0817028 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.744 mas, bmaj=5.561 mas, bpa=20.73 degrees ! Estimated noise=519.049 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000359849 Jy ! Component: 100 - total flux cleaned = 0.000331529 Jy ! Component: 150 - total flux cleaned = 0.000278404 Jy ! Component: 200 - total flux cleaned = 0.000254653 Jy ! Total flux subtracted in 200 components = 0.000254653 Jy ! Clean residual min=-0.001097 max=0.001031 Jy/beam ! Clean residual mean=-0.000001 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.0819575 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 93 components and 0.0819575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072338Jy sigma=0.000660 ! Fit after self-cal, rms=0.072335Jy sigma=0.000660 wmodel J0913+4402_S_2017_08_12_pus_map.mod ! Writing 93 model components to file: J0913+4402_S_2017_08_12_pus_map.mod wobs J0913+4402_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J0913+4402_S_2017_08_12_pus_uvs.fits wwins J0913+4402_S_2017_08_12_pus_map.win ! wwins: Wrote 4 windows to J0913+4402_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.000268907 Jy ! Component: 100 - total flux cleaned = -0.000345452 Jy ! Component: 150 - total flux cleaned = -0.000511166 Jy ! Component: 200 - total flux cleaned = -0.000671371 Jy ! Component: 250 - total flux cleaned = -0.000792754 Jy ! Component: 300 - total flux cleaned = -0.000893706 Jy ! Component: 350 - total flux cleaned = -0.000910299 Jy ! Component: 400 - total flux cleaned = -0.000958786 Jy ! Component: 450 - total flux cleaned = -0.000943016 Jy ! Component: 500 - total flux cleaned = -0.00102155 Jy ! Component: 550 - total flux cleaned = -0.00106787 Jy ! Component: 600 - total flux cleaned = -0.00115908 Jy ! Component: 650 - total flux cleaned = -0.0011889 Jy ! Component: 700 - total flux cleaned = -0.00129201 Jy ! Component: 750 - total flux cleaned = -0.00130663 Jy ! Component: 800 - total flux cleaned = -0.00136405 Jy ! Component: 850 - total flux cleaned = -0.00137848 Jy ! Component: 900 - total flux cleaned = -0.00143446 Jy ! Component: 950 - total flux cleaned = -0.00150329 Jy ! Component: 1000 - total flux cleaned = -0.0015576 Jy ! Component: 1050 - total flux cleaned = -0.00161074 Jy ! Component: 1100 - total flux cleaned = -0.00163741 Jy ! Component: 1150 - total flux cleaned = -0.00171603 Jy ! Component: 1200 - total flux cleaned = -0.00174157 Jy ! Component: 1250 - total flux cleaned = -0.00177986 Jy ! Component: 1300 - total flux cleaned = -0.00181767 Jy ! Component: 1350 - total flux cleaned = -0.00187973 Jy ! Component: 1400 - total flux cleaned = -0.0019288 Jy ! Component: 1450 - total flux cleaned = -0.00195303 Jy ! Component: 1500 - total flux cleaned = -0.00198922 Jy ! Component: 1550 - total flux cleaned = -0.00204876 Jy ! Component: 1600 - total flux cleaned = -0.00209597 Jy ! Component: 1650 - total flux cleaned = -0.00213101 Jy ! Component: 1700 - total flux cleaned = -0.00218906 Jy ! Component: 1750 - total flux cleaned = -0.00223487 Jy ! Component: 1800 - total flux cleaned = -0.00230306 Jy ! Component: 1850 - total flux cleaned = -0.00234797 Jy ! Component: 1900 - total flux cleaned = -0.00240357 Jy ! Component: 1950 - total flux cleaned = -0.0024699 Jy ! Component: 2000 - total flux cleaned = -0.00257918 Jy ! Component: 2050 - total flux cleaned = -0.00262234 Jy ! Component: 2100 - total flux cleaned = -0.00266535 Jy ! Component: 2150 - total flux cleaned = -0.00270795 Jy ! Component: 2200 - total flux cleaned = -0.00280302 Jy ! Component: 2250 - total flux cleaned = -0.00287638 Jy ! Component: 2300 - total flux cleaned = -0.00293871 Jy ! Component: 2350 - total flux cleaned = -0.00299037 Jy ! Component: 2400 - total flux cleaned = -0.00306182 Jy ! Component: 2450 - total flux cleaned = -0.00312257 Jy ! Component: 2500 - total flux cleaned = -0.00317276 Jy ! Component: 2550 - total flux cleaned = -0.00325251 Jy ! Component: 2600 - total flux cleaned = -0.00325257 Jy ! Component: 2650 - total flux cleaned = -0.00334085 Jy ! Component: 2700 - total flux cleaned = -0.00337006 Jy ! Component: 2750 - total flux cleaned = -0.00339896 Jy ! Component: 2800 - total flux cleaned = -0.00344702 Jy ! Component: 2850 - total flux cleaned = -0.00351367 Jy ! Component: 2900 - total flux cleaned = -0.00353252 Jy ! Component: 2950 - total flux cleaned = -0.00357934 Jy ! Component: 3000 - total flux cleaned = -0.00359801 Jy ! Component: 3050 - total flux cleaned = -0.00366262 Jy ! Component: 3100 - total flux cleaned = -0.00367181 Jy ! Component: 3150 - total flux cleaned = -0.00370829 Jy ! Component: 3200 - total flux cleaned = -0.00370829 Jy ! Component: 3250 - total flux cleaned = -0.00369941 Jy ! Component: 3300 - total flux cleaned = -0.00377077 Jy ! Component: 3350 - total flux cleaned = -0.00381499 Jy ! Component: 3400 - total flux cleaned = -0.00385015 Jy ! Component: 3450 - total flux cleaned = -0.00389383 Jy ! Component: 3500 - total flux cleaned = -0.00395453 Jy ! Component: 3550 - total flux cleaned = -0.00398898 Jy ! Component: 3600 - total flux cleaned = -0.00396326 Jy ! Component: 3650 - total flux cleaned = -0.0039973 Jy ! Component: 3700 - total flux cleaned = -0.00403954 Jy ! Component: 3750 - total flux cleaned = -0.00403119 Jy ! Component: 3800 - total flux cleaned = -0.00409788 Jy ! Component: 3850 - total flux cleaned = -0.00410613 Jy ! Component: 3900 - total flux cleaned = -0.00408143 Jy ! Component: 3950 - total flux cleaned = -0.00411415 Jy ! Component: 4000 - total flux cleaned = -0.00413858 Jy ! Component: 4050 - total flux cleaned = -0.00417089 Jy ! Total flux subtracted in 4096 components = -0.00416276 Jy ! Clean residual min=-0.000500 max=0.000508 Jy/beam ! Clean residual mean=-0.000000 rms=0.000147 Jy/beam ! Combined flux in latest and established models = 0.0777947 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 386 components and 0.0777948 Jy ![Exited script file: muppet] wmap "J0913+4402_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.744 x 5.561 at 20.73 degrees (North through East) ! Clean map min=-0.0017043 max=0.071899 Jy/beam ! Writing clean map to FITS file: J0913+4402_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.0718995 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000145311 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.606311 0.606311 1.21262 2.42524 4.85049 9.70098 19.402 38.8039 77.6078 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.071 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.744 x 5.561 at 20.73 degrees (North through East) ! Clean map min=-0.0017043 max=0.071899 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 J0913+4402_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:56:26 2019