! Started logfile: J0555+3922_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:33:31 2019 obs J0555+3922_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0555+3922_S_2017_03_27_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.95873 visibilities/baseline/integration-bin. ! Found source: J0555+3922 ! ! 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 1684 lines of history. ! ! Reading 14496 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 J0555+3922_S_2017_03_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 314 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.658381Jy sigma=0.006021 ! Fit after self-cal, rms=0.647133Jy sigma=0.005928 ! 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.123 mas, bmaj=5.276 mas, bpa=2.134 degrees ! Estimated noise=1047.96 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.275253 Jy ! Component: 100 - total flux cleaned = 0.344742 Jy ! Total flux subtracted in 100 components = 0.344742 Jy ! Clean residual min=-0.011400 max=0.031186 Jy/beam ! Clean residual mean=0.000032 rms=0.003601 Jy/beam ! Combined flux in latest and established models = 0.344742 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.344742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111618Jy sigma=0.000999 ! Fit after self-cal, rms=0.111609Jy sigma=0.000999 ! Inverting map ! Added new window around map position (6, 5.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0336051 Jy ! Component: 100 - total flux cleaned = 0.0543562 Jy ! Total flux subtracted in 100 components = 0.0543562 Jy ! Clean residual min=-0.008536 max=0.012107 Jy/beam ! Clean residual mean=0.000016 rms=0.002470 Jy/beam ! Combined flux in latest and established models = 0.399098 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.399098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098830Jy sigma=0.000848 ! Fit after self-cal, rms=0.098167Jy sigma=0.000843 ! 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.734 mas, bmaj=6.069 mas, bpa=1.563 degrees ! Estimated noise=696.699 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.0210242 Jy ! Component: 100 - total flux cleaned = 0.0330451 Jy ! Component: 150 - total flux cleaned = 0.0406511 Jy ! Component: 200 - total flux cleaned = 0.045723 Jy ! Total flux subtracted in 200 components = 0.045723 Jy ! Clean residual min=-0.006337 max=0.007290 Jy/beam ! Clean residual mean=0.000018 rms=0.001602 Jy/beam ! Combined flux in latest and established models = 0.444821 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 57 components and 0.444821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094114Jy sigma=0.000789 ! Fit after self-cal, rms=0.093730Jy sigma=0.000785 ! 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 0.98 FD 0.96 HN 0.96 KP 1.02 ! LA 0.98 MK 1.03 NL 1.00 OV 1.02 ! PT 0.95 SC 0.94 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00 HN 1.02 KP 0.98 ! LA 0.95 MK 1.01 NL 1.05 OV 1.05 ! PT 0.93 SC 0.95 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.03 HN 0.99 KP 0.98 ! LA 0.99 MK 1.05 NL 1.01 OV 0.95 ! PT 0.92 SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.05 HN 1.00 KP 1.00* ! LA 1.22 MK 1.32 NL 1.00* OV 1.81 ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.093730Jy sigma=0.000785 ! Fit after self-cal, rms=0.093575Jy sigma=0.000712 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.76 mas, bmaj=6.075 mas, bpa=2.459 degrees ! Estimated noise=694.229 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 (11.5, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00693519 Jy ! Component: 100 - total flux cleaned = 0.0088165 Jy ! Component: 150 - total flux cleaned = 0.00928965 Jy ! Component: 200 - total flux cleaned = 0.0093839 Jy ! Total flux subtracted in 200 components = 0.0093839 Jy ! Clean residual min=-0.003925 max=0.004209 Jy/beam ! Clean residual mean=0.000023 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.454205 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 99 components and 0.454205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093027Jy sigma=0.000705 ! Fit after self-cal, rms=0.093106Jy sigma=0.000704 ! 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.093106Jy sigma=0.000704 ! Fit after self-cal, rms=0.090187Jy sigma=0.000672 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.737 mas, bmaj=6.079 mas, bpa=2.319 degrees ! Estimated noise=693.266 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00309871 Jy ! Component: 100 - total flux cleaned = 0.00479325 Jy ! Component: 150 - total flux cleaned = 0.0055972 Jy ! Component: 200 - total flux cleaned = 0.00585682 Jy ! Total flux subtracted in 200 components = 0.00585682 Jy ! Clean residual min=-0.002050 max=0.002654 Jy/beam ! Clean residual mean=0.000004 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.460062 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 124 components and 0.460062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090050Jy sigma=0.000671 ! Fit after self-cal, rms=0.090110Jy sigma=0.000671 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 (20.5, 13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00275926 Jy ! Component: 100 - total flux cleaned = 0.00388207 Jy ! Component: 150 - total flux cleaned = 0.00424102 Jy ! Component: 200 - total flux cleaned = 0.0045516 Jy ! Total flux subtracted in 200 components = 0.0045516 Jy ! Clean residual min=-0.001838 max=0.002024 Jy/beam ! Clean residual mean=0.000003 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.464614 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 139 components and 0.464614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090017Jy sigma=0.000669 ! Fit after self-cal, rms=0.090005Jy sigma=0.000669 ! 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.090005Jy sigma=0.000669 ! Fit after self-cal, rms=0.090236Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.731 mas, bmaj=6.078 mas, bpa=2.3 degrees ! Estimated noise=692.739 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168147 Jy ! Component: 100 - total flux cleaned = 0.00262989 Jy ! Component: 150 - total flux cleaned = 0.00300449 Jy ! Component: 200 - total flux cleaned = 0.00316963 Jy ! Total flux subtracted in 200 components = 0.00316963 Jy ! Clean residual min=-0.001720 max=0.001820 Jy/beam ! Clean residual mean=0.000000 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.467783 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 155 components and 0.467783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090191Jy sigma=0.000668 ! Fit after self-cal, rms=0.090190Jy sigma=0.000668 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.000325195 Jy ! Component: 100 - total flux cleaned = 0.000547365 Jy ! Component: 150 - total flux cleaned = 0.00060483 Jy ! Component: 200 - total flux cleaned = 0.000604673 Jy ! Total flux subtracted in 200 components = 0.000604673 Jy ! Clean residual min=-0.001732 max=0.001749 Jy/beam ! Clean residual mean=-0.000000 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.468388 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 163 components and 0.468388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090170Jy sigma=0.000668 ! Fit after self-cal, rms=0.090168Jy sigma=0.000668 ! 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.090168Jy sigma=0.000668 ! Fit after self-cal, rms=0.090190Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.647 mas, bmaj=9.328 mas, bpa=3.975 degrees ! Estimated noise=836.826 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000665801 Jy ! Component: 100 - total flux cleaned = 0.000719854 Jy ! Component: 150 - total flux cleaned = 0.000811866 Jy ! Component: 200 - total flux cleaned = 0.000890898 Jy ! Total flux subtracted in 200 components = 0.000890898 Jy ! Clean residual min=-0.001733 max=0.001713 Jy/beam ! Clean residual mean=0.000000 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.469279 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 187 components and 0.469279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090183Jy sigma=0.000668 ! Fit after self-cal, rms=0.090178Jy sigma=0.000668 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 = 6.79343e-05 Jy ! Component: 100 - total flux cleaned = 0.000125083 Jy ! Component: 150 - total flux cleaned = 0.000172971 Jy ! Component: 200 - total flux cleaned = 0.000214637 Jy ! Total flux subtracted in 200 components = 0.000214637 Jy ! Clean residual min=-0.001742 max=0.001681 Jy/beam ! Clean residual mean=-0.000000 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.469493 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 209 components and 0.469493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090176Jy sigma=0.000668 ! Fit after self-cal, rms=0.090174Jy sigma=0.000668 ! 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.729 mas, bmaj=6.078 mas, bpa=2.281 degrees ! Estimated noise=692.827 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.729 x 6.078 at 2.281 degrees (North through East) ! Clean map min=-0.0017889 max=0.35344 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.124 mas, bmaj=5.289 mas, bpa=2.919 degrees ! Estimated noise=1048.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.274817 Jy ! Component: 100 - total flux cleaned = 0.345483 Jy ! Component: 150 - total flux cleaned = 0.381883 Jy ! Component: 200 - total flux cleaned = 0.403866 Jy ! Total flux subtracted in 200 components = 0.403866 Jy ! Clean residual min=-0.005733 max=0.011572 Jy/beam ! Clean residual mean=0.000019 rms=0.001623 Jy/beam ! Combined flux in latest and established models = 0.403866 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.403866 Jy ! Inverting map and beam ! Estimated beam: bmin=3.729 mas, bmaj=6.078 mas, bpa=2.281 degrees ! Estimated noise=692.827 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.0200566 Jy ! Component: 100 - total flux cleaned = 0.0323569 Jy ! Component: 150 - total flux cleaned = 0.0406775 Jy ! Component: 200 - total flux cleaned = 0.046711 Jy ! Total flux subtracted in 200 components = 0.046711 Jy ! Clean residual min=-0.002524 max=0.003464 Jy/beam ! Clean residual mean=0.000005 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.450577 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 85 components and 0.450577 Jy ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00454612 Jy ! Component: 100 - total flux cleaned = 0.00803898 Jy ! Component: 150 - total flux cleaned = 0.0108033 Jy ! Component: 200 - total flux cleaned = 0.0130262 Jy ! Total flux subtracted in 200 components = 0.0130262 Jy ! Clean residual min=-0.001991 max=0.001912 Jy/beam ! Clean residual mean=0.000001 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.463603 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 125 components and 0.463603 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.647 mas, bmaj=9.328 mas, bpa=3.975 degrees ! Estimated noise=836.826 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00282855 Jy ! Component: 100 - total flux cleaned = 0.00450779 Jy ! Component: 150 - total flux cleaned = 0.00540761 Jy ! Component: 200 - total flux cleaned = 0.00573573 Jy ! Total flux subtracted in 200 components = 0.00573573 Jy ! Clean residual min=-0.001595 max=0.001935 Jy/beam ! Clean residual mean=0.000000 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.469339 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.000177835 Jy ! Component: 100 - total flux cleaned = 0.000255943 Jy ! Component: 150 - total flux cleaned = 0.000324337 Jy ! Component: 200 - total flux cleaned = 0.000365812 Jy ! Total flux subtracted in 200 components = 0.000365812 Jy ! Clean residual min=-0.001645 max=0.001849 Jy/beam ! Clean residual mean=-0.000000 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.469705 Jy ! Adding 102 model components to the UV plane model. ! The established model now contains 210 components and 0.469705 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.729 mas, bmaj=6.078 mas, bpa=2.281 degrees ! Estimated noise=692.827 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000131209 Jy ! Component: 100 - total flux cleaned = 8.98601e-05 Jy ! Component: 150 - total flux cleaned = 0.000123728 Jy ! Component: 200 - total flux cleaned = 0.000125357 Jy ! Total flux subtracted in 200 components = 0.000125357 Jy ! Clean residual min=-0.001854 max=0.001766 Jy/beam ! Clean residual mean=-0.000001 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.46983 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 231 components and 0.46983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090178Jy sigma=0.000668 ! Fit after self-cal, rms=0.090163Jy sigma=0.000668 wmodel J0555+3922_S_2017_03_27_pus_map.mod ! Writing 231 model components to file: J0555+3922_S_2017_03_27_pus_map.mod wobs J0555+3922_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0555+3922_S_2017_03_27_pus_uvs.fits wwins J0555+3922_S_2017_03_27_pus_map.win ! wwins: Wrote 4 windows to J0555+3922_S_2017_03_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.000167062 Jy ! Component: 100 - total flux cleaned = 0.000318082 Jy ! Component: 150 - total flux cleaned = 0.000635997 Jy ! Component: 200 - total flux cleaned = 0.000775225 Jy ! Component: 250 - total flux cleaned = 0.000748798 Jy ! Component: 300 - total flux cleaned = 0.000696594 Jy ! Component: 350 - total flux cleaned = 0.000645382 Jy ! Component: 400 - total flux cleaned = 0.000544991 Jy ! Component: 450 - total flux cleaned = 0.000445858 Jy ! Component: 500 - total flux cleaned = 0.000397517 Jy ! Component: 550 - total flux cleaned = 0.000421058 Jy ! Component: 600 - total flux cleaned = 0.000397508 Jy ! Component: 650 - total flux cleaned = 0.000466786 Jy ! Component: 700 - total flux cleaned = 0.000420678 Jy ! Component: 750 - total flux cleaned = 0.000398686 Jy ! Component: 800 - total flux cleaned = 0.000398937 Jy ! Component: 850 - total flux cleaned = 0.000332866 Jy ! Component: 900 - total flux cleaned = 0.000289515 Jy ! Component: 950 - total flux cleaned = 0.000203725 Jy ! Component: 1000 - total flux cleaned = 0.000203776 Jy ! Component: 1050 - total flux cleaned = 0.000182642 Jy ! Component: 1100 - total flux cleaned = 7.93343e-05 Jy ! Component: 1150 - total flux cleaned = 0.000100032 Jy ! Component: 1200 - total flux cleaned = 0.000120014 Jy ! Component: 1250 - total flux cleaned = 0.000100024 Jy ! Component: 1300 - total flux cleaned = 6.03103e-05 Jy ! Component: 1350 - total flux cleaned = 7.99632e-05 Jy ! Component: 1400 - total flux cleaned = 6.03166e-05 Jy ! Component: 1450 - total flux cleaned = 2.16966e-05 Jy ! Component: 1500 - total flux cleaned = 6.00078e-05 Jy ! Component: 1550 - total flux cleaned = 7.89475e-05 Jy ! Component: 1600 - total flux cleaned = 7.88144e-05 Jy ! Component: 1650 - total flux cleaned = 4.13679e-05 Jy ! Component: 1700 - total flux cleaned = 9.73846e-05 Jy ! Component: 1750 - total flux cleaned = 4.20244e-05 Jy ! Component: 1800 - total flux cleaned = 0.000170014 Jy ! Component: 1850 - total flux cleaned = 0.000188084 Jy ! Component: 1900 - total flux cleaned = 0.000259707 Jy ! Component: 1950 - total flux cleaned = 0.00024205 Jy ! Component: 2000 - total flux cleaned = 0.000295019 Jy ! Component: 2050 - total flux cleaned = 0.000347782 Jy ! Component: 2100 - total flux cleaned = 0.000382383 Jy ! Component: 2150 - total flux cleaned = 0.000434359 Jy ! Component: 2200 - total flux cleaned = 0.000434188 Jy ! Component: 2250 - total flux cleaned = 0.000468422 Jy ! Component: 2300 - total flux cleaned = 0.000468435 Jy ! Component: 2350 - total flux cleaned = 0.000451673 Jy ! Component: 2400 - total flux cleaned = 0.000535209 Jy ! Component: 2450 - total flux cleaned = 0.000618282 Jy ! Component: 2500 - total flux cleaned = 0.000601861 Jy ! Component: 2550 - total flux cleaned = 0.000585562 Jy ! Component: 2600 - total flux cleaned = 0.000699214 Jy ! Component: 2650 - total flux cleaned = 0.000666825 Jy ! Component: 2700 - total flux cleaned = 0.00069893 Jy ! Component: 2750 - total flux cleaned = 0.000651153 Jy ! Component: 2800 - total flux cleaned = 0.000714549 Jy ! Component: 2850 - total flux cleaned = 0.000745809 Jy ! Component: 2900 - total flux cleaned = 0.000745608 Jy ! Component: 2950 - total flux cleaned = 0.00079214 Jy ! Component: 3000 - total flux cleaned = 0.000838244 Jy ! Component: 3050 - total flux cleaned = 0.000807715 Jy ! Component: 3100 - total flux cleaned = 0.000822863 Jy ! Component: 3150 - total flux cleaned = 0.000837966 Jy ! Component: 3200 - total flux cleaned = 0.000838049 Jy ! Component: 3250 - total flux cleaned = 0.000912466 Jy ! Component: 3300 - total flux cleaned = 0.000838435 Jy ! Component: 3350 - total flux cleaned = 0.00091195 Jy ! Component: 3400 - total flux cleaned = 0.000955762 Jy ! Component: 3450 - total flux cleaned = 0.00094105 Jy ! Component: 3500 - total flux cleaned = 0.000926621 Jy ! Component: 3550 - total flux cleaned = 0.000912132 Jy ! Component: 3600 - total flux cleaned = 0.000969309 Jy ! Component: 3650 - total flux cleaned = 0.000969229 Jy ! Component: 3700 - total flux cleaned = 0.000969058 Jy ! Component: 3750 - total flux cleaned = 0.00103941 Jy ! Component: 3800 - total flux cleaned = 0.000997349 Jy ! Component: 3850 - total flux cleaned = 0.00105304 Jy ! Component: 3900 - total flux cleaned = 0.00099779 Jy ! Component: 3950 - total flux cleaned = 0.00103908 Jy ! Component: 4000 - total flux cleaned = 0.00101178 Jy ! Component: 4050 - total flux cleaned = 0.00106616 Jy ! Total flux subtracted in 4096 components = 0.00107967 Jy ! Clean residual min=-0.000853 max=0.000710 Jy/beam ! Clean residual mean=-0.000001 rms=0.000249 Jy/beam ! Combined flux in latest and established models = 0.47091 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 525 components and 0.470909 Jy ![Exited script file: muppet] wmap "J0555+3922_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.729 x 6.078 at 2.281 degrees (North through East) ! Clean map min=-0.0015326 max=0.35306 Jy/beam ! Writing clean map to FITS file: J0555+3922_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.353064 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000248746 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.21136 0.21136 0.42272 0.84544 1.69088 3.38176 6.76352 13.527 27.0541 54.1082 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.353 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.729 x 6.078 at 2.281 degrees (North through East) ! Clean map min=-0.0015326 max=0.35306 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 J0555+3922_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:33:37 2019