! Started logfile: J0331-2524_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:15:38 2017 obs J0331-2524_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0331-2524_S_2014_01_04_pus_uva.fits ! AN table 1: 86 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J0331-2524 ! ! 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 370 lines of history. ! ! Reading 7224 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 J0331-2524_S_2014_01_04_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 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.881482Jy sigma=0.012109 ! Fit after self-cal, rms=0.845960Jy sigma=0.011717 ! 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.275 mas, bmaj=5.744 mas, bpa=2.398 degrees ! Estimated noise=1102.54 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.112279 Jy ! Component: 100 - total flux cleaned = 0.143248 Jy ! Total flux subtracted in 100 components = 0.143248 Jy ! Clean residual min=-0.008814 max=0.016809 Jy/beam ! Clean residual mean=-0.000088 rms=0.002520 Jy/beam ! Combined flux in latest and established models = 0.143248 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.143248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112981Jy sigma=0.001176 ! Fit after self-cal, rms=0.112818Jy sigma=0.001175 ! Inverting map ! Added new window around map position (-24, 18.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0179559 Jy ! Component: 100 - total flux cleaned = 0.0283197 Jy ! Total flux subtracted in 100 components = 0.0283197 Jy ! Clean residual min=-0.007177 max=0.010167 Jy/beam ! Clean residual mean=-0.000057 rms=0.001606 Jy/beam ! Combined flux in latest and established models = 0.171568 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 18 components and 0.171568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108880Jy sigma=0.001105 ! Fit after self-cal, rms=0.108525Jy sigma=0.001103 ! 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.856 mas, bmaj=6.848 mas, bpa=0.02572 degrees ! Estimated noise=712.475 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.0108781 Jy ! Component: 100 - total flux cleaned = 0.0172292 Jy ! Component: 150 - total flux cleaned = 0.0212892 Jy ! Component: 200 - total flux cleaned = 0.0239302 Jy ! Total flux subtracted in 200 components = 0.0239302 Jy ! Clean residual min=-0.005502 max=0.006974 Jy/beam ! Clean residual mean=-0.000074 rms=0.001475 Jy/beam ! Combined flux in latest and established models = 0.195498 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 42 components and 0.195498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107423Jy sigma=0.001075 ! Fit after self-cal, rms=0.107224Jy sigma=0.001074 ! 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 1.00* KP 1.00* LA 1.01 ! MK 2.71 NL 0.96 OV 0.95 PT 1.02 ! SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 1.00* KP 1.00* LA 0.99 ! MK 1.09 NL 1.02 OV 0.97 PT 0.99 ! SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00* KP 1.00* LA 0.80 ! MK 1.00 NL 0.99 OV 0.92 PT 0.96 ! SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00* KP 1.00* LA 0.90 ! MK 0.93 NL 1.13 OV 0.98 PT 0.99 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.107224Jy sigma=0.001074 ! Fit after self-cal, rms=0.187149Jy sigma=0.000974 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.935 mas, bmaj=7.063 mas, bpa=2.364 degrees ! Estimated noise=752.161 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.000865008 Jy ! Component: 100 - total flux cleaned = 0.000423906 Jy ! Component: 150 - total flux cleaned = -0.000201891 Jy ! Component: 200 - total flux cleaned = -0.000818689 Jy ! Total flux subtracted in 200 components = -0.000818689 Jy ! Clean residual min=-0.004889 max=0.004957 Jy/beam ! Clean residual mean=-0.000023 rms=0.001306 Jy/beam ! Combined flux in latest and established models = 0.194679 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 0.194679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184842Jy sigma=0.000980 ! Fit after self-cal, rms=0.184889Jy sigma=0.000979 ! 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.184889Jy sigma=0.000979 ! Fit after self-cal, rms=0.353354Jy sigma=0.000975 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.018 mas, bmaj=7.293 mas, bpa=4.724 degrees ! Estimated noise=789.218 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108468 Jy ! Component: 100 - total flux cleaned = 0.000760462 Jy ! Component: 150 - total flux cleaned = 0.000283617 Jy ! Component: 200 - total flux cleaned = -6.82456e-05 Jy ! Total flux subtracted in 200 components = -6.82456e-05 Jy ! Clean residual min=-0.005604 max=0.006210 Jy/beam ! Clean residual mean=-0.000021 rms=0.001597 Jy/beam ! Combined flux in latest and established models = 0.194611 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 55 components and 0.194611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.349533Jy sigma=0.000980 ! Fit after self-cal, rms=0.349647Jy sigma=0.000979 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.00025959 Jy ! Component: 100 - total flux cleaned = -0.000695189 Jy ! Component: 150 - total flux cleaned = -0.000969825 Jy ! Component: 200 - total flux cleaned = -0.00128499 Jy ! Total flux subtracted in 200 components = -0.00128499 Jy ! Clean residual min=-0.005906 max=0.006036 Jy/beam ! Clean residual mean=-0.000025 rms=0.001604 Jy/beam ! Combined flux in latest and established models = 0.193326 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 70 components and 0.193326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.348638Jy sigma=0.000983 ! Fit after self-cal, rms=0.348633Jy sigma=0.000983 ! 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.348633Jy sigma=0.000983 ! Fit after self-cal, rms=0.485253Jy sigma=0.000945 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.056 mas, bmaj=7.482 mas, bpa=6.195 degrees ! Estimated noise=806.508 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000172214 Jy ! Component: 100 - total flux cleaned = -0.000161911 Jy ! Component: 150 - total flux cleaned = -0.000145631 Jy ! Component: 200 - total flux cleaned = -5.76943e-06 Jy ! Total flux subtracted in 200 components = -5.76943e-06 Jy ! Clean residual min=-0.004577 max=0.004854 Jy/beam ! Clean residual mean=-0.000018 rms=0.001207 Jy/beam ! Combined flux in latest and established models = 0.19332 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 78 components and 0.19332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.483591Jy sigma=0.000946 ! Fit after self-cal, rms=0.483634Jy sigma=0.000945 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.000182777 Jy ! Component: 100 - total flux cleaned = -0.000184911 Jy ! Component: 150 - total flux cleaned = -0.000181372 Jy ! Component: 200 - total flux cleaned = -0.000184297 Jy ! Total flux subtracted in 200 components = -0.000184297 Jy ! Clean residual min=-0.004284 max=0.004739 Jy/beam ! Clean residual mean=-0.000019 rms=0.001211 Jy/beam ! Combined flux in latest and established models = 0.193136 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 83 components and 0.193136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.482689Jy sigma=0.000947 ! Fit after self-cal, rms=0.482690Jy sigma=0.000947 ! 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.482690Jy sigma=0.000947 ! Fit after self-cal, rms=0.562437Jy sigma=0.000944 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.786 mas, bmaj=21.01 mas, bpa=8.101 degrees ! Estimated noise=909.389 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000317254 Jy ! Component: 100 - total flux cleaned = -0.000266743 Jy ! Component: 150 - total flux cleaned = -0.000168036 Jy ! Component: 200 - total flux cleaned = -6.7373e-05 Jy ! Total flux subtracted in 200 components = -6.7373e-05 Jy ! Clean residual min=-0.002998 max=0.003289 Jy/beam ! Clean residual mean=-0.000032 rms=0.000912 Jy/beam ! Combined flux in latest and established models = 0.193068 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 91 components and 0.193068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.562256Jy sigma=0.000945 ! Fit after self-cal, rms=0.562280Jy sigma=0.000945 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.000305397 Jy ! Component: 100 - total flux cleaned = -0.000306082 Jy ! Component: 150 - total flux cleaned = -0.00027407 Jy ! Component: 200 - total flux cleaned = -0.000243486 Jy ! Total flux subtracted in 200 components = -0.000243486 Jy ! Clean residual min=-0.002841 max=0.003230 Jy/beam ! Clean residual mean=-0.000034 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.192825 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 95 components and 0.192825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.562213Jy sigma=0.000945 ! Fit after self-cal, rms=0.562214Jy sigma=0.000945 ! 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.082 mas, bmaj=7.615 mas, bpa=7.147 degrees ! Estimated noise=820.926 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.082 x 7.615 at 7.147 degrees (North through East) ! Clean map min=-0.004103 max=0.17616 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.385 mas, bmaj=6.226 mas, bpa=8.507 degrees ! Estimated noise=1320.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.1344 Jy ! Component: 100 - total flux cleaned = 0.170846 Jy ! Component: 150 - total flux cleaned = 0.178631 Jy ! Component: 200 - total flux cleaned = 0.181087 Jy ! Total flux subtracted in 200 components = 0.181087 Jy ! Clean residual min=-0.008190 max=0.008674 Jy/beam ! Clean residual mean=-0.000022 rms=0.002060 Jy/beam ! Combined flux in latest and established models = 0.181087 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.181087 Jy ! Inverting map and beam ! Estimated beam: bmin=3.082 mas, bmaj=7.615 mas, bpa=7.147 degrees ! Estimated noise=820.926 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) ! Added new window around map position (23.5, -24). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00751956 Jy ! Component: 100 - total flux cleaned = 0.00907937 Jy ! Component: 150 - total flux cleaned = 0.010176 Jy ! Component: 200 - total flux cleaned = 0.0107559 Jy ! Total flux subtracted in 200 components = 0.0107559 Jy ! Clean residual min=-0.005274 max=0.005588 Jy/beam ! Clean residual mean=-0.000018 rms=0.001358 Jy/beam ! Combined flux in latest and established models = 0.191843 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 42 components and 0.191843 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.786 mas, bmaj=21.01 mas, bpa=8.101 degrees ! Estimated noise=909.389 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00193584 Jy ! Component: 100 - total flux cleaned = 0.00169928 Jy ! Component: 150 - total flux cleaned = 0.00160115 Jy ! Component: 200 - total flux cleaned = 0.00151116 Jy ! Total flux subtracted in 200 components = 0.00151116 Jy ! Clean residual min=-0.003406 max=0.003280 Jy/beam ! Clean residual mean=-0.000030 rms=0.000976 Jy/beam ! Combined flux in latest and established models = 0.193354 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 = -8.4368e-05 Jy ! Component: 100 - total flux cleaned = -0.000158735 Jy ! Component: 150 - total flux cleaned = -0.000224305 Jy ! Component: 200 - total flux cleaned = -0.00025461 Jy ! Total flux subtracted in 200 components = -0.00025461 Jy ! Clean residual min=-0.003159 max=0.003043 Jy/beam ! Clean residual mean=-0.000033 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.1931 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 73 components and 0.1931 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.082 mas, bmaj=7.615 mas, bpa=7.147 degrees ! Estimated noise=820.926 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000693716 Jy ! Component: 100 - total flux cleaned = -0.000552321 Jy ! Component: 150 - total flux cleaned = -0.000291769 Jy ! Component: 200 - total flux cleaned = -0.000286997 Jy ! Total flux subtracted in 200 components = -0.000286997 Jy ! Clean residual min=-0.005010 max=0.005128 Jy/beam ! Clean residual mean=-0.000016 rms=0.001261 Jy/beam ! Combined flux in latest and established models = 0.192813 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 85 components and 0.192813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.560136Jy sigma=0.000950 ! Fit after self-cal, rms=0.560228Jy sigma=0.000950 wmodel J0331-2524_S_2014_01_04_pus_map.mod ! Writing 85 model components to file: J0331-2524_S_2014_01_04_pus_map.mod wobs J0331-2524_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0331-2524_S_2014_01_04_pus_uvs.fits wwins J0331-2524_S_2014_01_04_pus_map.win ! wwins: Wrote 3 windows to J0331-2524_S_2014_01_04_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.000784682 Jy ! Component: 100 - total flux cleaned = 0.00105547 Jy ! Component: 150 - total flux cleaned = 0.00140004 Jy ! Component: 200 - total flux cleaned = 0.00164969 Jy ! Component: 250 - total flux cleaned = 0.00181182 Jy ! Component: 300 - total flux cleaned = 0.00189171 Jy ! Component: 350 - total flux cleaned = 0.00189169 Jy ! Component: 400 - total flux cleaned = 0.00189336 Jy ! Component: 450 - total flux cleaned = 0.00218519 Jy ! Component: 500 - total flux cleaned = 0.00246882 Jy ! Component: 550 - total flux cleaned = 0.00267704 Jy ! Component: 600 - total flux cleaned = 0.00281257 Jy ! Component: 650 - total flux cleaned = 0.00301355 Jy ! Component: 700 - total flux cleaned = 0.00327716 Jy ! Component: 750 - total flux cleaned = 0.00347204 Jy ! Component: 800 - total flux cleaned = 0.00372738 Jy ! Component: 850 - total flux cleaned = 0.00391599 Jy ! Component: 900 - total flux cleaned = 0.00416439 Jy ! Component: 950 - total flux cleaned = 0.00440895 Jy ! Component: 1000 - total flux cleaned = 0.00458951 Jy ! Component: 1050 - total flux cleaned = 0.00464873 Jy ! Component: 1100 - total flux cleaned = 0.00476601 Jy ! Component: 1150 - total flux cleaned = 0.00488152 Jy ! Component: 1200 - total flux cleaned = 0.0049959 Jy ! Component: 1250 - total flux cleaned = 0.00505222 Jy ! Component: 1300 - total flux cleaned = 0.0051084 Jy ! Component: 1350 - total flux cleaned = 0.0053312 Jy ! Component: 1400 - total flux cleaned = 0.00533145 Jy ! Component: 1450 - total flux cleaned = 0.00538631 Jy ! Component: 1500 - total flux cleaned = 0.00544046 Jy ! Component: 1550 - total flux cleaned = 0.00543999 Jy ! Component: 1600 - total flux cleaned = 0.00549322 Jy ! Component: 1650 - total flux cleaned = 0.00554616 Jy ! Component: 1700 - total flux cleaned = 0.00565137 Jy ! Component: 1750 - total flux cleaned = 0.00570329 Jy ! Component: 1800 - total flux cleaned = 0.00575495 Jy ! Component: 1850 - total flux cleaned = 0.00585834 Jy ! Component: 1900 - total flux cleaned = 0.00585789 Jy ! Component: 1950 - total flux cleaned = 0.00595992 Jy ! Component: 2000 - total flux cleaned = 0.00606108 Jy ! Component: 2050 - total flux cleaned = 0.00611108 Jy ! Component: 2100 - total flux cleaned = 0.00626047 Jy ! Component: 2150 - total flux cleaned = 0.0062603 Jy ! Component: 2200 - total flux cleaned = 0.00630939 Jy ! Component: 2250 - total flux cleaned = 0.00630968 Jy ! Component: 2300 - total flux cleaned = 0.00640697 Jy ! Component: 2350 - total flux cleaned = 0.00650341 Jy ! Component: 2400 - total flux cleaned = 0.00664694 Jy ! Component: 2450 - total flux cleaned = 0.00669453 Jy ! Component: 2500 - total flux cleaned = 0.00674202 Jy ! Component: 2550 - total flux cleaned = 0.00683617 Jy ! Component: 2600 - total flux cleaned = 0.00683626 Jy ! Component: 2650 - total flux cleaned = 0.00688302 Jy ! Component: 2700 - total flux cleaned = 0.00702146 Jy ! Component: 2750 - total flux cleaned = 0.00702129 Jy ! Component: 2800 - total flux cleaned = 0.0070676 Jy ! Component: 2850 - total flux cleaned = 0.00715843 Jy ! Component: 2900 - total flux cleaned = 0.00720391 Jy ! Component: 2950 - total flux cleaned = 0.007249 Jy ! Component: 3000 - total flux cleaned = 0.00724934 Jy ! Component: 3050 - total flux cleaned = 0.00729419 Jy ! Component: 3100 - total flux cleaned = 0.00738334 Jy ! Component: 3150 - total flux cleaned = 0.00738329 Jy ! Component: 3200 - total flux cleaned = 0.00738322 Jy ! Component: 3250 - total flux cleaned = 0.00738324 Jy ! Component: 3300 - total flux cleaned = 0.00747081 Jy ! Component: 3350 - total flux cleaned = 0.00760116 Jy ! Component: 3400 - total flux cleaned = 0.00751483 Jy ! Component: 3450 - total flux cleaned = 0.00755788 Jy ! Component: 3500 - total flux cleaned = 0.00764343 Jy ! Component: 3550 - total flux cleaned = 0.00768623 Jy ! Component: 3600 - total flux cleaned = 0.00768613 Jy ! Component: 3650 - total flux cleaned = 0.0077284 Jy ! Component: 3700 - total flux cleaned = 0.00777044 Jy ! Component: 3750 - total flux cleaned = 0.00777047 Jy ! Component: 3800 - total flux cleaned = 0.0078124 Jy ! Component: 3850 - total flux cleaned = 0.00785402 Jy ! Component: 3900 - total flux cleaned = 0.00789549 Jy ! Component: 3950 - total flux cleaned = 0.00789535 Jy ! Component: 4000 - total flux cleaned = 0.00797803 Jy ! Component: 4050 - total flux cleaned = 0.00797811 Jy ! Total flux subtracted in 4096 components = 0.00801889 Jy ! Clean residual min=-0.002216 max=0.002173 Jy/beam ! Clean residual mean=-0.000002 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.200831 Jy keep ! Adding 195 model components to the UV plane model. ! The established model now contains 277 components and 0.200831 Jy ![Exited script file: muppet] wmap "J0331-2524_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.082 x 7.615 at 7.147 degrees (North through East) ! Clean map min=-0.0061 max=0.17594 Jy/beam ! Writing clean map to FITS file: J0331-2524_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.175939 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000710887 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.21216 1.21216 2.42432 4.84864 9.69727 19.3945 38.7891 77.5782 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0021 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.175 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.082 x 7.615 at 7.147 degrees (North through East) ! Clean map min=-0.0061 max=0.17594 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 J0331-2524_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:15:42 2017