! Started logfile: J1743+3747_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:06:31 2016 obs J1743+3747_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1743+3747_S_2015_03_17_pus_uva.fits ! AN table 1: 71 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.866041 visibilities/baseline/integration-bin. ! Found source: J1743+3747 ! ! 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 330 lines of history. ! ! Reading 11068 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 J1743+3747_S_2015_03_17_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 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.788496Jy sigma=0.009657 ! Fit after self-cal, rms=0.736895Jy sigma=0.009039 ! 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.23 mas, bmaj=4.344 mas, bpa=-6.969 degrees ! Estimated noise=834.929 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.197624 Jy ! Component: 100 - total flux cleaned = 0.244485 Jy ! Total flux subtracted in 100 components = 0.244485 Jy ! Clean residual min=-0.008038 max=0.018620 Jy/beam ! Clean residual mean=0.000008 rms=0.002244 Jy/beam ! Combined flux in latest and established models = 0.244485 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.244485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086374Jy sigma=0.000925 ! Fit after self-cal, rms=0.086356Jy sigma=0.000925 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0198434 Jy ! Component: 100 - total flux cleaned = 0.029792 Jy ! Total flux subtracted in 100 components = 0.029792 Jy ! Clean residual min=-0.006165 max=0.007052 Jy/beam ! Clean residual mean=0.000002 rms=0.001608 Jy/beam ! Combined flux in latest and established models = 0.274277 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 21 components and 0.274277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079634Jy sigma=0.000860 ! Fit after self-cal, rms=0.079610Jy sigma=0.000860 ! 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.947 mas, bmaj=5.202 mas, bpa=-11.68 degrees ! Estimated noise=565.576 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.00946919 Jy ! Component: 100 - total flux cleaned = 0.0151383 Jy ! Component: 150 - total flux cleaned = 0.018673 Jy ! Component: 200 - total flux cleaned = 0.020909 Jy ! Total flux subtracted in 200 components = 0.020909 Jy ! Clean residual min=-0.006426 max=0.005767 Jy/beam ! Clean residual mean=-0.000009 rms=0.001483 Jy/beam ! Combined flux in latest and established models = 0.295186 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 36 components and 0.295186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077933Jy sigma=0.000849 ! Fit after self-cal, rms=0.077926Jy sigma=0.000849 ! 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.01 FD 0.89 HN 0.97 KP 1.10 ! LA 0.97 MK 1.03 NL 0.88 OV 1.02 ! PT 1.08 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.92 HN 1.02 KP 1.07 ! LA 0.96 MK 1.05 NL 1.00 OV 1.05 ! PT 1.06 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.94 HN 1.04 KP 0.95 ! LA 0.78 MK 1.07 NL 1.13 OV 0.97 ! PT 1.03 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.95 HN 0.95 KP 0.93 ! LA 0.85 MK 1.08 NL 0.98 OV 1.00 ! PT 1.06 SC 0.97 ! ! ! Fit before self-cal, rms=0.077926Jy sigma=0.000849 ! Fit after self-cal, rms=0.069637Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.015 mas, bmaj=5.262 mas, bpa=-11.11 degrees ! Estimated noise=567.431 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.00299658 Jy ! Component: 100 - total flux cleaned = -0.00346788 Jy ! Component: 150 - total flux cleaned = -0.00372318 Jy ! Component: 200 - total flux cleaned = -0.0039289 Jy ! Total flux subtracted in 200 components = -0.0039289 Jy ! Clean residual min=-0.003195 max=0.003061 Jy/beam ! Clean residual mean=-0.000002 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.291257 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 39 components and 0.291257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069478Jy sigma=0.000780 ! Fit after self-cal, rms=0.069426Jy sigma=0.000780 ! 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.069426Jy sigma=0.000780 ! Fit after self-cal, rms=0.069652Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.028 mas, bmaj=5.254 mas, bpa=-11.4 degrees ! Estimated noise=566.953 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00113539 Jy ! Component: 100 - total flux cleaned = -0.00117964 Jy ! Component: 150 - total flux cleaned = -0.00117875 Jy ! Component: 200 - total flux cleaned = -0.00118102 Jy ! Total flux subtracted in 200 components = -0.00118102 Jy ! Clean residual min=-0.002536 max=0.002101 Jy/beam ! Clean residual mean=-0.000001 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.290076 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.290076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069594Jy sigma=0.000775 ! Fit after self-cal, rms=0.069613Jy sigma=0.000775 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 = -3.22354e-05 Jy ! Component: 100 - total flux cleaned = -9.37439e-05 Jy ! Component: 150 - total flux cleaned = -0.000149217 Jy ! Component: 200 - total flux cleaned = -0.000175091 Jy ! Total flux subtracted in 200 components = -0.000175091 Jy ! Clean residual min=-0.002408 max=0.002131 Jy/beam ! Clean residual mean=-0.000001 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.289901 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 43 components and 0.289901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069591Jy sigma=0.000774 ! Fit after self-cal, rms=0.069590Jy sigma=0.000774 ! 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.069590Jy sigma=0.000774 ! Fit after self-cal, rms=0.069626Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.042 mas, bmaj=5.26 mas, bpa=-11.27 degrees ! Estimated noise=566.983 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102684 Jy ! Component: 100 - total flux cleaned = -0.00109525 Jy ! Component: 150 - total flux cleaned = -0.00112669 Jy ! Component: 200 - total flux cleaned = -0.00118239 Jy ! Total flux subtracted in 200 components = -0.00118239 Jy ! Clean residual min=-0.002352 max=0.002000 Jy/beam ! Clean residual mean=-0.000001 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.288719 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 46 components and 0.288719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069587Jy sigma=0.000774 ! Fit after self-cal, rms=0.069588Jy sigma=0.000774 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.26896e-05 Jy ! Component: 100 - total flux cleaned = -0.000110977 Jy ! Component: 150 - total flux cleaned = -0.00011145 Jy ! Component: 200 - total flux cleaned = -0.000154878 Jy ! Total flux subtracted in 200 components = -0.000154878 Jy ! Clean residual min=-0.002247 max=0.001954 Jy/beam ! Clean residual mean=-0.000001 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.288564 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.288564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069573Jy sigma=0.000774 ! Fit after self-cal, rms=0.069572Jy sigma=0.000774 ! 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.069572Jy sigma=0.000774 ! Fit after self-cal, rms=0.069614Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.376 mas, bmaj=9.116 mas, bpa=-7.553 degrees ! Estimated noise=685.005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000980533 Jy ! Component: 100 - total flux cleaned = -0.00136766 Jy ! Component: 150 - total flux cleaned = -0.00141188 Jy ! Component: 200 - total flux cleaned = -0.0014336 Jy ! Total flux subtracted in 200 components = -0.0014336 Jy ! Clean residual min=-0.002058 max=0.001804 Jy/beam ! Clean residual mean=-0.000001 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.28713 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.28713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069611Jy sigma=0.000773 ! Fit after self-cal, rms=0.069610Jy sigma=0.000773 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 = -3.70403e-05 Jy ! Component: 100 - total flux cleaned = -6.35055e-05 Jy ! Component: 150 - total flux cleaned = -8.98542e-05 Jy ! Component: 200 - total flux cleaned = -0.000111194 Jy ! Total flux subtracted in 200 components = -0.000111194 Jy ! Clean residual min=-0.002057 max=0.001800 Jy/beam ! Clean residual mean=-0.000001 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.287019 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 54 components and 0.287019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069613Jy sigma=0.000773 ! Fit after self-cal, rms=0.069612Jy sigma=0.000773 ! 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.055 mas, bmaj=5.268 mas, bpa=-11.16 degrees ! Estimated noise=567.079 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.055 x 5.268 at -11.16 degrees (North through East) ! Clean map min=-0.0023427 max=0.25844 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.307 mas, bmaj=4.393 mas, bpa=-6.464 degrees ! Estimated noise=848.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.200827 Jy ! Component: 100 - total flux cleaned = 0.245784 Jy ! Component: 150 - total flux cleaned = 0.262275 Jy ! Component: 200 - total flux cleaned = 0.270798 Jy ! Total flux subtracted in 200 components = 0.270798 Jy ! Clean residual min=-0.003254 max=0.004151 Jy/beam ! Clean residual mean=0.000004 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.270798 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.270798 Jy ! Inverting map and beam ! Estimated beam: bmin=4.055 mas, bmaj=5.268 mas, bpa=-11.16 degrees ! Estimated noise=567.079 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.00629927 Jy ! Component: 100 - total flux cleaned = 0.00970219 Jy ! Component: 150 - total flux cleaned = 0.0117446 Jy ! Component: 200 - total flux cleaned = 0.0129824 Jy ! Total flux subtracted in 200 components = 0.0129824 Jy ! Clean residual min=-0.002029 max=0.002558 Jy/beam ! Clean residual mean=0.000000 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.283781 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 42 components and 0.283781 Jy ! Inverting map ! Added new window around map position (-6, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00224826 Jy ! Component: 100 - total flux cleaned = 0.00256403 Jy ! Component: 150 - total flux cleaned = 0.00271938 Jy ! Component: 200 - total flux cleaned = 0.00275319 Jy ! Total flux subtracted in 200 components = 0.00275319 Jy ! Clean residual min=-0.001939 max=0.001763 Jy/beam ! Clean residual mean=-0.000001 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.286534 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 54 components and 0.286534 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.376 mas, bmaj=9.116 mas, bpa=-7.553 degrees ! Estimated noise=685.005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000319097 Jy ! Component: 100 - total flux cleaned = 0.000347477 Jy ! Component: 150 - total flux cleaned = 0.000335541 Jy ! Component: 200 - total flux cleaned = 0.000346858 Jy ! Total flux subtracted in 200 components = 0.000346858 Jy ! Clean residual min=-0.002045 max=0.001766 Jy/beam ! Clean residual mean=-0.000001 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.286881 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 = -1.54585e-07 Jy ! Component: 100 - total flux cleaned = -7.9815e-08 Jy ! Component: 150 - total flux cleaned = -5.45651e-08 Jy ! Component: 200 - total flux cleaned = 7.97818e-06 Jy ! Total flux subtracted in 200 components = 7.97818e-06 Jy ! Clean residual min=-0.002052 max=0.001785 Jy/beam ! Clean residual mean=-0.000001 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.286889 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 69 components and 0.286889 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.055 mas, bmaj=5.268 mas, bpa=-11.16 degrees ! Estimated noise=567.079 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000112765 Jy ! Component: 100 - total flux cleaned = -0.000166035 Jy ! Component: 150 - total flux cleaned = -0.000188436 Jy ! Component: 200 - total flux cleaned = -0.000230829 Jy ! Total flux subtracted in 200 components = -0.000230829 Jy ! Clean residual min=-0.001894 max=0.001765 Jy/beam ! Clean residual mean=-0.000001 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.286658 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 81 components and 0.286658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069427Jy sigma=0.000771 ! Fit after self-cal, rms=0.069418Jy sigma=0.000771 wmodel J1743+3747_S_2015_03_17_pus_map.mod ! Writing 81 model components to file: J1743+3747_S_2015_03_17_pus_map.mod wobs J1743+3747_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1743+3747_S_2015_03_17_pus_uvs.fits wwins J1743+3747_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1743+3747_S_2015_03_17_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.000635578 Jy ! Component: 100 - total flux cleaned = -0.000635171 Jy ! Component: 150 - total flux cleaned = -0.000663714 Jy ! Component: 200 - total flux cleaned = -0.000610149 Jy ! Component: 250 - total flux cleaned = -0.000689208 Jy ! Component: 300 - total flux cleaned = -0.000740447 Jy ! Component: 350 - total flux cleaned = -0.000862951 Jy ! Component: 400 - total flux cleaned = -0.000886557 Jy ! Component: 450 - total flux cleaned = -0.000956442 Jy ! Component: 500 - total flux cleaned = -0.000956143 Jy ! Component: 550 - total flux cleaned = -0.000911653 Jy ! Component: 600 - total flux cleaned = -0.000933619 Jy ! Component: 650 - total flux cleaned = -0.000912509 Jy ! Component: 700 - total flux cleaned = -0.000912852 Jy ! Component: 750 - total flux cleaned = -0.000933308 Jy ! Component: 800 - total flux cleaned = -0.000993433 Jy ! Component: 850 - total flux cleaned = -0.00103246 Jy ! Component: 900 - total flux cleaned = -0.0010903 Jy ! Component: 950 - total flux cleaned = -0.00110919 Jy ! Component: 1000 - total flux cleaned = -0.00114684 Jy ! Component: 1050 - total flux cleaned = -0.00122059 Jy ! Component: 1100 - total flux cleaned = -0.00129338 Jy ! Component: 1150 - total flux cleaned = -0.00132939 Jy ! Component: 1200 - total flux cleaned = -0.00136498 Jy ! Component: 1250 - total flux cleaned = -0.00145222 Jy ! Component: 1300 - total flux cleaned = -0.0014518 Jy ! Component: 1350 - total flux cleaned = -0.00146875 Jy ! Component: 1400 - total flux cleaned = -0.00150282 Jy ! Component: 1450 - total flux cleaned = -0.00155246 Jy ! Component: 1500 - total flux cleaned = -0.00156901 Jy ! Component: 1550 - total flux cleaned = -0.00160154 Jy ! Component: 1600 - total flux cleaned = -0.00160169 Jy ! Component: 1650 - total flux cleaned = -0.00160171 Jy ! Component: 1700 - total flux cleaned = -0.0016018 Jy ! Component: 1750 - total flux cleaned = -0.00161722 Jy ! Component: 1800 - total flux cleaned = -0.00155674 Jy ! Component: 1850 - total flux cleaned = -0.00167768 Jy ! Component: 1900 - total flux cleaned = -0.00166275 Jy ! Component: 1950 - total flux cleaned = -0.0017218 Jy ! Component: 2000 - total flux cleaned = -0.00166326 Jy ! Component: 2050 - total flux cleaned = -0.00170665 Jy ! Component: 2100 - total flux cleaned = -0.00160679 Jy ! Component: 2150 - total flux cleaned = -0.00164922 Jy ! Component: 2200 - total flux cleaned = -0.00163502 Jy ! Component: 2250 - total flux cleaned = -0.00166255 Jy ! Component: 2300 - total flux cleaned = -0.0016213 Jy ! Component: 2350 - total flux cleaned = -0.00163468 Jy ! Component: 2400 - total flux cleaned = -0.00160794 Jy ! Component: 2450 - total flux cleaned = -0.00160754 Jy ! Component: 2500 - total flux cleaned = -0.00155504 Jy ! Component: 2550 - total flux cleaned = -0.00158118 Jy ! Component: 2600 - total flux cleaned = -0.00158137 Jy ! Component: 2650 - total flux cleaned = -0.00154292 Jy ! Component: 2700 - total flux cleaned = -0.00156808 Jy ! Component: 2750 - total flux cleaned = -0.00151784 Jy ! Component: 2800 - total flux cleaned = -0.00148071 Jy ! Component: 2850 - total flux cleaned = -0.00151755 Jy ! Component: 2900 - total flux cleaned = -0.0014931 Jy ! Component: 2950 - total flux cleaned = -0.00140834 Jy ! Component: 3000 - total flux cleaned = -0.00143252 Jy ! Component: 3050 - total flux cleaned = -0.0014086 Jy ! Component: 3100 - total flux cleaned = -0.00136138 Jy ! Component: 3150 - total flux cleaned = -0.00139655 Jy ! Component: 3200 - total flux cleaned = -0.00132679 Jy ! Component: 3250 - total flux cleaned = -0.00131518 Jy ! Component: 3300 - total flux cleaned = -0.0012923 Jy ! Component: 3350 - total flux cleaned = -0.00131494 Jy ! Component: 3400 - total flux cleaned = -0.00130366 Jy ! Component: 3450 - total flux cleaned = -0.00130356 Jy ! Component: 3500 - total flux cleaned = -0.00129256 Jy ! Component: 3550 - total flux cleaned = -0.0012705 Jy ! Component: 3600 - total flux cleaned = -0.00122672 Jy ! Component: 3650 - total flux cleaned = -0.00123756 Jy ! Component: 3700 - total flux cleaned = -0.00117286 Jy ! Component: 3750 - total flux cleaned = -0.00120506 Jy ! Component: 3800 - total flux cleaned = -0.00119465 Jy ! Component: 3850 - total flux cleaned = -0.00119463 Jy ! Component: 3900 - total flux cleaned = -0.00122604 Jy ! Component: 3950 - total flux cleaned = -0.00121568 Jy ! Component: 4000 - total flux cleaned = -0.00124679 Jy ! Component: 4050 - total flux cleaned = -0.00122625 Jy ! Total flux subtracted in 4096 components = -0.00123644 Jy ! Clean residual min=-0.000722 max=0.000641 Jy/beam ! Clean residual mean=0.000000 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.285421 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 390 components and 0.285421 Jy ![Exited script file: muppet] wmap "J1743+3747_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.055 x 5.268 at -11.16 degrees (North through East) ! Clean map min=-0.001167 max=0.25986 Jy/beam ! Writing clean map to FITS file: J1743+3747_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.25986 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000191291 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.22084 0.22084 0.441679 0.883359 1.76672 3.53343 7.06687 14.1337 28.2675 56.5349 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.259 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.055 x 5.268 at -11.16 degrees (North through East) ! Clean map min=-0.001167 max=0.25986 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 J1743+3747_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:06:36 2016