! Started logfile: J1844+1312_S_2014_06_09_pus_uvs.log on Wed Nov 16 20:01:15 2016 obs J1844+1312_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1844+1312_S_2014_06_09_pus_uva.fits ! AN table 1: 91 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.697924 visibilities/baseline/integration-bin. ! Found source: J1844+1312 ! ! 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 11432 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 J1844+1312_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 145 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 145 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 145 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 145 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.880057Jy sigma=0.010377 ! Fit after self-cal, rms=0.865667Jy sigma=0.010212 ! 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.489 mas, bmaj=8.295 mas, bpa=8.207 degrees ! Estimated noise=839.443 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.103168 Jy ! Component: 100 - total flux cleaned = 0.131889 Jy ! Total flux subtracted in 100 components = 0.131889 Jy ! Clean residual min=-0.006308 max=0.012546 Jy/beam ! Clean residual mean=0.000039 rms=0.001939 Jy/beam ! Combined flux in latest and established models = 0.131889 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.131889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075637Jy sigma=0.000840 ! Fit after self-cal, rms=0.075574Jy sigma=0.000839 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0144237 Jy ! Component: 100 - total flux cleaned = 0.0228578 Jy ! Total flux subtracted in 100 components = 0.0228578 Jy ! Clean residual min=-0.004383 max=0.005274 Jy/beam ! Clean residual mean=0.000019 rms=0.001182 Jy/beam ! Combined flux in latest and established models = 0.154747 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 30 components and 0.154747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072387Jy sigma=0.000797 ! Fit after self-cal, rms=0.072377Jy sigma=0.000797 ! 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=4.156 mas, bmaj=9.141 mas, bpa=6.78 degrees ! Estimated noise=567.996 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, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00643958 Jy ! Component: 100 - total flux cleaned = 0.0100344 Jy ! Component: 150 - total flux cleaned = 0.012298 Jy ! Component: 200 - total flux cleaned = 0.0134571 Jy ! Total flux subtracted in 200 components = 0.0134571 Jy ! Clean residual min=-0.002972 max=0.002630 Jy/beam ! Clean residual mean=0.000012 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.168204 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 70 components and 0.168204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071717Jy sigma=0.000790 ! Fit after self-cal, rms=0.071711Jy sigma=0.000790 ! 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.86 HN 0.99 KP 1.05 ! LA 1.16 MK 1.11 NL 0.96 OV 0.98 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.00 KP 1.01 ! LA 1.12 MK 1.17 NL 1.02 OV 1.02 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.16 HN 1.01 KP 0.90 ! LA 0.89 MK 1.14 NL 0.96 OV 0.96 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 0.97 KP 0.88 ! LA 0.87 MK 1.16 NL 1.07 OV 1.01 ! PT 1.01 SC 0.98 ! ! ! Fit before self-cal, rms=0.071711Jy sigma=0.000790 ! Fit after self-cal, rms=0.070657Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.208 mas, bmaj=9.167 mas, bpa=6.952 degrees ! Estimated noise=568.742 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.000215814 Jy ! Component: 100 - total flux cleaned = -0.000337105 Jy ! Component: 150 - total flux cleaned = -0.000362796 Jy ! Component: 200 - total flux cleaned = -0.000385974 Jy ! Total flux subtracted in 200 components = -0.000385974 Jy ! Clean residual min=-0.001586 max=0.001695 Jy/beam ! Clean residual mean=0.000004 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.167818 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 91 components and 0.167818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070636Jy sigma=0.000770 ! Fit after self-cal, rms=0.070660Jy sigma=0.000770 ! 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.070660Jy sigma=0.000770 ! Fit after self-cal, rms=0.070702Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.211 mas, bmaj=9.194 mas, bpa=6.836 degrees ! Estimated noise=568.323 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000152087 Jy ! Component: 100 - total flux cleaned = 8.22214e-05 Jy ! Component: 150 - total flux cleaned = 2.25239e-05 Jy ! Component: 200 - total flux cleaned = -4.61048e-05 Jy ! Total flux subtracted in 200 components = -4.61048e-05 Jy ! Clean residual min=-0.001520 max=0.001597 Jy/beam ! Clean residual mean=0.000002 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.167772 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 106 components and 0.167772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070688Jy sigma=0.000769 ! Fit after self-cal, rms=0.070692Jy sigma=0.000769 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.07576e-05 Jy ! Component: 100 - total flux cleaned = 2.92057e-05 Jy ! Component: 150 - total flux cleaned = -7.76795e-06 Jy ! Component: 200 - total flux cleaned = -1.89783e-05 Jy ! Total flux subtracted in 200 components = -1.89783e-05 Jy ! Clean residual min=-0.001496 max=0.001595 Jy/beam ! Clean residual mean=0.000002 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.167753 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 121 components and 0.167753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070688Jy sigma=0.000769 ! Fit after self-cal, rms=0.070687Jy sigma=0.000769 ! 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.070687Jy sigma=0.000769 ! Fit after self-cal, rms=0.070765Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.214 mas, bmaj=9.207 mas, bpa=6.783 degrees ! Estimated noise=568.178 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.48552e-05 Jy ! Component: 100 - total flux cleaned = 2.08344e-05 Jy ! Component: 150 - total flux cleaned = -1.20666e-05 Jy ! Component: 200 - total flux cleaned = -4.10519e-05 Jy ! Total flux subtracted in 200 components = -4.10519e-05 Jy ! Clean residual min=-0.001524 max=0.001596 Jy/beam ! Clean residual mean=0.000002 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.167712 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 134 components and 0.167712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070761Jy sigma=0.000769 ! Fit after self-cal, rms=0.070762Jy sigma=0.000769 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.10989e-05 Jy ! Component: 100 - total flux cleaned = 1.35047e-05 Jy ! Component: 150 - total flux cleaned = -1.85122e-06 Jy ! Component: 200 - total flux cleaned = -9.22512e-06 Jy ! Total flux subtracted in 200 components = -9.22512e-06 Jy ! Clean residual min=-0.001505 max=0.001588 Jy/beam ! Clean residual mean=0.000002 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.167703 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 145 components and 0.167703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070760Jy sigma=0.000769 ! Fit after self-cal, rms=0.070760Jy sigma=0.000769 ! 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.070760Jy sigma=0.000769 ! Fit after self-cal, rms=0.070825Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.467 mas, bmaj=13.88 mas, bpa=-9.91 degrees ! Estimated noise=642.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000224873 Jy ! Component: 100 - total flux cleaned = 0.000180762 Jy ! Component: 150 - total flux cleaned = 0.000139661 Jy ! Component: 200 - total flux cleaned = 0.000100091 Jy ! Total flux subtracted in 200 components = 0.000100091 Jy ! Clean residual min=-0.001395 max=0.001525 Jy/beam ! Clean residual mean=0.000004 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.167803 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 152 components and 0.167803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070826Jy sigma=0.000769 ! Fit after self-cal, rms=0.070826Jy sigma=0.000769 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 = 1.63359e-05 Jy ! Component: 100 - total flux cleaned = 1.61938e-05 Jy ! Component: 150 - total flux cleaned = -4.44306e-06 Jy ! Component: 200 - total flux cleaned = -9.35617e-06 Jy ! Total flux subtracted in 200 components = -9.35617e-06 Jy ! Clean residual min=-0.001400 max=0.001535 Jy/beam ! Clean residual mean=0.000004 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.167793 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 164 components and 0.167793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070827Jy sigma=0.000769 ! Fit after self-cal, rms=0.070826Jy sigma=0.000769 ! 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=4.217 mas, bmaj=9.214 mas, bpa=6.749 degrees ! Estimated noise=568.173 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.217 x 9.214 at 6.749 degrees (North through East) ! Clean map min=-0.0014755 max=0.1357 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.538 mas, bmaj=8.357 mas, bpa=8.398 degrees ! Estimated noise=837.183 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.102675 Jy ! Component: 100 - total flux cleaned = 0.131538 Jy ! Component: 150 - total flux cleaned = 0.145076 Jy ! Component: 200 - total flux cleaned = 0.152587 Jy ! Total flux subtracted in 200 components = 0.152587 Jy ! Clean residual min=-0.003086 max=0.003871 Jy/beam ! Clean residual mean=0.000012 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.152587 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.152587 Jy ! Inverting map and beam ! Estimated beam: bmin=4.217 mas, bmaj=9.214 mas, bpa=6.749 degrees ! Estimated noise=568.173 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.00601114 Jy ! Component: 100 - total flux cleaned = 0.00930947 Jy ! Component: 150 - total flux cleaned = 0.0113863 Jy ! Component: 200 - total flux cleaned = 0.0127973 Jy ! Total flux subtracted in 200 components = 0.0127973 Jy ! Clean residual min=-0.001667 max=0.001602 Jy/beam ! Clean residual mean=0.000004 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.165384 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 77 components and 0.165384 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.467 mas, bmaj=13.88 mas, bpa=-9.91 degrees ! Estimated noise=642.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130763 Jy ! Component: 100 - total flux cleaned = 0.00180592 Jy ! Component: 150 - total flux cleaned = 0.00197862 Jy ! Component: 200 - total flux cleaned = 0.00206787 Jy ! Total flux subtracted in 200 components = 0.00206787 Jy ! Clean residual min=-0.001477 max=0.001537 Jy/beam ! Clean residual mean=0.000004 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.167452 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.20879e-05 Jy ! Component: 100 - total flux cleaned = 0.000125398 Jy ! Component: 150 - total flux cleaned = 0.000180251 Jy ! Component: 200 - total flux cleaned = 0.000229156 Jy ! Total flux subtracted in 200 components = 0.000229156 Jy ! Clean residual min=-0.001421 max=0.001523 Jy/beam ! Clean residual mean=0.000004 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.167681 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 109 components and 0.167681 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.217 mas, bmaj=9.214 mas, bpa=6.749 degrees ! Estimated noise=568.173 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.13721e-05 Jy ! Component: 100 - total flux cleaned = -5.93256e-05 Jy ! Component: 150 - total flux cleaned = -7.7325e-05 Jy ! Component: 200 - total flux cleaned = -7.75898e-05 Jy ! Total flux subtracted in 200 components = -7.75898e-05 Jy ! Clean residual min=-0.001603 max=0.001497 Jy/beam ! Clean residual mean=0.000002 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.167604 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 122 components and 0.167604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070847Jy sigma=0.000769 ! Fit after self-cal, rms=0.070837Jy sigma=0.000769 wmodel J1844+1312_S_2014_06_09_pus_map.mod ! Writing 122 model components to file: J1844+1312_S_2014_06_09_pus_map.mod wobs J1844+1312_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1844+1312_S_2014_06_09_pus_uvs.fits wwins J1844+1312_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J1844+1312_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 = -5.83973e-05 Jy ! Component: 100 - total flux cleaned = -0.00033976 Jy ! Component: 150 - total flux cleaned = -0.000557247 Jy ! Component: 200 - total flux cleaned = -0.000696225 Jy ! Component: 250 - total flux cleaned = -0.000830601 Jy ! Component: 300 - total flux cleaned = -0.000981208 Jy ! Component: 350 - total flux cleaned = -0.00106417 Jy ! Component: 400 - total flux cleaned = -0.00110522 Jy ! Component: 450 - total flux cleaned = -0.00118482 Jy ! Component: 500 - total flux cleaned = -0.00124261 Jy ! Component: 550 - total flux cleaned = -0.0012609 Jy ! Component: 600 - total flux cleaned = -0.0012978 Jy ! Component: 650 - total flux cleaned = -0.0013342 Jy ! Component: 700 - total flux cleaned = -0.00140534 Jy ! Component: 750 - total flux cleaned = -0.00145734 Jy ! Component: 800 - total flux cleaned = -0.00154287 Jy ! Component: 850 - total flux cleaned = -0.00159302 Jy ! Component: 900 - total flux cleaned = -0.00169236 Jy ! Component: 950 - total flux cleaned = -0.00169263 Jy ! Component: 1000 - total flux cleaned = -0.00172474 Jy ! Component: 1050 - total flux cleaned = -0.00178794 Jy ! Component: 1100 - total flux cleaned = -0.00178831 Jy ! Component: 1150 - total flux cleaned = -0.0018653 Jy ! Component: 1200 - total flux cleaned = -0.00189536 Jy ! Component: 1250 - total flux cleaned = -0.00196969 Jy ! Component: 1300 - total flux cleaned = -0.00198417 Jy ! Component: 1350 - total flux cleaned = -0.00198419 Jy ! Component: 1400 - total flux cleaned = -0.00198437 Jy ! Component: 1450 - total flux cleaned = -0.0019985 Jy ! Component: 1500 - total flux cleaned = -0.00198482 Jy ! Component: 1550 - total flux cleaned = -0.00199865 Jy ! Component: 1600 - total flux cleaned = -0.00199868 Jy ! Component: 1650 - total flux cleaned = -0.00194518 Jy ! Component: 1700 - total flux cleaned = -0.0019587 Jy ! Component: 1750 - total flux cleaned = -0.00198485 Jy ! Component: 1800 - total flux cleaned = -0.00202368 Jy ! Component: 1850 - total flux cleaned = -0.00194713 Jy ! Component: 1900 - total flux cleaned = -0.00197254 Jy ! Component: 1950 - total flux cleaned = -0.00197257 Jy ! Component: 2000 - total flux cleaned = -0.00198462 Jy ! Component: 2050 - total flux cleaned = -0.00193561 Jy ! Component: 2100 - total flux cleaned = -0.00195983 Jy ! Component: 2150 - total flux cleaned = -0.00193603 Jy ! Component: 2200 - total flux cleaned = -0.00194785 Jy ! Component: 2250 - total flux cleaned = -0.00194792 Jy ! Component: 2300 - total flux cleaned = -0.00197096 Jy ! Component: 2350 - total flux cleaned = -0.00194782 Jy ! Component: 2400 - total flux cleaned = -0.00195929 Jy ! Component: 2450 - total flux cleaned = -0.00194802 Jy ! Component: 2500 - total flux cleaned = -0.00195924 Jy ! Component: 2550 - total flux cleaned = -0.00199241 Jy ! Component: 2600 - total flux cleaned = -0.00199238 Jy ! Component: 2650 - total flux cleaned = -0.00200343 Jy ! Component: 2700 - total flux cleaned = -0.00205742 Jy ! Component: 2750 - total flux cleaned = -0.00204656 Jy ! Component: 2800 - total flux cleaned = -0.00207848 Jy ! Component: 2850 - total flux cleaned = -0.00211001 Jy ! Component: 2900 - total flux cleaned = -0.00207852 Jy ! Component: 2950 - total flux cleaned = -0.00208898 Jy ! Component: 3000 - total flux cleaned = -0.00210976 Jy ! Component: 3050 - total flux cleaned = -0.00213024 Jy ! Component: 3100 - total flux cleaned = -0.00216081 Jy ! Component: 3150 - total flux cleaned = -0.00218093 Jy ! Component: 3200 - total flux cleaned = -0.00218104 Jy ! Component: 3250 - total flux cleaned = -0.00220092 Jy ! Component: 3300 - total flux cleaned = -0.00224041 Jy ! Component: 3350 - total flux cleaned = -0.00226983 Jy ! Component: 3400 - total flux cleaned = -0.00226982 Jy ! Component: 3450 - total flux cleaned = -0.0022988 Jy ! Component: 3500 - total flux cleaned = -0.00230852 Jy ! Component: 3550 - total flux cleaned = -0.00232763 Jy ! Component: 3600 - total flux cleaned = -0.00233707 Jy ! Component: 3650 - total flux cleaned = -0.00233704 Jy ! Component: 3700 - total flux cleaned = -0.00235572 Jy ! Component: 3750 - total flux cleaned = -0.00233714 Jy ! Component: 3800 - total flux cleaned = -0.00234637 Jy ! Component: 3850 - total flux cleaned = -0.00235557 Jy ! Component: 3900 - total flux cleaned = -0.00235557 Jy ! Component: 3950 - total flux cleaned = -0.00237376 Jy ! Component: 4000 - total flux cleaned = -0.00238281 Jy ! Component: 4050 - total flux cleaned = -0.00239174 Jy ! Total flux subtracted in 4096 components = -0.00239169 Jy ! Clean residual min=-0.000485 max=0.000707 Jy/beam ! Clean residual mean=0.000000 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.165212 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 401 components and 0.165212 Jy ![Exited script file: muppet] wmap "J1844+1312_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.217 x 9.214 at 6.749 degrees (North through East) ! Clean map min=-0.0014675 max=0.13555 Jy/beam ! Writing clean map to FITS file: J1844+1312_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.135548 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000164299 device "J1844+1312_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1844+1312_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.363631 0.363631 0.727263 1.45453 2.90905 5.8181 11.6362 23.2724 46.5448 93.0896 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.135 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.217 x 9.214 at 6.749 degrees (North through East) ! Clean map min=-0.0014675 max=0.13555 Jy/beam quit ! Quitting program ! Log file J1844+1312_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 20:01:20 2016