! Started logfile: J1209+433B_S_2017_05_01_pus_uvs.log on Wed May 1 18:35:07 2019 obs J1209+433B_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J1209+433B_S_2017_05_01_pus_uva.fits ! AN table 1: 228 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.690936 visibilities/baseline/integration-bin. ! Found source: J1209+433B ! ! 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 788 lines of history. ! ! Reading 28356 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 J1209+433B_S_2017_05_01_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 428 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 458 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 430 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1332 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.993613Jy sigma=0.008878 ! Fit after self-cal, rms=0.960723Jy sigma=0.008606 ! 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.062 mas, bmaj=5.586 mas, bpa=8.451 degrees ! Estimated noise=1049.8 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.0316981 Jy ! Component: 100 - total flux cleaned = 0.0393194 Jy ! Total flux subtracted in 100 components = 0.0393194 Jy ! Clean residual min=-0.003922 max=0.003808 Jy/beam ! Clean residual mean=-0.000029 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.0393194 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0393194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080865Jy sigma=0.000666 ! Fit after self-cal, rms=0.079562Jy sigma=0.000655 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00498554 Jy ! Component: 100 - total flux cleaned = 0.00717596 Jy ! Total flux subtracted in 100 components = 0.00717596 Jy ! Clean residual min=-0.004391 max=0.003485 Jy/beam ! Clean residual mean=-0.000032 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.0464954 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.0464954 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079190Jy sigma=0.000652 ! Fit after self-cal, rms=0.079186Jy sigma=0.000652 ! 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.297 mas, bmaj=6.825 mas, bpa=11.6 degrees ! Estimated noise=538.08 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.00268886 Jy ! Component: 100 - total flux cleaned = 0.00414797 Jy ! Component: 150 - total flux cleaned = 0.00477928 Jy ! Component: 200 - total flux cleaned = 0.00494765 Jy ! Total flux subtracted in 200 components = 0.00494765 Jy ! Clean residual min=-0.004002 max=0.003783 Jy/beam ! Clean residual mean=-0.000129 rms=0.001207 Jy/beam ! Combined flux in latest and established models = 0.051443 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 23 components and 0.051443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079088Jy sigma=0.000651 ! Fit after self-cal, rms=0.079051Jy sigma=0.000651 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.01 KP 1.08 ! LA 0.84 MK 0.94 NL 1.14 OV 1.16 ! PT 0.91 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.12 HN 1.08 KP 1.06 ! LA 0.78 MK 0.98 NL 1.27 OV 1.24 ! PT 0.81 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.05 HN 1.08 KP 1.06 ! LA 0.80 MK 1.04 NL 1.26 OV 1.19 ! PT 0.85 SC 1.07 ! ! ! Correcting IF 4. ! A total of 84 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.10 HN 0.91 KP 1.00* ! LA 0.62 MK 0.88 NL 1.00* OV 1.00* ! PT 0.66 SC 1.00* ! ! ! Fit before self-cal, rms=0.079051Jy sigma=0.000651 ! Fit after self-cal, rms=0.081420Jy sigma=0.000645 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.29 mas, bmaj=6.927 mas, bpa=11.01 degrees ! Estimated noise=555.525 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.000456953 Jy ! Component: 100 - total flux cleaned = 0.000461833 Jy ! Component: 150 - total flux cleaned = 0.000441745 Jy ! Component: 200 - total flux cleaned = 0.0004046 Jy ! Total flux subtracted in 200 components = 0.0004046 Jy ! Clean residual min=-0.002794 max=0.004084 Jy/beam ! Clean residual mean=-0.000101 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.0518476 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 32 components and 0.0518476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081399Jy sigma=0.000645 ! Fit after self-cal, rms=0.081725Jy sigma=0.000643 ! 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.081725Jy sigma=0.000643 ! Fit after self-cal, rms=0.096212Jy sigma=0.000637 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.368 mas, bmaj=6.961 mas, bpa=9.088 degrees ! Estimated noise=572.192 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000294528 Jy ! Component: 100 - total flux cleaned = 0.000187275 Jy ! Component: 150 - total flux cleaned = 0.000102315 Jy ! Component: 200 - total flux cleaned = 7.84197e-05 Jy ! Total flux subtracted in 200 components = 7.84197e-05 Jy ! Clean residual min=-0.002405 max=0.003733 Jy/beam ! Clean residual mean=-0.000057 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.0519261 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 41 components and 0.0519261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096138Jy sigma=0.000637 ! Fit after self-cal, rms=0.097358Jy sigma=0.000634 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 (103, 92.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00272101 Jy ! Component: 100 - total flux cleaned = 0.00270073 Jy ! Component: 150 - total flux cleaned = 0.00256214 Jy ! Component: 200 - total flux cleaned = 0.00253202 Jy ! Total flux subtracted in 200 components = 0.00253202 Jy ! Clean residual min=-0.002379 max=0.002719 Jy/beam ! Clean residual mean=-0.000056 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.0544581 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 55 components and 0.0544581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097284Jy sigma=0.000633 ! Fit after self-cal, rms=0.097157Jy sigma=0.000632 ! Inverting map ! Added new window around map position (23, -13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00276628 Jy ! Component: 100 - total flux cleaned = 0.00339367 Jy ! Component: 150 - total flux cleaned = 0.00367342 Jy ! Component: 200 - total flux cleaned = 0.00381434 Jy ! Total flux subtracted in 200 components = 0.00381434 Jy ! Clean residual min=-0.002086 max=0.002388 Jy/beam ! Clean residual mean=-0.000052 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.0582724 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 68 components and 0.0582724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097063Jy sigma=0.000631 ! Fit after self-cal, rms=0.096884Jy sigma=0.000631 ! 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.096884Jy sigma=0.000631 ! Fit after self-cal, rms=0.101085Jy sigma=0.000630 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.399 mas, bmaj=6.969 mas, bpa=8.638 degrees ! Estimated noise=570.994 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154316 Jy ! Component: 100 - total flux cleaned = 0.00173442 Jy ! Component: 150 - total flux cleaned = 0.00193769 Jy ! Component: 200 - total flux cleaned = 0.00198319 Jy ! Total flux subtracted in 200 components = 0.00198319 Jy ! Clean residual min=-0.001864 max=0.002329 Jy/beam ! Clean residual mean=-0.000032 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0602556 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 72 components and 0.0602556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101004Jy sigma=0.000629 ! Fit after self-cal, rms=0.101149Jy sigma=0.000629 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 (46, -65). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142295 Jy ! Component: 100 - total flux cleaned = 0.00166424 Jy ! Component: 150 - total flux cleaned = 0.00186512 Jy ! Component: 200 - total flux cleaned = 0.00212741 Jy ! Total flux subtracted in 200 components = 0.00212741 Jy ! Clean residual min=-0.001770 max=0.002143 Jy/beam ! Clean residual mean=-0.000030 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.062383 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 83 components and 0.062383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101064Jy sigma=0.000628 ! Fit after self-cal, rms=0.100891Jy sigma=0.000628 ! Inverting map ! Added new window around map position (-24, 74.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00205464 Jy ! Component: 100 - total flux cleaned = 0.00281121 Jy ! Component: 150 - total flux cleaned = 0.00335971 Jy ! Component: 200 - total flux cleaned = 0.00376523 Jy ! Total flux subtracted in 200 components = 0.00376523 Jy ! Clean residual min=-0.001707 max=0.001869 Jy/beam ! Clean residual mean=-0.000020 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.0661482 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 96 components and 0.0661483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100810Jy sigma=0.000627 ! Fit after self-cal, rms=0.100659Jy sigma=0.000627 ! Inverting map ! Added new window around map position (30, -27). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00194864 Jy ! Component: 100 - total flux cleaned = 0.00260767 Jy ! Component: 150 - total flux cleaned = 0.00291748 Jy ! Component: 200 - total flux cleaned = 0.00328996 Jy ! Total flux subtracted in 200 components = 0.00328996 Jy ! Clean residual min=-0.001642 max=0.001600 Jy/beam ! Clean residual mean=-0.000015 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.0694382 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 112 components and 0.0694382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100578Jy sigma=0.000627 ! Fit after self-cal, rms=0.100397Jy sigma=0.000626 ! 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.100397Jy sigma=0.000626 ! Fit after self-cal, rms=0.094486Jy sigma=0.000626 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.733 mas, bmaj=10.04 mas, bpa=32.73 degrees ! Estimated noise=616.749 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00188103 Jy ! Component: 100 - total flux cleaned = 0.00315218 Jy ! Component: 150 - total flux cleaned = 0.00364062 Jy ! Component: 200 - total flux cleaned = 0.00392072 Jy ! Total flux subtracted in 200 components = 0.00392072 Jy ! Clean residual min=-0.001486 max=0.001336 Jy/beam ! Clean residual mean=-0.000022 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0733589 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 139 components and 0.0733589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094450Jy sigma=0.000625 ! Fit after self-cal, rms=0.094158Jy sigma=0.000625 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.00145645 Jy ! Component: 100 - total flux cleaned = 0.00176024 Jy ! Component: 150 - total flux cleaned = 0.00197914 Jy ! Component: 200 - total flux cleaned = 0.00210906 Jy ! Total flux subtracted in 200 components = 0.00210906 Jy ! Clean residual min=-0.001412 max=0.001403 Jy/beam ! Clean residual mean=-0.000019 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.075468 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 150 components and 0.075468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094129Jy sigma=0.000625 ! Fit after self-cal, rms=0.094029Jy sigma=0.000625 ! 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.391 mas, bmaj=6.932 mas, bpa=9.436 degrees ! Estimated noise=557.537 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.391 x 6.932 at 9.436 degrees (North through East) ! Clean map min=-0.0027161 max=0.045756 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.083 mas, bmaj=5.629 mas, bpa=6.039 degrees ! Estimated noise=1077.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0340629 Jy ! Component: 100 - total flux cleaned = 0.0439958 Jy ! Component: 150 - total flux cleaned = 0.050871 Jy ! Component: 200 - total flux cleaned = 0.0552076 Jy ! Total flux subtracted in 200 components = 0.0552076 Jy ! Clean residual min=-0.003480 max=0.003736 Jy/beam ! Clean residual mean=-0.000017 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.0552076 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.0552076 Jy ! Inverting map and beam ! Estimated beam: bmin=4.391 mas, bmaj=6.932 mas, bpa=9.436 degrees ! Estimated noise=557.537 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.00490136 Jy ! Component: 100 - total flux cleaned = 0.0076883 Jy ! Component: 150 - total flux cleaned = 0.00953584 Jy ! Component: 200 - total flux cleaned = 0.0107124 Jy ! Total flux subtracted in 200 components = 0.0107124 Jy ! Clean residual min=-0.002301 max=0.002858 Jy/beam ! Clean residual mean=-0.000034 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.06592 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 50 components and 0.06592 Jy ! Inverting map ! Added new window around map position (-34.5, 60). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00196366 Jy ! Component: 100 - total flux cleaned = 0.00312025 Jy ! Component: 150 - total flux cleaned = 0.00399425 Jy ! Component: 200 - total flux cleaned = 0.00487751 Jy ! Total flux subtracted in 200 components = 0.00487751 Jy ! Clean residual min=-0.001822 max=0.001953 Jy/beam ! Clean residual mean=-0.000022 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.0707975 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 66 components and 0.0707975 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.733 mas, bmaj=10.04 mas, bpa=32.73 degrees ! Estimated noise=616.749 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0020604 Jy ! Component: 100 - total flux cleaned = 0.00321466 Jy ! Component: 150 - total flux cleaned = 0.00377913 Jy ! Component: 200 - total flux cleaned = 0.00433946 Jy ! Total flux subtracted in 200 components = 0.00433946 Jy ! Clean residual min=-0.001608 max=0.001823 Jy/beam ! Clean residual mean=-0.000025 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.075137 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.000417724 Jy ! Component: 100 - total flux cleaned = 0.000716461 Jy ! Component: 150 - total flux cleaned = 0.000915645 Jy ! Component: 200 - total flux cleaned = 0.00110268 Jy ! Total flux subtracted in 200 components = 0.00110268 Jy ! Clean residual min=-0.001433 max=0.001591 Jy/beam ! Clean residual mean=-0.000022 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.0762396 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 126 components and 0.0762396 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.391 mas, bmaj=6.932 mas, bpa=9.436 degrees ! Estimated noise=557.537 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000872777 Jy ! Component: 100 - total flux cleaned = -0.000875457 Jy ! Component: 150 - total flux cleaned = -0.000683403 Jy ! Component: 200 - total flux cleaned = -0.000592922 Jy ! Total flux subtracted in 200 components = -0.000592922 Jy ! Clean residual min=-0.001553 max=0.001474 Jy/beam ! Clean residual mean=-0.000011 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.0756467 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 149 components and 0.0756467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094035Jy sigma=0.000625 ! Fit after self-cal, rms=0.093878Jy sigma=0.000624 wmodel J1209+433B_S_2017_05_01_pus_map.mod ! Writing 149 model components to file: J1209+433B_S_2017_05_01_pus_map.mod wobs J1209+433B_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J1209+433B_S_2017_05_01_pus_uvs.fits wwins J1209+433B_S_2017_05_01_pus_map.win ! wwins: Wrote 7 windows to J1209+433B_S_2017_05_01_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.000231572 Jy ! Component: 100 - total flux cleaned = 0.00017889 Jy ! Component: 150 - total flux cleaned = 0.00020319 Jy ! Component: 200 - total flux cleaned = 0.000250798 Jy ! Component: 250 - total flux cleaned = 0.00020375 Jy ! Component: 300 - total flux cleaned = 0.000136203 Jy ! Component: 350 - total flux cleaned = 4.87292e-05 Jy ! Component: 400 - total flux cleaned = -5.80158e-05 Jy ! Component: 450 - total flux cleaned = -0.000141385 Jy ! Component: 500 - total flux cleaned = -0.000203208 Jy ! Component: 550 - total flux cleaned = -0.000324288 Jy ! Component: 600 - total flux cleaned = -0.000403145 Jy ! Component: 650 - total flux cleaned = -0.000461044 Jy ! Component: 700 - total flux cleaned = -0.000461168 Jy ! Component: 750 - total flux cleaned = -0.000611143 Jy ! Component: 800 - total flux cleaned = -0.000647706 Jy ! Component: 850 - total flux cleaned = -0.000702438 Jy ! Component: 900 - total flux cleaned = -0.000792113 Jy ! Component: 950 - total flux cleaned = -0.000809924 Jy ! Component: 1000 - total flux cleaned = -0.000914419 Jy ! Component: 1050 - total flux cleaned = -0.0010175 Jy ! Component: 1100 - total flux cleaned = -0.00116946 Jy ! Component: 1150 - total flux cleaned = -0.00118596 Jy ! Component: 1200 - total flux cleaned = -0.00126865 Jy ! Component: 1250 - total flux cleaned = -0.00138269 Jy ! Component: 1300 - total flux cleaned = -0.00149526 Jy ! Component: 1350 - total flux cleaned = -0.00157509 Jy ! Component: 1400 - total flux cleaned = -0.00165368 Jy ! Component: 1450 - total flux cleaned = -0.0017158 Jy ! Component: 1500 - total flux cleaned = -0.00177705 Jy ! Component: 1550 - total flux cleaned = -0.00180733 Jy ! Component: 1600 - total flux cleaned = -0.00183749 Jy ! Component: 1650 - total flux cleaned = -0.00186725 Jy ! Component: 1700 - total flux cleaned = -0.00191119 Jy ! Component: 1750 - total flux cleaned = -0.00198383 Jy ! Component: 1800 - total flux cleaned = -0.00198375 Jy ! Component: 1850 - total flux cleaned = -0.00206932 Jy ! Component: 1900 - total flux cleaned = -0.00211138 Jy ! Component: 1950 - total flux cleaned = -0.00209728 Jy ! Component: 2000 - total flux cleaned = -0.00213898 Jy ! Component: 2050 - total flux cleaned = -0.00216651 Jy ! Component: 2100 - total flux cleaned = -0.00218022 Jy ! Component: 2150 - total flux cleaned = -0.00218007 Jy ! Component: 2200 - total flux cleaned = -0.00218013 Jy ! Component: 2250 - total flux cleaned = -0.00218001 Jy ! Component: 2300 - total flux cleaned = -0.00212725 Jy ! Component: 2350 - total flux cleaned = -0.00208794 Jy ! Component: 2400 - total flux cleaned = -0.00215283 Jy ! Component: 2450 - total flux cleaned = -0.00213999 Jy ! Component: 2500 - total flux cleaned = -0.00212715 Jy ! Component: 2550 - total flux cleaned = -0.00208918 Jy ! Component: 2600 - total flux cleaned = -0.00206402 Jy ! Component: 2650 - total flux cleaned = -0.00208908 Jy ! Component: 2700 - total flux cleaned = -0.00205206 Jy ! Component: 2750 - total flux cleaned = -0.00205188 Jy ! Component: 2800 - total flux cleaned = -0.00210075 Jy ! Component: 2850 - total flux cleaned = -0.00207631 Jy ! Component: 2900 - total flux cleaned = -0.00205243 Jy ! Component: 2950 - total flux cleaned = -0.00200475 Jy ! Component: 3000 - total flux cleaned = -0.00201676 Jy ! Component: 3050 - total flux cleaned = -0.00204026 Jy ! Component: 3100 - total flux cleaned = -0.00201678 Jy ! Component: 3150 - total flux cleaned = -0.00199363 Jy ! Component: 3200 - total flux cleaned = -0.00198221 Jy ! Component: 3250 - total flux cleaned = -0.00201653 Jy ! Component: 3300 - total flux cleaned = -0.0020051 Jy ! Component: 3350 - total flux cleaned = -0.00194866 Jy ! Component: 3400 - total flux cleaned = -0.00194862 Jy ! Component: 3450 - total flux cleaned = -0.00192646 Jy ! Component: 3500 - total flux cleaned = -0.00188225 Jy ! Component: 3550 - total flux cleaned = -0.00189317 Jy ! Component: 3600 - total flux cleaned = -0.00183869 Jy ! Component: 3650 - total flux cleaned = -0.00182791 Jy ! Component: 3700 - total flux cleaned = -0.00180633 Jy ! Component: 3750 - total flux cleaned = -0.00176348 Jy ! Component: 3800 - total flux cleaned = -0.0017422 Jy ! Component: 3850 - total flux cleaned = -0.00173153 Jy ! Component: 3900 - total flux cleaned = -0.00168937 Jy ! Component: 3950 - total flux cleaned = -0.00166849 Jy ! Component: 4000 - total flux cleaned = -0.00163727 Jy ! Component: 4050 - total flux cleaned = -0.00162695 Jy ! Total flux subtracted in 4096 components = -0.00160638 Jy ! Clean residual min=-0.000566 max=0.000546 Jy/beam ! Clean residual mean=-0.000001 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.0740403 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 407 components and 0.0740403 Jy ![Exited script file: muppet] wmap "J1209+433B_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.391 x 6.932 at 9.436 degrees (North through East) ! Clean map min=-0.0019962 max=0.045831 Jy/beam ! Writing clean map to FITS file: J1209+433B_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0458307 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000187029 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.22426 1.22426 2.44852 4.89703 9.79407 19.5881 39.1763 78.3525 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.045 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.391 x 6.932 at 9.436 degrees (North through East) ! Clean map min=-0.0019962 max=0.045831 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 J1209+433B_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:35:13 2019