! Started logfile: J1038+4244_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:02:32 2016 obs J1038+4244_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1038+4244_S_2014_08_09_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.695508 visibilities/baseline/integration-bin. ! Found source: J1038+4244 ! ! 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 342 lines of history. ! ! Reading 11768 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 J1038+4244_S_2014_08_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 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.844402Jy sigma=0.009626 ! Fit after self-cal, rms=0.785813Jy sigma=0.008999 ! 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.108 mas, bmaj=4.488 mas, bpa=-30.17 degrees ! Estimated noise=1087.9 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.164648 Jy ! Component: 100 - total flux cleaned = 0.201512 Jy ! Total flux subtracted in 100 components = 0.201512 Jy ! Clean residual min=-0.006679 max=0.013117 Jy/beam ! Clean residual mean=0.000001 rms=0.001890 Jy/beam ! Combined flux in latest and established models = 0.201512 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.201512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080233Jy sigma=0.000847 ! Fit after self-cal, rms=0.080233Jy sigma=0.000847 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0136594 Jy ! Component: 100 - total flux cleaned = 0.0203942 Jy ! Total flux subtracted in 100 components = 0.0203942 Jy ! Clean residual min=-0.005610 max=0.005400 Jy/beam ! Clean residual mean=0.000000 rms=0.001402 Jy/beam ! Combined flux in latest and established models = 0.221906 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 29 components and 0.221906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077342Jy sigma=0.000820 ! Fit after self-cal, rms=0.077346Jy sigma=0.000820 ! 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.068 mas, bmaj=5.453 mas, bpa=-30.33 degrees ! Estimated noise=579.195 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 (-8.5, 6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00660641 Jy ! Component: 100 - total flux cleaned = 0.0105919 Jy ! Component: 150 - total flux cleaned = 0.0134569 Jy ! Component: 200 - total flux cleaned = 0.0155853 Jy ! Total flux subtracted in 200 components = 0.0155853 Jy ! Clean residual min=-0.004245 max=0.003686 Jy/beam ! Clean residual mean=0.000003 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.237491 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 67 components and 0.237491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076567Jy sigma=0.000814 ! Fit after self-cal, rms=0.076545Jy sigma=0.000813 ! 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 0.98 FD 0.88 HN 0.96 KP 1.06 ! LA 1.09 MK 0.98 NL 0.97 OV 1.00 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.05 HN 1.02 KP 1.02 ! LA 1.08 MK 1.00 NL 1.03 OV 1.04 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.15 HN 1.03 KP 0.90 ! LA 0.84 MK 1.03 NL 1.05 OV 0.95 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.04 HN 0.98 KP 0.87 ! LA 0.79 MK 1.01 NL 1.08 OV 0.98 ! PT 1.04 SC 0.98 ! ! ! Fit before self-cal, rms=0.076545Jy sigma=0.000813 ! Fit after self-cal, rms=0.070651Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.081 mas, bmaj=5.465 mas, bpa=-30.23 degrees ! Estimated noise=577.197 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.00125526 Jy ! Component: 100 - total flux cleaned = 0.00150609 Jy ! Component: 150 - total flux cleaned = 0.00163515 Jy ! Component: 200 - total flux cleaned = 0.00169169 Jy ! Total flux subtracted in 200 components = 0.00169169 Jy ! Clean residual min=-0.002015 max=0.001626 Jy/beam ! Clean residual mean=-0.000005 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.239183 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.239183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070624Jy sigma=0.000770 ! Fit after self-cal, rms=0.070609Jy 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.070609Jy sigma=0.000770 ! Fit after self-cal, rms=0.070595Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.084 mas, bmaj=5.469 mas, bpa=-30.23 degrees ! Estimated noise=577.095 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.55492e-05 Jy ! Component: 100 - total flux cleaned = 6.50631e-05 Jy ! Component: 150 - total flux cleaned = 8.2111e-05 Jy ! Component: 200 - total flux cleaned = 9.81811e-05 Jy ! Total flux subtracted in 200 components = 9.81811e-05 Jy ! Clean residual min=-0.001757 max=0.001515 Jy/beam ! Clean residual mean=-0.000006 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.239281 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 98 components and 0.239281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070585Jy sigma=0.000769 ! Fit after self-cal, rms=0.070586Jy 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 = 4.38357e-06 Jy ! Component: 100 - total flux cleaned = 1.98726e-05 Jy ! Component: 150 - total flux cleaned = 3.41123e-05 Jy ! Component: 200 - total flux cleaned = 6.06082e-05 Jy ! Total flux subtracted in 200 components = 6.06082e-05 Jy ! Clean residual min=-0.001758 max=0.001523 Jy/beam ! Clean residual mean=-0.000006 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.239342 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 104 components and 0.239342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070581Jy sigma=0.000769 ! Fit after self-cal, rms=0.070581Jy 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.070581Jy sigma=0.000769 ! Fit after self-cal, rms=0.070575Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.087 mas, bmaj=5.469 mas, bpa=-30.21 degrees ! Estimated noise=576.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000114572 Jy ! Component: 100 - total flux cleaned = -0.000128416 Jy ! Component: 150 - total flux cleaned = -0.000115633 Jy ! Component: 200 - total flux cleaned = -0.000103655 Jy ! Total flux subtracted in 200 components = -0.000103655 Jy ! Clean residual min=-0.001746 max=0.001502 Jy/beam ! Clean residual mean=-0.000005 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.239238 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 110 components and 0.239238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070570Jy sigma=0.000769 ! Fit after self-cal, rms=0.070570Jy 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 = 5.1558e-07 Jy ! Component: 100 - total flux cleaned = 1.24153e-05 Jy ! Component: 150 - total flux cleaned = 2.30863e-05 Jy ! Component: 200 - total flux cleaned = 3.3658e-05 Jy ! Total flux subtracted in 200 components = 3.3658e-05 Jy ! Clean residual min=-0.001743 max=0.001509 Jy/beam ! Clean residual mean=-0.000005 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.239272 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 115 components and 0.239272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070566Jy sigma=0.000769 ! Fit after self-cal, rms=0.070566Jy 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.070566Jy sigma=0.000769 ! Fit after self-cal, rms=0.070552Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.515 mas, bmaj=10.81 mas, bpa=-56.57 degrees ! Estimated noise=682.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.18917e-05 Jy ! Component: 100 - total flux cleaned = -6.76735e-06 Jy ! Component: 150 - total flux cleaned = -4.05856e-05 Jy ! Component: 200 - total flux cleaned = -3.17647e-05 Jy ! Total flux subtracted in 200 components = -3.17647e-05 Jy ! Clean residual min=-0.001852 max=0.001648 Jy/beam ! Clean residual mean=-0.000009 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.23924 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 121 components and 0.23924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070552Jy sigma=0.000769 ! Fit after self-cal, rms=0.070552Jy 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 = -4.67907e-05 Jy ! Component: 100 - total flux cleaned = -3.82062e-05 Jy ! Component: 150 - total flux cleaned = -3.79338e-05 Jy ! Component: 200 - total flux cleaned = -3.00182e-05 Jy ! Total flux subtracted in 200 components = -3.00182e-05 Jy ! Clean residual min=-0.001843 max=0.001653 Jy/beam ! Clean residual mean=-0.000009 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.23921 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 129 components and 0.23921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070552Jy sigma=0.000769 ! Fit after self-cal, rms=0.070552Jy 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.089 mas, bmaj=5.47 mas, bpa=-30.2 degrees ! Estimated noise=576.806 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.089 x 5.47 at -30.2 degrees (North through East) ! Clean map min=-0.0016687 max=0.21205 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.139 mas, bmaj=4.498 mas, bpa=-29.95 degrees ! Estimated noise=1081.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.163604 Jy ! Component: 100 - total flux cleaned = 0.199871 Jy ! Component: 150 - total flux cleaned = 0.212549 Jy ! Component: 200 - total flux cleaned = 0.219229 Jy ! Total flux subtracted in 200 components = 0.219229 Jy ! Clean residual min=-0.004169 max=0.003853 Jy/beam ! Clean residual mean=-0.000003 rms=0.001034 Jy/beam ! Combined flux in latest and established models = 0.219229 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.219229 Jy ! Inverting map and beam ! Estimated beam: bmin=4.089 mas, bmaj=5.47 mas, bpa=-30.2 degrees ! Estimated noise=576.806 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.00614916 Jy ! Component: 100 - total flux cleaned = 0.00995614 Jy ! Component: 150 - total flux cleaned = 0.0126263 Jy ! Component: 200 - total flux cleaned = 0.0145906 Jy ! Total flux subtracted in 200 components = 0.0145906 Jy ! Clean residual min=-0.001980 max=0.001681 Jy/beam ! Clean residual mean=-0.000007 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.233819 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 79 components and 0.233819 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=8.515 mas, bmaj=10.81 mas, bpa=-56.57 degrees ! Estimated noise=682.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00214185 Jy ! Component: 100 - total flux cleaned = 0.00338418 Jy ! Component: 150 - total flux cleaned = 0.00384483 Jy ! Component: 200 - total flux cleaned = 0.00417448 Jy ! Total flux subtracted in 200 components = 0.00417448 Jy ! Clean residual min=-0.002000 max=0.001690 Jy/beam ! Clean residual mean=-0.000010 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.237994 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.000261422 Jy ! Component: 100 - total flux cleaned = 0.000398499 Jy ! Component: 150 - total flux cleaned = 0.000482748 Jy ! Component: 200 - total flux cleaned = 0.000557034 Jy ! Total flux subtracted in 200 components = 0.000557034 Jy ! Clean residual min=-0.001903 max=0.001681 Jy/beam ! Clean residual mean=-0.000010 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.238551 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 116 components and 0.238551 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.089 mas, bmaj=5.47 mas, bpa=-30.2 degrees ! Estimated noise=576.806 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000207868 Jy ! Component: 100 - total flux cleaned = 0.000356475 Jy ! Component: 150 - total flux cleaned = 0.000404736 Jy ! Component: 200 - total flux cleaned = 0.000419675 Jy ! Total flux subtracted in 200 components = 0.000419675 Jy ! Clean residual min=-0.001695 max=0.001570 Jy/beam ! Clean residual mean=-0.000005 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.23897 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 135 components and 0.23897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070559Jy sigma=0.000769 ! Fit after self-cal, rms=0.070557Jy sigma=0.000769 wmodel J1038+4244_S_2014_08_09_pus_map.mod ! Writing 135 model components to file: J1038+4244_S_2014_08_09_pus_map.mod wobs J1038+4244_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1038+4244_S_2014_08_09_pus_uvs.fits wwins J1038+4244_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J1038+4244_S_2014_08_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.000385314 Jy ! Component: 100 - total flux cleaned = -0.000499406 Jy ! Component: 150 - total flux cleaned = -0.000526897 Jy ! Component: 200 - total flux cleaned = -0.000551702 Jy ! Component: 250 - total flux cleaned = -0.000624098 Jy ! Component: 300 - total flux cleaned = -0.00067013 Jy ! Component: 350 - total flux cleaned = -0.000714124 Jy ! Component: 400 - total flux cleaned = -0.000778526 Jy ! Component: 450 - total flux cleaned = -0.000841326 Jy ! Component: 500 - total flux cleaned = -0.000923006 Jy ! Component: 550 - total flux cleaned = -0.000982949 Jy ! Component: 600 - total flux cleaned = -0.00109956 Jy ! Component: 650 - total flux cleaned = -0.00119466 Jy ! Component: 700 - total flux cleaned = -0.00130569 Jy ! Component: 750 - total flux cleaned = -0.0013236 Jy ! Component: 800 - total flux cleaned = -0.00137717 Jy ! Component: 850 - total flux cleaned = -0.00144727 Jy ! Component: 900 - total flux cleaned = -0.00149888 Jy ! Component: 950 - total flux cleaned = -0.00151563 Jy ! Component: 1000 - total flux cleaned = -0.00144962 Jy ! Component: 1050 - total flux cleaned = -0.00149877 Jy ! Component: 1100 - total flux cleaned = -0.00148281 Jy ! Component: 1150 - total flux cleaned = -0.00145138 Jy ! Component: 1200 - total flux cleaned = -0.00146717 Jy ! Component: 1250 - total flux cleaned = -0.00146711 Jy ! Component: 1300 - total flux cleaned = -0.00145149 Jy ! Component: 1350 - total flux cleaned = -0.00142158 Jy ! Component: 1400 - total flux cleaned = -0.00143614 Jy ! Component: 1450 - total flux cleaned = -0.00146481 Jy ! Component: 1500 - total flux cleaned = -0.00140699 Jy ! Component: 1550 - total flux cleaned = -0.00137867 Jy ! Component: 1600 - total flux cleaned = -0.00142082 Jy ! Component: 1650 - total flux cleaned = -0.00137928 Jy ! Component: 1700 - total flux cleaned = -0.00136557 Jy ! Component: 1750 - total flux cleaned = -0.00135211 Jy ! Component: 1800 - total flux cleaned = -0.00133866 Jy ! Component: 1850 - total flux cleaned = -0.00135181 Jy ! Component: 1900 - total flux cleaned = -0.00132556 Jy ! Component: 1950 - total flux cleaned = -0.00132536 Jy ! Component: 2000 - total flux cleaned = -0.00129988 Jy ! Component: 2050 - total flux cleaned = -0.0012747 Jy ! Component: 2100 - total flux cleaned = -0.0012997 Jy ! Component: 2150 - total flux cleaned = -0.00126233 Jy ! Component: 2200 - total flux cleaned = -0.00127448 Jy ! Component: 2250 - total flux cleaned = -0.00128629 Jy ! Component: 2300 - total flux cleaned = -0.00126216 Jy ! Component: 2350 - total flux cleaned = -0.00121453 Jy ! Component: 2400 - total flux cleaned = -0.00120295 Jy ! Component: 2450 - total flux cleaned = -0.00121472 Jy ! Component: 2500 - total flux cleaned = -0.00121456 Jy ! Component: 2550 - total flux cleaned = -0.0011576 Jy ! Component: 2600 - total flux cleaned = -0.00114623 Jy ! Component: 2650 - total flux cleaned = -0.00112389 Jy ! Component: 2700 - total flux cleaned = -0.00111279 Jy ! Component: 2750 - total flux cleaned = -0.00110188 Jy ! Component: 2800 - total flux cleaned = -0.00105822 Jy ! Component: 2850 - total flux cleaned = -0.00103653 Jy ! Component: 2900 - total flux cleaned = -0.000993658 Jy ! Component: 2950 - total flux cleaned = -0.000983153 Jy ! Component: 3000 - total flux cleaned = -0.000951599 Jy ! Component: 3050 - total flux cleaned = -0.000899347 Jy ! Component: 3100 - total flux cleaned = -0.000909739 Jy ! Component: 3150 - total flux cleaned = -0.000817333 Jy ! Component: 3200 - total flux cleaned = -0.000776775 Jy ! Component: 3250 - total flux cleaned = -0.000716223 Jy ! Component: 3300 - total flux cleaned = -0.000696261 Jy ! Component: 3350 - total flux cleaned = -0.000636583 Jy ! Component: 3400 - total flux cleaned = -0.000577503 Jy ! Component: 3450 - total flux cleaned = -0.000548121 Jy ! Component: 3500 - total flux cleaned = -0.000470355 Jy ! Component: 3550 - total flux cleaned = -0.000441356 Jy ! Component: 3600 - total flux cleaned = -0.000335895 Jy ! Component: 3650 - total flux cleaned = -0.00029791 Jy ! Component: 3700 - total flux cleaned = -0.000260149 Jy ! Component: 3750 - total flux cleaned = -0.000231994 Jy ! Component: 3800 - total flux cleaned = -0.000204048 Jy ! Component: 3850 - total flux cleaned = -0.000157639 Jy ! Component: 3900 - total flux cleaned = -0.000111593 Jy ! Component: 3950 - total flux cleaned = -9.31938e-05 Jy ! Component: 4000 - total flux cleaned = -3.85811e-05 Jy ! Component: 4050 - total flux cleaned = 1.57592e-05 Jy ! Total flux subtracted in 4096 components = 5.17344e-05 Jy ! Clean residual min=-0.000565 max=0.000581 Jy/beam ! Clean residual mean=-0.000002 rms=0.000157 Jy/beam ! Combined flux in latest and established models = 0.239022 Jy keep ! Adding 257 model components to the UV plane model. ! The established model now contains 392 components and 0.239022 Jy ![Exited script file: muppet] wmap "J1038+4244_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.089 x 5.47 at -30.2 degrees (North through East) ! Clean map min=-0.0011883 max=0.21288 Jy/beam ! Writing clean map to FITS file: J1038+4244_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.212881 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000155234 device "J1038+4244_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1038+4244_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.218762 0.218762 0.437524 0.875048 1.7501 3.50019 7.00038 14.0008 28.0015 56.0031 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.212 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.089 x 5.47 at -30.2 degrees (North through East) ! Clean map min=-0.0011883 max=0.21288 Jy/beam quit ! Quitting program ! Log file J1038+4244_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:02:38 2016