! Started logfile: J1333+0652_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:55:14 2016 obs J1333+0652_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1333+0652_S_2014_06_09_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.774797 visibilities/baseline/integration-bin. ! Found source: J1333+0652 ! ! 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 11436 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 J1333+0652_S_2014_06_09_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.853384Jy sigma=0.010240 ! Fit after self-cal, rms=0.840995Jy sigma=0.010086 ! 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.584 mas, bmaj=7.297 mas, bpa=-4.529 degrees ! Estimated noise=725.423 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.120494 Jy ! Component: 100 - total flux cleaned = 0.152011 Jy ! Total flux subtracted in 100 components = 0.152011 Jy ! Clean residual min=-0.005325 max=0.013882 Jy/beam ! Clean residual mean=0.000011 rms=0.001695 Jy/beam ! Combined flux in latest and established models = 0.152011 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.152011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075510Jy sigma=0.000850 ! Fit after self-cal, rms=0.075506Jy sigma=0.000849 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0156198 Jy ! Component: 100 - total flux cleaned = 0.0242608 Jy ! Total flux subtracted in 100 components = 0.0242608 Jy ! Clean residual min=-0.003699 max=0.004375 Jy/beam ! Clean residual mean=0.000002 rms=0.001020 Jy/beam ! Combined flux in latest and established models = 0.176272 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 17 components and 0.176272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071691Jy sigma=0.000804 ! Fit after self-cal, rms=0.071695Jy sigma=0.000804 ! 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.129 mas, bmaj=8.581 mas, bpa=-5.651 degrees ! Estimated noise=559.404 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.00563718 Jy ! Component: 100 - total flux cleaned = 0.00853228 Jy ! Component: 150 - total flux cleaned = 0.0101596 Jy ! Component: 200 - total flux cleaned = 0.0111169 Jy ! Total flux subtracted in 200 components = 0.0111169 Jy ! Clean residual min=-0.002838 max=0.002607 Jy/beam ! Clean residual mean=-0.000002 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.187389 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 45 components and 0.187389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071164Jy sigma=0.000800 ! Fit after self-cal, rms=0.071173Jy sigma=0.000800 ! 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.84 HN 0.94 KP 1.04 ! LA 1.19 MK 1.01 NL 0.97 OV 0.98 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 0.98 KP 1.04 ! LA 1.13 MK 1.04 NL 1.07 OV 1.02 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.15 HN 1.02 KP 0.91 ! LA 0.90 MK 1.02 NL 1.04 OV 0.94 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 0.98 KP 0.88 ! LA 0.88 MK 1.04 NL 1.05 OV 1.00 ! PT 1.01 SC 0.99 ! ! ! Fit before self-cal, rms=0.071173Jy sigma=0.000800 ! Fit after self-cal, rms=0.068538Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.149 mas, bmaj=8.613 mas, bpa=-5.561 degrees ! Estimated noise=560.492 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.000213033 Jy ! Component: 100 - total flux cleaned = -0.000197054 Jy ! Component: 150 - total flux cleaned = -0.000197414 Jy ! Component: 200 - total flux cleaned = -0.000198023 Jy ! Total flux subtracted in 200 components = -0.000198023 Jy ! Clean residual min=-0.001807 max=0.001907 Jy/beam ! Clean residual mean=-0.000002 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.187191 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 50 components and 0.187191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068531Jy sigma=0.000774 ! Fit after self-cal, rms=0.068536Jy sigma=0.000774 ! 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.068536Jy sigma=0.000774 ! Fit after self-cal, rms=0.068413Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.153 mas, bmaj=8.636 mas, bpa=-5.562 degrees ! Estimated noise=560.826 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000264259 Jy ! Component: 100 - total flux cleaned = -0.00034583 Jy ! Component: 150 - total flux cleaned = -0.000345879 Jy ! Component: 200 - total flux cleaned = -0.000346061 Jy ! Total flux subtracted in 200 components = -0.000346061 Jy ! Clean residual min=-0.001458 max=0.001764 Jy/beam ! Clean residual mean=-0.000002 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.186845 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 54 components and 0.186845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068406Jy sigma=0.000772 ! Fit after self-cal, rms=0.068406Jy sigma=0.000772 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.19777e-05 Jy ! Component: 100 - total flux cleaned = 7.27784e-05 Jy ! Component: 150 - total flux cleaned = 5.67901e-05 Jy ! Component: 200 - total flux cleaned = 4.96508e-05 Jy ! Total flux subtracted in 200 components = 4.96508e-05 Jy ! Clean residual min=-0.001453 max=0.001760 Jy/beam ! Clean residual mean=-0.000002 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.186895 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 61 components and 0.186895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068404Jy sigma=0.000772 ! Fit after self-cal, rms=0.068404Jy sigma=0.000772 ! 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.068404Jy sigma=0.000772 ! Fit after self-cal, rms=0.068522Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.159 mas, bmaj=8.644 mas, bpa=-5.529 degrees ! Estimated noise=561.493 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000158325 Jy ! Component: 100 - total flux cleaned = -0.000245155 Jy ! Component: 150 - total flux cleaned = -0.000279453 Jy ! Component: 200 - total flux cleaned = -0.000293799 Jy ! Total flux subtracted in 200 components = -0.000293799 Jy ! Clean residual min=-0.001449 max=0.001768 Jy/beam ! Clean residual mean=-0.000002 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.186601 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 64 components and 0.186601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068518Jy sigma=0.000772 ! Fit after self-cal, rms=0.068519Jy sigma=0.000772 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 (-81.5, 27). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149259 Jy ! Component: 100 - total flux cleaned = 0.00190625 Jy ! Component: 150 - total flux cleaned = 0.00198206 Jy ! Component: 200 - total flux cleaned = 0.00204767 Jy ! Total flux subtracted in 200 components = 0.00204767 Jy ! Clean residual min=-0.001568 max=0.001553 Jy/beam ! Clean residual mean=-0.000002 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.188648 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 86 components and 0.188648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068482Jy sigma=0.000772 ! Fit after self-cal, rms=0.068480Jy sigma=0.000772 ! 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.068480Jy sigma=0.000772 ! Fit after self-cal, rms=0.068482Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.262 mas, bmaj=14.63 mas, bpa=-10.73 degrees ! Estimated noise=694.382 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000242162 Jy ! Component: 100 - total flux cleaned = 0.000258136 Jy ! Component: 150 - total flux cleaned = 0.000229604 Jy ! Component: 200 - total flux cleaned = 0.000217032 Jy ! Total flux subtracted in 200 components = 0.000217032 Jy ! Clean residual min=-0.001554 max=0.001543 Jy/beam ! Clean residual mean=-0.000004 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.188865 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 101 components and 0.188865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068479Jy sigma=0.000772 ! Fit after self-cal, rms=0.068479Jy sigma=0.000772 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.15757e-05 Jy ! Component: 100 - total flux cleaned = 2.33459e-05 Jy ! Component: 150 - total flux cleaned = 3.37047e-05 Jy ! Component: 200 - total flux cleaned = 3.34703e-05 Jy ! Total flux subtracted in 200 components = 3.34703e-05 Jy ! Clean residual min=-0.001546 max=0.001512 Jy/beam ! Clean residual mean=-0.000004 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.188899 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 104 components and 0.188899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068480Jy sigma=0.000772 ! Fit after self-cal, rms=0.068479Jy sigma=0.000772 ! 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.163 mas, bmaj=8.649 mas, bpa=-5.5 degrees ! Estimated noise=561.254 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.163 x 8.649 at -5.5 degrees (North through East) ! Clean map min=-0.0014634 max=0.16056 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.612 mas, bmaj=7.36 mas, bpa=-4.363 degrees ! Estimated noise=727.179 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.120663 Jy ! Component: 100 - total flux cleaned = 0.151454 Jy ! Component: 150 - total flux cleaned = 0.166139 Jy ! Component: 200 - total flux cleaned = 0.173962 Jy ! Total flux subtracted in 200 components = 0.173962 Jy ! Clean residual min=-0.002618 max=0.003778 Jy/beam ! Clean residual mean=0.000002 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.173962 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.173962 Jy ! Inverting map and beam ! Estimated beam: bmin=3.163 mas, bmaj=8.649 mas, bpa=-5.5 degrees ! Estimated noise=561.254 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.00568612 Jy ! Component: 100 - total flux cleaned = 0.00858978 Jy ! Component: 150 - total flux cleaned = 0.0104938 Jy ! Component: 200 - total flux cleaned = 0.0118362 Jy ! Total flux subtracted in 200 components = 0.0118362 Jy ! Clean residual min=-0.001545 max=0.001511 Jy/beam ! Clean residual mean=-0.000001 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.185798 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 52 components and 0.185798 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.262 mas, bmaj=14.63 mas, bpa=-10.73 degrees ! Estimated noise=694.382 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147793 Jy ! Component: 100 - total flux cleaned = 0.00231706 Jy ! Component: 150 - total flux cleaned = 0.00260202 Jy ! Component: 200 - total flux cleaned = 0.00277249 Jy ! Total flux subtracted in 200 components = 0.00277249 Jy ! Clean residual min=-0.001594 max=0.001518 Jy/beam ! Clean residual mean=-0.000004 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.188571 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.29309e-05 Jy ! Component: 100 - total flux cleaned = 0.000117699 Jy ! Component: 150 - total flux cleaned = 0.000165778 Jy ! Component: 200 - total flux cleaned = 0.000220387 Jy ! Total flux subtracted in 200 components = 0.000220387 Jy ! Clean residual min=-0.001576 max=0.001480 Jy/beam ! Clean residual mean=-0.000004 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.188791 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 87 components and 0.188791 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.163 mas, bmaj=8.649 mas, bpa=-5.5 degrees ! Estimated noise=561.254 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.53867e-05 Jy ! Component: 100 - total flux cleaned = 0.000105194 Jy ! Component: 150 - total flux cleaned = 8.253e-05 Jy ! Component: 200 - total flux cleaned = 8.20568e-05 Jy ! Total flux subtracted in 200 components = 8.20568e-05 Jy ! Clean residual min=-0.001485 max=0.001698 Jy/beam ! Clean residual mean=-0.000002 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.188873 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 101 components and 0.188873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068480Jy sigma=0.000772 ! Fit after self-cal, rms=0.068477Jy sigma=0.000772 wmodel J1333+0652_S_2014_06_09_pus_map.mod ! Writing 101 model components to file: J1333+0652_S_2014_06_09_pus_map.mod wobs J1333+0652_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1333+0652_S_2014_06_09_pus_uvs.fits wwins J1333+0652_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J1333+0652_S_2014_06_09_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 7.84156e-05 Jy ! Component: 100 - total flux cleaned = 0.000156988 Jy ! Component: 150 - total flux cleaned = 0.00020623 Jy ! Component: 200 - total flux cleaned = 0.000206539 Jy ! Component: 250 - total flux cleaned = 0.000229967 Jy ! Component: 300 - total flux cleaned = 0.000229639 Jy ! Component: 350 - total flux cleaned = 0.000207848 Jy ! Component: 400 - total flux cleaned = 0.000272407 Jy ! Component: 450 - total flux cleaned = 0.000272477 Jy ! Component: 500 - total flux cleaned = 0.000292902 Jy ! Component: 550 - total flux cleaned = 0.000352811 Jy ! Component: 600 - total flux cleaned = 0.000372245 Jy ! Component: 650 - total flux cleaned = 0.000410898 Jy ! Component: 700 - total flux cleaned = 0.000391955 Jy ! Component: 750 - total flux cleaned = 0.000354713 Jy ! Component: 800 - total flux cleaned = 0.000317767 Jy ! Component: 850 - total flux cleaned = 0.000190776 Jy ! Component: 900 - total flux cleaned = 8.37068e-05 Jy ! Component: 950 - total flux cleaned = -4.06208e-06 Jy ! Component: 1000 - total flux cleaned = -7.33154e-05 Jy ! Component: 1050 - total flux cleaned = -0.000141653 Jy ! Component: 1100 - total flux cleaned = -0.000259378 Jy ! Component: 1150 - total flux cleaned = -0.0003424 Jy ! Component: 1200 - total flux cleaned = -0.000424656 Jy ! Component: 1250 - total flux cleaned = -0.0004897 Jy ! Component: 1300 - total flux cleaned = -0.000585782 Jy ! Component: 1350 - total flux cleaned = -0.000664728 Jy ! Component: 1400 - total flux cleaned = -0.000742669 Jy ! Component: 1450 - total flux cleaned = -0.000758009 Jy ! Component: 1500 - total flux cleaned = -0.000819119 Jy ! Component: 1550 - total flux cleaned = -0.000894207 Jy ! Component: 1600 - total flux cleaned = -0.000924137 Jy ! Component: 1650 - total flux cleaned = -0.000982883 Jy ! Component: 1700 - total flux cleaned = -0.00105537 Jy ! Component: 1750 - total flux cleaned = -0.0010698 Jy ! Component: 1800 - total flux cleaned = -0.00112701 Jy ! Component: 1850 - total flux cleaned = -0.00118345 Jy ! Component: 1900 - total flux cleaned = -0.00116956 Jy ! Component: 1950 - total flux cleaned = -0.00119706 Jy ! Component: 2000 - total flux cleaned = -0.00122431 Jy ! Component: 2050 - total flux cleaned = -0.0012784 Jy ! Component: 2100 - total flux cleaned = -0.00131856 Jy ! Component: 2150 - total flux cleaned = -0.00135835 Jy ! Component: 2200 - total flux cleaned = -0.00135848 Jy ! Component: 2250 - total flux cleaned = -0.00144962 Jy ! Component: 2300 - total flux cleaned = -0.00148825 Jy ! Component: 2350 - total flux cleaned = -0.00151376 Jy ! Component: 2400 - total flux cleaned = -0.00157702 Jy ! Component: 2450 - total flux cleaned = -0.00162723 Jy ! Component: 2500 - total flux cleaned = -0.00166447 Jy ! Component: 2550 - total flux cleaned = -0.00167684 Jy ! Component: 2600 - total flux cleaned = -0.0017991 Jy ! Component: 2650 - total flux cleaned = -0.00185973 Jy ! Component: 2700 - total flux cleaned = -0.00188405 Jy ! Component: 2750 - total flux cleaned = -0.00202721 Jy ! Component: 2800 - total flux cleaned = -0.00205094 Jy ! Component: 2850 - total flux cleaned = -0.0020979 Jy ! Component: 2900 - total flux cleaned = -0.00215604 Jy ! Component: 2950 - total flux cleaned = -0.00217908 Jy ! Component: 3000 - total flux cleaned = -0.00223642 Jy ! Component: 3050 - total flux cleaned = -0.0023047 Jy ! Component: 3100 - total flux cleaned = -0.00233874 Jy ! Component: 3150 - total flux cleaned = -0.00238369 Jy ! Component: 3200 - total flux cleaned = -0.00246155 Jy ! Component: 3250 - total flux cleaned = -0.00253882 Jy ! Component: 3300 - total flux cleaned = -0.00251704 Jy ! Component: 3350 - total flux cleaned = -0.0025933 Jy ! Component: 3400 - total flux cleaned = -0.00263648 Jy ! Component: 3450 - total flux cleaned = -0.00267943 Jy ! Component: 3500 - total flux cleaned = -0.00267946 Jy ! Component: 3550 - total flux cleaned = -0.00275366 Jy ! Component: 3600 - total flux cleaned = -0.00278518 Jy ! Component: 3650 - total flux cleaned = -0.00276426 Jy ! Component: 3700 - total flux cleaned = -0.00277467 Jy ! Component: 3750 - total flux cleaned = -0.00279527 Jy ! Component: 3800 - total flux cleaned = -0.00281572 Jy ! Component: 3850 - total flux cleaned = -0.00283614 Jy ! Component: 3900 - total flux cleaned = -0.00283611 Jy ! Component: 3950 - total flux cleaned = -0.00284619 Jy ! Component: 4000 - total flux cleaned = -0.00286624 Jy ! Component: 4050 - total flux cleaned = -0.00288613 Jy ! Total flux subtracted in 4096 components = -0.00290591 Jy ! Clean residual min=-0.000569 max=0.000597 Jy/beam ! Clean residual mean=-0.000002 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.185967 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 388 components and 0.185967 Jy ![Exited script file: muppet] wmap "J1333+0652_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.163 x 8.649 at -5.5 degrees (North through East) ! Clean map min=-0.0011526 max=0.16072 Jy/beam ! Writing clean map to FITS file: J1333+0652_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.160718 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000179029 device "J1333+0652_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1333+0652_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.334179 0.334179 0.668358 1.33672 2.67343 5.34687 10.6937 21.3875 42.7749 85.5499 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.16 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.163 x 8.649 at -5.5 degrees (North through East) ! Clean map min=-0.0011526 max=0.16072 Jy/beam quit ! Quitting program ! Log file J1333+0652_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:55:19 2016