! Started logfile: J0806-0454_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:47:33 2016 obs J0806-0454_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0806-0454_S_2014_06_09_pus_uva.fits ! AN table 1: 124 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.775986 visibilities/baseline/integration-bin. ! Found source: J0806-0454 ! ! 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 17320 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 J0806-0454_S_2014_06_09_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 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.995551Jy sigma=0.010691 ! Fit after self-cal, rms=0.962976Jy sigma=0.010370 ! 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.425 mas, bmaj=7.108 mas, bpa=-5.837 degrees ! Estimated noise=738.554 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.0308002 Jy ! Component: 100 - total flux cleaned = 0.0376759 Jy ! Total flux subtracted in 100 components = 0.0376759 Jy ! Clean residual min=-0.002494 max=0.002530 Jy/beam ! Clean residual mean=-0.000002 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.0376759 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0376759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077946Jy sigma=0.000769 ! Fit after self-cal, rms=0.076833Jy sigma=0.000758 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00395452 Jy ! Component: 100 - total flux cleaned = 0.00542944 Jy ! Total flux subtracted in 100 components = 0.00542944 Jy ! Clean residual min=-0.002496 max=0.002440 Jy/beam ! Clean residual mean=-0.000003 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.0431053 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 10 components and 0.0431053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076646Jy sigma=0.000757 ! Fit after self-cal, rms=0.076627Jy sigma=0.000757 ! 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.973 mas, bmaj=8.42 mas, bpa=-4.915 degrees ! Estimated noise=507.365 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.000665025 Jy ! Component: 100 - total flux cleaned = -0.000787705 Jy ! Component: 150 - total flux cleaned = -0.000873264 Jy ! Component: 200 - total flux cleaned = -0.00096189 Jy ! Total flux subtracted in 200 components = -0.00096189 Jy ! Clean residual min=-0.001786 max=0.001827 Jy/beam ! Clean residual mean=-0.000001 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.0421434 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 22 components and 0.0421434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076619Jy sigma=0.000757 ! Fit after self-cal, rms=0.076603Jy sigma=0.000757 ! 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.00* FD 0.89 HN 0.95 KP 1.00 ! LA 1.07 MK 1.03 NL 1.02 OV 1.07 ! PT 1.05 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.07 KP 1.08 ! LA 1.08 MK 1.05 NL 1.10 OV 1.12 ! PT 1.04 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 1.00 KP 1.03 ! LA 0.98 MK 0.95 NL 0.97 OV 0.99 ! PT 1.05 SC 0.93 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 0.81 KP 0.92 ! LA 0.79 MK 1.07 NL 0.92 OV 1.03 ! PT 0.98 SC 1.03 ! ! ! Fit before self-cal, rms=0.076603Jy sigma=0.000757 ! Fit after self-cal, rms=0.074014Jy sigma=0.000755 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.969 mas, bmaj=8.372 mas, bpa=-4.737 degrees ! Estimated noise=508.58 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.000198719 Jy ! Component: 100 - total flux cleaned = 0.000197307 Jy ! Component: 150 - total flux cleaned = 0.000184439 Jy ! Component: 200 - total flux cleaned = 0.000171717 Jy ! Total flux subtracted in 200 components = 0.000171717 Jy ! Clean residual min=-0.001786 max=0.001752 Jy/beam ! Clean residual mean=0.000001 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0423151 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 32 components and 0.0423151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074007Jy sigma=0.000755 ! Fit after self-cal, rms=0.073954Jy sigma=0.000755 ! 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.073954Jy sigma=0.000755 ! Fit after self-cal, rms=0.073190Jy sigma=0.000753 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.967 mas, bmaj=8.344 mas, bpa=-4.715 degrees ! Estimated noise=508.852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000136399 Jy ! Component: 100 - total flux cleaned = 0.000152553 Jy ! Component: 150 - total flux cleaned = 0.000141921 Jy ! Component: 200 - total flux cleaned = 0.00013108 Jy ! Total flux subtracted in 200 components = 0.00013108 Jy ! Clean residual min=-0.001799 max=0.001455 Jy/beam ! Clean residual mean=0.000001 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.0424462 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.0424462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073185Jy sigma=0.000753 ! Fit after self-cal, rms=0.073191Jy sigma=0.000753 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.000124008 Jy ! Component: 100 - total flux cleaned = -0.000136514 Jy ! Component: 150 - total flux cleaned = -0.00015823 Jy ! Component: 200 - total flux cleaned = -0.000168495 Jy ! Total flux subtracted in 200 components = -0.000168495 Jy ! Clean residual min=-0.001781 max=0.001438 Jy/beam ! Clean residual mean=0.000001 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.0422777 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.0422777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073186Jy sigma=0.000753 ! Fit after self-cal, rms=0.073179Jy sigma=0.000753 ! 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.073179Jy sigma=0.000753 ! Fit after self-cal, rms=0.073769Jy sigma=0.000753 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.961 mas, bmaj=8.336 mas, bpa=-4.77 degrees ! Estimated noise=510.816 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000238134 Jy ! Component: 100 - total flux cleaned = 0.000287041 Jy ! Component: 150 - total flux cleaned = 0.000287132 Jy ! Component: 200 - total flux cleaned = 0.000287265 Jy ! Total flux subtracted in 200 components = 0.000287265 Jy ! Clean residual min=-0.001811 max=0.001392 Jy/beam ! Clean residual mean=0.000001 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.042565 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.042565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073764Jy sigma=0.000753 ! Fit after self-cal, rms=0.073798Jy sigma=0.000753 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.45399e-05 Jy ! Component: 100 - total flux cleaned = -7.37277e-05 Jy ! Component: 150 - total flux cleaned = -8.38604e-05 Jy ! Component: 200 - total flux cleaned = -0.000102938 Jy ! Total flux subtracted in 200 components = -0.000102938 Jy ! Clean residual min=-0.001742 max=0.001467 Jy/beam ! Clean residual mean=0.000001 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.042462 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.042462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073794Jy sigma=0.000753 ! Fit after self-cal, rms=0.073786Jy sigma=0.000752 ! 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.073786Jy sigma=0.000752 ! Fit after self-cal, rms=0.074409Jy sigma=0.000752 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.082 mas, bmaj=15.86 mas, bpa=-7.643 degrees ! Estimated noise=666.967 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000201969 Jy ! Component: 100 - total flux cleaned = 0.000225801 Jy ! Component: 150 - total flux cleaned = 0.000239343 Jy ! Component: 200 - total flux cleaned = 0.000251362 Jy ! Total flux subtracted in 200 components = 0.000251362 Jy ! Clean residual min=-0.001526 max=0.001325 Jy/beam ! Clean residual mean=0.000002 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0427134 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 45 components and 0.0427134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074408Jy sigma=0.000752 ! Fit after self-cal, rms=0.074428Jy sigma=0.000752 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 = -3.87228e-05 Jy ! Component: 100 - total flux cleaned = -1.70667e-05 Jy ! Component: 150 - total flux cleaned = -5.30179e-06 Jy ! Component: 200 - total flux cleaned = 5.16036e-06 Jy ! Total flux subtracted in 200 components = 5.16036e-06 Jy ! Clean residual min=-0.001557 max=0.001345 Jy/beam ! Clean residual mean=0.000002 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.0427186 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 47 components and 0.0427186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074429Jy sigma=0.000752 ! Fit after self-cal, rms=0.074428Jy sigma=0.000752 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=2.956 mas, bmaj=8.338 mas, bpa=-4.857 degrees ! Estimated noise=513.351 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.956 x 8.338 at -4.857 degrees (North through East) ! Clean map min=-0.0016836 max=0.042232 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.425 mas, bmaj=7.083 mas, bpa=-5.777 degrees ! Estimated noise=730.883 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0325588 Jy ! Component: 100 - total flux cleaned = 0.0400862 Jy ! Component: 150 - total flux cleaned = 0.0425609 Jy ! Component: 200 - total flux cleaned = 0.0430099 Jy ! Total flux subtracted in 200 components = 0.0430099 Jy ! Clean residual min=-0.002410 max=0.002249 Jy/beam ! Clean residual mean=-0.000001 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.0430099 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 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0430099 Jy ! Inverting map and beam ! Estimated beam: bmin=2.956 mas, bmaj=8.338 mas, bpa=-4.857 degrees ! Estimated noise=513.351 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 = -5.46929e-05 Jy ! Component: 100 - total flux cleaned = -5.53421e-05 Jy ! Component: 150 - total flux cleaned = -8.01885e-05 Jy ! Component: 200 - total flux cleaned = -0.000102663 Jy ! Total flux subtracted in 200 components = -0.000102663 Jy ! Clean residual min=-0.001851 max=0.001543 Jy/beam ! Clean residual mean=0.000001 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.0429073 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.0429072 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.082 mas, bmaj=15.86 mas, bpa=-7.643 degrees ! Estimated noise=666.967 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000156563 Jy ! Component: 100 - total flux cleaned = -0.00012617 Jy ! Component: 150 - total flux cleaned = -0.000103044 Jy ! Component: 200 - total flux cleaned = -8.57814e-05 Jy ! Total flux subtracted in 200 components = -8.57814e-05 Jy ! Clean residual min=-0.001543 max=0.001353 Jy/beam ! Clean residual mean=0.000002 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0428215 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 = 6.34791e-06 Jy ! Component: 100 - total flux cleaned = 1.18294e-05 Jy ! Component: 150 - total flux cleaned = 1.68938e-05 Jy ! Component: 200 - total flux cleaned = 2.58307e-05 Jy ! Total flux subtracted in 200 components = 2.58307e-05 Jy ! Clean residual min=-0.001556 max=0.001349 Jy/beam ! Clean residual mean=0.000002 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.0428473 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.0428473 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.956 mas, bmaj=8.338 mas, bpa=-4.857 degrees ! Estimated noise=513.351 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000118101 Jy ! Component: 100 - total flux cleaned = 0.000116309 Jy ! Component: 150 - total flux cleaned = 9.84837e-05 Jy ! Component: 200 - total flux cleaned = 6.59392e-05 Jy ! Total flux subtracted in 200 components = 6.59392e-05 Jy ! Clean residual min=-0.001846 max=0.001546 Jy/beam ! Clean residual mean=0.000001 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.0429132 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.0429132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074434Jy sigma=0.000752 ! Fit after self-cal, rms=0.074436Jy sigma=0.000752 wmodel J0806-0454_S_2014_06_09_pus_map.mod ! Writing 41 model components to file: J0806-0454_S_2014_06_09_pus_map.mod wobs J0806-0454_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0806-0454_S_2014_06_09_pus_uvs.fits wwins J0806-0454_S_2014_06_09_pus_map.win ! wwins: Wrote 1 windows to J0806-0454_S_2014_06_09_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.000514198 Jy ! Component: 100 - total flux cleaned = -0.000704704 Jy ! Component: 150 - total flux cleaned = -0.000704955 Jy ! Component: 200 - total flux cleaned = -0.000587151 Jy ! Component: 250 - total flux cleaned = -0.000496848 Jy ! Component: 300 - total flux cleaned = -0.000453394 Jy ! Component: 350 - total flux cleaned = -0.000411038 Jy ! Component: 400 - total flux cleaned = -0.000452865 Jy ! Component: 450 - total flux cleaned = -0.000513072 Jy ! Component: 500 - total flux cleaned = -0.000512827 Jy ! Component: 550 - total flux cleaned = -0.000532574 Jy ! Component: 600 - total flux cleaned = -0.000588773 Jy ! Component: 650 - total flux cleaned = -0.000496651 Jy ! Component: 700 - total flux cleaned = -0.000496512 Jy ! Component: 750 - total flux cleaned = -0.000478665 Jy ! Component: 800 - total flux cleaned = -0.000444016 Jy ! Component: 850 - total flux cleaned = -0.000461245 Jy ! Component: 900 - total flux cleaned = -0.000461688 Jy ! Component: 950 - total flux cleaned = -0.000478355 Jy ! Component: 1000 - total flux cleaned = -0.000478761 Jy ! Component: 1050 - total flux cleaned = -0.000494999 Jy ! Component: 1100 - total flux cleaned = -0.000526365 Jy ! Component: 1150 - total flux cleaned = -0.000526366 Jy ! Component: 1200 - total flux cleaned = -0.0005112 Jy ! Component: 1250 - total flux cleaned = -0.000541545 Jy ! Component: 1300 - total flux cleaned = -0.000526405 Jy ! Component: 1350 - total flux cleaned = -0.000511895 Jy ! Component: 1400 - total flux cleaned = -0.000526462 Jy ! Component: 1450 - total flux cleaned = -0.000454633 Jy ! Component: 1500 - total flux cleaned = -0.000440645 Jy ! Component: 1550 - total flux cleaned = -0.000440459 Jy ! Component: 1600 - total flux cleaned = -0.000385063 Jy ! Component: 1650 - total flux cleaned = -0.000344194 Jy ! Component: 1700 - total flux cleaned = -0.000344375 Jy ! Component: 1750 - total flux cleaned = -0.000317789 Jy ! Component: 1800 - total flux cleaned = -0.000317744 Jy ! Component: 1850 - total flux cleaned = -0.000278585 Jy ! Component: 1900 - total flux cleaned = -0.000278958 Jy ! Component: 1950 - total flux cleaned = -0.000292001 Jy ! Component: 2000 - total flux cleaned = -0.000291943 Jy ! Component: 2050 - total flux cleaned = -0.00025405 Jy ! Component: 2100 - total flux cleaned = -0.000216799 Jy ! Component: 2150 - total flux cleaned = -0.000204544 Jy ! Component: 2200 - total flux cleaned = -0.000192356 Jy ! Component: 2250 - total flux cleaned = -0.000120209 Jy ! Component: 2300 - total flux cleaned = -0.000108422 Jy ! Component: 2350 - total flux cleaned = -7.3101e-05 Jy ! Component: 2400 - total flux cleaned = -3.79704e-05 Jy ! Component: 2450 - total flux cleaned = 1.97215e-05 Jy ! Component: 2500 - total flux cleaned = 3.13485e-05 Jy ! Component: 2550 - total flux cleaned = 6.56418e-05 Jy ! Component: 2600 - total flux cleaned = 0.000133162 Jy ! Component: 2650 - total flux cleaned = 0.000144353 Jy ! Component: 2700 - total flux cleaned = 0.000243851 Jy ! Component: 2750 - total flux cleaned = 0.000232884 Jy ! Component: 2800 - total flux cleaned = 0.000287218 Jy ! Component: 2850 - total flux cleaned = 0.00036249 Jy ! Component: 2900 - total flux cleaned = 0.000362393 Jy ! Component: 2950 - total flux cleaned = 0.000415125 Jy ! Component: 3000 - total flux cleaned = 0.00042572 Jy ! Component: 3050 - total flux cleaned = 0.00046728 Jy ! Component: 3100 - total flux cleaned = 0.000467357 Jy ! Component: 3150 - total flux cleaned = 0.000538925 Jy ! Component: 3200 - total flux cleaned = 0.000528712 Jy ! Component: 3250 - total flux cleaned = 0.000518702 Jy ! Component: 3300 - total flux cleaned = 0.000548565 Jy ! Component: 3350 - total flux cleaned = 0.000578341 Jy ! Component: 3400 - total flux cleaned = 0.000588221 Jy ! Component: 3450 - total flux cleaned = 0.000656525 Jy ! Component: 3500 - total flux cleaned = 0.000646657 Jy ! Component: 3550 - total flux cleaned = 0.000598567 Jy ! Component: 3600 - total flux cleaned = 0.000627223 Jy ! Component: 3650 - total flux cleaned = 0.000636801 Jy ! Component: 3700 - total flux cleaned = 0.000589836 Jy ! Component: 3750 - total flux cleaned = 0.000608611 Jy ! Component: 3800 - total flux cleaned = 0.00064574 Jy ! Component: 3850 - total flux cleaned = 0.000627391 Jy ! Component: 3900 - total flux cleaned = 0.000645757 Jy ! Component: 3950 - total flux cleaned = 0.000655012 Jy ! Component: 4000 - total flux cleaned = 0.000691141 Jy ! Component: 4050 - total flux cleaned = 0.000718014 Jy ! Total flux subtracted in 4096 components = 0.000708997 Jy ! Clean residual min=-0.000582 max=0.000594 Jy/beam ! Clean residual mean=0.000000 rms=0.000163 Jy/beam ! Combined flux in latest and established models = 0.0436222 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 300 components and 0.0436222 Jy ![Exited script file: muppet] wmap "J0806-0454_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.956 x 8.338 at -4.857 degrees (North through East) ! Clean map min=-0.0015072 max=0.041813 Jy/beam ! Writing clean map to FITS file: J0806-0454_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0418126 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00016346 device "J0806-0454_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0806-0454_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.17281 1.17281 2.34562 4.69123 9.38246 18.7649 37.5299 75.0597 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.041 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.956 x 8.338 at -4.857 degrees (North through East) ! Clean map min=-0.0015072 max=0.041813 Jy/beam quit ! Quitting program ! Log file J0806-0454_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:47:37 2016