! Started logfile: J0637+1458_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:48:43 2016 obs J0637+1458_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0637+1458_S_2014_05_31_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.779938 visibilities/baseline/integration-bin. ! Found source: J0637+1458 ! ! 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 10108 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 J0637+1458_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 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.804832Jy sigma=0.009675 ! Fit after self-cal, rms=0.779473Jy sigma=0.009382 ! 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.452 mas, bmaj=7.98 mas, bpa=16.27 degrees ! Estimated noise=857.462 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.167209 Jy ! Component: 100 - total flux cleaned = 0.211969 Jy ! Total flux subtracted in 100 components = 0.211969 Jy ! Clean residual min=-0.007009 max=0.018361 Jy/beam ! Clean residual mean=0.000014 rms=0.002147 Jy/beam ! Combined flux in latest and established models = 0.211969 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.211969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079844Jy sigma=0.000909 ! Fit after self-cal, rms=0.079716Jy sigma=0.000908 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0195649 Jy ! Component: 100 - total flux cleaned = 0.0290885 Jy ! Total flux subtracted in 100 components = 0.0290885 Jy ! Clean residual min=-0.004641 max=0.007490 Jy/beam ! Clean residual mean=0.000005 rms=0.001294 Jy/beam ! Combined flux in latest and established models = 0.241058 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 19 components and 0.241058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073289Jy sigma=0.000834 ! Fit after self-cal, rms=0.073211Jy sigma=0.000833 ! 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.18 mas, bmaj=8.781 mas, bpa=14.58 degrees ! Estimated noise=591.013 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.00879904 Jy ! Component: 100 - total flux cleaned = 0.0130307 Jy ! Component: 150 - total flux cleaned = 0.0156374 Jy ! Component: 200 - total flux cleaned = 0.017349 Jy ! Total flux subtracted in 200 components = 0.017349 Jy ! Clean residual min=-0.003650 max=0.004411 Jy/beam ! Clean residual mean=0.000001 rms=0.000977 Jy/beam ! Combined flux in latest and established models = 0.258407 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 36 components and 0.258407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071990Jy sigma=0.000823 ! Fit after self-cal, rms=0.071919Jy sigma=0.000822 ! 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.83 HN 0.98 KP 1.03 ! LA 1.21 MK 1.00* NL 0.97 OV 0.98 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.01 HN 1.03 KP 1.01 ! LA 1.15 MK 1.00* NL 1.02 OV 1.02 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.12 HN 1.03 KP 0.90 ! LA 0.90 MK 1.00* NL 1.00 OV 0.95 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.00 HN 1.02 KP 0.88 ! LA 0.86 MK 1.00* NL 1.04 OV 0.99 ! PT 1.02 SC 0.96 ! ! ! Fit before self-cal, rms=0.071919Jy sigma=0.000822 ! Fit after self-cal, rms=0.066614Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.174 mas, bmaj=8.79 mas, bpa=14.59 degrees ! Estimated noise=588.959 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 (6, -7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.002547 Jy ! Component: 100 - total flux cleaned = 0.00256095 Jy ! Component: 150 - total flux cleaned = 0.00233301 Jy ! Component: 200 - total flux cleaned = 0.00225556 Jy ! Total flux subtracted in 200 components = 0.00225556 Jy ! Clean residual min=-0.002187 max=0.002181 Jy/beam ! Clean residual mean=0.000001 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.260662 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 52 components and 0.260662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066416Jy sigma=0.000767 ! Fit after self-cal, rms=0.066387Jy sigma=0.000766 ! 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.066387Jy sigma=0.000766 ! Fit after self-cal, rms=0.066232Jy sigma=0.000765 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.175 mas, bmaj=8.793 mas, bpa=14.53 degrees ! Estimated noise=588.409 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000504554 Jy ! Component: 100 - total flux cleaned = 0.000918621 Jy ! Component: 150 - total flux cleaned = 0.00105526 Jy ! Component: 200 - total flux cleaned = 0.00112526 Jy ! Total flux subtracted in 200 components = 0.00112526 Jy ! Clean residual min=-0.001991 max=0.001647 Jy/beam ! Clean residual mean=0.000002 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.261788 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 75 components and 0.261788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066194Jy sigma=0.000765 ! Fit after self-cal, rms=0.066186Jy sigma=0.000764 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.70193e-05 Jy ! Component: 100 - total flux cleaned = 0.000179244 Jy ! Component: 150 - total flux cleaned = 0.000179893 Jy ! Component: 200 - total flux cleaned = 0.000180211 Jy ! Total flux subtracted in 200 components = 0.000180211 Jy ! Clean residual min=-0.001977 max=0.001596 Jy/beam ! Clean residual mean=0.000002 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.261968 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 86 components and 0.261968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066170Jy sigma=0.000764 ! Fit after self-cal, rms=0.066165Jy sigma=0.000764 ! 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.066165Jy sigma=0.000764 ! Fit after self-cal, rms=0.066161Jy sigma=0.000764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.177 mas, bmaj=8.793 mas, bpa=14.51 degrees ! Estimated noise=588.074 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.45851e-05 Jy ! Component: 100 - total flux cleaned = 0.000204723 Jy ! Component: 150 - total flux cleaned = 0.000221477 Jy ! Component: 200 - total flux cleaned = 0.000236158 Jy ! Total flux subtracted in 200 components = 0.000236158 Jy ! Clean residual min=-0.001925 max=0.001605 Jy/beam ! Clean residual mean=0.000002 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.262204 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 101 components and 0.262204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066149Jy sigma=0.000764 ! Fit after self-cal, rms=0.066146Jy sigma=0.000764 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.5243e-05 Jy ! Component: 100 - total flux cleaned = 3.16925e-05 Jy ! Component: 150 - total flux cleaned = -6.97181e-06 Jy ! Component: 200 - total flux cleaned = -6.79289e-06 Jy ! Total flux subtracted in 200 components = -6.79289e-06 Jy ! Clean residual min=-0.001903 max=0.001618 Jy/beam ! Clean residual mean=0.000002 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.262197 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 112 components and 0.262197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066138Jy sigma=0.000764 ! Fit after self-cal, rms=0.066136Jy sigma=0.000764 ! 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.066136Jy sigma=0.000764 ! Fit after self-cal, rms=0.066170Jy sigma=0.000764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.903 mas, bmaj=10.89 mas, bpa=1.456 degrees ! Estimated noise=672.527 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.62579e-05 Jy ! Component: 100 - total flux cleaned = 5.95646e-05 Jy ! Component: 150 - total flux cleaned = 5.91785e-05 Jy ! Component: 200 - total flux cleaned = 5.87877e-05 Jy ! Total flux subtracted in 200 components = 5.87877e-05 Jy ! Clean residual min=-0.002019 max=0.001817 Jy/beam ! Clean residual mean=0.000003 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.262256 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 126 components and 0.262256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066167Jy sigma=0.000764 ! Fit after self-cal, rms=0.066165Jy sigma=0.000764 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.99064e-05 Jy ! Component: 100 - total flux cleaned = 3.00556e-05 Jy ! Component: 150 - total flux cleaned = 2.92768e-05 Jy ! Component: 200 - total flux cleaned = 2.90684e-05 Jy ! Total flux subtracted in 200 components = 2.90684e-05 Jy ! Clean residual min=-0.002025 max=0.001814 Jy/beam ! Clean residual mean=0.000003 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.262285 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 133 components and 0.262285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066163Jy sigma=0.000764 ! Fit after self-cal, rms=0.066162Jy sigma=0.000764 ! 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.179 mas, bmaj=8.795 mas, bpa=14.49 degrees ! Estimated noise=588.151 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.179 x 8.795 at 14.49 degrees (North through East) ! Clean map min=-0.0018925 max=0.21747 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.439 mas, bmaj=7.99 mas, bpa=16.24 degrees ! Estimated noise=852.638 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.16602 Jy ! Component: 100 - total flux cleaned = 0.212712 Jy ! Component: 150 - total flux cleaned = 0.232609 Jy ! Component: 200 - total flux cleaned = 0.242873 Jy ! Total flux subtracted in 200 components = 0.242873 Jy ! Clean residual min=-0.003047 max=0.005098 Jy/beam ! Clean residual mean=0.000007 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 0.242873 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.242873 Jy ! Inverting map and beam ! Estimated beam: bmin=4.179 mas, bmaj=8.795 mas, bpa=14.49 degrees ! Estimated noise=588.151 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.00794374 Jy ! Component: 100 - total flux cleaned = 0.012183 Jy ! Component: 150 - total flux cleaned = 0.0146641 Jy ! Component: 200 - total flux cleaned = 0.0162477 Jy ! Total flux subtracted in 200 components = 0.0162477 Jy ! Clean residual min=-0.002079 max=0.001542 Jy/beam ! Clean residual mean=0.000005 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.25912 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 51 components and 0.259121 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.903 mas, bmaj=10.89 mas, bpa=1.456 degrees ! Estimated noise=672.527 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134629 Jy ! Component: 100 - total flux cleaned = 0.00212157 Jy ! Component: 150 - total flux cleaned = 0.00265603 Jy ! Component: 200 - total flux cleaned = 0.00288542 Jy ! Total flux subtracted in 200 components = 0.00288542 Jy ! Clean residual min=-0.002103 max=0.001763 Jy/beam ! Clean residual mean=0.000004 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.262006 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.000136944 Jy ! Component: 100 - total flux cleaned = 0.000210659 Jy ! Component: 150 - total flux cleaned = 0.000267352 Jy ! Component: 200 - total flux cleaned = 0.000320852 Jy ! Total flux subtracted in 200 components = 0.000320852 Jy ! Clean residual min=-0.002084 max=0.001792 Jy/beam ! Clean residual mean=0.000003 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.262327 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 104 components and 0.262327 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.179 mas, bmaj=8.795 mas, bpa=14.49 degrees ! Estimated noise=588.151 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000210841 Jy ! Component: 100 - total flux cleaned = 0.000277242 Jy ! Component: 150 - total flux cleaned = 0.000296532 Jy ! Component: 200 - total flux cleaned = 0.000315124 Jy ! Total flux subtracted in 200 components = 0.000315124 Jy ! Clean residual min=-0.001904 max=0.001568 Jy/beam ! Clean residual mean=0.000002 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.262642 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 121 components and 0.262642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066181Jy sigma=0.000764 ! Fit after self-cal, rms=0.066174Jy sigma=0.000764 wmodel J0637+1458_S_2014_05_31_pus_map.mod ! Writing 121 model components to file: J0637+1458_S_2014_05_31_pus_map.mod wobs J0637+1458_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0637+1458_S_2014_05_31_pus_uvs.fits wwins J0637+1458_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J0637+1458_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 = -0.000587309 Jy ! Component: 100 - total flux cleaned = -0.000721642 Jy ! Component: 150 - total flux cleaned = -0.000848662 Jy ! Component: 200 - total flux cleaned = -0.000994668 Jy ! Component: 250 - total flux cleaned = -0.00115838 Jy ! Component: 300 - total flux cleaned = -0.00131625 Jy ! Component: 350 - total flux cleaned = -0.00146982 Jy ! Component: 400 - total flux cleaned = -0.00159738 Jy ! Component: 450 - total flux cleaned = -0.00174167 Jy ! Component: 500 - total flux cleaned = -0.00174173 Jy ! Component: 550 - total flux cleaned = -0.00178133 Jy ! Component: 600 - total flux cleaned = -0.00183911 Jy ! Component: 650 - total flux cleaned = -0.00191414 Jy ! Component: 700 - total flux cleaned = -0.00200616 Jy ! Component: 750 - total flux cleaned = -0.00211426 Jy ! Component: 800 - total flux cleaned = -0.00220238 Jy ! Component: 850 - total flux cleaned = -0.00225453 Jy ! Component: 900 - total flux cleaned = -0.00233994 Jy ! Component: 950 - total flux cleaned = -0.00242406 Jy ! Component: 1000 - total flux cleaned = -0.00250639 Jy ! Component: 1050 - total flux cleaned = -0.00255494 Jy ! Component: 1100 - total flux cleaned = -0.00261894 Jy ! Component: 1150 - total flux cleaned = -0.00268213 Jy ! Component: 1200 - total flux cleaned = -0.0027601 Jy ! Component: 1250 - total flux cleaned = -0.00283653 Jy ! Component: 1300 - total flux cleaned = -0.00289676 Jy ! Component: 1350 - total flux cleaned = -0.00292647 Jy ! Component: 1400 - total flux cleaned = -0.00299961 Jy ! Component: 1450 - total flux cleaned = -0.0030867 Jy ! Component: 1500 - total flux cleaned = -0.00311538 Jy ! Component: 1550 - total flux cleaned = -0.00314385 Jy ! Component: 1600 - total flux cleaned = -0.00324159 Jy ! Component: 1650 - total flux cleaned = -0.00324167 Jy ! Component: 1700 - total flux cleaned = -0.00328237 Jy ! Component: 1750 - total flux cleaned = -0.00330935 Jy ! Component: 1800 - total flux cleaned = -0.00333602 Jy ! Component: 1850 - total flux cleaned = -0.00337548 Jy ! Component: 1900 - total flux cleaned = -0.00344047 Jy ! Component: 1950 - total flux cleaned = -0.00346621 Jy ! Component: 2000 - total flux cleaned = -0.00351703 Jy ! Component: 2050 - total flux cleaned = -0.00357981 Jy ! Component: 2100 - total flux cleaned = -0.0035674 Jy ! Component: 2150 - total flux cleaned = -0.00364145 Jy ! Component: 2200 - total flux cleaned = -0.00369018 Jy ! Component: 2250 - total flux cleaned = -0.00373842 Jy ! Component: 2300 - total flux cleaned = -0.00377428 Jy ! Component: 2350 - total flux cleaned = -0.0038216 Jy ! Component: 2400 - total flux cleaned = -0.00385678 Jy ! Component: 2450 - total flux cleaned = -0.00391473 Jy ! Component: 2500 - total flux cleaned = -0.00392628 Jy ! Component: 2550 - total flux cleaned = -0.00396039 Jy ! Component: 2600 - total flux cleaned = -0.00396034 Jy ! Component: 2650 - total flux cleaned = -0.00403876 Jy ! Component: 2700 - total flux cleaned = -0.00399429 Jy ! Component: 2750 - total flux cleaned = -0.00406052 Jy ! Component: 2800 - total flux cleaned = -0.0040715 Jy ! Component: 2850 - total flux cleaned = -0.00408232 Jy ! Component: 2900 - total flux cleaned = -0.00411458 Jy ! Component: 2950 - total flux cleaned = -0.0041466 Jy ! Component: 3000 - total flux cleaned = -0.0041467 Jy ! Component: 3050 - total flux cleaned = -0.0041782 Jy ! Component: 3100 - total flux cleaned = -0.00419893 Jy ! Component: 3150 - total flux cleaned = -0.00421957 Jy ! Component: 3200 - total flux cleaned = -0.00421962 Jy ! Component: 3250 - total flux cleaned = -0.00428056 Jy ! Component: 3300 - total flux cleaned = -0.00431067 Jy ! Component: 3350 - total flux cleaned = -0.00430058 Jy ! Component: 3400 - total flux cleaned = -0.00435004 Jy ! Component: 3450 - total flux cleaned = -0.00433027 Jy ! Component: 3500 - total flux cleaned = -0.00434 Jy ! Component: 3550 - total flux cleaned = -0.00436909 Jy ! Component: 3600 - total flux cleaned = -0.00439801 Jy ! Component: 3650 - total flux cleaned = -0.00443611 Jy ! Component: 3700 - total flux cleaned = -0.00445519 Jy ! Component: 3750 - total flux cleaned = -0.00444583 Jy ! Component: 3800 - total flux cleaned = -0.00443656 Jy ! Component: 3850 - total flux cleaned = -0.0044645 Jy ! Component: 3900 - total flux cleaned = -0.00447377 Jy ! Component: 3950 - total flux cleaned = -0.00452875 Jy ! Component: 4000 - total flux cleaned = -0.00453782 Jy ! Component: 4050 - total flux cleaned = -0.00453767 Jy ! Total flux subtracted in 4096 components = -0.00451064 Jy ! Clean residual min=-0.000525 max=0.000590 Jy/beam ! Clean residual mean=0.000000 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.258131 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 433 components and 0.258131 Jy ![Exited script file: muppet] wmap "J0637+1458_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.179 x 8.795 at 14.49 degrees (North through East) ! Clean map min=-0.00095245 max=0.21713 Jy/beam ! Writing clean map to FITS file: J0637+1458_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.217131 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000169456 device "J0637+1458_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0637+1458_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.234129 0.234129 0.468257 0.936514 1.87303 3.74606 7.49211 14.9842 29.9685 59.9369 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.217 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.179 x 8.795 at 14.49 degrees (North through East) ! Clean map min=-0.00095245 max=0.21713 Jy/beam quit ! Quitting program ! Log file J0637+1458_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:48:50 2016