! Started logfile: J1047-1308_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:22:10 2017 obs J1047-1308_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1047-1308_S_2015_01_23_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.967751 visibilities/baseline/integration-bin. ! Found source: J1047-1308 ! ! 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 338 lines of history. ! ! Reading 14284 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 J1047-1308_S_2015_01_23_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.879049Jy sigma=0.008724 ! Fit after self-cal, rms=0.857565Jy sigma=0.008548 ! 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.419 mas, bmaj=6.29 mas, bpa=-3.476 degrees ! Estimated noise=858.358 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.106558 Jy ! Component: 100 - total flux cleaned = 0.147275 Jy ! Total flux subtracted in 100 components = 0.147275 Jy ! Clean residual min=-0.009175 max=0.019435 Jy/beam ! Clean residual mean=0.000004 rms=0.002612 Jy/beam ! Combined flux in latest and established models = 0.147275 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.147275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147030Jy sigma=0.000924 ! Fit after self-cal, rms=0.146952Jy sigma=0.000923 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0228958 Jy ! Component: 100 - total flux cleaned = 0.0355992 Jy ! Total flux subtracted in 100 components = 0.0355992 Jy ! Clean residual min=-0.007223 max=0.009639 Jy/beam ! Clean residual mean=0.000000 rms=0.001858 Jy/beam ! Combined flux in latest and established models = 0.182874 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 12 components and 0.182874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142176Jy sigma=0.000859 ! Fit after self-cal, rms=0.142155Jy sigma=0.000858 ! 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=2.941 mas, bmaj=7.37 mas, bpa=-3.822 degrees ! Estimated noise=642.096 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.00777813 Jy ! Component: 100 - total flux cleaned = 0.0112879 Jy ! Component: 150 - total flux cleaned = 0.0120637 Jy ! Component: 200 - total flux cleaned = 0.0119564 Jy ! Total flux subtracted in 200 components = 0.0119564 Jy ! Clean residual min=-0.006651 max=0.010012 Jy/beam ! Clean residual mean=-0.000001 rms=0.002258 Jy/beam ! Combined flux in latest and established models = 0.19483 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 15 components and 0.19483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141539Jy sigma=0.000853 ! Fit after self-cal, rms=0.141537Jy sigma=0.000853 ! 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.95 FD 0.76 HN 0.90 KP 1.03 ! LA 1.47 MK 1.01 NL 0.94 OV 0.92 ! PT 0.97 SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.90 HN 1.01 KP 0.96 ! LA 1.47 MK 1.04 NL 1.07 OV 1.00 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.06 HN 0.99 KP 0.85 ! LA 1.14 MK 1.04 NL 1.30 OV 0.89 ! PT 0.94 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.89 HN 0.95 KP 0.80 ! LA 1.25 MK 1.03 NL 1.02 OV 0.95 ! PT 0.96 SC 0.93 ! ! ! Fit before self-cal, rms=0.141537Jy sigma=0.000853 ! Fit after self-cal, rms=0.134291Jy sigma=0.000809 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.948 mas, bmaj=7.373 mas, bpa=-3.407 degrees ! Estimated noise=642.42 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.000607504 Jy ! Component: 100 - total flux cleaned = 0.000606275 Jy ! Component: 150 - total flux cleaned = 0.000683932 Jy ! Component: 200 - total flux cleaned = 0.000755302 Jy ! Total flux subtracted in 200 components = 0.000755302 Jy ! Clean residual min=-0.005220 max=0.004868 Jy/beam ! Clean residual mean=0.000023 rms=0.001439 Jy/beam ! Combined flux in latest and established models = 0.195586 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 25 components and 0.195586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134261Jy sigma=0.000809 ! Fit after self-cal, rms=0.134490Jy sigma=0.000808 ! 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.134490Jy sigma=0.000808 ! Fit after self-cal, rms=0.136188Jy sigma=0.000785 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.943 mas, bmaj=7.364 mas, bpa=-3.292 degrees ! Estimated noise=645.398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156331 Jy ! Component: 100 - total flux cleaned = 0.00214675 Jy ! Component: 150 - total flux cleaned = 0.0022424 Jy ! Component: 200 - total flux cleaned = 0.00233004 Jy ! Total flux subtracted in 200 components = 0.00233004 Jy ! Clean residual min=-0.002785 max=0.003747 Jy/beam ! Clean residual mean=0.000002 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.197916 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 34 components and 0.197916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136161Jy sigma=0.000784 ! Fit after self-cal, rms=0.136293Jy sigma=0.000784 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 (-16.5, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00323901 Jy ! Component: 100 - total flux cleaned = 0.00488899 Jy ! Component: 150 - total flux cleaned = 0.00563203 Jy ! Component: 200 - total flux cleaned = 0.00609372 Jy ! Total flux subtracted in 200 components = 0.00609372 Jy ! Clean residual min=-0.002581 max=0.002262 Jy/beam ! Clean residual mean=0.000004 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.204009 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 54 components and 0.204009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136205Jy sigma=0.000783 ! Fit after self-cal, rms=0.136199Jy sigma=0.000783 ! 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.136199Jy sigma=0.000783 ! Fit after self-cal, rms=0.137074Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.94 mas, bmaj=7.364 mas, bpa=-3.323 degrees ! Estimated noise=645.357 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00139468 Jy ! Component: 100 - total flux cleaned = 0.00191596 Jy ! Component: 150 - total flux cleaned = 0.00200803 Jy ! Component: 200 - total flux cleaned = 0.00203602 Jy ! Total flux subtracted in 200 components = 0.00203602 Jy ! Clean residual min=-0.002384 max=0.001822 Jy/beam ! Clean residual mean=-0.000003 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.206045 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 72 components and 0.206045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137051Jy sigma=0.000782 ! Fit after self-cal, rms=0.137057Jy sigma=0.000782 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 = 0.000430329 Jy ! Component: 100 - total flux cleaned = 0.000458472 Jy ! Component: 150 - total flux cleaned = 0.000458154 Jy ! Component: 200 - total flux cleaned = 0.000457805 Jy ! Total flux subtracted in 200 components = 0.000457805 Jy ! Clean residual min=-0.002356 max=0.001810 Jy/beam ! Clean residual mean=-0.000002 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.206503 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 78 components and 0.206503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137046Jy sigma=0.000782 ! Fit after self-cal, rms=0.137047Jy sigma=0.000782 ! 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.137047Jy sigma=0.000782 ! Fit after self-cal, rms=0.136810Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.139 mas, bmaj=13.77 mas, bpa=-1.277 degrees ! Estimated noise=883.488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000758356 Jy ! Component: 100 - total flux cleaned = 0.000925616 Jy ! Component: 150 - total flux cleaned = 0.00100467 Jy ! Component: 200 - total flux cleaned = 0.00107378 Jy ! Total flux subtracted in 200 components = 0.00107378 Jy ! Clean residual min=-0.002301 max=0.002090 Jy/beam ! Clean residual mean=-0.000006 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.207577 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 98 components and 0.207577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136810Jy sigma=0.000782 ! Fit after self-cal, rms=0.136811Jy sigma=0.000782 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 = 0.000123125 Jy ! Component: 100 - total flux cleaned = 0.00017705 Jy ! Component: 150 - total flux cleaned = 0.000160316 Jy ! Component: 200 - total flux cleaned = 0.000160623 Jy ! Total flux subtracted in 200 components = 0.000160623 Jy ! Clean residual min=-0.002235 max=0.002073 Jy/beam ! Clean residual mean=-0.000006 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.207738 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 108 components and 0.207738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136815Jy sigma=0.000782 ! Fit after self-cal, rms=0.136815Jy sigma=0.000782 ! 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=2.936 mas, bmaj=7.361 mas, bpa=-3.368 degrees ! Estimated noise=645.023 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.936 x 7.361 at -3.368 degrees (North through East) ! Clean map min=-0.0020947 max=0.14739 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.41 mas, bmaj=6.311 mas, bpa=-3.159 degrees ! Estimated noise=856.114 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.106243 Jy ! Component: 100 - total flux cleaned = 0.148274 Jy ! Component: 150 - total flux cleaned = 0.171516 Jy ! Component: 200 - total flux cleaned = 0.184514 Jy ! Total flux subtracted in 200 components = 0.184514 Jy ! Clean residual min=-0.004633 max=0.006350 Jy/beam ! Clean residual mean=-0.000004 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.184514 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.184514 Jy ! Inverting map and beam ! Estimated beam: bmin=2.936 mas, bmaj=7.361 mas, bpa=-3.368 degrees ! Estimated noise=645.023 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.00811349 Jy ! Component: 100 - total flux cleaned = 0.0128508 Jy ! Component: 150 - total flux cleaned = 0.015966 Jy ! Component: 200 - total flux cleaned = 0.0182403 Jy ! Total flux subtracted in 200 components = 0.0182403 Jy ! Clean residual min=-0.002594 max=0.002070 Jy/beam ! Clean residual mean=-0.000004 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.202754 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 36 components and 0.202754 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.139 mas, bmaj=13.77 mas, bpa=-1.277 degrees ! Estimated noise=883.488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0022996 Jy ! Component: 100 - total flux cleaned = 0.00363081 Jy ! Component: 150 - total flux cleaned = 0.00444434 Jy ! Component: 200 - total flux cleaned = 0.00466034 Jy ! Total flux subtracted in 200 components = 0.00466034 Jy ! Clean residual min=-0.002241 max=0.002089 Jy/beam ! Clean residual mean=-0.000006 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.207415 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.000154614 Jy ! Component: 100 - total flux cleaned = 0.000218782 Jy ! Component: 150 - total flux cleaned = 0.000233136 Jy ! Component: 200 - total flux cleaned = 0.000232751 Jy ! Total flux subtracted in 200 components = 0.000232751 Jy ! Clean residual min=-0.002233 max=0.002049 Jy/beam ! Clean residual mean=-0.000006 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.207647 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 72 components and 0.207647 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.936 mas, bmaj=7.361 mas, bpa=-3.368 degrees ! Estimated noise=645.023 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.75037e-05 Jy ! Component: 100 - total flux cleaned = 0.000117108 Jy ! Component: 150 - total flux cleaned = 8.33403e-05 Jy ! Component: 200 - total flux cleaned = 5.15503e-05 Jy ! Total flux subtracted in 200 components = 5.15503e-05 Jy ! Clean residual min=-0.002296 max=0.001862 Jy/beam ! Clean residual mean=-0.000003 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.207699 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 93 components and 0.207699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136834Jy sigma=0.000782 ! Fit after self-cal, rms=0.136833Jy sigma=0.000782 wmodel J1047-1308_S_2015_01_23_pus_map.mod ! Writing 93 model components to file: J1047-1308_S_2015_01_23_pus_map.mod wobs J1047-1308_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1047-1308_S_2015_01_23_pus_uvs.fits wwins J1047-1308_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J1047-1308_S_2015_01_23_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.000904632 Jy ! Component: 100 - total flux cleaned = -0.0012922 Jy ! Component: 150 - total flux cleaned = -0.00139273 Jy ! Component: 200 - total flux cleaned = -0.00139315 Jy ! Component: 250 - total flux cleaned = -0.00133149 Jy ! Component: 300 - total flux cleaned = -0.00127187 Jy ! Component: 350 - total flux cleaned = -0.00115501 Jy ! Component: 400 - total flux cleaned = -0.000983095 Jy ! Component: 450 - total flux cleaned = -0.000843182 Jy ! Component: 500 - total flux cleaned = -0.000651526 Jy ! Component: 550 - total flux cleaned = -0.000544255 Jy ! Component: 600 - total flux cleaned = -0.000438978 Jy ! Component: 650 - total flux cleaned = -0.000335469 Jy ! Component: 700 - total flux cleaned = -0.000233933 Jy ! Component: 750 - total flux cleaned = -0.000208764 Jy ! Component: 800 - total flux cleaned = -1.13542e-05 Jy ! Component: 850 - total flux cleaned = 3.69653e-05 Jy ! Component: 900 - total flux cleaned = 6.07465e-05 Jy ! Component: 950 - total flux cleaned = 0.000131585 Jy ! Component: 1000 - total flux cleaned = 0.000155072 Jy ! Component: 1050 - total flux cleaned = 0.000315482 Jy ! Component: 1100 - total flux cleaned = 0.000406016 Jy ! Component: 1150 - total flux cleaned = 0.000562572 Jy ! Component: 1200 - total flux cleaned = 0.000628473 Jy ! Component: 1250 - total flux cleaned = 0.000715698 Jy ! Component: 1300 - total flux cleaned = 0.000759126 Jy ! Component: 1350 - total flux cleaned = 0.000844529 Jy ! Component: 1400 - total flux cleaned = 0.000949915 Jy ! Component: 1450 - total flux cleaned = 0.00103315 Jy ! Component: 1500 - total flux cleaned = 0.0011153 Jy ! Component: 1550 - total flux cleaned = 0.00119672 Jy ! Component: 1600 - total flux cleaned = 0.0012574 Jy ! Component: 1650 - total flux cleaned = 0.00133718 Jy ! Component: 1700 - total flux cleaned = 0.00143567 Jy ! Component: 1750 - total flux cleaned = 0.00153332 Jy ! Component: 1800 - total flux cleaned = 0.00162977 Jy ! Component: 1850 - total flux cleaned = 0.00168714 Jy ! Component: 1900 - total flux cleaned = 0.00176304 Jy ! Component: 1950 - total flux cleaned = 0.00181963 Jy ! Component: 2000 - total flux cleaned = 0.00195004 Jy ! Component: 2050 - total flux cleaned = 0.00207946 Jy ! Component: 2100 - total flux cleaned = 0.00218966 Jy ! Component: 2150 - total flux cleaned = 0.00237121 Jy ! Component: 2200 - total flux cleaned = 0.00240723 Jy ! Component: 2250 - total flux cleaned = 0.00253237 Jy ! Component: 2300 - total flux cleaned = 0.00272742 Jy ! Component: 2350 - total flux cleaned = 0.00279792 Jy ! Component: 2400 - total flux cleaned = 0.00298989 Jy ! Component: 2450 - total flux cleaned = 0.00302454 Jy ! Component: 2500 - total flux cleaned = 0.0031967 Jy ! Component: 2550 - total flux cleaned = 0.0033502 Jy ! Component: 2600 - total flux cleaned = 0.00341797 Jy ! Component: 2650 - total flux cleaned = 0.00355271 Jy ! Component: 2700 - total flux cleaned = 0.00370318 Jy ! Component: 2750 - total flux cleaned = 0.00383614 Jy ! Component: 2800 - total flux cleaned = 0.00391877 Jy ! Component: 2850 - total flux cleaned = 0.00403355 Jy ! Component: 2900 - total flux cleaned = 0.00417995 Jy ! Component: 2950 - total flux cleaned = 0.00429328 Jy ! Component: 3000 - total flux cleaned = 0.00442181 Jy ! Component: 3050 - total flux cleaned = 0.00453338 Jy ! Component: 3100 - total flux cleaned = 0.00464438 Jy ! Component: 3150 - total flux cleaned = 0.0046916 Jy ! Component: 3200 - total flux cleaned = 0.0048168 Jy ! Component: 3250 - total flux cleaned = 0.00492558 Jy ! Component: 3300 - total flux cleaned = 0.00494114 Jy ! Component: 3350 - total flux cleaned = 0.00509481 Jy ! Component: 3400 - total flux cleaned = 0.00517119 Jy ! Component: 3450 - total flux cleaned = 0.00517129 Jy ! Component: 3500 - total flux cleaned = 0.00532206 Jy ! Component: 3550 - total flux cleaned = 0.005382 Jy ! Component: 3600 - total flux cleaned = 0.00547138 Jy ! Component: 3650 - total flux cleaned = 0.00545656 Jy ! Component: 3700 - total flux cleaned = 0.0055451 Jy ! Component: 3750 - total flux cleaned = 0.00557436 Jy ! Component: 3800 - total flux cleaned = 0.00554517 Jy ! Component: 3850 - total flux cleaned = 0.0056322 Jy ! Component: 3900 - total flux cleaned = 0.0056755 Jy ! Component: 3950 - total flux cleaned = 0.00571854 Jy ! Component: 4000 - total flux cleaned = 0.00571831 Jy ! Component: 4050 - total flux cleaned = 0.00574672 Jy ! Total flux subtracted in 4096 components = 0.00581745 Jy ! Clean residual min=-0.000708 max=0.000956 Jy/beam ! Clean residual mean=-0.000002 rms=0.000260 Jy/beam ! Combined flux in latest and established models = 0.213516 Jy keep ! Adding 321 model components to the UV plane model. ! The established model now contains 414 components and 0.213516 Jy ![Exited script file: muppet] wmap "J1047-1308_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.936 x 7.361 at -3.368 degrees (North through East) ! Clean map min=-0.0018319 max=0.14751 Jy/beam ! Writing clean map to FITS file: J1047-1308_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.147514 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000259875 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.528508 0.528508 1.05702 2.11403 4.22807 8.45613 16.9123 33.8245 67.649 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.147 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.936 x 7.361 at -3.368 degrees (North through East) ! Clean map min=-0.0018319 max=0.14751 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 J1047-1308_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:22:15 2017