! Started logfile: J1623+6624_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:31:44 2016 obs J1623+6624_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1623+6624_S_2014_05_31_pus_uva.fits ! AN table 1: 71 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.881064 visibilities/baseline/integration-bin. ! Found source: J1623+6624 ! ! 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 11260 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 J1623+6624_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 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.854009Jy sigma=0.010025 ! Fit after self-cal, rms=0.845977Jy sigma=0.009932 ! 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=2.952 mas, bmaj=6.064 mas, bpa=-77.98 degrees ! Estimated noise=999.021 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.12009 Jy ! Component: 100 - total flux cleaned = 0.146944 Jy ! Total flux subtracted in 100 components = 0.146944 Jy ! Clean residual min=-0.004031 max=0.009020 Jy/beam ! Clean residual mean=0.000002 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.146944 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.146944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073747Jy sigma=0.000800 ! Fit after self-cal, rms=0.073744Jy sigma=0.000800 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00862879 Jy ! Component: 100 - total flux cleaned = 0.0118602 Jy ! Total flux subtracted in 100 components = 0.0118602 Jy ! Clean residual min=-0.003402 max=0.003247 Jy/beam ! Clean residual mean=0.000004 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.158804 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 13 components and 0.158804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072661Jy sigma=0.000791 ! Fit after self-cal, rms=0.072655Jy sigma=0.000791 ! 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.655 mas, bmaj=6.954 mas, bpa=-81.68 degrees ! Estimated noise=578.206 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.00141567 Jy ! Component: 100 - total flux cleaned = 0.00209674 Jy ! Component: 150 - total flux cleaned = 0.00244512 Jy ! Component: 200 - total flux cleaned = 0.002485 Jy ! Total flux subtracted in 200 components = 0.002485 Jy ! Clean residual min=-0.002681 max=0.002799 Jy/beam ! Clean residual mean=0.000009 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.161289 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 25 components and 0.161289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072602Jy sigma=0.000791 ! Fit after self-cal, rms=0.072602Jy sigma=0.000791 ! 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.88 HN 0.98 KP 1.03 ! LA 1.15 MK 1.02 NL 0.98 OV 0.99 ! PT 1.04 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.04 HN 1.03 KP 1.02 ! LA 1.14 MK 1.05 NL 1.01 OV 0.99 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.16 HN 1.03 KP 0.92 ! LA 0.92 MK 1.01 NL 0.98 OV 0.93 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.99 HN 1.00 KP 0.88 ! LA 0.86 MK 0.98 NL 1.05 OV 0.99 ! PT 1.05 SC 0.93 ! ! ! Fit before self-cal, rms=0.072602Jy sigma=0.000791 ! Fit after self-cal, rms=0.069987Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.655 mas, bmaj=6.949 mas, bpa=-81.97 degrees ! Estimated noise=578.182 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 = 8.0517e-05 Jy ! Component: 100 - total flux cleaned = 9.63242e-05 Jy ! Component: 150 - total flux cleaned = 8.31424e-05 Jy ! Component: 200 - total flux cleaned = 7.15972e-05 Jy ! Total flux subtracted in 200 components = 7.15972e-05 Jy ! Clean residual min=-0.001669 max=0.002033 Jy/beam ! Clean residual mean=-0.000004 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.161361 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 37 components and 0.161361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069981Jy sigma=0.000773 ! Fit after self-cal, rms=0.069969Jy sigma=0.000773 ! 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.069969Jy sigma=0.000773 ! Fit after self-cal, rms=0.069849Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.655 mas, bmaj=6.953 mas, bpa=-81.95 degrees ! Estimated noise=578.158 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000169031 Jy ! Component: 100 - total flux cleaned = 0.000179754 Jy ! Component: 150 - total flux cleaned = 0.000190308 Jy ! Component: 200 - total flux cleaned = 0.000209069 Jy ! Total flux subtracted in 200 components = 0.000209069 Jy ! Clean residual min=-0.001541 max=0.001872 Jy/beam ! Clean residual mean=-0.000009 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.16157 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.16157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069846Jy sigma=0.000771 ! Fit after self-cal, rms=0.069846Jy sigma=0.000771 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-103.5, -67). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000873442 Jy ! Component: 100 - total flux cleaned = 0.00107963 Jy ! Component: 150 - total flux cleaned = 0.000880881 Jy ! Component: 200 - total flux cleaned = 0.000713024 Jy ! Total flux subtracted in 200 components = 0.000713024 Jy ! Clean residual min=-0.001499 max=0.001340 Jy/beam ! Clean residual mean=-0.000009 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.162283 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 56 components and 0.162283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069796Jy sigma=0.000771 ! Fit after self-cal, rms=0.069792Jy sigma=0.000771 ! 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.069792Jy sigma=0.000771 ! Fit after self-cal, rms=0.069801Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.656 mas, bmaj=6.956 mas, bpa=-81.99 degrees ! Estimated noise=578.244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000307461 Jy ! Component: 100 - total flux cleaned = 0.000181634 Jy ! Component: 150 - total flux cleaned = 0.000125662 Jy ! Component: 200 - total flux cleaned = 9.33045e-05 Jy ! Total flux subtracted in 200 components = 9.33045e-05 Jy ! Clean residual min=-0.001506 max=0.001296 Jy/beam ! Clean residual mean=-0.000008 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.162376 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 58 components and 0.162376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069790Jy sigma=0.000771 ! Fit after self-cal, rms=0.069790Jy sigma=0.000771 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.45915e-05 Jy ! Component: 100 - total flux cleaned = 2.00718e-05 Jy ! Component: 150 - total flux cleaned = -6.06782e-06 Jy ! Component: 200 - total flux cleaned = -1.83014e-05 Jy ! Total flux subtracted in 200 components = -1.83014e-05 Jy ! Clean residual min=-0.001475 max=0.001276 Jy/beam ! Clean residual mean=-0.000008 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.162358 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 64 components and 0.162358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069786Jy sigma=0.000771 ! Fit after self-cal, rms=0.069786Jy sigma=0.000771 ! 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.069786Jy sigma=0.000771 ! Fit after self-cal, rms=0.069774Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.745 mas, bmaj=11.24 mas, bpa=85.49 degrees ! Estimated noise=699.749 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000167684 Jy ! Component: 100 - total flux cleaned = -0.000167583 Jy ! Component: 150 - total flux cleaned = -0.000183381 Jy ! Component: 200 - total flux cleaned = -0.000197452 Jy ! Total flux subtracted in 200 components = -0.000197452 Jy ! Clean residual min=-0.001503 max=0.001350 Jy/beam ! Clean residual mean=-0.000016 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.16216 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 83 components and 0.16216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069773Jy sigma=0.000771 ! Fit after self-cal, rms=0.069773Jy sigma=0.000771 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.76674e-05 Jy ! Component: 100 - total flux cleaned = -5.76605e-05 Jy ! Component: 150 - total flux cleaned = -6.94717e-05 Jy ! Component: 200 - total flux cleaned = -7.47623e-05 Jy ! Total flux subtracted in 200 components = -7.47623e-05 Jy ! Clean residual min=-0.001490 max=0.001350 Jy/beam ! Clean residual mean=-0.000016 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.162086 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 90 components and 0.162086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069773Jy sigma=0.000771 ! Fit after self-cal, rms=0.069773Jy sigma=0.000771 ! 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.656 mas, bmaj=6.954 mas, bpa=-82.03 degrees ! Estimated noise=578.116 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.656 x 6.954 at -82.03 degrees (North through East) ! Clean map min=-0.0015619 max=0.15455 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=2.957 mas, bmaj=6.038 mas, bpa=-78.42 degrees ! Estimated noise=994.809 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.119517 Jy ! Component: 100 - total flux cleaned = 0.146278 Jy ! Component: 150 - total flux cleaned = 0.154828 Jy ! Component: 200 - total flux cleaned = 0.158527 Jy ! Total flux subtracted in 200 components = 0.158527 Jy ! Clean residual min=-0.002799 max=0.002402 Jy/beam ! Clean residual mean=-0.000003 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.158527 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.158527 Jy ! Inverting map and beam ! Estimated beam: bmin=3.656 mas, bmaj=6.954 mas, bpa=-82.03 degrees ! Estimated noise=578.116 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.00190165 Jy ! Component: 100 - total flux cleaned = 0.00281838 Jy ! Component: 150 - total flux cleaned = 0.00341814 Jy ! Component: 200 - total flux cleaned = 0.00360429 Jy ! Total flux subtracted in 200 components = 0.00360429 Jy ! Clean residual min=-0.001568 max=0.001361 Jy/beam ! Clean residual mean=-0.000008 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.162132 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 40 components and 0.162132 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.745 mas, bmaj=11.24 mas, bpa=85.49 degrees ! Estimated noise=699.749 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000221271 Jy ! Component: 100 - total flux cleaned = 0.000205288 Jy ! Component: 150 - total flux cleaned = 0.000147377 Jy ! Component: 200 - total flux cleaned = 8.21767e-05 Jy ! Total flux subtracted in 200 components = 8.21767e-05 Jy ! Clean residual min=-0.001450 max=0.001344 Jy/beam ! Clean residual mean=-0.000016 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.162214 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 = -3.49647e-05 Jy ! Component: 100 - total flux cleaned = -6.71024e-05 Jy ! Component: 150 - total flux cleaned = -8.71471e-05 Jy ! Component: 200 - total flux cleaned = -0.000114576 Jy ! Total flux subtracted in 200 components = -0.000114576 Jy ! Clean residual min=-0.001456 max=0.001353 Jy/beam ! Clean residual mean=-0.000016 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.162099 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 67 components and 0.162099 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.656 mas, bmaj=6.954 mas, bpa=-82.03 degrees ! Estimated noise=578.116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000126736 Jy ! Component: 100 - total flux cleaned = 0.000109536 Jy ! Component: 150 - total flux cleaned = 9.44066e-05 Jy ! Component: 200 - total flux cleaned = 8.05635e-05 Jy ! Total flux subtracted in 200 components = 8.05635e-05 Jy ! Clean residual min=-0.001454 max=0.001303 Jy/beam ! Clean residual mean=-0.000008 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.16218 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 78 components and 0.16218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069781Jy sigma=0.000771 ! Fit after self-cal, rms=0.069780Jy sigma=0.000771 wmodel J1623+6624_S_2014_05_31_pus_map.mod ! Writing 78 model components to file: J1623+6624_S_2014_05_31_pus_map.mod wobs J1623+6624_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1623+6624_S_2014_05_31_pus_uvs.fits wwins J1623+6624_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J1623+6624_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.000398664 Jy ! Component: 100 - total flux cleaned = -0.00047103 Jy ! Component: 150 - total flux cleaned = -0.000403651 Jy ! Component: 200 - total flux cleaned = -0.000316687 Jy ! Component: 250 - total flux cleaned = -0.000253328 Jy ! Component: 300 - total flux cleaned = -0.000211777 Jy ! Component: 350 - total flux cleaned = -0.000191295 Jy ! Component: 400 - total flux cleaned = -9.37852e-05 Jy ! Component: 450 - total flux cleaned = -7.49258e-05 Jy ! Component: 500 - total flux cleaned = -5.6206e-05 Jy ! Component: 550 - total flux cleaned = -7.42977e-05 Jy ! Component: 600 - total flux cleaned = -9.18586e-05 Jy ! Component: 650 - total flux cleaned = -9.16497e-05 Jy ! Component: 700 - total flux cleaned = -9.16089e-05 Jy ! Component: 750 - total flux cleaned = -0.000125299 Jy ! Component: 800 - total flux cleaned = -0.000141528 Jy ! Component: 850 - total flux cleaned = -0.000206872 Jy ! Component: 900 - total flux cleaned = -0.000271223 Jy ! Component: 950 - total flux cleaned = -0.000318845 Jy ! Component: 1000 - total flux cleaned = -0.000350099 Jy ! Component: 1050 - total flux cleaned = -0.00041144 Jy ! Component: 1100 - total flux cleaned = -0.000426491 Jy ! Component: 1150 - total flux cleaned = -0.000411343 Jy ! Component: 1200 - total flux cleaned = -0.00045555 Jy ! Component: 1250 - total flux cleaned = -0.000484646 Jy ! Component: 1300 - total flux cleaned = -0.000484748 Jy ! Component: 1350 - total flux cleaned = -0.000456693 Jy ! Component: 1400 - total flux cleaned = -0.000484705 Jy ! Component: 1450 - total flux cleaned = -0.000470908 Jy ! Component: 1500 - total flux cleaned = -0.000470888 Jy ! Component: 1550 - total flux cleaned = -0.000470884 Jy ! Component: 1600 - total flux cleaned = -0.000484259 Jy ! Component: 1650 - total flux cleaned = -0.000497386 Jy ! Component: 1700 - total flux cleaned = -0.00052351 Jy ! Component: 1750 - total flux cleaned = -0.000510705 Jy ! Component: 1800 - total flux cleaned = -0.000485024 Jy ! Component: 1850 - total flux cleaned = -0.000523126 Jy ! Component: 1900 - total flux cleaned = -0.000548187 Jy ! Component: 1950 - total flux cleaned = -0.000535852 Jy ! Component: 2000 - total flux cleaned = -0.000585144 Jy ! Component: 2050 - total flux cleaned = -0.000597272 Jy ! Component: 2100 - total flux cleaned = -0.000657569 Jy ! Component: 2150 - total flux cleaned = -0.000669432 Jy ! Component: 2200 - total flux cleaned = -0.00064559 Jy ! Component: 2250 - total flux cleaned = -0.000668941 Jy ! Component: 2300 - total flux cleaned = -0.000680402 Jy ! Component: 2350 - total flux cleaned = -0.000680287 Jy ! Component: 2400 - total flux cleaned = -0.000703127 Jy ! Component: 2450 - total flux cleaned = -0.000725648 Jy ! Component: 2500 - total flux cleaned = -0.000736781 Jy ! Component: 2550 - total flux cleaned = -0.000714566 Jy ! Component: 2600 - total flux cleaned = -0.000736618 Jy ! Component: 2650 - total flux cleaned = -0.000703847 Jy ! Component: 2700 - total flux cleaned = -0.000747279 Jy ! Component: 2750 - total flux cleaned = -0.000747223 Jy ! Component: 2800 - total flux cleaned = -0.000768565 Jy ! Component: 2850 - total flux cleaned = -0.000747411 Jy ! Component: 2900 - total flux cleaned = -0.000736905 Jy ! Component: 2950 - total flux cleaned = -0.000768095 Jy ! Component: 3000 - total flux cleaned = -0.000747481 Jy ! Component: 3050 - total flux cleaned = -0.000788442 Jy ! Component: 3100 - total flux cleaned = -0.000778119 Jy ! Component: 3150 - total flux cleaned = -0.000778064 Jy ! Component: 3200 - total flux cleaned = -0.000788212 Jy ! Component: 3250 - total flux cleaned = -0.000808137 Jy ! Component: 3300 - total flux cleaned = -0.000827965 Jy ! Component: 3350 - total flux cleaned = -0.00080837 Jy ! Component: 3400 - total flux cleaned = -0.000828014 Jy ! Component: 3450 - total flux cleaned = -0.000895889 Jy ! Component: 3500 - total flux cleaned = -0.000915178 Jy ! Component: 3550 - total flux cleaned = -0.000915131 Jy ! Component: 3600 - total flux cleaned = -0.000943581 Jy ! Component: 3650 - total flux cleaned = -0.000962431 Jy ! Component: 3700 - total flux cleaned = -0.00100934 Jy ! Component: 3750 - total flux cleaned = -0.00101859 Jy ! Component: 3800 - total flux cleaned = -0.00106482 Jy ! Component: 3850 - total flux cleaned = -0.00104649 Jy ! Component: 3900 - total flux cleaned = -0.00111045 Jy ! Component: 3950 - total flux cleaned = -0.0011468 Jy ! Component: 4000 - total flux cleaned = -0.00115572 Jy ! Component: 4050 - total flux cleaned = -0.00114678 Jy ! Total flux subtracted in 4096 components = -0.00120025 Jy ! Clean residual min=-0.000551 max=0.000505 Jy/beam ! Clean residual mean=-0.000002 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.16098 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 352 components and 0.16098 Jy ![Exited script file: muppet] wmap "J1623+6624_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.656 x 6.954 at -82.03 degrees (North through East) ! Clean map min=-0.001382 max=0.15445 Jy/beam ! Writing clean map to FITS file: J1623+6624_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.154453 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00016064 device "J1623+6624_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1623+6624_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.312018 0.312018 0.624037 1.24807 2.49615 4.99229 9.98459 19.9692 39.9384 79.8767 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.154 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.656 x 6.954 at -82.03 degrees (North through East) ! Clean map min=-0.001382 max=0.15445 Jy/beam quit ! Quitting program ! Log file J1623+6624_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:31:50 2016