! Started logfile: J1824+0119_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:07:09 2016 obs J1824+0119_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1824+0119_S_2015_03_17_pus_uva.fits ! AN table 1: 55 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.872323 visibilities/baseline/integration-bin. ! Found source: J1824+0119 ! ! 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 330 lines of history. ! ! Reading 8636 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 J1824+0119_S_2015_03_17_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 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.871469Jy sigma=0.009216 ! Fit after self-cal, rms=0.841611Jy sigma=0.008930 ! 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.028 mas, bmaj=6.535 mas, bpa=-2.971 degrees ! Estimated noise=961.683 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.117335 Jy ! Component: 100 - total flux cleaned = 0.151959 Jy ! Total flux subtracted in 100 components = 0.151959 Jy ! Clean residual min=-0.006244 max=0.014396 Jy/beam ! Clean residual mean=0.000009 rms=0.001891 Jy/beam ! Combined flux in latest and established models = 0.151959 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.151959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090796Jy sigma=0.000845 ! Fit after self-cal, rms=0.090704Jy sigma=0.000844 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0155373 Jy ! Component: 100 - total flux cleaned = 0.024383 Jy ! Total flux subtracted in 100 components = 0.024383 Jy ! Clean residual min=-0.005041 max=0.005996 Jy/beam ! Clean residual mean=0.000010 rms=0.001359 Jy/beam ! Combined flux in latest and established models = 0.176342 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 37 components and 0.176342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086735Jy sigma=0.000805 ! Fit after self-cal, rms=0.086713Jy sigma=0.000805 ! 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.567 mas, bmaj=7.387 mas, bpa=-2.874 degrees ! Estimated noise=740.269 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.00854129 Jy ! Component: 100 - total flux cleaned = 0.0136536 Jy ! Component: 150 - total flux cleaned = 0.0168445 Jy ! Component: 200 - total flux cleaned = 0.0188587 Jy ! Total flux subtracted in 200 components = 0.0188587 Jy ! Clean residual min=-0.005501 max=0.004895 Jy/beam ! Clean residual mean=-0.000002 rms=0.001341 Jy/beam ! Combined flux in latest and established models = 0.195201 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 57 components and 0.195201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085581Jy sigma=0.000797 ! Fit after self-cal, rms=0.085583Jy sigma=0.000797 ! 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.02 FD 0.83 HN 1.25 KP 1.09 ! LA 0.98 MK 1.02 NL 0.92 OV 1.02 ! PT 1.08 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.88 HN 1.33 KP 1.07 ! LA 0.97 MK 0.98 NL 1.02 OV 1.03 ! PT 1.04 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.88 HN 1.33 KP 0.99 ! LA 0.80 MK 1.02 NL 1.13 OV 0.97 ! PT 1.01 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.91 HN 1.18 KP 0.91 ! LA 0.82 MK 1.03 NL 1.03 OV 1.01 ! PT 1.06 SC 0.97 ! ! ! Fit before self-cal, rms=0.085583Jy sigma=0.000797 ! Fit after self-cal, rms=0.083555Jy sigma=0.000771 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.599 mas, bmaj=7.47 mas, bpa=-2.748 degrees ! Estimated noise=742.999 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.000736907 Jy ! Component: 100 - total flux cleaned = -0.000949061 Jy ! Component: 150 - total flux cleaned = -0.00111387 Jy ! Component: 200 - total flux cleaned = -0.00118343 Jy ! Total flux subtracted in 200 components = -0.00118343 Jy ! Clean residual min=-0.002283 max=0.002661 Jy/beam ! Clean residual mean=-0.000007 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.194017 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 64 components and 0.194017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083534Jy sigma=0.000771 ! Fit after self-cal, rms=0.083534Jy sigma=0.000771 ! 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.083534Jy sigma=0.000771 ! Fit after self-cal, rms=0.083897Jy sigma=0.000768 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.606 mas, bmaj=7.474 mas, bpa=-2.609 degrees ! Estimated noise=743.192 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000439943 Jy ! Component: 100 - total flux cleaned = -0.000519074 Jy ! Component: 150 - total flux cleaned = -0.000546449 Jy ! Component: 200 - total flux cleaned = -0.000571008 Jy ! Total flux subtracted in 200 components = -0.000571008 Jy ! Clean residual min=-0.002030 max=0.002100 Jy/beam ! Clean residual mean=-0.000012 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.193446 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 72 components and 0.193446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083891Jy sigma=0.000768 ! Fit after self-cal, rms=0.083898Jy sigma=0.000768 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.9196e-05 Jy ! Component: 100 - total flux cleaned = -6.50739e-05 Jy ! Component: 150 - total flux cleaned = -8.62679e-05 Jy ! Component: 200 - total flux cleaned = -0.000105423 Jy ! Total flux subtracted in 200 components = -0.000105423 Jy ! Clean residual min=-0.002019 max=0.002086 Jy/beam ! Clean residual mean=-0.000012 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.193341 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 75 components and 0.193341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083896Jy sigma=0.000767 ! Fit after self-cal, rms=0.083894Jy sigma=0.000767 ! 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.083894Jy sigma=0.000767 ! Fit after self-cal, rms=0.083906Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.61 mas, bmaj=7.48 mas, bpa=-2.549 degrees ! Estimated noise=743.363 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000359893 Jy ! Component: 100 - total flux cleaned = -0.000447932 Jy ! Component: 150 - total flux cleaned = -0.000499816 Jy ! Component: 200 - total flux cleaned = -0.000517816 Jy ! Total flux subtracted in 200 components = -0.000517816 Jy ! Clean residual min=-0.002018 max=0.002096 Jy/beam ! Clean residual mean=-0.000012 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.192823 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 76 components and 0.192823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083903Jy sigma=0.000767 ! Fit after self-cal, rms=0.083902Jy sigma=0.000767 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.57443e-05 Jy ! Component: 100 - total flux cleaned = -3.31829e-05 Jy ! Component: 150 - total flux cleaned = -4.89388e-05 Jy ! Component: 200 - total flux cleaned = -6.31505e-05 Jy ! Total flux subtracted in 200 components = -6.31505e-05 Jy ! Clean residual min=-0.002008 max=0.002084 Jy/beam ! Clean residual mean=-0.000012 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.19276 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 81 components and 0.19276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083900Jy sigma=0.000767 ! Fit after self-cal, rms=0.083900Jy sigma=0.000767 ! 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.083900Jy sigma=0.000767 ! Fit after self-cal, rms=0.083925Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.26 mas, bmaj=11.8 mas, bpa=2.082 degrees ! Estimated noise=920.363 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000308026 Jy ! Component: 100 - total flux cleaned = -0.000334574 Jy ! Component: 150 - total flux cleaned = -0.000365871 Jy ! Component: 200 - total flux cleaned = -0.000392826 Jy ! Total flux subtracted in 200 components = -0.000392826 Jy ! Clean residual min=-0.002344 max=0.002544 Jy/beam ! Clean residual mean=-0.000024 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.192367 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 83 components and 0.192367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083926Jy sigma=0.000767 ! Fit after self-cal, rms=0.083923Jy sigma=0.000767 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.39032e-05 Jy ! Component: 100 - total flux cleaned = -9.92039e-05 Jy ! Component: 150 - total flux cleaned = -0.000105685 Jy ! Component: 200 - total flux cleaned = -0.000115801 Jy ! Total flux subtracted in 200 components = -0.000115801 Jy ! Clean residual min=-0.002356 max=0.002533 Jy/beam ! Clean residual mean=-0.000024 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.192251 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 85 components and 0.192251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083925Jy sigma=0.000767 ! Fit after self-cal, rms=0.083923Jy sigma=0.000767 ! 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.614 mas, bmaj=7.486 mas, bpa=-2.494 degrees ! Estimated noise=743.634 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.614 x 7.486 at -2.494 degrees (North through East) ! Clean map min=-0.0019165 max=0.1563 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.059 mas, bmaj=6.601 mas, bpa=-2.523 degrees ! Estimated noise=972.288 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.118387 Jy ! Component: 100 - total flux cleaned = 0.152306 Jy ! Component: 150 - total flux cleaned = 0.167189 Jy ! Component: 200 - total flux cleaned = 0.175325 Jy ! Total flux subtracted in 200 components = 0.175325 Jy ! Clean residual min=-0.003151 max=0.004167 Jy/beam ! Clean residual mean=-0.000007 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.175325 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.175325 Jy ! Inverting map and beam ! Estimated beam: bmin=3.614 mas, bmaj=7.486 mas, bpa=-2.494 degrees ! Estimated noise=743.634 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.0071402 Jy ! Component: 100 - total flux cleaned = 0.0110789 Jy ! Component: 150 - total flux cleaned = 0.0133714 Jy ! Component: 200 - total flux cleaned = 0.0147552 Jy ! Total flux subtracted in 200 components = 0.0147552 Jy ! Clean residual min=-0.002058 max=0.002222 Jy/beam ! Clean residual mean=-0.000014 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.19008 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 76 components and 0.19008 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.26 mas, bmaj=11.8 mas, bpa=2.082 degrees ! Estimated noise=920.363 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117202 Jy ! Component: 100 - total flux cleaned = 0.00157742 Jy ! Component: 150 - total flux cleaned = 0.00163796 Jy ! Component: 200 - total flux cleaned = 0.00167577 Jy ! Total flux subtracted in 200 components = 0.00167577 Jy ! Clean residual min=-0.002363 max=0.002657 Jy/beam ! Clean residual mean=-0.000025 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.191756 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 = 2.53037e-05 Jy ! Component: 100 - total flux cleaned = 4.87318e-05 Jy ! Component: 150 - total flux cleaned = 7.8109e-05 Jy ! Component: 200 - total flux cleaned = 9.8113e-05 Jy ! Total flux subtracted in 200 components = 9.8113e-05 Jy ! Clean residual min=-0.002359 max=0.002627 Jy/beam ! Clean residual mean=-0.000025 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.191854 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 86 components and 0.191854 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.614 mas, bmaj=7.486 mas, bpa=-2.494 degrees ! Estimated noise=743.634 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.92104e-05 Jy ! Component: 100 - total flux cleaned = -0.000146235 Jy ! Component: 150 - total flux cleaned = -0.000194401 Jy ! Component: 200 - total flux cleaned = -0.000220583 Jy ! Total flux subtracted in 200 components = -0.000220583 Jy ! Clean residual min=-0.001985 max=0.002111 Jy/beam ! Clean residual mean=-0.000013 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.191634 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 90 components and 0.191634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083926Jy sigma=0.000767 ! Fit after self-cal, rms=0.083923Jy sigma=0.000767 wmodel J1824+0119_S_2015_03_17_pus_map.mod ! Writing 90 model components to file: J1824+0119_S_2015_03_17_pus_map.mod wobs J1824+0119_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1824+0119_S_2015_03_17_pus_uvs.fits wwins J1824+0119_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J1824+0119_S_2015_03_17_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.00027685 Jy ! Component: 100 - total flux cleaned = 0.000349186 Jy ! Component: 150 - total flux cleaned = 0.000485564 Jy ! Component: 200 - total flux cleaned = 0.000684864 Jy ! Component: 250 - total flux cleaned = 0.000910181 Jy ! Component: 300 - total flux cleaned = 0.00112897 Jy ! Component: 350 - total flux cleaned = 0.00122049 Jy ! Component: 400 - total flux cleaned = 0.00125099 Jy ! Component: 450 - total flux cleaned = 0.00133856 Jy ! Component: 500 - total flux cleaned = 0.00133917 Jy ! Component: 550 - total flux cleaned = 0.00139544 Jy ! Component: 600 - total flux cleaned = 0.00142275 Jy ! Component: 650 - total flux cleaned = 0.00147719 Jy ! Component: 700 - total flux cleaned = 0.0015568 Jy ! Component: 750 - total flux cleaned = 0.00166041 Jy ! Component: 800 - total flux cleaned = 0.00176242 Jy ! Component: 850 - total flux cleaned = 0.00171252 Jy ! Component: 900 - total flux cleaned = 0.00188631 Jy ! Component: 950 - total flux cleaned = 0.00183733 Jy ! Component: 1000 - total flux cleaned = 0.00195736 Jy ! Component: 1050 - total flux cleaned = 0.00202827 Jy ! Component: 1100 - total flux cleaned = 0.00214451 Jy ! Component: 1150 - total flux cleaned = 0.00221311 Jy ! Component: 1200 - total flux cleaned = 0.00223603 Jy ! Component: 1250 - total flux cleaned = 0.00234759 Jy ! Component: 1300 - total flux cleaned = 0.00239152 Jy ! Component: 1350 - total flux cleaned = 0.00252248 Jy ! Component: 1400 - total flux cleaned = 0.00256507 Jy ! Component: 1450 - total flux cleaned = 0.00260748 Jy ! Component: 1500 - total flux cleaned = 0.00273264 Jy ! Component: 1550 - total flux cleaned = 0.00281551 Jy ! Component: 1600 - total flux cleaned = 0.00289717 Jy ! Component: 1650 - total flux cleaned = 0.00289696 Jy ! Component: 1700 - total flux cleaned = 0.00295675 Jy ! Component: 1750 - total flux cleaned = 0.00291751 Jy ! Component: 1800 - total flux cleaned = 0.00299554 Jy ! Component: 1850 - total flux cleaned = 0.00297643 Jy ! Component: 1900 - total flux cleaned = 0.00299564 Jy ! Component: 1950 - total flux cleaned = 0.00299547 Jy ! Component: 2000 - total flux cleaned = 0.00305137 Jy ! Component: 2050 - total flux cleaned = 0.00303273 Jy ! Component: 2100 - total flux cleaned = 0.00306951 Jy ! Component: 2150 - total flux cleaned = 0.00310538 Jy ! Component: 2200 - total flux cleaned = 0.00301576 Jy ! Component: 2250 - total flux cleaned = 0.00306887 Jy ! Component: 2300 - total flux cleaned = 0.0030335 Jy ! Component: 2350 - total flux cleaned = 0.00294667 Jy ! Component: 2400 - total flux cleaned = 0.0029811 Jy ! Component: 2450 - total flux cleaned = 0.00301506 Jy ! Component: 2500 - total flux cleaned = 0.00293081 Jy ! Component: 2550 - total flux cleaned = 0.00293091 Jy ! Component: 2600 - total flux cleaned = 0.00294722 Jy ! Component: 2650 - total flux cleaned = 0.00288177 Jy ! Component: 2700 - total flux cleaned = 0.0028656 Jy ! Component: 2750 - total flux cleaned = 0.00286568 Jy ! Component: 2800 - total flux cleaned = 0.00286557 Jy ! Component: 2850 - total flux cleaned = 0.00283382 Jy ! Component: 2900 - total flux cleaned = 0.00280231 Jy ! Component: 2950 - total flux cleaned = 0.00284914 Jy ! Component: 3000 - total flux cleaned = 0.00275613 Jy ! Component: 3050 - total flux cleaned = 0.00278702 Jy ! Component: 3100 - total flux cleaned = 0.00272587 Jy ! Component: 3150 - total flux cleaned = 0.00275621 Jy ! Component: 3200 - total flux cleaned = 0.00271095 Jy ! Component: 3250 - total flux cleaned = 0.0027107 Jy ! Component: 3300 - total flux cleaned = 0.00269595 Jy ! Component: 3350 - total flux cleaned = 0.00274012 Jy ! Component: 3400 - total flux cleaned = 0.00265251 Jy ! Component: 3450 - total flux cleaned = 0.00263825 Jy ! Component: 3500 - total flux cleaned = 0.00265273 Jy ! Component: 3550 - total flux cleaned = 0.00258146 Jy ! Component: 3600 - total flux cleaned = 0.00252469 Jy ! Component: 3650 - total flux cleaned = 0.00255294 Jy ! Component: 3700 - total flux cleaned = 0.0025527 Jy ! Component: 3750 - total flux cleaned = 0.00252457 Jy ! Component: 3800 - total flux cleaned = 0.002483 Jy ! Component: 3850 - total flux cleaned = 0.00245553 Jy ! Component: 3900 - total flux cleaned = 0.00242829 Jy ! Component: 3950 - total flux cleaned = 0.00245531 Jy ! Component: 4000 - total flux cleaned = 0.00242846 Jy ! Component: 4050 - total flux cleaned = 0.00248175 Jy ! Total flux subtracted in 4096 components = 0.00241545 Jy ! Clean residual min=-0.000762 max=0.001068 Jy/beam ! Clean residual mean=-0.000003 rms=0.000249 Jy/beam ! Combined flux in latest and established models = 0.194049 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 407 components and 0.194049 Jy ![Exited script file: muppet] wmap "J1824+0119_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.614 x 7.486 at -2.494 degrees (North through East) ! Clean map min=-0.0012816 max=0.15677 Jy/beam ! Writing clean map to FITS file: J1824+0119_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.156769 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000244836 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.468528 0.468528 0.937056 1.87411 3.74822 7.49644 14.9929 29.9858 59.9716 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.156 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.614 x 7.486 at -2.494 degrees (North through East) ! Clean map min=-0.0012816 max=0.15677 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1824+0119_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:07:15 2016