! Started logfile: J1628-0041_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:31:55 2016 obs J1628-0041_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1628-0041_S_2014_05_31_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.88227 visibilities/baseline/integration-bin. ! Found source: J1628-0041 ! ! 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 336 lines of history. ! ! Reading 14928 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 J1628-0041_S_2014_05_31_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 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.918753Jy sigma=0.010731 ! Fit after self-cal, rms=0.902936Jy sigma=0.010549 ! 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.927 mas, bmaj=7.112 mas, bpa=-0.2381 degrees ! Estimated noise=739.307 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.0761882 Jy ! Component: 100 - total flux cleaned = 0.0933723 Jy ! Total flux subtracted in 100 components = 0.0933723 Jy ! Clean residual min=-0.002890 max=0.005933 Jy/beam ! Clean residual mean=0.000010 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.0933723 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0933723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071116Jy sigma=0.000780 ! Fit after self-cal, rms=0.071110Jy sigma=0.000780 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00573717 Jy ! Component: 100 - total flux cleaned = 0.00795217 Jy ! Total flux subtracted in 100 components = 0.00795217 Jy ! Clean residual min=-0.002256 max=0.002361 Jy/beam ! Clean residual mean=0.000001 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.101324 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 12 components and 0.101324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070613Jy sigma=0.000776 ! Fit after self-cal, rms=0.070607Jy sigma=0.000776 ! 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.543 mas, bmaj=8.083 mas, bpa=0.2536 degrees ! Estimated noise=503.079 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.000970173 Jy ! Component: 100 - total flux cleaned = 0.00115753 Jy ! Component: 150 - total flux cleaned = 0.00114175 Jy ! Component: 200 - total flux cleaned = 0.00112894 Jy ! Total flux subtracted in 200 components = 0.00112894 Jy ! Clean residual min=-0.001699 max=0.001717 Jy/beam ! Clean residual mean=-0.000005 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.102453 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 23 components and 0.102453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070581Jy sigma=0.000776 ! Fit after self-cal, rms=0.070582Jy sigma=0.000776 ! 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.01 FD 0.82 HN 1.00 KP 1.03 ! LA 1.18 MK 0.96 NL 0.94 OV 0.99 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.97 HN 1.02 KP 1.02 ! LA 1.11 MK 1.04 NL 1.03 OV 0.98 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.10 HN 1.03 KP 0.93 ! LA 0.90 MK 1.02 NL 1.01 OV 0.93 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.99 HN 1.00 KP 0.93 ! LA 0.89 MK 1.02 NL 1.04 OV 1.04 ! PT 1.04 SC 0.97 ! ! ! Fit before self-cal, rms=0.070582Jy sigma=0.000776 ! Fit after self-cal, rms=0.068943Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.548 mas, bmaj=8.103 mas, bpa=0.4388 degrees ! Estimated noise=503.28 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.000401103 Jy ! Component: 100 - total flux cleaned = -0.000472669 Jy ! Component: 150 - total flux cleaned = -0.000519921 Jy ! Component: 200 - total flux cleaned = -0.000550971 Jy ! Total flux subtracted in 200 components = -0.000550971 Jy ! Clean residual min=-0.001703 max=0.001441 Jy/beam ! Clean residual mean=-0.000003 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.101902 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 32 components and 0.101902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068938Jy sigma=0.000769 ! Fit after self-cal, rms=0.068923Jy sigma=0.000768 ! 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.068923Jy sigma=0.000768 ! Fit after self-cal, rms=0.068960Jy sigma=0.000768 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.552 mas, bmaj=8.104 mas, bpa=0.478 degrees ! Estimated noise=502.902 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000235756 Jy ! Component: 100 - total flux cleaned = -0.000283276 Jy ! Component: 150 - total flux cleaned = -0.000308596 Jy ! Component: 200 - total flux cleaned = -0.000331859 Jy ! Total flux subtracted in 200 components = -0.000331859 Jy ! Clean residual min=-0.001424 max=0.001380 Jy/beam ! Clean residual mean=-0.000000 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.101571 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 44 components and 0.101571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068957Jy sigma=0.000768 ! Fit after self-cal, rms=0.068963Jy sigma=0.000768 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.9541e-05 Jy ! Component: 100 - total flux cleaned = -8.74446e-05 Jy ! Component: 150 - total flux cleaned = -9.41532e-05 Jy ! Component: 200 - total flux cleaned = -0.000106969 Jy ! Total flux subtracted in 200 components = -0.000106969 Jy ! Clean residual min=-0.001407 max=0.001374 Jy/beam ! Clean residual mean=-0.000000 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.101464 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 49 components and 0.101464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068961Jy sigma=0.000768 ! Fit after self-cal, rms=0.068961Jy sigma=0.000768 ! 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.068961Jy sigma=0.000768 ! Fit after self-cal, rms=0.068953Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.553 mas, bmaj=8.106 mas, bpa=0.5122 degrees ! Estimated noise=502.801 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000170555 Jy ! Component: 100 - total flux cleaned = -0.000200047 Jy ! Component: 150 - total flux cleaned = -0.000220016 Jy ! Component: 200 - total flux cleaned = -0.000238841 Jy ! Total flux subtracted in 200 components = -0.000238841 Jy ! Clean residual min=-0.001379 max=0.001375 Jy/beam ! Clean residual mean=-0.000000 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.101225 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 52 components and 0.101225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068951Jy sigma=0.000768 ! Fit after self-cal, rms=0.068952Jy sigma=0.000768 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 = -2.47124e-05 Jy ! Component: 100 - total flux cleaned = -2.47912e-05 Jy ! Component: 150 - total flux cleaned = -3.57259e-05 Jy ! Component: 200 - total flux cleaned = -4.59106e-05 Jy ! Total flux subtracted in 200 components = -4.59106e-05 Jy ! Clean residual min=-0.001369 max=0.001368 Jy/beam ! Clean residual mean=0.000000 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.101179 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 55 components and 0.101179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068951Jy sigma=0.000768 ! Fit after self-cal, rms=0.068951Jy sigma=0.000768 ! 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.068951Jy sigma=0.000768 ! Fit after self-cal, rms=0.068949Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.781 mas, bmaj=12.51 mas, bpa=-0.1997 degrees ! Estimated noise=605.249 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.0046e-05 Jy ! Component: 100 - total flux cleaned = -7.98845e-05 Jy ! Component: 150 - total flux cleaned = -7.96765e-05 Jy ! Component: 200 - total flux cleaned = -7.96802e-05 Jy ! Total flux subtracted in 200 components = -7.96802e-05 Jy ! Clean residual min=-0.001536 max=0.001693 Jy/beam ! Clean residual mean=-0.000000 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.101099 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 59 components and 0.101099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068948Jy sigma=0.000768 ! Fit after self-cal, rms=0.068949Jy sigma=0.000768 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.5967e-06 Jy ! Component: 100 - total flux cleaned = 1.26923e-06 Jy ! Component: 150 - total flux cleaned = 9.05214e-06 Jy ! Component: 200 - total flux cleaned = 1.2558e-05 Jy ! Total flux subtracted in 200 components = 1.2558e-05 Jy ! Clean residual min=-0.001539 max=0.001677 Jy/beam ! Clean residual mean=-0.000000 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.101112 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 63 components and 0.101112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068949Jy sigma=0.000768 ! Fit after self-cal, rms=0.068949Jy sigma=0.000768 ! 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.554 mas, bmaj=8.108 mas, bpa=0.5439 degrees ! Estimated noise=502.802 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.554 x 8.108 at 0.5439 degrees (North through East) ! Clean map min=-0.0013457 max=0.098916 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.932 mas, bmaj=7.119 mas, bpa=0.05927 degrees ! Estimated noise=740.944 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0763161 Jy ! Component: 100 - total flux cleaned = 0.0934196 Jy ! Component: 150 - total flux cleaned = 0.0990522 Jy ! Component: 200 - total flux cleaned = 0.101126 Jy ! Total flux subtracted in 200 components = 0.101126 Jy ! Clean residual min=-0.002225 max=0.001905 Jy/beam ! Clean residual mean=-0.000000 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.101126 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.101126 Jy ! Inverting map and beam ! Estimated beam: bmin=3.554 mas, bmaj=8.108 mas, bpa=0.5439 degrees ! Estimated noise=502.802 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.000467324 Jy ! Component: 100 - total flux cleaned = 0.000404328 Jy ! Component: 150 - total flux cleaned = 0.000353594 Jy ! Component: 200 - total flux cleaned = 0.000274701 Jy ! Total flux subtracted in 200 components = 0.000274701 Jy ! Clean residual min=-0.001458 max=0.001406 Jy/beam ! Clean residual mean=-0.000000 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.1014 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 25 components and 0.1014 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.781 mas, bmaj=12.51 mas, bpa=-0.1997 degrees ! Estimated noise=605.249 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.30406e-05 Jy ! Component: 100 - total flux cleaned = -7.21339e-05 Jy ! Component: 150 - total flux cleaned = -8.7423e-05 Jy ! Component: 200 - total flux cleaned = -0.000100427 Jy ! Total flux subtracted in 200 components = -0.000100427 Jy ! Clean residual min=-0.001554 max=0.001692 Jy/beam ! Clean residual mean=-0.000001 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.1013 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 = -5.80286e-06 Jy ! Component: 100 - total flux cleaned = -1.69456e-05 Jy ! Component: 150 - total flux cleaned = -2.74781e-05 Jy ! Component: 200 - total flux cleaned = -3.71986e-05 Jy ! Total flux subtracted in 200 components = -3.71986e-05 Jy ! Clean residual min=-0.001547 max=0.001684 Jy/beam ! Clean residual mean=-0.000000 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.101263 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 30 components and 0.101263 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.554 mas, bmaj=8.108 mas, bpa=0.5439 degrees ! Estimated noise=502.802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.1035e-05 Jy ! Component: 100 - total flux cleaned = -7.69268e-06 Jy ! Component: 150 - total flux cleaned = -4.06754e-05 Jy ! Component: 200 - total flux cleaned = -6.01559e-05 Jy ! Total flux subtracted in 200 components = -6.01559e-05 Jy ! Clean residual min=-0.001411 max=0.001350 Jy/beam ! Clean residual mean=-0.000000 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.101202 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 38 components and 0.101202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068954Jy sigma=0.000768 ! Fit after self-cal, rms=0.068953Jy sigma=0.000768 wmodel J1628-0041_S_2014_05_31_pus_map.mod ! Writing 38 model components to file: J1628-0041_S_2014_05_31_pus_map.mod wobs J1628-0041_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1628-0041_S_2014_05_31_pus_uvs.fits wwins J1628-0041_S_2014_05_31_pus_map.win ! wwins: Wrote 1 windows to J1628-0041_S_2014_05_31_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 = -5.33024e-05 Jy ! Component: 100 - total flux cleaned = -0.000148961 Jy ! Component: 150 - total flux cleaned = -0.000217411 Jy ! Component: 200 - total flux cleaned = -0.000239776 Jy ! Component: 250 - total flux cleaned = -0.000281996 Jy ! Component: 300 - total flux cleaned = -0.00034244 Jy ! Component: 350 - total flux cleaned = -0.000400665 Jy ! Component: 400 - total flux cleaned = -0.000475376 Jy ! Component: 450 - total flux cleaned = -0.000565754 Jy ! Component: 500 - total flux cleaned = -0.000671539 Jy ! Component: 550 - total flux cleaned = -0.000706305 Jy ! Component: 600 - total flux cleaned = -0.000806367 Jy ! Component: 650 - total flux cleaned = -0.000838994 Jy ! Component: 700 - total flux cleaned = -0.000887016 Jy ! Component: 750 - total flux cleaned = -0.000949648 Jy ! Component: 800 - total flux cleaned = -0.000949557 Jy ! Component: 850 - total flux cleaned = -0.000964524 Jy ! Component: 900 - total flux cleaned = -0.000993778 Jy ! Component: 950 - total flux cleaned = -0.00100828 Jy ! Component: 1000 - total flux cleaned = -0.00100822 Jy ! Component: 1050 - total flux cleaned = -0.00106471 Jy ! Component: 1100 - total flux cleaned = -0.001051 Jy ! Component: 1150 - total flux cleaned = -0.00116065 Jy ! Component: 1200 - total flux cleaned = -0.00116046 Jy ! Component: 1250 - total flux cleaned = -0.00120063 Jy ! Component: 1300 - total flux cleaned = -0.00123998 Jy ! Component: 1350 - total flux cleaned = -0.00123996 Jy ! Component: 1400 - total flux cleaned = -0.00130428 Jy ! Component: 1450 - total flux cleaned = -0.0013168 Jy ! Component: 1500 - total flux cleaned = -0.00134177 Jy ! Component: 1550 - total flux cleaned = -0.00136638 Jy ! Component: 1600 - total flux cleaned = -0.00134192 Jy ! Component: 1650 - total flux cleaned = -0.00141506 Jy ! Component: 1700 - total flux cleaned = -0.00143923 Jy ! Component: 1750 - total flux cleaned = -0.00143932 Jy ! Component: 1800 - total flux cleaned = -0.00147479 Jy ! Component: 1850 - total flux cleaned = -0.00147465 Jy ! Component: 1900 - total flux cleaned = -0.00148609 Jy ! Component: 1950 - total flux cleaned = -0.00148598 Jy ! Component: 2000 - total flux cleaned = -0.00147475 Jy ! Component: 2050 - total flux cleaned = -0.00148591 Jy ! Component: 2100 - total flux cleaned = -0.00148592 Jy ! Component: 2150 - total flux cleaned = -0.00146401 Jy ! Component: 2200 - total flux cleaned = -0.00147486 Jy ! Component: 2250 - total flux cleaned = -0.00147492 Jy ! Component: 2300 - total flux cleaned = -0.00146437 Jy ! Component: 2350 - total flux cleaned = -0.00148568 Jy ! Component: 2400 - total flux cleaned = -0.00151722 Jy ! Component: 2450 - total flux cleaned = -0.00155863 Jy ! Component: 2500 - total flux cleaned = -0.00153802 Jy ! Component: 2550 - total flux cleaned = -0.0015584 Jy ! Component: 2600 - total flux cleaned = -0.00154826 Jy ! Component: 2650 - total flux cleaned = -0.00154833 Jy ! Component: 2700 - total flux cleaned = -0.00154835 Jy ! Component: 2750 - total flux cleaned = -0.00155814 Jy ! Component: 2800 - total flux cleaned = -0.00159719 Jy ! Component: 2850 - total flux cleaned = -0.00155832 Jy ! Component: 2900 - total flux cleaned = -0.00158713 Jy ! Component: 2950 - total flux cleaned = -0.00156807 Jy ! Component: 3000 - total flux cleaned = -0.00153955 Jy ! Component: 3050 - total flux cleaned = -0.00154895 Jy ! Component: 3100 - total flux cleaned = -0.00153979 Jy ! Component: 3150 - total flux cleaned = -0.00155832 Jy ! Component: 3200 - total flux cleaned = -0.00150313 Jy ! Component: 3250 - total flux cleaned = -0.0015214 Jy ! Component: 3300 - total flux cleaned = -0.00150322 Jy ! Component: 3350 - total flux cleaned = -0.0015121 Jy ! Component: 3400 - total flux cleaned = -0.00145862 Jy ! Component: 3450 - total flux cleaned = -0.00148535 Jy ! Component: 3500 - total flux cleaned = -0.00150283 Jy ! Component: 3550 - total flux cleaned = -0.00148539 Jy ! Component: 3600 - total flux cleaned = -0.00150269 Jy ! Component: 3650 - total flux cleaned = -0.00148548 Jy ! Component: 3700 - total flux cleaned = -0.00145984 Jy ! Component: 3750 - total flux cleaned = -0.00148529 Jy ! Component: 3800 - total flux cleaned = -0.00149366 Jy ! Component: 3850 - total flux cleaned = -0.00148529 Jy ! Component: 3900 - total flux cleaned = -0.00148534 Jy ! Component: 3950 - total flux cleaned = -0.00151827 Jy ! Component: 4000 - total flux cleaned = -0.00150192 Jy ! Component: 4050 - total flux cleaned = -0.00151005 Jy ! Total flux subtracted in 4096 components = -0.00152614 Jy ! Clean residual min=-0.000513 max=0.000515 Jy/beam ! Clean residual mean=0.000001 rms=0.000149 Jy/beam ! Combined flux in latest and established models = 0.0996763 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 326 components and 0.0996764 Jy ![Exited script file: muppet] wmap "J1628-0041_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.554 x 8.108 at 0.5439 degrees (North through East) ! Clean map min=-0.00099548 max=0.098759 Jy/beam ! Writing clean map to FITS file: J1628-0041_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0987593 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000147937 device "J1628-0041_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1628-0041_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.449386 0.449386 0.898772 1.79754 3.59509 7.19018 14.3804 28.7607 57.5214 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.098 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.554 x 8.108 at 0.5439 degrees (North through East) ! Clean map min=-0.00099548 max=0.098759 Jy/beam quit ! Quitting program ! Log file J1628-0041_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:32:01 2016