! Started logfile: J1758+0610_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:43:10 2016 obs J1758+0610_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1758+0610_S_2014_12_20_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.975205 visibilities/baseline/integration-bin. ! Found source: J1758+0610 ! ! 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 344 lines of history. ! ! Reading 16676 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 J1758+0610_S_2014_12_20_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.914906Jy sigma=0.009358 ! Fit after self-cal, rms=0.894735Jy sigma=0.009162 ! 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=3.013 mas, bmaj=6.748 mas, bpa=-5.69 degrees ! Estimated noise=842.355 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.0824573 Jy ! Component: 100 - total flux cleaned = 0.103179 Jy ! Total flux subtracted in 100 components = 0.103179 Jy ! Clean residual min=-0.003941 max=0.007958 Jy/beam ! Clean residual mean=-0.000018 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.103179 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.103179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083641Jy sigma=0.000798 ! Fit after self-cal, rms=0.083628Jy sigma=0.000798 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00808001 Jy ! Component: 100 - total flux cleaned = 0.0122537 Jy ! Total flux subtracted in 100 components = 0.0122537 Jy ! Clean residual min=-0.003488 max=0.004118 Jy/beam ! Clean residual mean=-0.000009 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.115433 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 22 components and 0.115433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082642Jy sigma=0.000789 ! Fit after self-cal, rms=0.082645Jy sigma=0.000789 ! 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.634 mas, bmaj=7.546 mas, bpa=-4.035 degrees ! Estimated noise=543.067 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 (-4.5, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00431049 Jy ! Component: 100 - total flux cleaned = 0.00674035 Jy ! Component: 150 - total flux cleaned = 0.00832524 Jy ! Component: 200 - total flux cleaned = 0.00931926 Jy ! Total flux subtracted in 200 components = 0.00931926 Jy ! Clean residual min=-0.003363 max=0.002514 Jy/beam ! Clean residual mean=-0.000014 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.124752 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 51 components and 0.124752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082365Jy sigma=0.000787 ! Fit after self-cal, rms=0.082354Jy sigma=0.000786 ! 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.89 HN 0.97 KP 1.09 ! LA 0.95 MK 1.02 NL 0.95 OV 0.97 ! PT 1.07 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.07 HN 1.05 KP 1.05 ! LA 0.96 MK 1.00 NL 0.98 OV 1.00 ! PT 1.06 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.20 HN 1.05 KP 0.96 ! LA 0.75 MK 0.99 NL 1.12 OV 0.94 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.07 HN 0.99 KP 0.88 ! LA 0.82 MK 1.01 NL 1.02 OV 0.98 ! PT 1.07 SC 0.98 ! ! ! Fit before self-cal, rms=0.082354Jy sigma=0.000786 ! Fit after self-cal, rms=0.080195Jy sigma=0.000776 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.649 mas, bmaj=7.584 mas, bpa=-4.022 degrees ! Estimated noise=542.236 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.000589089 Jy ! Component: 100 - total flux cleaned = -0.000868692 Jy ! Component: 150 - total flux cleaned = -0.00108233 Jy ! Component: 200 - total flux cleaned = -0.00112452 Jy ! Total flux subtracted in 200 components = -0.00112452 Jy ! Clean residual min=-0.001880 max=0.001787 Jy/beam ! Clean residual mean=-0.000011 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.123628 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 67 components and 0.123628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080176Jy sigma=0.000776 ! Fit after self-cal, rms=0.080176Jy sigma=0.000776 ! 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.080176Jy sigma=0.000776 ! Fit after self-cal, rms=0.080385Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.654 mas, bmaj=7.597 mas, bpa=-4.06 degrees ! Estimated noise=541.454 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000374577 Jy ! Component: 100 - total flux cleaned = -0.000494164 Jy ! Component: 150 - total flux cleaned = -0.000528401 Jy ! Component: 200 - total flux cleaned = -0.000528188 Jy ! Total flux subtracted in 200 components = -0.000528188 Jy ! Clean residual min=-0.001620 max=0.001700 Jy/beam ! Clean residual mean=0.000001 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.1231 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 76 components and 0.1231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080376Jy sigma=0.000775 ! Fit after self-cal, rms=0.080393Jy sigma=0.000775 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 (91, -109). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00131341 Jy ! Component: 100 - total flux cleaned = 0.00143058 Jy ! Component: 150 - total flux cleaned = 0.00157764 Jy ! Component: 200 - total flux cleaned = 0.00164998 Jy ! Total flux subtracted in 200 components = 0.00164998 Jy ! Clean residual min=-0.001545 max=0.001526 Jy/beam ! Clean residual mean=-0.000003 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.12475 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 93 components and 0.12475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080355Jy sigma=0.000774 ! Fit after self-cal, rms=0.080354Jy sigma=0.000774 ! 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.080354Jy sigma=0.000774 ! Fit after self-cal, rms=0.080246Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.659 mas, bmaj=7.608 mas, bpa=-4.104 degrees ! Estimated noise=540.402 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000257678 Jy ! Component: 100 - total flux cleaned = 0.00019324 Jy ! Component: 150 - total flux cleaned = 0.00011335 Jy ! Component: 200 - total flux cleaned = 5.92117e-05 Jy ! Total flux subtracted in 200 components = 5.92117e-05 Jy ! Clean residual min=-0.001582 max=0.001545 Jy/beam ! Clean residual mean=-0.000001 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.124809 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 107 components and 0.124809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080235Jy sigma=0.000774 ! Fit after self-cal, rms=0.080236Jy sigma=0.000774 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.81747e-07 Jy ! Component: 100 - total flux cleaned = 1.04058e-06 Jy ! Component: 150 - total flux cleaned = 3.33587e-05 Jy ! Component: 200 - total flux cleaned = 1.77504e-05 Jy ! Total flux subtracted in 200 components = 1.77504e-05 Jy ! Clean residual min=-0.001579 max=0.001553 Jy/beam ! Clean residual mean=-0.000001 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.124827 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 115 components and 0.124827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080230Jy sigma=0.000774 ! Fit after self-cal, rms=0.080230Jy sigma=0.000774 ! 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.080230Jy sigma=0.000774 ! Fit after self-cal, rms=0.080184Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.742 mas, bmaj=11.28 mas, bpa=-1.339 degrees ! Estimated noise=650.346 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000131376 Jy ! Component: 100 - total flux cleaned = -0.000208153 Jy ! Component: 150 - total flux cleaned = -0.00021973 Jy ! Component: 200 - total flux cleaned = -0.000199867 Jy ! Total flux subtracted in 200 components = -0.000199867 Jy ! Clean residual min=-0.001423 max=0.001457 Jy/beam ! Clean residual mean=-0.000002 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.124627 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 128 components and 0.124627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080181Jy sigma=0.000774 ! Fit after self-cal, rms=0.080179Jy sigma=0.000774 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 = -8.15015e-07 Jy ! Component: 100 - total flux cleaned = -1.04792e-05 Jy ! Component: 150 - total flux cleaned = -1.27489e-06 Jy ! Component: 200 - total flux cleaned = 7.22001e-06 Jy ! Total flux subtracted in 200 components = 7.22001e-06 Jy ! Clean residual min=-0.001399 max=0.001467 Jy/beam ! Clean residual mean=-0.000002 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.124634 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 136 components and 0.124634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080177Jy sigma=0.000774 ! Fit after self-cal, rms=0.080177Jy sigma=0.000774 ! 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.662 mas, bmaj=7.613 mas, bpa=-4.128 degrees ! Estimated noise=539.972 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.662 x 7.613 at -4.128 degrees (North through East) ! Clean map min=-0.0015301 max=0.10549 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=3.028 mas, bmaj=6.792 mas, bpa=-5.724 degrees ! Estimated noise=838.903 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0819007 Jy ! Component: 100 - total flux cleaned = 0.102757 Jy ! Component: 150 - total flux cleaned = 0.110622 Jy ! Component: 200 - total flux cleaned = 0.11459 Jy ! Total flux subtracted in 200 components = 0.11459 Jy ! Clean residual min=-0.002611 max=0.002769 Jy/beam ! Clean residual mean=-0.000005 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.11459 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.11459 Jy ! Inverting map and beam ! Estimated beam: bmin=3.662 mas, bmaj=7.613 mas, bpa=-4.128 degrees ! Estimated noise=539.972 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.00359249 Jy ! Component: 100 - total flux cleaned = 0.00565426 Jy ! Component: 150 - total flux cleaned = 0.00694507 Jy ! Component: 200 - total flux cleaned = 0.00749113 Jy ! Total flux subtracted in 200 components = 0.00749113 Jy ! Clean residual min=-0.001637 max=0.001639 Jy/beam ! Clean residual mean=-0.000003 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.122081 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 58 components and 0.122081 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.742 mas, bmaj=11.28 mas, bpa=-1.339 degrees ! Estimated noise=650.346 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102063 Jy ! Component: 100 - total flux cleaned = 0.00132964 Jy ! Component: 150 - total flux cleaned = 0.00156693 Jy ! Component: 200 - total flux cleaned = 0.00173054 Jy ! Total flux subtracted in 200 components = 0.00173054 Jy ! Clean residual min=-0.001563 max=0.001493 Jy/beam ! Clean residual mean=-0.000004 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.123811 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.000127228 Jy ! Component: 100 - total flux cleaned = 0.000224322 Jy ! Component: 150 - total flux cleaned = 0.000296215 Jy ! Component: 200 - total flux cleaned = 0.000363145 Jy ! Total flux subtracted in 200 components = 0.000363145 Jy ! Clean residual min=-0.001469 max=0.001473 Jy/beam ! Clean residual mean=-0.000004 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.124174 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 91 components and 0.124174 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.662 mas, bmaj=7.613 mas, bpa=-4.128 degrees ! Estimated noise=539.972 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000183852 Jy ! Component: 100 - total flux cleaned = 0.000244746 Jy ! Component: 150 - total flux cleaned = 0.000247727 Jy ! Component: 200 - total flux cleaned = 0.000272362 Jy ! Total flux subtracted in 200 components = 0.000272362 Jy ! Clean residual min=-0.001587 max=0.001640 Jy/beam ! Clean residual mean=-0.000002 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.124447 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 117 components and 0.124447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080203Jy sigma=0.000774 ! Fit after self-cal, rms=0.080201Jy sigma=0.000774 wmodel J1758+0610_S_2014_12_20_pus_map.mod ! Writing 117 model components to file: J1758+0610_S_2014_12_20_pus_map.mod wobs J1758+0610_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1758+0610_S_2014_12_20_pus_uvs.fits wwins J1758+0610_S_2014_12_20_pus_map.win ! wwins: Wrote 3 windows to J1758+0610_S_2014_12_20_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.00018052 Jy ! Component: 100 - total flux cleaned = 0.000313641 Jy ! Component: 150 - total flux cleaned = 0.000414129 Jy ! Component: 200 - total flux cleaned = 0.000486379 Jy ! Component: 250 - total flux cleaned = 0.000508835 Jy ! Component: 300 - total flux cleaned = 0.000531389 Jy ! Component: 350 - total flux cleaned = 0.000575147 Jy ! Component: 400 - total flux cleaned = 0.000617692 Jy ! Component: 450 - total flux cleaned = 0.000638288 Jy ! Component: 500 - total flux cleaned = 0.000658332 Jy ! Component: 550 - total flux cleaned = 0.000658571 Jy ! Component: 600 - total flux cleaned = 0.00071723 Jy ! Component: 650 - total flux cleaned = 0.000774814 Jy ! Component: 700 - total flux cleaned = 0.000906602 Jy ! Component: 750 - total flux cleaned = 0.000906754 Jy ! Component: 800 - total flux cleaned = 0.000943318 Jy ! Component: 850 - total flux cleaned = 0.000997504 Jy ! Component: 900 - total flux cleaned = 0.00103284 Jy ! Component: 950 - total flux cleaned = 0.00105035 Jy ! Component: 1000 - total flux cleaned = 0.00110232 Jy ! Component: 1050 - total flux cleaned = 0.00113676 Jy ! Component: 1100 - total flux cleaned = 0.00118743 Jy ! Component: 1150 - total flux cleaned = 0.00125403 Jy ! Component: 1200 - total flux cleaned = 0.00128713 Jy ! Component: 1250 - total flux cleaned = 0.00128719 Jy ! Component: 1300 - total flux cleaned = 0.00136791 Jy ! Component: 1350 - total flux cleaned = 0.00135189 Jy ! Component: 1400 - total flux cleaned = 0.00135189 Jy ! Component: 1450 - total flux cleaned = 0.00138339 Jy ! Component: 1500 - total flux cleaned = 0.00141438 Jy ! Component: 1550 - total flux cleaned = 0.0014451 Jy ! Component: 1600 - total flux cleaned = 0.00145988 Jy ! Component: 1650 - total flux cleaned = 0.00139966 Jy ! Component: 1700 - total flux cleaned = 0.00144436 Jy ! Component: 1750 - total flux cleaned = 0.00142954 Jy ! Component: 1800 - total flux cleaned = 0.00147322 Jy ! Component: 1850 - total flux cleaned = 0.00147328 Jy ! Component: 1900 - total flux cleaned = 0.00145917 Jy ! Component: 1950 - total flux cleaned = 0.0014453 Jy ! Component: 2000 - total flux cleaned = 0.00148745 Jy ! Component: 2050 - total flux cleaned = 0.00150148 Jy ! Component: 2100 - total flux cleaned = 0.00150154 Jy ! Component: 2150 - total flux cleaned = 0.00156997 Jy ! Component: 2200 - total flux cleaned = 0.00154296 Jy ! Component: 2250 - total flux cleaned = 0.00156993 Jy ! Component: 2300 - total flux cleaned = 0.00160966 Jy ! Component: 2350 - total flux cleaned = 0.00162287 Jy ! Component: 2400 - total flux cleaned = 0.00159664 Jy ! Component: 2450 - total flux cleaned = 0.00162266 Jy ! Component: 2500 - total flux cleaned = 0.00159696 Jy ! Component: 2550 - total flux cleaned = 0.00166077 Jy ! Component: 2600 - total flux cleaned = 0.00159731 Jy ! Component: 2650 - total flux cleaned = 0.00159722 Jy ! Component: 2700 - total flux cleaned = 0.00165977 Jy ! Component: 2750 - total flux cleaned = 0.00164749 Jy ! Component: 2800 - total flux cleaned = 0.00164756 Jy ! Component: 2850 - total flux cleaned = 0.00169645 Jy ! Component: 2900 - total flux cleaned = 0.00174497 Jy ! Component: 2950 - total flux cleaned = 0.00174482 Jy ! Component: 3000 - total flux cleaned = 0.00174478 Jy ! Component: 3050 - total flux cleaned = 0.00174474 Jy ! Component: 3100 - total flux cleaned = 0.00178024 Jy ! Component: 3150 - total flux cleaned = 0.00175683 Jy ! Component: 3200 - total flux cleaned = 0.00181516 Jy ! Component: 3250 - total flux cleaned = 0.00181507 Jy ! Component: 3300 - total flux cleaned = 0.00183828 Jy ! Component: 3350 - total flux cleaned = 0.00188414 Jy ! Component: 3400 - total flux cleaned = 0.00192961 Jy ! Component: 3450 - total flux cleaned = 0.0019634 Jy ! Component: 3500 - total flux cleaned = 0.00197461 Jy ! Component: 3550 - total flux cleaned = 0.00195237 Jy ! Component: 3600 - total flux cleaned = 0.00197464 Jy ! Component: 3650 - total flux cleaned = 0.00200772 Jy ! Component: 3700 - total flux cleaned = 0.00202979 Jy ! Component: 3750 - total flux cleaned = 0.00206238 Jy ! Component: 3800 - total flux cleaned = 0.00207315 Jy ! Component: 3850 - total flux cleaned = 0.00208394 Jy ! Component: 3900 - total flux cleaned = 0.00214825 Jy ! Component: 3950 - total flux cleaned = 0.00215898 Jy ! Component: 4000 - total flux cleaned = 0.00215892 Jy ! Component: 4050 - total flux cleaned = 0.0022223 Jy ! Total flux subtracted in 4096 components = 0.00223278 Jy ! Clean residual min=-0.000755 max=0.000598 Jy/beam ! Clean residual mean=-0.000000 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.12668 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 426 components and 0.12668 Jy ![Exited script file: muppet] wmap "J1758+0610_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.662 x 7.613 at -4.128 degrees (North through East) ! Clean map min=-0.0013263 max=0.10541 Jy/beam ! Writing clean map to FITS file: J1758+0610_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.105412 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000195693 device "J1758+0610_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1758+0610_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.556936 0.556936 1.11387 2.22774 4.45549 8.91098 17.822 35.6439 71.2878 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.105 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.662 x 7.613 at -4.128 degrees (North through East) ! Clean map min=-0.0013263 max=0.10541 Jy/beam quit ! Quitting program ! Log file J1758+0610_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:43:16 2016