! Started logfile: J1304-2106_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:27:38 2017 obs J1304-2106_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J1304-2106_S_2014_01_04_pus_uva.fits ! AN table 1: 107 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.777778 visibilities/baseline/integration-bin. ! Found source: J1304-2106 ! ! 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 11984 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 J1304-2106_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 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.930999Jy sigma=0.009916 ! Fit after self-cal, rms=0.913293Jy sigma=0.009731 ! 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.416 mas, bmaj=5.917 mas, bpa=-0.6551 degrees ! Estimated noise=1064.67 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.0636452 Jy ! Component: 100 - total flux cleaned = 0.0823897 Jy ! Total flux subtracted in 100 components = 0.0823897 Jy ! Clean residual min=-0.007584 max=0.017731 Jy/beam ! Clean residual mean=-0.000038 rms=0.002306 Jy/beam ! Combined flux in latest and established models = 0.0823897 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0823897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112208Jy sigma=0.000981 ! Fit after self-cal, rms=0.112199Jy sigma=0.000980 ! Inverting map ! Added new window around map position (17, 2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0158207 Jy ! Component: 100 - total flux cleaned = 0.0260472 Jy ! Total flux subtracted in 100 components = 0.0260472 Jy ! Clean residual min=-0.006037 max=0.007359 Jy/beam ! Clean residual mean=-0.000027 rms=0.001705 Jy/beam ! Combined flux in latest and established models = 0.108437 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 24 components and 0.108437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108607Jy sigma=0.000939 ! Fit after self-cal, rms=0.108230Jy sigma=0.000935 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.048 mas, bmaj=7.16 mas, bpa=-1.285 degrees ! Estimated noise=639.832 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.0140774 Jy ! Component: 100 - total flux cleaned = 0.0232135 Jy ! Component: 150 - total flux cleaned = 0.0295834 Jy ! Component: 200 - total flux cleaned = 0.034129 Jy ! Total flux subtracted in 200 components = 0.034129 Jy ! Clean residual min=-0.005798 max=0.006372 Jy/beam ! Clean residual mean=-0.000022 rms=0.001620 Jy/beam ! Combined flux in latest and established models = 0.142566 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 56 components and 0.142566 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105707Jy sigma=0.000911 ! Fit after self-cal, rms=0.105482Jy sigma=0.000909 ! 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.94 FD 0.90 KP 1.00* LA 0.99 ! MK 1.04 NL 1.08 OV 0.99 PT 1.00 ! SC 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.06 KP 1.00* LA 0.94 ! MK 0.97 NL 1.15 OV 1.04 PT 1.00 ! SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.69 FD 1.13 KP 1.00* LA 0.82 ! MK 0.96 NL 1.05 OV 0.98 PT 0.98 ! SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.13 KP 1.00* LA 0.89 ! MK 1.01 NL 1.13 OV 1.00 PT 0.95 ! SC 1.09 ! ! ! Fit before self-cal, rms=0.105482Jy sigma=0.000909 ! Fit after self-cal, rms=0.097510Jy sigma=0.000899 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.09 mas, bmaj=7.205 mas, bpa=-1.809 degrees ! Estimated noise=636.494 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.003965 Jy ! Component: 100 - total flux cleaned = 0.00602646 Jy ! Component: 150 - total flux cleaned = 0.00745841 Jy ! Component: 200 - total flux cleaned = 0.00847435 Jy ! Total flux subtracted in 200 components = 0.00847435 Jy ! Clean residual min=-0.003876 max=0.004436 Jy/beam ! Clean residual mean=0.000012 rms=0.001146 Jy/beam ! Combined flux in latest and established models = 0.15104 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 62 components and 0.15104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097334Jy sigma=0.000897 ! Fit after self-cal, rms=0.097343Jy sigma=0.000896 ! 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.097343Jy sigma=0.000896 ! Fit after self-cal, rms=0.097101Jy sigma=0.000888 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.067 mas, bmaj=7.179 mas, bpa=-1.843 degrees ! Estimated noise=647.289 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00219004 Jy ! Component: 100 - total flux cleaned = 0.00358239 Jy ! Component: 150 - total flux cleaned = 0.00452424 Jy ! Component: 200 - total flux cleaned = 0.00497777 Jy ! Total flux subtracted in 200 components = 0.00497777 Jy ! Clean residual min=-0.003648 max=0.004413 Jy/beam ! Clean residual mean=0.000007 rms=0.000962 Jy/beam ! Combined flux in latest and established models = 0.156018 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 70 components and 0.156018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097022Jy sigma=0.000887 ! Fit after self-cal, rms=0.096967Jy sigma=0.000887 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 (9.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00388804 Jy ! Component: 100 - total flux cleaned = 0.00497195 Jy ! Component: 150 - total flux cleaned = 0.00529022 Jy ! Component: 200 - total flux cleaned = 0.00555882 Jy ! Total flux subtracted in 200 components = 0.00555882 Jy ! Clean residual min=-0.003389 max=0.003213 Jy/beam ! Clean residual mean=0.000014 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.161577 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 90 components and 0.161577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096797Jy sigma=0.000886 ! Fit after self-cal, rms=0.096766Jy sigma=0.000885 ! 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.096766Jy sigma=0.000885 ! Fit after self-cal, rms=0.096795Jy sigma=0.000883 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.051 mas, bmaj=7.146 mas, bpa=-1.969 degrees ! Estimated noise=650.501 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192424 Jy ! Component: 100 - total flux cleaned = 0.00300469 Jy ! Component: 150 - total flux cleaned = 0.00357996 Jy ! Component: 200 - total flux cleaned = 0.00376029 Jy ! Total flux subtracted in 200 components = 0.00376029 Jy ! Clean residual min=-0.003339 max=0.002811 Jy/beam ! Clean residual mean=0.000009 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.165337 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 107 components and 0.165337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096735Jy sigma=0.000883 ! Fit after self-cal, rms=0.096761Jy sigma=0.000883 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.000312653 Jy ! Component: 100 - total flux cleaned = 0.00044754 Jy ! Component: 150 - total flux cleaned = 0.000520364 Jy ! Component: 200 - total flux cleaned = 0.000542586 Jy ! Total flux subtracted in 200 components = 0.000542586 Jy ! Clean residual min=-0.003280 max=0.002817 Jy/beam ! Clean residual mean=0.000010 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.16588 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 113 components and 0.16588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096745Jy sigma=0.000883 ! Fit after self-cal, rms=0.096741Jy sigma=0.000883 ! 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.096741Jy sigma=0.000883 ! Fit after self-cal, rms=0.097286Jy sigma=0.000883 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.165 mas, bmaj=17.15 mas, bpa=8.977 degrees ! Estimated noise=814.766 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0019192 Jy ! Component: 100 - total flux cleaned = 0.00279213 Jy ! Component: 150 - total flux cleaned = 0.00300937 Jy ! Component: 200 - total flux cleaned = 0.0031142 Jy ! Total flux subtracted in 200 components = 0.0031142 Jy ! Clean residual min=-0.003897 max=0.004242 Jy/beam ! Clean residual mean=0.000018 rms=0.001230 Jy/beam ! Combined flux in latest and established models = 0.168994 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 125 components and 0.168994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097269Jy sigma=0.000883 ! Fit after self-cal, rms=0.097267Jy sigma=0.000883 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.000137598 Jy ! Component: 100 - total flux cleaned = 0.000137351 Jy ! Component: 150 - total flux cleaned = 9.49438e-05 Jy ! Component: 200 - total flux cleaned = 5.29656e-05 Jy ! Total flux subtracted in 200 components = 5.29656e-05 Jy ! Clean residual min=-0.003857 max=0.004223 Jy/beam ! Clean residual mean=0.000018 rms=0.001225 Jy/beam ! Combined flux in latest and established models = 0.169047 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 135 components and 0.169047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097270Jy sigma=0.000883 ! Fit after self-cal, rms=0.097265Jy sigma=0.000883 ! 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.038 mas, bmaj=7.129 mas, bpa=-2.134 degrees ! Estimated noise=654.85 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.038 x 7.129 at -2.134 degrees (North through East) ! Clean map min=-0.0030441 max=0.09208 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.421 mas, bmaj=5.922 mas, bpa=-1.385 degrees ! Estimated noise=1096.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.06474 Jy ! Component: 100 - total flux cleaned = 0.0900698 Jy ! Component: 150 - total flux cleaned = 0.106444 Jy ! Component: 200 - total flux cleaned = 0.117852 Jy ! Total flux subtracted in 200 components = 0.117852 Jy ! Clean residual min=-0.005709 max=0.007268 Jy/beam ! Clean residual mean=-0.000024 rms=0.001515 Jy/beam ! Combined flux in latest and established models = 0.117852 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.117852 Jy ! Inverting map and beam ! Estimated beam: bmin=3.038 mas, bmaj=7.129 mas, bpa=-2.134 degrees ! Estimated noise=654.85 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 (2.5, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0131588 Jy ! Component: 100 - total flux cleaned = 0.0221607 Jy ! Component: 150 - total flux cleaned = 0.0288956 Jy ! Component: 200 - total flux cleaned = 0.0340487 Jy ! Total flux subtracted in 200 components = 0.0340487 Jy ! Clean residual min=-0.004733 max=0.003970 Jy/beam ! Clean residual mean=-0.000012 rms=0.001113 Jy/beam ! Combined flux in latest and established models = 0.151901 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 69 components and 0.151901 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.165 mas, bmaj=17.15 mas, bpa=8.977 degrees ! Estimated noise=814.766 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00681632 Jy ! Component: 100 - total flux cleaned = 0.010926 Jy ! Component: 150 - total flux cleaned = 0.0134941 Jy ! Component: 200 - total flux cleaned = 0.0151175 Jy ! Total flux subtracted in 200 components = 0.0151175 Jy ! Clean residual min=-0.004069 max=0.004282 Jy/beam ! Clean residual mean=0.000012 rms=0.001256 Jy/beam ! Combined flux in latest and established models = 0.167018 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.000668383 Jy ! Component: 100 - total flux cleaned = 0.000969342 Jy ! Component: 150 - total flux cleaned = 0.00102682 Jy ! Component: 200 - total flux cleaned = 0.000973401 Jy ! Total flux subtracted in 200 components = 0.000973401 Jy ! Clean residual min=-0.003931 max=0.004199 Jy/beam ! Clean residual mean=0.000014 rms=0.001219 Jy/beam ! Combined flux in latest and established models = 0.167991 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 118 components and 0.167991 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.038 mas, bmaj=7.129 mas, bpa=-2.134 degrees ! Estimated noise=654.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000231432 Jy ! Component: 100 - total flux cleaned = 0.000163501 Jy ! Component: 150 - total flux cleaned = 0.00016405 Jy ! Component: 200 - total flux cleaned = 0.00016135 Jy ! Total flux subtracted in 200 components = 0.00016135 Jy ! Clean residual min=-0.003162 max=0.002949 Jy/beam ! Clean residual mean=0.000008 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.168153 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 138 components and 0.168153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097269Jy sigma=0.000883 ! Fit after self-cal, rms=0.097248Jy sigma=0.000883 wmodel J1304-2106_S_2014_01_04_pus_map.mod ! Writing 138 model components to file: J1304-2106_S_2014_01_04_pus_map.mod wobs J1304-2106_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J1304-2106_S_2014_01_04_pus_uvs.fits wwins J1304-2106_S_2014_01_04_pus_map.win ! wwins: Wrote 4 windows to J1304-2106_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.000735973 Jy ! Component: 100 - total flux cleaned = -0.000590325 Jy ! Component: 150 - total flux cleaned = -0.000357036 Jy ! Component: 200 - total flux cleaned = -0.000224904 Jy ! Component: 250 - total flux cleaned = 2.70701e-05 Jy ! Component: 300 - total flux cleaned = 0.000106949 Jy ! Component: 350 - total flux cleaned = 0.000146523 Jy ! Component: 400 - total flux cleaned = 0.000222875 Jy ! Component: 450 - total flux cleaned = 0.000365302 Jy ! Component: 500 - total flux cleaned = 0.000399551 Jy ! Component: 550 - total flux cleaned = 0.000499806 Jy ! Component: 600 - total flux cleaned = 0.000531579 Jy ! Component: 650 - total flux cleaned = 0.000500676 Jy ! Component: 700 - total flux cleaned = 0.00053062 Jy ! Component: 750 - total flux cleaned = 0.000588988 Jy ! Component: 800 - total flux cleaned = 0.000503283 Jy ! Component: 850 - total flux cleaned = 0.00036445 Jy ! Component: 900 - total flux cleaned = 0.000228115 Jy ! Component: 950 - total flux cleaned = 0.000121429 Jy ! Component: 1000 - total flux cleaned = -8.88581e-06 Jy ! Component: 1050 - total flux cleaned = -5.98278e-05 Jy ! Component: 1100 - total flux cleaned = -0.000135141 Jy ! Component: 1150 - total flux cleaned = -0.000184701 Jy ! Component: 1200 - total flux cleaned = -0.000304654 Jy ! Component: 1250 - total flux cleaned = -0.000445731 Jy ! Component: 1300 - total flux cleaned = -0.000490975 Jy ! Component: 1350 - total flux cleaned = -0.000490672 Jy ! Component: 1400 - total flux cleaned = -0.000579989 Jy ! Component: 1450 - total flux cleaned = -0.000580179 Jy ! Component: 1500 - total flux cleaned = -0.000645978 Jy ! Component: 1550 - total flux cleaned = -0.000604389 Jy ! Component: 1600 - total flux cleaned = -0.000689082 Jy ! Component: 1650 - total flux cleaned = -0.000627534 Jy ! Component: 1700 - total flux cleaned = -0.000688474 Jy ! Component: 1750 - total flux cleaned = -0.00064822 Jy ! Component: 1800 - total flux cleaned = -0.000549745 Jy ! Component: 1850 - total flux cleaned = -0.000667065 Jy ! Component: 1900 - total flux cleaned = -0.000667011 Jy ! Component: 1950 - total flux cleaned = -0.00074247 Jy ! Component: 2000 - total flux cleaned = -0.000686737 Jy ! Component: 2050 - total flux cleaned = -0.000778312 Jy ! Component: 2100 - total flux cleaned = -0.000723877 Jy ! Component: 2150 - total flux cleaned = -0.000670047 Jy ! Component: 2200 - total flux cleaned = -0.000617138 Jy ! Component: 2250 - total flux cleaned = -0.00058229 Jy ! Component: 2300 - total flux cleaned = -0.000616521 Jy ! Component: 2350 - total flux cleaned = -0.000599378 Jy ! Component: 2400 - total flux cleaned = -0.000565512 Jy ! Component: 2450 - total flux cleaned = -0.000548875 Jy ! Component: 2500 - total flux cleaned = -0.000565165 Jy ! Component: 2550 - total flux cleaned = -0.000532617 Jy ! Component: 2600 - total flux cleaned = -0.000500396 Jy ! Component: 2650 - total flux cleaned = -0.000404912 Jy ! Component: 2700 - total flux cleaned = -0.000452077 Jy ! Component: 2750 - total flux cleaned = -0.000374052 Jy ! Component: 2800 - total flux cleaned = -0.000343203 Jy ! Component: 2850 - total flux cleaned = -0.000343063 Jy ! Component: 2900 - total flux cleaned = -0.000343048 Jy ! Component: 2950 - total flux cleaned = -0.000313026 Jy ! Component: 3000 - total flux cleaned = -0.000283065 Jy ! Component: 3050 - total flux cleaned = -0.00023907 Jy ! Component: 3100 - total flux cleaned = -0.000195407 Jy ! Component: 3150 - total flux cleaned = -0.000209873 Jy ! Component: 3200 - total flux cleaned = -0.00019537 Jy ! Component: 3250 - total flux cleaned = -0.000152727 Jy ! Component: 3300 - total flux cleaned = -0.00018086 Jy ! Component: 3350 - total flux cleaned = -0.000124992 Jy ! Component: 3400 - total flux cleaned = -0.000125011 Jy ! Component: 3450 - total flux cleaned = -0.000179778 Jy ! Component: 3500 - total flux cleaned = -0.000152526 Jy ! Component: 3550 - total flux cleaned = -0.000125488 Jy ! Component: 3600 - total flux cleaned = -9.89459e-05 Jy ! Component: 3650 - total flux cleaned = -0.000112456 Jy ! Component: 3700 - total flux cleaned = -0.000125804 Jy ! Component: 3750 - total flux cleaned = -0.000138872 Jy ! Component: 3800 - total flux cleaned = -0.000113075 Jy ! Component: 3850 - total flux cleaned = -0.000138889 Jy ! Component: 3900 - total flux cleaned = -0.000177155 Jy ! Component: 3950 - total flux cleaned = -0.000164419 Jy ! Component: 4000 - total flux cleaned = -0.000189598 Jy ! Component: 4050 - total flux cleaned = -0.000239529 Jy ! Total flux subtracted in 4096 components = -0.000227124 Jy ! Clean residual min=-0.000763 max=0.000686 Jy/beam ! Clean residual mean=0.000001 rms=0.000221 Jy/beam ! Combined flux in latest and established models = 0.167926 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 411 components and 0.167926 Jy ![Exited script file: muppet] wmap "J1304-2106_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.038 x 7.129 at -2.134 degrees (North through East) ! Clean map min=-0.0014184 max=0.092816 Jy/beam ! Writing clean map to FITS file: J1304-2106_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.0928158 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000217295 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.702341 0.702341 1.40468 2.80936 5.61873 11.2375 22.4749 44.9498 89.8996 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.092 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.038 x 7.129 at -2.134 degrees (North through East) ! Clean map min=-0.0014184 max=0.092816 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 J1304-2106_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:27:43 2017