! Started logfile: J1408+5613_S_2017_03_23_pus_uvs.log on Mon May 13 10:02:04 2019 obs J1408+5613_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1408+5613_S_2017_03_23_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.970988 visibilities/baseline/integration-bin. ! Found source: J1408+5613 ! ! 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 481 lines of history. ! ! Reading 25168 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 J1408+5613_S_2017_03_23_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 421 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.759202Jy sigma=0.006719 ! Fit after self-cal, rms=0.734527Jy sigma=0.006512 ! 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.095 mas, bmaj=4.073 mas, bpa=7.408 degrees ! Estimated noise=977.905 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.196659 Jy ! Component: 100 - total flux cleaned = 0.264813 Jy ! Total flux subtracted in 100 components = 0.264813 Jy ! Clean residual min=-0.011341 max=0.028822 Jy/beam ! Clean residual mean=-0.000012 rms=0.002963 Jy/beam ! Combined flux in latest and established models = 0.264813 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.264813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113058Jy sigma=0.000928 ! Fit after self-cal, rms=0.112999Jy sigma=0.000927 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0301227 Jy ! Component: 100 - total flux cleaned = 0.0452815 Jy ! Total flux subtracted in 100 components = 0.0452815 Jy ! Clean residual min=-0.009840 max=0.008937 Jy/beam ! Clean residual mean=-0.000006 rms=0.002311 Jy/beam ! Combined flux in latest and established models = 0.310095 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 0.310095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101344Jy sigma=0.000816 ! Fit after self-cal, rms=0.101351Jy sigma=0.000816 ! 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.854 mas, bmaj=4.897 mas, bpa=3.775 degrees ! Estimated noise=544.455 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.0154959 Jy ! Component: 100 - total flux cleaned = 0.0228735 Jy ! Component: 150 - total flux cleaned = 0.0269706 Jy ! Component: 200 - total flux cleaned = 0.029366 Jy ! Total flux subtracted in 200 components = 0.029366 Jy ! Clean residual min=-0.006729 max=0.007081 Jy/beam ! Clean residual mean=0.000006 rms=0.001505 Jy/beam ! Combined flux in latest and established models = 0.339461 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 38 components and 0.339461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098867Jy sigma=0.000797 ! Fit after self-cal, rms=0.098878Jy sigma=0.000797 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00 HN 0.92 KP 1.04 ! LA 1.00 MK 1.00 NL 0.87 OV 1.01 ! PT 1.00 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.03 HN 0.96 KP 0.98 ! LA 0.95 MK 1.00 NL 0.99 OV 1.05 ! PT 0.97 SC 1.16 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.06 HN 0.95 KP 0.87 ! LA 0.76 MK 1.03 NL 1.13 OV 0.95 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 1.10 HN 0.93 KP 1.00* ! LA 0.83 MK 1.19 NL 1.00* OV 1.98 ! PT 1.04 SC 2.05 ! ! ! Fit before self-cal, rms=0.098878Jy sigma=0.000797 ! Fit after self-cal, rms=0.114951Jy sigma=0.000709 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.92 mas, bmaj=4.933 mas, bpa=2.076 degrees ! Estimated noise=548.66 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.00237325 Jy ! Component: 100 - total flux cleaned = -0.00257131 Jy ! Component: 150 - total flux cleaned = -0.00266689 Jy ! Component: 200 - total flux cleaned = -0.00278179 Jy ! Total flux subtracted in 200 components = -0.00278179 Jy ! Clean residual min=-0.002926 max=0.002636 Jy/beam ! Clean residual mean=-0.000008 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.336679 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.336679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114833Jy sigma=0.000709 ! Fit after self-cal, rms=0.115487Jy sigma=0.000707 ! 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.115487Jy sigma=0.000707 ! Fit after self-cal, rms=0.114869Jy sigma=0.000702 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.922 mas, bmaj=4.923 mas, bpa=3.729 degrees ! Estimated noise=547.152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00105643 Jy ! Component: 100 - total flux cleaned = -0.0011923 Jy ! Component: 150 - total flux cleaned = -0.00128095 Jy ! Component: 200 - total flux cleaned = -0.00136067 Jy ! Total flux subtracted in 200 components = -0.00136067 Jy ! Clean residual min=-0.001931 max=0.001799 Jy/beam ! Clean residual mean=-0.000002 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.335318 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.335318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114839Jy sigma=0.000701 ! Fit after self-cal, rms=0.114893Jy sigma=0.000701 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 = -8.77254e-05 Jy ! Component: 100 - total flux cleaned = -0.000132809 Jy ! Component: 150 - total flux cleaned = -0.00015434 Jy ! Component: 200 - total flux cleaned = -0.000195048 Jy ! Total flux subtracted in 200 components = -0.000195048 Jy ! Clean residual min=-0.001921 max=0.001838 Jy/beam ! Clean residual mean=-0.000002 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.335123 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 55 components and 0.335123 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114879Jy sigma=0.000701 ! Fit after self-cal, rms=0.114879Jy sigma=0.000701 ! 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.114879Jy sigma=0.000701 ! Fit after self-cal, rms=0.115400Jy sigma=0.000701 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.933 mas, bmaj=4.925 mas, bpa=4.146 degrees ! Estimated noise=547.292 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00075491 Jy ! Component: 100 - total flux cleaned = -0.000890438 Jy ! Component: 150 - total flux cleaned = -0.000984674 Jy ! Component: 200 - total flux cleaned = -0.00107008 Jy ! Total flux subtracted in 200 components = -0.00107008 Jy ! Clean residual min=-0.001862 max=0.001803 Jy/beam ! Clean residual mean=-0.000002 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.334053 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 55 components and 0.334053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115380Jy sigma=0.000701 ! Fit after self-cal, rms=0.115386Jy sigma=0.000701 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 = -1.81006e-05 Jy ! Component: 100 - total flux cleaned = -5.57207e-05 Jy ! Component: 150 - total flux cleaned = -7.35887e-05 Jy ! Component: 200 - total flux cleaned = -8.99054e-05 Jy ! Total flux subtracted in 200 components = -8.99054e-05 Jy ! Clean residual min=-0.001843 max=0.001827 Jy/beam ! Clean residual mean=-0.000002 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.333963 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 57 components and 0.333963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115377Jy sigma=0.000701 ! Fit after self-cal, rms=0.115377Jy sigma=0.000701 ! 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.115377Jy sigma=0.000701 ! Fit after self-cal, rms=0.115811Jy sigma=0.000701 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.226 mas, bmaj=8.666 mas, bpa=30.18 degrees ! Estimated noise=667.315 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000788832 Jy ! Component: 100 - total flux cleaned = -0.00101429 Jy ! Component: 150 - total flux cleaned = -0.00104508 Jy ! Component: 200 - total flux cleaned = -0.00106256 Jy ! Total flux subtracted in 200 components = -0.00106256 Jy ! Clean residual min=-0.001531 max=0.001371 Jy/beam ! Clean residual mean=-0.000001 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.332901 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 62 components and 0.332901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115806Jy sigma=0.000701 ! Fit after self-cal, rms=0.115809Jy sigma=0.000701 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 = -7.78105e-06 Jy ! Component: 100 - total flux cleaned = -1.9783e-05 Jy ! Component: 150 - total flux cleaned = -2.93155e-05 Jy ! Component: 200 - total flux cleaned = -4.18023e-05 Jy ! Total flux subtracted in 200 components = -4.18023e-05 Jy ! Clean residual min=-0.001526 max=0.001368 Jy/beam ! Clean residual mean=-0.000001 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.332859 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 63 components and 0.332859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115807Jy sigma=0.000701 ! Fit after self-cal, rms=0.115806Jy sigma=0.000701 ! 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.941 mas, bmaj=4.929 mas, bpa=4.48 degrees ! Estimated noise=547.487 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.941 x 4.929 at 4.48 degrees (North through East) ! Clean map min=-0.0016758 max=0.27209 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.158 mas, bmaj=4.099 mas, bpa=8.574 degrees ! Estimated noise=1017.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.204093 Jy ! Component: 100 - total flux cleaned = 0.274427 Jy ! Component: 150 - total flux cleaned = 0.30468 Jy ! Component: 200 - total flux cleaned = 0.318486 Jy ! Total flux subtracted in 200 components = 0.318486 Jy ! Clean residual min=-0.004378 max=0.006316 Jy/beam ! Clean residual mean=-0.000005 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.318486 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.318486 Jy ! Inverting map and beam ! Estimated beam: bmin=3.941 mas, bmaj=4.929 mas, bpa=4.48 degrees ! Estimated noise=547.487 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.00777957 Jy ! Component: 100 - total flux cleaned = 0.0115666 Jy ! Component: 150 - total flux cleaned = 0.0135528 Jy ! Component: 200 - total flux cleaned = 0.0141516 Jy ! Total flux subtracted in 200 components = 0.0141516 Jy ! Clean residual min=-0.001665 max=0.001899 Jy/beam ! Clean residual mean=-0.000002 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.332637 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 34 components and 0.332637 Jy ! Inverting map ! Added new window around map position (-22, -14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000250264 Jy ! Component: 100 - total flux cleaned = 0.000240226 Jy ! Component: 150 - total flux cleaned = 0.000199314 Jy ! Component: 200 - total flux cleaned = 0.000234984 Jy ! Total flux subtracted in 200 components = 0.000234984 Jy ! Clean residual min=-0.001556 max=0.001741 Jy/beam ! Clean residual mean=-0.000002 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.332872 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 52 components and 0.332872 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.226 mas, bmaj=8.666 mas, bpa=30.18 degrees ! Estimated noise=667.315 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000391906 Jy ! Component: 100 - total flux cleaned = 0.000473351 Jy ! Component: 150 - total flux cleaned = 0.000514168 Jy ! Component: 200 - total flux cleaned = 0.00054994 Jy ! Total flux subtracted in 200 components = 0.00054994 Jy ! Clean residual min=-0.001377 max=0.001388 Jy/beam ! Clean residual mean=0.000000 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.333422 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 = 3.25447e-05 Jy ! Component: 100 - total flux cleaned = 6.21678e-05 Jy ! Component: 150 - total flux cleaned = 8.97009e-05 Jy ! Component: 200 - total flux cleaned = 0.000106697 Jy ! Total flux subtracted in 200 components = 0.000106697 Jy ! Clean residual min=-0.001378 max=0.001399 Jy/beam ! Clean residual mean=0.000000 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.333529 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 74 components and 0.333529 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.941 mas, bmaj=4.929 mas, bpa=4.48 degrees ! Estimated noise=547.487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000251779 Jy ! Component: 100 - total flux cleaned = -0.000220877 Jy ! Component: 150 - total flux cleaned = -0.000190717 Jy ! Component: 200 - total flux cleaned = -0.000163411 Jy ! Total flux subtracted in 200 components = -0.000163411 Jy ! Clean residual min=-0.001551 max=0.001743 Jy/beam ! Clean residual mean=-0.000001 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.333365 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 86 components and 0.333366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115768Jy sigma=0.000701 ! Fit after self-cal, rms=0.115740Jy sigma=0.000701 wmodel J1408+5613_S_2017_03_23_pus_map.mod ! Writing 86 model components to file: J1408+5613_S_2017_03_23_pus_map.mod wobs J1408+5613_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1408+5613_S_2017_03_23_pus_uvs.fits wwins J1408+5613_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J1408+5613_S_2017_03_23_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.000265725 Jy ! Component: 100 - total flux cleaned = 9.61097e-05 Jy ! Component: 150 - total flux cleaned = 4.15345e-05 Jy ! Component: 200 - total flux cleaned = 1.53258e-05 Jy ! Component: 250 - total flux cleaned = 4.1247e-05 Jy ! Component: 300 - total flux cleaned = 4.12725e-05 Jy ! Component: 350 - total flux cleaned = 0.000114787 Jy ! Component: 400 - total flux cleaned = 0.000137854 Jy ! Component: 450 - total flux cleaned = 4.25243e-05 Jy ! Component: 500 - total flux cleaned = 1.87469e-05 Jy ! Component: 550 - total flux cleaned = -3.58798e-06 Jy ! Component: 600 - total flux cleaned = 0.000109901 Jy ! Component: 650 - total flux cleaned = 0.00017668 Jy ! Component: 700 - total flux cleaned = 0.00022064 Jy ! Component: 750 - total flux cleaned = 0.000285669 Jy ! Component: 800 - total flux cleaned = 0.000306924 Jy ! Component: 850 - total flux cleaned = 0.000454968 Jy ! Component: 900 - total flux cleaned = 0.000433538 Jy ! Component: 950 - total flux cleaned = 0.0005788 Jy ! Component: 1000 - total flux cleaned = 0.000599285 Jy ! Component: 1050 - total flux cleaned = 0.000680535 Jy ! Component: 1100 - total flux cleaned = 0.000760774 Jy ! Component: 1150 - total flux cleaned = 0.000820423 Jy ! Component: 1200 - total flux cleaned = 0.000859771 Jy ! Component: 1250 - total flux cleaned = 0.000918658 Jy ! Component: 1300 - total flux cleaned = 0.00103502 Jy ! Component: 1350 - total flux cleaned = 0.0010735 Jy ! Component: 1400 - total flux cleaned = 0.00107366 Jy ! Component: 1450 - total flux cleaned = 0.00120619 Jy ! Component: 1500 - total flux cleaned = 0.00118724 Jy ! Component: 1550 - total flux cleaned = 0.00122431 Jy ! Component: 1600 - total flux cleaned = 0.00133502 Jy ! Component: 1650 - total flux cleaned = 0.0013165 Jy ! Component: 1700 - total flux cleaned = 0.00138934 Jy ! Component: 1750 - total flux cleaned = 0.00137131 Jy ! Component: 1800 - total flux cleaned = 0.00135335 Jy ! Component: 1850 - total flux cleaned = 0.00147802 Jy ! Component: 1900 - total flux cleaned = 0.0015133 Jy ! Component: 1950 - total flux cleaned = 0.00158363 Jy ! Component: 2000 - total flux cleaned = 0.00156636 Jy ! Component: 2050 - total flux cleaned = 0.00158369 Jy ! Component: 2100 - total flux cleaned = 0.00166972 Jy ! Component: 2150 - total flux cleaned = 0.00170391 Jy ! Component: 2200 - total flux cleaned = 0.00172088 Jy ! Component: 2250 - total flux cleaned = 0.00180542 Jy ! Component: 2300 - total flux cleaned = 0.00180536 Jy ! Component: 2350 - total flux cleaned = 0.00180545 Jy ! Component: 2400 - total flux cleaned = 0.00187195 Jy ! Component: 2450 - total flux cleaned = 0.00188838 Jy ! Component: 2500 - total flux cleaned = 0.0018883 Jy ! Component: 2550 - total flux cleaned = 0.00188814 Jy ! Component: 2600 - total flux cleaned = 0.00187196 Jy ! Component: 2650 - total flux cleaned = 0.00192045 Jy ! Component: 2700 - total flux cleaned = 0.00185616 Jy ! Component: 2750 - total flux cleaned = 0.00193615 Jy ! Component: 2800 - total flux cleaned = 0.00190432 Jy ! Component: 2850 - total flux cleaned = 0.00192013 Jy ! Component: 2900 - total flux cleaned = 0.00187304 Jy ! Component: 2950 - total flux cleaned = 0.00188872 Jy ! Component: 3000 - total flux cleaned = 0.00185751 Jy ! Component: 3050 - total flux cleaned = 0.00187319 Jy ! Component: 3100 - total flux cleaned = 0.00190404 Jy ! Component: 3150 - total flux cleaned = 0.00195005 Jy ! Component: 3200 - total flux cleaned = 0.00193475 Jy ! Component: 3250 - total flux cleaned = 0.00187401 Jy ! Component: 3300 - total flux cleaned = 0.00191936 Jy ! Component: 3350 - total flux cleaned = 0.00188913 Jy ! Component: 3400 - total flux cleaned = 0.0019191 Jy ! Component: 3450 - total flux cleaned = 0.00196381 Jy ! Component: 3500 - total flux cleaned = 0.00193415 Jy ! Component: 3550 - total flux cleaned = 0.00194886 Jy ! Component: 3600 - total flux cleaned = 0.00193416 Jy ! Component: 3650 - total flux cleaned = 0.0019927 Jy ! Component: 3700 - total flux cleaned = 0.00197806 Jy ! Component: 3750 - total flux cleaned = 0.00196345 Jy ! Component: 3800 - total flux cleaned = 0.00196348 Jy ! Component: 3850 - total flux cleaned = 0.00192023 Jy ! Component: 3900 - total flux cleaned = 0.00193454 Jy ! Component: 3950 - total flux cleaned = 0.00197734 Jy ! Component: 4000 - total flux cleaned = 0.00193468 Jy ! Component: 4050 - total flux cleaned = 0.00192054 Jy ! Total flux subtracted in 4096 components = 0.00189235 Jy ! Clean residual min=-0.000719 max=0.000796 Jy/beam ! Clean residual mean=-0.000001 rms=0.000266 Jy/beam ! Combined flux in latest and established models = 0.335258 Jy keep ! Adding 315 model components to the UV plane model. ! The established model now contains 401 components and 0.335258 Jy ![Exited script file: muppet] wmap "J1408+5613_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.941 x 4.929 at 4.48 degrees (North through East) ! Clean map min=-0.0016856 max=0.272 Jy/beam ! Writing clean map to FITS file: J1408+5613_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.271999 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000262475 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.289496 0.289496 0.578992 1.15798 2.31597 4.63194 9.26387 18.5277 37.0555 74.111 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.271 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.941 x 4.929 at 4.48 degrees (North through East) ! Clean map min=-0.0016856 max=0.272 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 J1408+5613_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:02:10 2019