! Started logfile: J1736-1944_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:06:01 2016 obs J1736-1944_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1736-1944_S_2015_03_17_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.884153 visibilities/baseline/integration-bin. ! Found source: J1736-1944 ! ! 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 19416 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 J1736-1944_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 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.991437Jy sigma=0.009495 ! Fit after self-cal, rms=0.945888Jy sigma=0.009062 ! 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.364 mas, bmaj=6.174 mas, bpa=-1.569 degrees ! Estimated noise=969.287 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.0395923 Jy ! Component: 100 - total flux cleaned = 0.0507349 Jy ! Total flux subtracted in 100 components = 0.0507349 Jy ! Clean residual min=-0.003675 max=0.005153 Jy/beam ! Clean residual mean=-0.000003 rms=0.001010 Jy/beam ! Combined flux in latest and established models = 0.0507349 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0507349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094862Jy sigma=0.000809 ! Fit after self-cal, rms=0.094277Jy sigma=0.000802 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00667937 Jy ! Component: 100 - total flux cleaned = 0.0107582 Jy ! Total flux subtracted in 100 components = 0.0107582 Jy ! Clean residual min=-0.003618 max=0.003742 Jy/beam ! Clean residual mean=0.000002 rms=0.000902 Jy/beam ! Combined flux in latest and established models = 0.0614931 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 38 components and 0.0614931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093334Jy sigma=0.000795 ! Fit after self-cal, rms=0.093266Jy sigma=0.000795 ! 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.966 mas, bmaj=7.41 mas, bpa=-1.649 degrees ! Estimated noise=543.575 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.00532341 Jy ! Component: 100 - total flux cleaned = 0.00801675 Jy ! Component: 150 - total flux cleaned = 0.00951026 Jy ! Component: 200 - total flux cleaned = 0.0103623 Jy ! Total flux subtracted in 200 components = 0.0103623 Jy ! Clean residual min=-0.002320 max=0.002265 Jy/beam ! Clean residual mean=0.000013 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.0718553 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 70 components and 0.0718553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092869Jy sigma=0.000793 ! Fit after self-cal, rms=0.092814Jy sigma=0.000793 ! 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.04 FD 0.83 HN 1.04 KP 1.04 ! LA 1.09 MK 1.00 NL 0.97 OV 1.00 ! PT 1.10 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.78 HN 1.02 KP 1.06 ! LA 0.97 MK 0.96 NL 1.06 OV 1.07 ! PT 1.12 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.89 HN 1.19 KP 1.00 ! LA 0.80 MK 1.04 NL 1.06 OV 1.02 ! PT 1.04 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.89 HN 1.10 KP 0.93 ! LA 0.94 MK 1.11 NL 1.02 OV 1.02 ! PT 0.99 SC 1.06 ! ! ! Fit before self-cal, rms=0.092814Jy sigma=0.000793 ! Fit after self-cal, rms=0.090574Jy sigma=0.000790 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.997 mas, bmaj=7.475 mas, bpa=-1.521 degrees ! Estimated noise=548.481 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.000658607 Jy ! Component: 100 - total flux cleaned = 0.000841225 Jy ! Component: 150 - total flux cleaned = 0.000902653 Jy ! Component: 200 - total flux cleaned = 0.000957291 Jy ! Total flux subtracted in 200 components = 0.000957291 Jy ! Clean residual min=-0.002010 max=0.001933 Jy/beam ! Clean residual mean=0.000008 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.0728126 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 72 components and 0.0728126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090566Jy sigma=0.000790 ! Fit after self-cal, rms=0.090485Jy sigma=0.000790 ! 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.090485Jy sigma=0.000790 ! Fit after self-cal, rms=0.089381Jy sigma=0.000787 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.003 mas, bmaj=7.457 mas, bpa=-1.505 degrees ! Estimated noise=552.073 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00046015 Jy ! Component: 100 - total flux cleaned = 0.000578465 Jy ! Component: 150 - total flux cleaned = 0.000616054 Jy ! Component: 200 - total flux cleaned = 0.000635579 Jy ! Total flux subtracted in 200 components = 0.000635579 Jy ! Clean residual min=-0.001683 max=0.001746 Jy/beam ! Clean residual mean=0.000000 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.0734482 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 75 components and 0.0734482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089379Jy sigma=0.000787 ! Fit after self-cal, rms=0.089365Jy sigma=0.000787 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-94.5, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153061 Jy ! Component: 100 - total flux cleaned = 0.00180219 Jy ! Component: 150 - total flux cleaned = 0.00192903 Jy ! Component: 200 - total flux cleaned = 0.00201904 Jy ! Total flux subtracted in 200 components = 0.00201904 Jy ! Clean residual min=-0.001586 max=0.001600 Jy/beam ! Clean residual mean=0.000001 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.0754672 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 95 components and 0.0754672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089336Jy sigma=0.000787 ! Fit after self-cal, rms=0.089322Jy sigma=0.000787 ! 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.089322Jy sigma=0.000787 ! Fit after self-cal, rms=0.089258Jy sigma=0.000787 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.004 mas, bmaj=7.453 mas, bpa=-1.546 degrees ! Estimated noise=550.937 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000745503 Jy ! Component: 100 - total flux cleaned = 0.000771028 Jy ! Component: 150 - total flux cleaned = 0.000750727 Jy ! Component: 200 - total flux cleaned = 0.000751113 Jy ! Total flux subtracted in 200 components = 0.000751113 Jy ! Clean residual min=-0.001613 max=0.001584 Jy/beam ! Clean residual mean=-0.000002 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.0762183 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 104 components and 0.0762183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089244Jy sigma=0.000786 ! Fit after self-cal, rms=0.089265Jy sigma=0.000786 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.000305866 Jy ! Component: 100 - total flux cleaned = 0.000326973 Jy ! Component: 150 - total flux cleaned = 0.000364602 Jy ! Component: 200 - total flux cleaned = 0.000382562 Jy ! Total flux subtracted in 200 components = 0.000382562 Jy ! Clean residual min=-0.001616 max=0.001542 Jy/beam ! Clean residual mean=-0.000001 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.0766009 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 111 components and 0.0766009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089257Jy sigma=0.000786 ! Fit after self-cal, rms=0.089256Jy sigma=0.000786 ! 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.089256Jy sigma=0.000786 ! Fit after self-cal, rms=0.089475Jy sigma=0.000786 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.96 mas, bmaj=16.71 mas, bpa=5.157 degrees ! Estimated noise=721.959 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000454482 Jy ! Component: 100 - total flux cleaned = 0.000599119 Jy ! Component: 150 - total flux cleaned = 0.000694786 Jy ! Component: 200 - total flux cleaned = 0.000765536 Jy ! Total flux subtracted in 200 components = 0.000765536 Jy ! Clean residual min=-0.001335 max=0.001632 Jy/beam ! Clean residual mean=-0.000003 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.0773664 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 116 components and 0.0773664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089474Jy sigma=0.000786 ! Fit after self-cal, rms=0.089481Jy sigma=0.000786 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.000176197 Jy ! Component: 100 - total flux cleaned = 0.000233318 Jy ! Component: 150 - total flux cleaned = 0.000298418 Jy ! Component: 200 - total flux cleaned = 0.000334545 Jy ! Total flux subtracted in 200 components = 0.000334545 Jy ! Clean residual min=-0.001328 max=0.001624 Jy/beam ! Clean residual mean=-0.000003 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.077701 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 118 components and 0.077701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089481Jy sigma=0.000786 ! Fit after self-cal, rms=0.089479Jy sigma=0.000786 ! 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.007 mas, bmaj=7.453 mas, bpa=-1.517 degrees ! Estimated noise=551.401 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.007 x 7.453 at -1.517 degrees (North through East) ! Clean map min=-0.0015942 max=0.054811 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.391 mas, bmaj=6.178 mas, bpa=-1.357 degrees ! Estimated noise=994.507 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0405852 Jy ! Component: 100 - total flux cleaned = 0.0528602 Jy ! Component: 150 - total flux cleaned = 0.0597675 Jy ! Component: 200 - total flux cleaned = 0.0642068 Jy ! Total flux subtracted in 200 components = 0.0642068 Jy ! Clean residual min=-0.003652 max=0.003642 Jy/beam ! Clean residual mean=-0.000004 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.0642069 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.0642069 Jy ! Inverting map and beam ! Estimated beam: bmin=3.007 mas, bmaj=7.453 mas, bpa=-1.517 degrees ! Estimated noise=551.401 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.0051265 Jy ! Component: 100 - total flux cleaned = 0.00767888 Jy ! Component: 150 - total flux cleaned = 0.00918112 Jy ! Component: 200 - total flux cleaned = 0.00974047 Jy ! Total flux subtracted in 200 components = 0.00974047 Jy ! Clean residual min=-0.001835 max=0.001632 Jy/beam ! Clean residual mean=-0.000002 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.0739473 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 68 components and 0.0739473 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.96 mas, bmaj=16.71 mas, bpa=5.157 degrees ! Estimated noise=721.959 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156169 Jy ! Component: 100 - total flux cleaned = 0.00229613 Jy ! Component: 150 - total flux cleaned = 0.00249104 Jy ! Component: 200 - total flux cleaned = 0.00262251 Jy ! Total flux subtracted in 200 components = 0.00262251 Jy ! Clean residual min=-0.001488 max=0.001676 Jy/beam ! Clean residual mean=-0.000004 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.0765699 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.000116943 Jy ! Component: 100 - total flux cleaned = 0.000187511 Jy ! Component: 150 - total flux cleaned = 0.00028343 Jy ! Component: 200 - total flux cleaned = 0.000356138 Jy ! Total flux subtracted in 200 components = 0.000356138 Jy ! Clean residual min=-0.001409 max=0.001659 Jy/beam ! Clean residual mean=-0.000004 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.076926 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 88 components and 0.076926 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.007 mas, bmaj=7.453 mas, bpa=-1.517 degrees ! Estimated noise=551.401 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000160209 Jy ! Component: 100 - total flux cleaned = 0.000128807 Jy ! Component: 150 - total flux cleaned = 0.000127618 Jy ! Component: 200 - total flux cleaned = 0.000102368 Jy ! Total flux subtracted in 200 components = 0.000102368 Jy ! Clean residual min=-0.001694 max=0.001615 Jy/beam ! Clean residual mean=-0.000002 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.0770284 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 105 components and 0.0770283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089497Jy sigma=0.000786 ! Fit after self-cal, rms=0.089480Jy sigma=0.000786 wmodel J1736-1944_S_2015_03_17_pus_map.mod ! Writing 105 model components to file: J1736-1944_S_2015_03_17_pus_map.mod wobs J1736-1944_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1736-1944_S_2015_03_17_pus_uvs.fits wwins J1736-1944_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1736-1944_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.000156539 Jy ! Component: 100 - total flux cleaned = -0.000243273 Jy ! Component: 150 - total flux cleaned = -0.000217814 Jy ! Component: 200 - total flux cleaned = -0.000241974 Jy ! Component: 250 - total flux cleaned = -0.000266012 Jy ! Component: 300 - total flux cleaned = -0.000311204 Jy ! Component: 350 - total flux cleaned = -0.00037765 Jy ! Component: 400 - total flux cleaned = -0.000485364 Jy ! Component: 450 - total flux cleaned = -0.00052693 Jy ! Component: 500 - total flux cleaned = -0.000629183 Jy ! Component: 550 - total flux cleaned = -0.000668583 Jy ! Component: 600 - total flux cleaned = -0.000746744 Jy ! Component: 650 - total flux cleaned = -0.000823845 Jy ! Component: 700 - total flux cleaned = -0.000880649 Jy ! Component: 750 - total flux cleaned = -0.000955046 Jy ! Component: 800 - total flux cleaned = -0.00097334 Jy ! Component: 850 - total flux cleaned = -0.00106393 Jy ! Component: 900 - total flux cleaned = -0.00108174 Jy ! Component: 950 - total flux cleaned = -0.00111711 Jy ! Component: 1000 - total flux cleaned = -0.00116925 Jy ! Component: 1050 - total flux cleaned = -0.00125415 Jy ! Component: 1100 - total flux cleaned = -0.00123721 Jy ! Component: 1150 - total flux cleaned = -0.00123723 Jy ! Component: 1200 - total flux cleaned = -0.00128635 Jy ! Component: 1250 - total flux cleaned = -0.00130251 Jy ! Component: 1300 - total flux cleaned = -0.00135034 Jy ! Component: 1350 - total flux cleaned = -0.00136613 Jy ! Component: 1400 - total flux cleaned = -0.00136602 Jy ! Component: 1450 - total flux cleaned = -0.00138118 Jy ! Component: 1500 - total flux cleaned = -0.00135048 Jy ! Component: 1550 - total flux cleaned = -0.00139577 Jy ! Component: 1600 - total flux cleaned = -0.00136585 Jy ! Component: 1650 - total flux cleaned = -0.00140991 Jy ! Component: 1700 - total flux cleaned = -0.00140987 Jy ! Component: 1750 - total flux cleaned = -0.00140992 Jy ! Component: 1800 - total flux cleaned = -0.00143858 Jy ! Component: 1850 - total flux cleaned = -0.00143861 Jy ! Component: 1900 - total flux cleaned = -0.00149483 Jy ! Component: 1950 - total flux cleaned = -0.00153639 Jy ! Component: 2000 - total flux cleaned = -0.00157734 Jy ! Component: 2050 - total flux cleaned = -0.00160458 Jy ! Component: 2100 - total flux cleaned = -0.00161808 Jy ! Component: 2150 - total flux cleaned = -0.00163162 Jy ! Component: 2200 - total flux cleaned = -0.00173765 Jy ! Component: 2250 - total flux cleaned = -0.00177698 Jy ! Component: 2300 - total flux cleaned = -0.00176393 Jy ! Component: 2350 - total flux cleaned = -0.00182847 Jy ! Component: 2400 - total flux cleaned = -0.0018286 Jy ! Component: 2450 - total flux cleaned = -0.00186674 Jy ! Component: 2500 - total flux cleaned = -0.00192957 Jy ! Component: 2550 - total flux cleaned = -0.00190441 Jy ! Component: 2600 - total flux cleaned = -0.0019913 Jy ! Component: 2650 - total flux cleaned = -0.0019912 Jy ! Component: 2700 - total flux cleaned = -0.00200337 Jy ! Component: 2750 - total flux cleaned = -0.00202755 Jy ! Component: 2800 - total flux cleaned = -0.00206348 Jy ! Component: 2850 - total flux cleaned = -0.00205151 Jy ! Component: 2900 - total flux cleaned = -0.0020516 Jy ! Component: 2950 - total flux cleaned = -0.00207502 Jy ! Component: 3000 - total flux cleaned = -0.00206339 Jy ! Component: 3050 - total flux cleaned = -0.00206339 Jy ! Component: 3100 - total flux cleaned = -0.00205193 Jy ! Component: 3150 - total flux cleaned = -0.00204052 Jy ! Component: 3200 - total flux cleaned = -0.00209723 Jy ! Component: 3250 - total flux cleaned = -0.00210849 Jy ! Component: 3300 - total flux cleaned = -0.00209743 Jy ! Component: 3350 - total flux cleaned = -0.00207527 Jy ! Component: 3400 - total flux cleaned = -0.0021195 Jy ! Component: 3450 - total flux cleaned = -0.00216338 Jy ! Component: 3500 - total flux cleaned = -0.00209802 Jy ! Component: 3550 - total flux cleaned = -0.00211985 Jy ! Component: 3600 - total flux cleaned = -0.00215205 Jy ! Component: 3650 - total flux cleaned = -0.00214143 Jy ! Component: 3700 - total flux cleaned = -0.00210965 Jy ! Component: 3750 - total flux cleaned = -0.00213072 Jy ! Component: 3800 - total flux cleaned = -0.00209927 Jy ! Component: 3850 - total flux cleaned = -0.00207849 Jy ! Component: 3900 - total flux cleaned = -0.00208889 Jy ! Component: 3950 - total flux cleaned = -0.00210953 Jy ! Component: 4000 - total flux cleaned = -0.00213006 Jy ! Component: 4050 - total flux cleaned = -0.0021301 Jy ! Total flux subtracted in 4096 components = -0.00213002 Jy ! Clean residual min=-0.000606 max=0.000642 Jy/beam ! Clean residual mean=0.000001 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.0748983 Jy keep ! Adding 253 model components to the UV plane model. ! The established model now contains 358 components and 0.0748984 Jy ![Exited script file: muppet] wmap "J1736-1944_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.007 x 7.453 at -1.517 degrees (North through East) ! Clean map min=-0.0011638 max=0.055384 Jy/beam ! Writing clean map to FITS file: J1736-1944_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.0553838 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000180179 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.975984 0.975984 1.95197 3.90394 7.80787 15.6157 31.2315 62.463 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.055 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.007 x 7.453 at -1.517 degrees (North through East) ! Clean map min=-0.0011638 max=0.055384 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 J1736-1944_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:06:06 2016