! Started logfile: J0945-0153_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:55:17 2016 obs J0945-0153_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0945-0153_S_2015_03_17_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.975205 visibilities/baseline/integration-bin. ! Found source: J0945-0153 ! ! 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 16676 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 J0945-0153_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.809439Jy sigma=0.008672 ! Fit after self-cal, rms=0.770112Jy sigma=0.008286 ! 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.593 mas, bmaj=6.492 mas, bpa=-5.394 degrees ! Estimated noise=690.394 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.168491 Jy ! Component: 100 - total flux cleaned = 0.219901 Jy ! Total flux subtracted in 100 components = 0.219901 Jy ! Clean residual min=-0.007537 max=0.021716 Jy/beam ! Clean residual mean=0.000022 rms=0.002254 Jy/beam ! Combined flux in latest and established models = 0.219901 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.219901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099051Jy sigma=0.000943 ! Fit after self-cal, rms=0.098926Jy sigma=0.000943 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.022933 Jy ! Component: 100 - total flux cleaned = 0.0346078 Jy ! Total flux subtracted in 100 components = 0.0346078 Jy ! Clean residual min=-0.006327 max=0.008969 Jy/beam ! Clean residual mean=0.000011 rms=0.001582 Jy/beam ! Combined flux in latest and established models = 0.254509 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 29 components and 0.254509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091314Jy sigma=0.000873 ! Fit after self-cal, rms=0.091257Jy sigma=0.000872 ! 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.128 mas, bmaj=7.456 mas, bpa=-4.327 degrees ! Estimated noise=525.19 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.0104255 Jy ! Component: 100 - total flux cleaned = 0.0162332 Jy ! Component: 150 - total flux cleaned = 0.0196408 Jy ! Component: 200 - total flux cleaned = 0.021675 Jy ! Total flux subtracted in 200 components = 0.021675 Jy ! Clean residual min=-0.006864 max=0.008271 Jy/beam ! Clean residual mean=0.000007 rms=0.001776 Jy/beam ! Combined flux in latest and established models = 0.276184 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 58 components and 0.276184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089673Jy sigma=0.000862 ! Fit after self-cal, rms=0.089656Jy sigma=0.000862 ! 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.99 FD 0.84 HN 0.96 KP 1.11 ! LA 0.97 MK 1.01 NL 0.92 OV 1.02 ! PT 1.20 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.86 HN 1.02 KP 1.07 ! LA 0.94 MK 1.05 NL 1.03 OV 1.02 ! PT 1.21 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.90 HN 1.01 KP 0.96 ! LA 0.78 MK 1.07 NL 1.13 OV 0.95 ! PT 1.16 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.94 HN 0.96 KP 0.91 ! LA 0.85 MK 1.06 NL 0.99 OV 1.02 ! PT 1.20 SC 0.99 ! ! ! Fit before self-cal, rms=0.089656Jy sigma=0.000862 ! Fit after self-cal, rms=0.083290Jy sigma=0.000804 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.164 mas, bmaj=7.514 mas, bpa=-4.133 degrees ! Estimated noise=527.916 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.00100321 Jy ! Component: 100 - total flux cleaned = -0.00116747 Jy ! Component: 150 - total flux cleaned = -0.00127172 Jy ! Component: 200 - total flux cleaned = -0.00133888 Jy ! Total flux subtracted in 200 components = -0.00133888 Jy ! Clean residual min=-0.002369 max=0.002326 Jy/beam ! Clean residual mean=0.000001 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.274845 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 68 components and 0.274845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083268Jy sigma=0.000804 ! Fit after self-cal, rms=0.083295Jy sigma=0.000804 ! 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.083295Jy sigma=0.000804 ! Fit after self-cal, rms=0.083292Jy sigma=0.000800 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.173 mas, bmaj=7.527 mas, bpa=-4 degrees ! Estimated noise=528.581 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000613586 Jy ! Component: 100 - total flux cleaned = -0.000671777 Jy ! Component: 150 - total flux cleaned = -0.000672431 Jy ! Component: 200 - total flux cleaned = -0.000671639 Jy ! Total flux subtracted in 200 components = -0.000671639 Jy ! Clean residual min=-0.001991 max=0.001920 Jy/beam ! Clean residual mean=0.000000 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.274174 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 71 components and 0.274174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083278Jy sigma=0.000800 ! Fit after self-cal, rms=0.083289Jy sigma=0.000800 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.12593e-05 Jy ! Component: 100 - total flux cleaned = 6.04882e-05 Jy ! Component: 150 - total flux cleaned = 6.01365e-05 Jy ! Component: 200 - total flux cleaned = 5.97485e-05 Jy ! Total flux subtracted in 200 components = 5.97485e-05 Jy ! Clean residual min=-0.001947 max=0.001916 Jy/beam ! Clean residual mean=0.000000 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.274233 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 73 components and 0.274233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083282Jy sigma=0.000800 ! Fit after self-cal, rms=0.083282Jy sigma=0.000800 ! 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.083282Jy sigma=0.000800 ! Fit after self-cal, rms=0.083314Jy sigma=0.000800 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.181 mas, bmaj=7.533 mas, bpa=-3.897 degrees ! Estimated noise=529.202 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00046023 Jy ! Component: 100 - total flux cleaned = -0.000550134 Jy ! Component: 150 - total flux cleaned = -0.000605151 Jy ! Component: 200 - total flux cleaned = -0.000605574 Jy ! Total flux subtracted in 200 components = -0.000605574 Jy ! Clean residual min=-0.001853 max=0.001930 Jy/beam ! Clean residual mean=0.000000 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.273628 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 73 components and 0.273628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083304Jy sigma=0.000799 ! Fit after self-cal, rms=0.083305Jy sigma=0.000799 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 (22, 20.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156337 Jy ! Component: 100 - total flux cleaned = 0.00174885 Jy ! Component: 150 - total flux cleaned = 0.0018431 Jy ! Component: 200 - total flux cleaned = 0.00198968 Jy ! Total flux subtracted in 200 components = 0.00198968 Jy ! Clean residual min=-0.001877 max=0.001561 Jy/beam ! Clean residual mean=0.000000 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.275618 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 98 components and 0.275617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083273Jy sigma=0.000799 ! Fit after self-cal, rms=0.083271Jy sigma=0.000799 ! 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.083271Jy sigma=0.000799 ! Fit after self-cal, rms=0.083272Jy sigma=0.000799 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.283 mas, bmaj=11.95 mas, bpa=-0.1917 degrees ! Estimated noise=695.426 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.55344e-06 Jy ! Component: 100 - total flux cleaned = -4.88637e-05 Jy ! Component: 150 - total flux cleaned = -4.94076e-05 Jy ! Component: 200 - total flux cleaned = -3.41132e-05 Jy ! Total flux subtracted in 200 components = -3.41132e-05 Jy ! Clean residual min=-0.002147 max=0.001628 Jy/beam ! Clean residual mean=0.000000 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.275583 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 119 components and 0.275583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083271Jy sigma=0.000799 ! Fit after self-cal, rms=0.083271Jy sigma=0.000799 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.69168e-05 Jy ! Component: 100 - total flux cleaned = 1.24352e-05 Jy ! Component: 150 - total flux cleaned = 2.47616e-05 Jy ! Component: 200 - total flux cleaned = 2.39684e-05 Jy ! Total flux subtracted in 200 components = 2.39684e-05 Jy ! Clean residual min=-0.002151 max=0.001579 Jy/beam ! Clean residual mean=0.000000 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.275607 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 123 components and 0.275607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083273Jy sigma=0.000799 ! Fit after self-cal, rms=0.083273Jy sigma=0.000799 ! 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.189 mas, bmaj=7.537 mas, bpa=-3.795 degrees ! Estimated noise=529.503 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.189 x 7.537 at -3.795 degrees (North through East) ! Clean map min=-0.0018363 max=0.22728 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.635 mas, bmaj=6.544 mas, bpa=-4.962 degrees ! Estimated noise=701.801 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.170867 Jy ! Component: 100 - total flux cleaned = 0.220687 Jy ! Component: 150 - total flux cleaned = 0.242381 Jy ! Component: 200 - total flux cleaned = 0.252724 Jy ! Total flux subtracted in 200 components = 0.252724 Jy ! Clean residual min=-0.002785 max=0.005163 Jy/beam ! Clean residual mean=0.000007 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.252724 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.252724 Jy ! Inverting map and beam ! Estimated beam: bmin=3.189 mas, bmaj=7.537 mas, bpa=-3.795 degrees ! Estimated noise=529.503 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.00869745 Jy ! Component: 100 - total flux cleaned = 0.0134457 Jy ! Component: 150 - total flux cleaned = 0.0162798 Jy ! Component: 200 - total flux cleaned = 0.018231 Jy ! Total flux subtracted in 200 components = 0.018231 Jy ! Clean residual min=-0.001616 max=0.001795 Jy/beam ! Clean residual mean=0.000001 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.270955 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 69 components and 0.270955 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.283 mas, bmaj=11.95 mas, bpa=-0.1917 degrees ! Estimated noise=695.426 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00198443 Jy ! Component: 100 - total flux cleaned = 0.00290596 Jy ! Component: 150 - total flux cleaned = 0.00323614 Jy ! Component: 200 - total flux cleaned = 0.00349136 Jy ! Total flux subtracted in 200 components = 0.00349136 Jy ! Clean residual min=-0.002055 max=0.001548 Jy/beam ! Clean residual mean=0.000000 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.274447 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.000191618 Jy ! Component: 100 - total flux cleaned = 0.00035222 Jy ! Component: 150 - total flux cleaned = 0.000488357 Jy ! Component: 200 - total flux cleaned = 0.000605326 Jy ! Total flux subtracted in 200 components = 0.000605326 Jy ! Clean residual min=-0.002075 max=0.001529 Jy/beam ! Clean residual mean=0.000000 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.275052 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 111 components and 0.275052 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.189 mas, bmaj=7.537 mas, bpa=-3.795 degrees ! Estimated noise=529.503 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000204771 Jy ! Component: 100 - total flux cleaned = 0.000229587 Jy ! Component: 150 - total flux cleaned = 0.000275137 Jy ! Component: 200 - total flux cleaned = 0.000315981 Jy ! Total flux subtracted in 200 components = 0.000315981 Jy ! Clean residual min=-0.001784 max=0.001484 Jy/beam ! Clean residual mean=0.000000 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.275368 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 129 components and 0.275368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083260Jy sigma=0.000799 ! Fit after self-cal, rms=0.083261Jy sigma=0.000799 wmodel J0945-0153_S_2015_03_17_pus_map.mod ! Writing 129 model components to file: J0945-0153_S_2015_03_17_pus_map.mod wobs J0945-0153_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0945-0153_S_2015_03_17_pus_uvs.fits wwins J0945-0153_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J0945-0153_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.000750426 Jy ! Component: 100 - total flux cleaned = -0.00110992 Jy ! Component: 150 - total flux cleaned = -0.00134056 Jy ! Component: 200 - total flux cleaned = -0.00151196 Jy ! Component: 250 - total flux cleaned = -0.00160648 Jy ! Component: 300 - total flux cleaned = -0.00160633 Jy ! Component: 350 - total flux cleaned = -0.00165043 Jy ! Component: 400 - total flux cleaned = -0.00169342 Jy ! Component: 450 - total flux cleaned = -0.00169355 Jy ! Component: 500 - total flux cleaned = -0.00175553 Jy ! Component: 550 - total flux cleaned = -0.00181581 Jy ! Component: 600 - total flux cleaned = -0.00187438 Jy ! Component: 650 - total flux cleaned = -0.00185524 Jy ! Component: 700 - total flux cleaned = -0.0018745 Jy ! Component: 750 - total flux cleaned = -0.00196677 Jy ! Component: 800 - total flux cleaned = -0.00193065 Jy ! Component: 850 - total flux cleaned = -0.00198408 Jy ! Component: 900 - total flux cleaned = -0.00198418 Jy ! Component: 950 - total flux cleaned = -0.00203647 Jy ! Component: 1000 - total flux cleaned = -0.00210441 Jy ! Component: 1050 - total flux cleaned = -0.00217118 Jy ! Component: 1100 - total flux cleaned = -0.00220404 Jy ! Component: 1150 - total flux cleaned = -0.00220389 Jy ! Component: 1200 - total flux cleaned = -0.00223573 Jy ! Component: 1250 - total flux cleaned = -0.00228318 Jy ! Component: 1300 - total flux cleaned = -0.002252 Jy ! Component: 1350 - total flux cleaned = -0.00226732 Jy ! Component: 1400 - total flux cleaned = -0.00226721 Jy ! Component: 1450 - total flux cleaned = -0.00225211 Jy ! Component: 1500 - total flux cleaned = -0.00220749 Jy ! Component: 1550 - total flux cleaned = -0.00217805 Jy ! Component: 1600 - total flux cleaned = -0.00217788 Jy ! Component: 1650 - total flux cleaned = -0.00212035 Jy ! Component: 1700 - total flux cleaned = -0.00210632 Jy ! Component: 1750 - total flux cleaned = -0.00207812 Jy ! Component: 1800 - total flux cleaned = -0.00203629 Jy ! Component: 1850 - total flux cleaned = -0.00196713 Jy ! Component: 1900 - total flux cleaned = -0.00193986 Jy ! Component: 1950 - total flux cleaned = -0.00189931 Jy ! Component: 2000 - total flux cleaned = -0.00195311 Jy ! Component: 2050 - total flux cleaned = -0.00192637 Jy ! Component: 2100 - total flux cleaned = -0.00187352 Jy ! Component: 2150 - total flux cleaned = -0.00189965 Jy ! Component: 2200 - total flux cleaned = -0.00192572 Jy ! Component: 2250 - total flux cleaned = -0.00196425 Jy ! Component: 2300 - total flux cleaned = -0.00190057 Jy ! Component: 2350 - total flux cleaned = -0.0019638 Jy ! Component: 2400 - total flux cleaned = -0.00196381 Jy ! Component: 2450 - total flux cleaned = -0.0019639 Jy ! Component: 2500 - total flux cleaned = -0.00201323 Jy ! Component: 2550 - total flux cleaned = -0.00201332 Jy ! Component: 2600 - total flux cleaned = -0.00202562 Jy ! Component: 2650 - total flux cleaned = -0.00204974 Jy ! Component: 2700 - total flux cleaned = -0.00208572 Jy ! Component: 2750 - total flux cleaned = -0.00209766 Jy ! Component: 2800 - total flux cleaned = -0.00212118 Jy ! Component: 2850 - total flux cleaned = -0.00215624 Jy ! Component: 2900 - total flux cleaned = -0.00215628 Jy ! Component: 2950 - total flux cleaned = -0.00219081 Jy ! Component: 3000 - total flux cleaned = -0.00223646 Jy ! Component: 3050 - total flux cleaned = -0.00222497 Jy ! Component: 3100 - total flux cleaned = -0.00225881 Jy ! Component: 3150 - total flux cleaned = -0.00228109 Jy ! Component: 3200 - total flux cleaned = -0.00230314 Jy ! Component: 3250 - total flux cleaned = -0.00234725 Jy ! Component: 3300 - total flux cleaned = -0.00235806 Jy ! Component: 3350 - total flux cleaned = -0.00236882 Jy ! Component: 3400 - total flux cleaned = -0.00239016 Jy ! Component: 3450 - total flux cleaned = -0.00243287 Jy ! Component: 3500 - total flux cleaned = -0.0024754 Jy ! Component: 3550 - total flux cleaned = -0.00248591 Jy ! Component: 3600 - total flux cleaned = -0.00251731 Jy ! Component: 3650 - total flux cleaned = -0.00255899 Jy ! Component: 3700 - total flux cleaned = -0.00256934 Jy ! Component: 3750 - total flux cleaned = -0.00260031 Jy ! Component: 3800 - total flux cleaned = -0.00266157 Jy ! Component: 3850 - total flux cleaned = -0.00273272 Jy ! Component: 3900 - total flux cleaned = -0.0027427 Jy ! Component: 3950 - total flux cleaned = -0.00281312 Jy ! Component: 4000 - total flux cleaned = -0.00285284 Jy ! Component: 4050 - total flux cleaned = -0.00288264 Jy ! Total flux subtracted in 4096 components = -0.00293188 Jy ! Clean residual min=-0.000644 max=0.000571 Jy/beam ! Clean residual mean=0.000000 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.272436 Jy keep ! Adding 300 model components to the UV plane model. ! The established model now contains 429 components and 0.272436 Jy ![Exited script file: muppet] wmap "J0945-0153_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.189 x 7.537 at -3.795 degrees (North through East) ! Clean map min=-0.0014132 max=0.22778 Jy/beam ! Writing clean map to FITS file: J0945-0153_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.227783 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000185633 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.244487 0.244487 0.488975 0.977949 1.9559 3.9118 7.82359 15.6472 31.2944 62.5887 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.227 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.189 x 7.537 at -3.795 degrees (North through East) ! Clean map min=-0.0014132 max=0.22778 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 J0945-0153_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:55:22 2016