! Started logfile: J1155+4555_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:58:27 2016 obs J1155+4555_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1155+4555_S_2015_03_17_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.787173 visibilities/baseline/integration-bin. ! Found source: J1155+4555 ! ! 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 17428 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 J1155+4555_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 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.865500Jy sigma=0.010299 ! Fit after self-cal, rms=0.777355Jy sigma=0.009302 ! 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.34 mas, bmaj=3.842 mas, bpa=-18.61 degrees ! Estimated noise=729.68 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.159617 Jy ! Component: 100 - total flux cleaned = 0.224679 Jy ! Total flux subtracted in 100 components = 0.224679 Jy ! Clean residual min=-0.017091 max=0.043327 Jy/beam ! Clean residual mean=-0.000025 rms=0.005889 Jy/beam ! Combined flux in latest and established models = 0.224679 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.224679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135895Jy sigma=0.001525 ! Fit after self-cal, rms=0.135810Jy sigma=0.001523 ! Inverting map ! Added new window around map position (8, -22). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.042642 Jy ! Component: 100 - total flux cleaned = 0.0707558 Jy ! Total flux subtracted in 100 components = 0.0707558 Jy ! Clean residual min=-0.013629 max=0.022817 Jy/beam ! Clean residual mean=-0.000009 rms=0.004254 Jy/beam ! Combined flux in latest and established models = 0.295435 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 46 components and 0.295435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113721Jy sigma=0.001243 ! Fit after self-cal, rms=0.112649Jy sigma=0.001232 ! 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.287 mas, bmaj=4.807 mas, bpa=-5.407 degrees ! Estimated noise=457.275 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 (9, -16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0395277 Jy ! Component: 100 - total flux cleaned = 0.0671809 Jy ! Component: 150 - total flux cleaned = 0.0878955 Jy ! Component: 200 - total flux cleaned = 0.103916 Jy ! Total flux subtracted in 200 components = 0.103916 Jy ! Clean residual min=-0.011702 max=0.020562 Jy/beam ! Clean residual mean=0.000045 rms=0.003661 Jy/beam ! Combined flux in latest and established models = 0.399351 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 95 components and 0.39935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091756Jy sigma=0.000991 ! Fit after self-cal, rms=0.089298Jy sigma=0.000963 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.90 HN 1.00* KP 1.05 ! LA 0.94 MK 1.09 NL 0.84 OV 0.95 ! PT 0.99 SC 1.11 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.95 HN 1.00* KP 1.01 ! LA 0.92 MK 1.12 NL 0.99 OV 0.98 ! PT 0.98 SC 1.14 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.93 HN 1.00* KP 0.92 ! LA 0.77 MK 1.15 NL 1.14 OV 0.91 ! PT 0.96 SC 1.14 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.01 HN 1.00* KP 0.90 ! LA 0.83 MK 1.20 NL 1.00 OV 0.97 ! PT 1.01 SC 1.09 ! ! ! Fit before self-cal, rms=0.089298Jy sigma=0.000963 ! Fit after self-cal, rms=0.078766Jy sigma=0.000881 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.53 mas, bmaj=5.053 mas, bpa=-4.793 degrees ! Estimated noise=449.851 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 (4.5, -27). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0156223 Jy ! Component: 100 - total flux cleaned = 0.0196869 Jy ! Component: 150 - total flux cleaned = 0.022491 Jy ! Component: 200 - total flux cleaned = 0.0249662 Jy ! Total flux subtracted in 200 components = 0.0249662 Jy ! Clean residual min=-0.006972 max=0.011331 Jy/beam ! Clean residual mean=0.000043 rms=0.001937 Jy/beam ! Combined flux in latest and established models = 0.424317 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 130 components and 0.424317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074541Jy sigma=0.000834 ! Fit after self-cal, rms=0.073774Jy sigma=0.000825 ! 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.073774Jy sigma=0.000825 ! Fit after self-cal, rms=0.073367Jy sigma=0.000811 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.479 mas, bmaj=5 mas, bpa=-7.369 degrees ! Estimated noise=450.231 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00745949 Jy ! Component: 100 - total flux cleaned = 0.0101593 Jy ! Component: 150 - total flux cleaned = 0.0114374 Jy ! Component: 200 - total flux cleaned = 0.0125956 Jy ! Total flux subtracted in 200 components = 0.0125956 Jy ! Clean residual min=-0.004143 max=0.005446 Jy/beam ! Clean residual mean=0.000038 rms=0.001228 Jy/beam ! Combined flux in latest and established models = 0.436912 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 154 components and 0.436912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072254Jy sigma=0.000799 ! Fit after self-cal, rms=0.072053Jy sigma=0.000797 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.00236891 Jy ! Component: 100 - total flux cleaned = 0.00301746 Jy ! Component: 150 - total flux cleaned = 0.00354992 Jy ! Component: 200 - total flux cleaned = 0.00417654 Jy ! Total flux subtracted in 200 components = 0.00417654 Jy ! Clean residual min=-0.003659 max=0.004259 Jy/beam ! Clean residual mean=0.000036 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.441089 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 172 components and 0.441089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071608Jy sigma=0.000792 ! Fit after self-cal, rms=0.071508Jy sigma=0.000791 ! 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.071508Jy sigma=0.000791 ! Fit after self-cal, rms=0.070777Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.478 mas, bmaj=4.994 mas, bpa=-6.311 degrees ! Estimated noise=448.99 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00349638 Jy ! Component: 100 - total flux cleaned = 0.00444036 Jy ! Component: 150 - total flux cleaned = 0.00513686 Jy ! Component: 200 - total flux cleaned = 0.00564382 Jy ! Total flux subtracted in 200 components = 0.00564382 Jy ! Clean residual min=-0.003022 max=0.003760 Jy/beam ! Clean residual mean=0.000025 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.446732 Jy selfcal ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 194 components and 0.446732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070455Jy sigma=0.000786 ! Fit after self-cal, rms=0.070381Jy sigma=0.000785 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.00106975 Jy ! Component: 100 - total flux cleaned = 0.00144351 Jy ! Component: 150 - total flux cleaned = 0.00175789 Jy ! Component: 200 - total flux cleaned = 0.00181301 Jy ! Total flux subtracted in 200 components = 0.00181301 Jy ! Clean residual min=-0.002669 max=0.003129 Jy/beam ! Clean residual mean=0.000025 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.448545 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 206 components and 0.448545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070234Jy sigma=0.000783 ! Fit after self-cal, rms=0.070204Jy sigma=0.000783 ! 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.070204Jy sigma=0.000783 ! Fit after self-cal, rms=0.069886Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.019 mas, bmaj=9.514 mas, bpa=18.99 degrees ! Estimated noise=527.256 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00165927 Jy ! Component: 100 - total flux cleaned = 0.00217593 Jy ! Component: 150 - total flux cleaned = 0.00254903 Jy ! Component: 200 - total flux cleaned = 0.00274071 Jy ! Total flux subtracted in 200 components = 0.00274071 Jy ! Clean residual min=-0.003023 max=0.002985 Jy/beam ! Clean residual mean=0.000032 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 0.451286 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 244 components and 0.451286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069776Jy sigma=0.000781 ! Fit after self-cal, rms=0.069729Jy sigma=0.000780 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.000579511 Jy ! Component: 100 - total flux cleaned = 0.000781815 Jy ! Component: 150 - total flux cleaned = 0.000870418 Jy ! Component: 200 - total flux cleaned = 0.000801641 Jy ! Total flux subtracted in 200 components = 0.000801641 Jy ! Clean residual min=-0.002616 max=0.002437 Jy/beam ! Clean residual mean=0.000032 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.452088 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 272 components and 0.452088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069694Jy sigma=0.000780 ! Fit after self-cal, rms=0.069676Jy sigma=0.000780 ! 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.48 mas, bmaj=4.991 mas, bpa=-5.548 degrees ! Estimated noise=448.449 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.48 x 4.991 at -5.548 degrees (North through East) ! Clean map min=-0.0021317 max=0.20745 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.459 mas, bmaj=3.969 mas, bpa=-19.69 degrees ! Estimated noise=741.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.158589 Jy ! Component: 100 - total flux cleaned = 0.225857 Jy ! Component: 150 - total flux cleaned = 0.270599 Jy ! Component: 200 - total flux cleaned = 0.303872 Jy ! Total flux subtracted in 200 components = 0.303872 Jy ! Clean residual min=-0.011663 max=0.019299 Jy/beam ! Clean residual mean=-0.000015 rms=0.003495 Jy/beam ! Combined flux in latest and established models = 0.303871 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 45 model components to the UV plane model. ! The established model now contains 45 components and 0.303871 Jy ! Inverting map and beam ! Estimated beam: bmin=4.48 mas, bmaj=4.991 mas, bpa=-5.548 degrees ! Estimated noise=448.449 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.0373679 Jy ! Component: 100 - total flux cleaned = 0.0632803 Jy ! Component: 150 - total flux cleaned = 0.0821298 Jy ! Component: 200 - total flux cleaned = 0.0962111 Jy ! Total flux subtracted in 200 components = 0.0962111 Jy ! Clean residual min=-0.004497 max=0.008802 Jy/beam ! Clean residual mean=0.000005 rms=0.001656 Jy/beam ! Combined flux in latest and established models = 0.400082 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 116 components and 0.400082 Jy ! Inverting map ! Added new window around map position (0.5, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0109052 Jy ! Component: 100 - total flux cleaned = 0.0193317 Jy ! Component: 150 - total flux cleaned = 0.0260028 Jy ! Component: 200 - total flux cleaned = 0.0313334 Jy ! Total flux subtracted in 200 components = 0.0313334 Jy ! Clean residual min=-0.002707 max=0.003179 Jy/beam ! Clean residual mean=0.000011 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.431416 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 168 components and 0.431416 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=9.019 mas, bmaj=9.514 mas, bpa=18.99 degrees ! Estimated noise=527.256 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00625491 Jy ! Component: 100 - total flux cleaned = 0.0103589 Jy ! Component: 150 - total flux cleaned = 0.0132382 Jy ! Component: 200 - total flux cleaned = 0.0153174 Jy ! Total flux subtracted in 200 components = 0.0153174 Jy ! Clean residual min=-0.002631 max=0.002075 Jy/beam ! Clean residual mean=0.000028 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.446733 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.00152682 Jy ! Component: 100 - total flux cleaned = 0.00214986 Jy ! Component: 150 - total flux cleaned = 0.0025949 Jy ! Component: 200 - total flux cleaned = 0.00287103 Jy ! Total flux subtracted in 200 components = 0.00287103 Jy ! Clean residual min=-0.002363 max=0.002111 Jy/beam ! Clean residual mean=0.000030 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.449604 Jy ! Adding 113 model components to the UV plane model. ! The established model now contains 258 components and 0.449604 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.48 mas, bmaj=4.991 mas, bpa=-5.548 degrees ! Estimated noise=448.449 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134747 Jy ! Component: 100 - total flux cleaned = 0.00149448 Jy ! Component: 150 - total flux cleaned = 0.00171807 Jy ! Component: 200 - total flux cleaned = 0.00176033 Jy ! Total flux subtracted in 200 components = 0.00176033 Jy ! Clean residual min=-0.002128 max=0.001999 Jy/beam ! Clean residual mean=0.000016 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.451364 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 275 components and 0.451365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069713Jy sigma=0.000780 ! Fit after self-cal, rms=0.069678Jy sigma=0.000780 wmodel J1155+4555_S_2015_03_17_pus_map.mod ! Writing 275 model components to file: J1155+4555_S_2015_03_17_pus_map.mod wobs J1155+4555_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1155+4555_S_2015_03_17_pus_uvs.fits wwins J1155+4555_S_2015_03_17_pus_map.win ! wwins: Wrote 5 windows to J1155+4555_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 = -6.37556e-05 Jy ! Component: 100 - total flux cleaned = -0.000367084 Jy ! Component: 150 - total flux cleaned = -0.000686729 Jy ! Component: 200 - total flux cleaned = -0.000808428 Jy ! Component: 250 - total flux cleaned = -0.000866522 Jy ! Component: 300 - total flux cleaned = -0.000979183 Jy ! Component: 350 - total flux cleaned = -0.00103315 Jy ! Component: 400 - total flux cleaned = -0.00100673 Jy ! Component: 450 - total flux cleaned = -0.00103224 Jy ! Component: 500 - total flux cleaned = -0.00100651 Jy ! Component: 550 - total flux cleaned = -0.000957546 Jy ! Component: 600 - total flux cleaned = -0.000933712 Jy ! Component: 650 - total flux cleaned = -0.000865001 Jy ! Component: 700 - total flux cleaned = -0.000797792 Jy ! Component: 750 - total flux cleaned = -0.000709412 Jy ! Component: 800 - total flux cleaned = -0.000644599 Jy ! Component: 850 - total flux cleaned = -0.000560486 Jy ! Component: 900 - total flux cleaned = -0.000560642 Jy ! Component: 950 - total flux cleaned = -0.000499326 Jy ! Component: 1000 - total flux cleaned = -0.000420009 Jy ! Component: 1050 - total flux cleaned = -0.000343036 Jy ! Component: 1100 - total flux cleaned = -0.000343901 Jy ! Component: 1150 - total flux cleaned = -0.000306925 Jy ! Component: 1200 - total flux cleaned = -0.000251875 Jy ! Component: 1250 - total flux cleaned = -0.000162215 Jy ! Component: 1300 - total flux cleaned = -0.000109679 Jy ! Component: 1350 - total flux cleaned = -7.51527e-05 Jy ! Component: 1400 - total flux cleaned = -4.13664e-05 Jy ! Component: 1450 - total flux cleaned = -2.44729e-05 Jy ! Component: 1500 - total flux cleaned = 2.50216e-05 Jy ! Component: 1550 - total flux cleaned = 0.00012176 Jy ! Component: 1600 - total flux cleaned = 0.000201018 Jy ! Component: 1650 - total flux cleaned = 0.000169849 Jy ! Component: 1700 - total flux cleaned = 0.000170269 Jy ! Component: 1750 - total flux cleaned = 0.000292285 Jy ! Component: 1800 - total flux cleaned = 0.00029272 Jy ! Component: 1850 - total flux cleaned = 0.00042538 Jy ! Component: 1900 - total flux cleaned = 0.000425199 Jy ! Component: 1950 - total flux cleaned = 0.000496827 Jy ! Component: 2000 - total flux cleaned = 0.000567548 Jy ! Component: 2050 - total flux cleaned = 0.000650971 Jy ! Component: 2100 - total flux cleaned = 0.000678614 Jy ! Component: 2150 - total flux cleaned = 0.000678547 Jy ! Component: 2200 - total flux cleaned = 0.000678457 Jy ! Component: 2250 - total flux cleaned = 0.000705036 Jy ! Component: 2300 - total flux cleaned = 0.000652448 Jy ! Component: 2350 - total flux cleaned = 0.00069148 Jy ! Component: 2400 - total flux cleaned = 0.000653264 Jy ! Component: 2450 - total flux cleaned = 0.000665963 Jy ! Component: 2500 - total flux cleaned = 0.000665864 Jy ! Component: 2550 - total flux cleaned = 0.000628534 Jy ! Component: 2600 - total flux cleaned = 0.000640975 Jy ! Component: 2650 - total flux cleaned = 0.000628778 Jy ! Component: 2700 - total flux cleaned = 0.000640877 Jy ! Component: 2750 - total flux cleaned = 0.000617087 Jy ! Component: 2800 - total flux cleaned = 0.000628655 Jy ! Component: 2850 - total flux cleaned = 0.000616969 Jy ! Component: 2900 - total flux cleaned = 0.000582323 Jy ! Component: 2950 - total flux cleaned = 0.000605048 Jy ! Component: 3000 - total flux cleaned = 0.000616283 Jy ! Component: 3050 - total flux cleaned = 0.000660909 Jy ! Component: 3100 - total flux cleaned = 0.000694064 Jy ! Component: 3150 - total flux cleaned = 0.000693971 Jy ! Component: 3200 - total flux cleaned = 0.000661411 Jy ! Component: 3250 - total flux cleaned = 0.000780043 Jy ! Component: 3300 - total flux cleaned = 0.000758594 Jy ! Component: 3350 - total flux cleaned = 0.000832715 Jy ! Component: 3400 - total flux cleaned = 0.000843151 Jy ! Component: 3450 - total flux cleaned = 0.000853522 Jy ! Component: 3500 - total flux cleaned = 0.00093616 Jy ! Component: 3550 - total flux cleaned = 0.000946376 Jy ! Component: 3600 - total flux cleaned = 0.00095654 Jy ! Component: 3650 - total flux cleaned = 0.000976726 Jy ! Component: 3700 - total flux cleaned = 0.000986714 Jy ! Component: 3750 - total flux cleaned = 0.00100655 Jy ! Component: 3800 - total flux cleaned = 0.00103605 Jy ! Component: 3850 - total flux cleaned = 0.00103617 Jy ! Component: 3900 - total flux cleaned = 0.00104586 Jy ! Component: 3950 - total flux cleaned = 0.00104583 Jy ! Component: 4000 - total flux cleaned = 0.00107451 Jy ! Component: 4050 - total flux cleaned = 0.00112185 Jy ! Total flux subtracted in 4096 components = 0.00103706 Jy ! Clean residual min=-0.000546 max=0.000479 Jy/beam ! Clean residual mean=0.000003 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.452402 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 542 components and 0.452401 Jy ![Exited script file: muppet] wmap "J1155+4555_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.48 x 4.991 at -5.548 degrees (North through East) ! Clean map min=-0.0011933 max=0.20947 Jy/beam ! Writing clean map to FITS file: J1155+4555_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.209468 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000164417 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.235478 0.235478 0.470956 0.941911 1.88382 3.76764 7.53529 15.0706 30.1412 60.2823 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.209 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.48 x 4.991 at -5.548 degrees (North through East) ! Clean map min=-0.0011933 max=0.20947 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 J1155+4555_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:58:32 2016