! Started logfile: J2155-1139_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:35:35 2017 obs J2155-1139_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J2155-1139_S_2015_01_23_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.979063 visibilities/baseline/integration-bin. ! Found source: J2155-1139 ! ! 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 338 lines of history. ! ! Reading 21324 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 J2155-1139_S_2015_01_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.974956Jy sigma=0.008952 ! Fit after self-cal, rms=0.842324Jy sigma=0.007579 ! 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=2.367 mas, bmaj=6.171 mas, bpa=-2.514 degrees ! Estimated noise=775.147 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.128905 Jy ! Component: 100 - total flux cleaned = 0.180422 Jy ! Total flux subtracted in 100 components = 0.180422 Jy ! Clean residual min=-0.014733 max=0.026043 Jy/beam ! Clean residual mean=-0.000004 rms=0.004344 Jy/beam ! Combined flux in latest and established models = 0.180422 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.180422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.190143Jy sigma=0.001248 ! Fit after self-cal, rms=0.190039Jy sigma=0.001247 ! Inverting map ! Added new window around map position (5.5, 3). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0312642 Jy ! Component: 100 - total flux cleaned = 0.0523684 Jy ! Total flux subtracted in 100 components = 0.0523684 Jy ! Clean residual min=-0.011960 max=0.018401 Jy/beam ! Clean residual mean=-0.000008 rms=0.003476 Jy/beam ! Combined flux in latest and established models = 0.232791 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 19 components and 0.232791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184622Jy sigma=0.001102 ! Fit after self-cal, rms=0.184443Jy sigma=0.001100 ! 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=2.944 mas, bmaj=7.365 mas, bpa=-2.876 degrees ! Estimated noise=554.959 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.0261342 Jy ! Component: 100 - total flux cleaned = 0.0417208 Jy ! Component: 150 - total flux cleaned = 0.0512823 Jy ! Component: 200 - total flux cleaned = 0.0566728 Jy ! Total flux subtracted in 200 components = 0.0566728 Jy ! Clean residual min=-0.012368 max=0.025125 Jy/beam ! Clean residual mean=-0.000040 rms=0.005088 Jy/beam ! Combined flux in latest and established models = 0.289464 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 37 components and 0.289464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184028Jy sigma=0.001017 ! Fit after self-cal, rms=0.183883Jy sigma=0.001015 ! 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.87 FD 1.65 HN 0.97 KP 0.94 ! LA 2.25 MK 1.07 NL 0.88 OV 0.84 ! PT 0.88 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.77 HN 1.03 KP 0.88 ! LA 2.11 MK 1.05 NL 1.07 OV 0.89 ! PT 0.87 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.81 FD 2.11 HN 1.04 KP 0.77 ! LA 1.83 MK 1.08 NL 1.11 OV 0.82 ! PT 0.85 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 2.66 HN 0.99 KP 0.73 ! LA 1.94 MK 1.03 NL 0.93 OV 0.89 ! PT 0.89 SC 1.00 ! ! ! Fit before self-cal, rms=0.183883Jy sigma=0.001015 ! Fit after self-cal, rms=0.375391Jy sigma=0.000787 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.97 mas, bmaj=7.34 mas, bpa=-2.085 degrees ! Estimated noise=549.993 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.00326575 Jy ! Component: 100 - total flux cleaned = 0.00375569 Jy ! Component: 150 - total flux cleaned = 0.0041491 Jy ! Component: 200 - total flux cleaned = 0.00408972 Jy ! Total flux subtracted in 200 components = 0.00408972 Jy ! Clean residual min=-0.003586 max=0.003302 Jy/beam ! Clean residual mean=0.000010 rms=0.000884 Jy/beam ! Combined flux in latest and established models = 0.293553 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 53 components and 0.293553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.375275Jy sigma=0.000785 ! Fit after self-cal, rms=0.378735Jy sigma=0.000783 ! 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.378735Jy sigma=0.000783 ! Fit after self-cal, rms=0.359342Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.958 mas, bmaj=7.34 mas, bpa=-2.124 degrees ! Estimated noise=550.073 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00165091 Jy ! Component: 100 - total flux cleaned = 0.00198791 Jy ! Component: 150 - total flux cleaned = 0.0019864 Jy ! Component: 200 - total flux cleaned = 0.00202513 Jy ! Total flux subtracted in 200 components = 0.00202513 Jy ! Clean residual min=-0.002352 max=0.001895 Jy/beam ! Clean residual mean=0.000002 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.295578 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 62 components and 0.295578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.359306Jy sigma=0.000776 ! Fit after self-cal, rms=0.359310Jy sigma=0.000776 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.000296807 Jy ! Component: 100 - total flux cleaned = 0.00026489 Jy ! Component: 150 - total flux cleaned = 0.000200123 Jy ! Component: 200 - total flux cleaned = 0.000200349 Jy ! Total flux subtracted in 200 components = 0.000200349 Jy ! Clean residual min=-0.002326 max=0.001916 Jy/beam ! Clean residual mean=0.000002 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.295779 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 73 components and 0.295779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.359299Jy sigma=0.000775 ! Fit after self-cal, rms=0.359312Jy sigma=0.000775 ! 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.359312Jy sigma=0.000775 ! Fit after self-cal, rms=0.357166Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.95 mas, bmaj=7.333 mas, bpa=-2.17 degrees ! Estimated noise=548.641 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00060714 Jy ! Component: 100 - total flux cleaned = 0.000847477 Jy ! Component: 150 - total flux cleaned = 0.000908688 Jy ! Component: 200 - total flux cleaned = 0.000962033 Jy ! Total flux subtracted in 200 components = 0.000962033 Jy ! Clean residual min=-0.001890 max=0.001679 Jy/beam ! Clean residual mean=-0.000000 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.296741 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 79 components and 0.296741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.357151Jy sigma=0.000774 ! Fit after self-cal, rms=0.357116Jy 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 = 7.26693e-05 Jy ! Component: 100 - total flux cleaned = -2.38178e-06 Jy ! Component: 150 - total flux cleaned = -4.70654e-05 Jy ! Component: 200 - total flux cleaned = -6.73659e-05 Jy ! Total flux subtracted in 200 components = -6.73659e-05 Jy ! Clean residual min=-0.001869 max=0.001642 Jy/beam ! Clean residual mean=-0.000000 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.296674 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 82 components and 0.296674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.357111Jy sigma=0.000774 ! Fit after self-cal, rms=0.357115Jy 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.357115Jy sigma=0.000774 ! Fit after self-cal, rms=0.357772Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.971 mas, bmaj=13.35 mas, bpa=0.1572 degrees ! Estimated noise=764.679 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000877128 Jy ! Component: 100 - total flux cleaned = 0.0010556 Jy ! Component: 150 - total flux cleaned = 0.00107809 Jy ! Component: 200 - total flux cleaned = 0.0010691 Jy ! Total flux subtracted in 200 components = 0.0010691 Jy ! Clean residual min=-0.002129 max=0.001760 Jy/beam ! Clean residual mean=0.000000 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.297743 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 86 components and 0.297743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.357766Jy sigma=0.000774 ! Fit after self-cal, rms=0.357767Jy 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 = 1.99472e-05 Jy ! Component: 100 - total flux cleaned = 4.05633e-05 Jy ! Component: 150 - total flux cleaned = 3.2009e-05 Jy ! Component: 200 - total flux cleaned = 2.449e-05 Jy ! Total flux subtracted in 200 components = 2.449e-05 Jy ! Clean residual min=-0.002140 max=0.001746 Jy/beam ! Clean residual mean=0.000000 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.297767 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 89 components and 0.297767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.357768Jy sigma=0.000774 ! Fit after self-cal, rms=0.357767Jy sigma=0.000774 ! 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=2.945 mas, bmaj=7.325 mas, bpa=-2.197 degrees ! Estimated noise=547.79 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.945 x 7.325 at -2.197 degrees (North through East) ! Clean map min=-0.00163 max=0.18105 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=2.374 mas, bmaj=6.152 mas, bpa=-1.655 degrees ! Estimated noise=764.106 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.126729 Jy ! Component: 100 - total flux cleaned = 0.178755 Jy ! Component: 150 - total flux cleaned = 0.210089 Jy ! Component: 200 - total flux cleaned = 0.231566 Jy ! Total flux subtracted in 200 components = 0.231566 Jy ! Clean residual min=-0.006087 max=0.012104 Jy/beam ! Clean residual mean=0.000002 rms=0.001869 Jy/beam ! Combined flux in latest and established models = 0.231566 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.231566 Jy ! Inverting map and beam ! Estimated beam: bmin=2.945 mas, bmaj=7.325 mas, bpa=-2.197 degrees ! Estimated noise=547.79 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.0258472 Jy ! Component: 100 - total flux cleaned = 0.0411567 Jy ! Component: 150 - total flux cleaned = 0.0506785 Jy ! Component: 200 - total flux cleaned = 0.0567462 Jy ! Total flux subtracted in 200 components = 0.0567462 Jy ! Clean residual min=-0.002404 max=0.003280 Jy/beam ! Clean residual mean=-0.000001 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.288312 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 50 components and 0.288312 Jy ! Inverting map ! Added new window around map position (58.5, -98.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00394393 Jy ! Component: 100 - total flux cleaned = 0.00651435 Jy ! Component: 150 - total flux cleaned = 0.00808332 Jy ! Component: 200 - total flux cleaned = 0.00829169 Jy ! Total flux subtracted in 200 components = 0.00829169 Jy ! Clean residual min=-0.001865 max=0.001562 Jy/beam ! Clean residual mean=0.000000 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.296604 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 63 components and 0.296604 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=6.971 mas, bmaj=13.35 mas, bpa=0.1572 degrees ! Estimated noise=764.679 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000722816 Jy ! Component: 100 - total flux cleaned = 0.000769115 Jy ! Component: 150 - total flux cleaned = 0.000675626 Jy ! Component: 200 - total flux cleaned = 0.000619241 Jy ! Total flux subtracted in 200 components = 0.000619241 Jy ! Clean residual min=-0.002060 max=0.001744 Jy/beam ! Clean residual mean=0.000000 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.297223 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 = -7.51658e-05 Jy ! Component: 100 - total flux cleaned = -0.000141101 Jy ! Component: 150 - total flux cleaned = -0.000180702 Jy ! Component: 200 - total flux cleaned = -0.000216155 Jy ! Total flux subtracted in 200 components = -0.000216155 Jy ! Clean residual min=-0.002042 max=0.001723 Jy/beam ! Clean residual mean=-0.000000 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.297007 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 87 components and 0.297007 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.945 mas, bmaj=7.325 mas, bpa=-2.197 degrees ! Estimated noise=547.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000514321 Jy ! Component: 100 - total flux cleaned = -0.000644063 Jy ! Component: 150 - total flux cleaned = -0.000757912 Jy ! Component: 200 - total flux cleaned = -0.00080963 Jy ! Total flux subtracted in 200 components = -0.00080963 Jy ! Clean residual min=-0.001635 max=0.001475 Jy/beam ! Clean residual mean=-0.000000 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.296197 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 104 components and 0.296197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.357745Jy sigma=0.000774 ! Fit after self-cal, rms=0.357734Jy sigma=0.000774 wmodel J2155-1139_S_2015_01_23_pus_map.mod ! Writing 104 model components to file: J2155-1139_S_2015_01_23_pus_map.mod wobs J2155-1139_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J2155-1139_S_2015_01_23_pus_uvs.fits wwins J2155-1139_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J2155-1139_S_2015_01_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.00025263 Jy ! Component: 100 - total flux cleaned = -8.88436e-05 Jy ! Component: 150 - total flux cleaned = 0.000119182 Jy ! Component: 200 - total flux cleaned = 0.000269643 Jy ! Component: 250 - total flux cleaned = 0.000391477 Jy ! Component: 300 - total flux cleaned = 0.000557139 Jy ! Component: 350 - total flux cleaned = 0.0006728 Jy ! Component: 400 - total flux cleaned = 0.000808755 Jy ! Component: 450 - total flux cleaned = 0.000919937 Jy ! Component: 500 - total flux cleaned = 0.00102927 Jy ! Component: 550 - total flux cleaned = 0.0011579 Jy ! Component: 600 - total flux cleaned = 0.00111579 Jy ! Component: 650 - total flux cleaned = 0.00126124 Jy ! Component: 700 - total flux cleaned = 0.00128162 Jy ! Component: 750 - total flux cleaned = 0.00138303 Jy ! Component: 800 - total flux cleaned = 0.00146334 Jy ! Component: 850 - total flux cleaned = 0.00156182 Jy ! Component: 900 - total flux cleaned = 0.00158109 Jy ! Component: 950 - total flux cleaned = 0.00154266 Jy ! Component: 1000 - total flux cleaned = 0.00159977 Jy ! Component: 1050 - total flux cleaned = 0.00156205 Jy ! Component: 1100 - total flux cleaned = 0.00159919 Jy ! Component: 1150 - total flux cleaned = 0.0016175 Jy ! Component: 1200 - total flux cleaned = 0.00159911 Jy ! Component: 1250 - total flux cleaned = 0.0016352 Jy ! Component: 1300 - total flux cleaned = 0.00165304 Jy ! Component: 1350 - total flux cleaned = 0.00170623 Jy ! Component: 1400 - total flux cleaned = 0.0016533 Jy ! Component: 1450 - total flux cleaned = 0.00165337 Jy ! Component: 1500 - total flux cleaned = 0.00163634 Jy ! Component: 1550 - total flux cleaned = 0.00167071 Jy ! Component: 1600 - total flux cleaned = 0.00170464 Jy ! Component: 1650 - total flux cleaned = 0.00168777 Jy ! Component: 1700 - total flux cleaned = 0.00173774 Jy ! Component: 1750 - total flux cleaned = 0.00177092 Jy ! Component: 1800 - total flux cleaned = 0.00180352 Jy ! Component: 1850 - total flux cleaned = 0.00178739 Jy ! Component: 1900 - total flux cleaned = 0.00183598 Jy ! Component: 1950 - total flux cleaned = 0.00183604 Jy ! Component: 2000 - total flux cleaned = 0.00191571 Jy ! Component: 2050 - total flux cleaned = 0.00189962 Jy ! Component: 2100 - total flux cleaned = 0.00188391 Jy ! Component: 2150 - total flux cleaned = 0.0018526 Jy ! Component: 2200 - total flux cleaned = 0.00186812 Jy ! Component: 2250 - total flux cleaned = 0.0018527 Jy ! Component: 2300 - total flux cleaned = 0.00185258 Jy ! Component: 2350 - total flux cleaned = 0.00189836 Jy ! Component: 2400 - total flux cleaned = 0.00191329 Jy ! Component: 2450 - total flux cleaned = 0.00189835 Jy ! Component: 2500 - total flux cleaned = 0.00194305 Jy ! Component: 2550 - total flux cleaned = 0.00200225 Jy ! Component: 2600 - total flux cleaned = 0.00203166 Jy ! Component: 2650 - total flux cleaned = 0.00197289 Jy ! Component: 2700 - total flux cleaned = 0.00201666 Jy ! Component: 2750 - total flux cleaned = 0.00198768 Jy ! Component: 2800 - total flux cleaned = 0.00198773 Jy ! Component: 2850 - total flux cleaned = 0.00197337 Jy ! Component: 2900 - total flux cleaned = 0.00193074 Jy ! Component: 2950 - total flux cleaned = 0.001945 Jy ! Component: 3000 - total flux cleaned = 0.00193085 Jy ! Component: 3050 - total flux cleaned = 0.00197279 Jy ! Component: 3100 - total flux cleaned = 0.00191721 Jy ! Component: 3150 - total flux cleaned = 0.00191718 Jy ! Component: 3200 - total flux cleaned = 0.00188981 Jy ! Component: 3250 - total flux cleaned = 0.00191704 Jy ! Component: 3300 - total flux cleaned = 0.00188988 Jy ! Component: 3350 - total flux cleaned = 0.00188991 Jy ! Component: 3400 - total flux cleaned = 0.00186311 Jy ! Component: 3450 - total flux cleaned = 0.00191656 Jy ! Component: 3500 - total flux cleaned = 0.00187661 Jy ! Component: 3550 - total flux cleaned = 0.0018635 Jy ! Component: 3600 - total flux cleaned = 0.00187683 Jy ! Component: 3650 - total flux cleaned = 0.00195553 Jy ! Component: 3700 - total flux cleaned = 0.00192942 Jy ! Component: 3750 - total flux cleaned = 0.00191647 Jy ! Component: 3800 - total flux cleaned = 0.00192943 Jy ! Component: 3850 - total flux cleaned = 0.00191643 Jy ! Component: 3900 - total flux cleaned = 0.00190356 Jy ! Component: 3950 - total flux cleaned = 0.00191627 Jy ! Component: 4000 - total flux cleaned = 0.00191633 Jy ! Component: 4050 - total flux cleaned = 0.00192888 Jy ! Total flux subtracted in 4096 components = 0.00195387 Jy ! Clean residual min=-0.000756 max=0.000759 Jy/beam ! Clean residual mean=-0.000000 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.298151 Jy keep ! Adding 270 model components to the UV plane model. ! The established model now contains 374 components and 0.298151 Jy ![Exited script file: muppet] wmap "J2155-1139_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.945 x 7.325 at -2.197 degrees (North through East) ! Clean map min=-0.0013149 max=0.18103 Jy/beam ! Writing clean map to FITS file: J2155-1139_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.181033 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000230266 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.381588 0.381588 0.763176 1.52635 3.0527 6.10541 12.2108 24.4216 48.8432 97.6865 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.181 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.945 x 7.325 at -2.197 degrees (North through East) ! Clean map min=-0.0013149 max=0.18103 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 J2155-1139_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:35:40 2017