! Started logfile: J1408-2900_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:28:40 2016 obs J1408-2900_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1408-2900_S_2014_05_31_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.88103 visibilities/baseline/integration-bin. ! Found source: J1408-2900 ! ! 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 13004 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 J1408-2900_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 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.877427Jy sigma=0.007585 ! Fit after self-cal, rms=0.836586Jy sigma=0.007266 ! 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.622 mas, bmaj=8.134 mas, bpa=4.233 degrees ! Estimated noise=1028.87 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.124775 Jy ! Component: 100 - total flux cleaned = 0.160524 Jy ! Total flux subtracted in 100 components = 0.160524 Jy ! Clean residual min=-0.009587 max=0.022650 Jy/beam ! Clean residual mean=-0.000062 rms=0.002899 Jy/beam ! Combined flux in latest and established models = 0.160524 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.160524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113814Jy sigma=0.000918 ! Fit after self-cal, rms=0.113730Jy sigma=0.000918 ! Inverting map ! Added new window around map position (-4, 1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0235985 Jy ! Component: 100 - total flux cleaned = 0.0390581 Jy ! Total flux subtracted in 100 components = 0.0390581 Jy ! Clean residual min=-0.007339 max=0.015032 Jy/beam ! Clean residual mean=-0.000029 rms=0.002026 Jy/beam ! Combined flux in latest and established models = 0.199582 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 36 components and 0.199582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106616Jy sigma=0.000840 ! Fit after self-cal, rms=0.106271Jy sigma=0.000837 ! 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.346 mas, bmaj=9.934 mas, bpa=3.944 degrees ! Estimated noise=721.292 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.017293 Jy ! Component: 100 - total flux cleaned = 0.0268101 Jy ! Component: 150 - total flux cleaned = 0.0324896 Jy ! Component: 200 - total flux cleaned = 0.035935 Jy ! Total flux subtracted in 200 components = 0.035935 Jy ! Clean residual min=-0.005176 max=0.009355 Jy/beam ! Clean residual mean=-0.000011 rms=0.001531 Jy/beam ! Combined flux in latest and established models = 0.235517 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 86 components and 0.235517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103554Jy sigma=0.000809 ! Fit after self-cal, rms=0.103323Jy sigma=0.000807 ! 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.82 HN 1.21 KP 1.03 ! LA 1.19 MK 0.93 NL 1.04 OV 0.97 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.95 HN 1.29 KP 0.99 ! LA 1.12 MK 0.99 NL 1.10 OV 1.01 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.09 HN 1.26 KP 0.89 ! LA 0.90 MK 1.00 NL 1.02 OV 0.95 ! PT 0.98 SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.94 HN 1.21 KP 0.87 ! LA 0.88 MK 1.00 NL 1.09 OV 1.00 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.103323Jy sigma=0.000807 ! Fit after self-cal, rms=0.106408Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=9.859 mas, bpa=4.493 degrees ! Estimated noise=722.117 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 (-12, 10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00591037 Jy ! Component: 100 - total flux cleaned = 0.00710674 Jy ! Component: 150 - total flux cleaned = 0.00720663 Jy ! Component: 200 - total flux cleaned = 0.00729659 Jy ! Total flux subtracted in 200 components = 0.00729659 Jy ! Clean residual min=-0.003328 max=0.004208 Jy/beam ! Clean residual mean=-0.000015 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.242814 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 108 components and 0.242814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105951Jy sigma=0.000778 ! Fit after self-cal, rms=0.106041Jy sigma=0.000778 ! 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.106041Jy sigma=0.000778 ! Fit after self-cal, rms=0.113814Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.354 mas, bmaj=9.868 mas, bpa=4.405 degrees ! Estimated noise=720.041 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00233532 Jy ! Component: 100 - total flux cleaned = 0.00242257 Jy ! Component: 150 - total flux cleaned = 0.00231007 Jy ! Component: 200 - total flux cleaned = 0.00212366 Jy ! Total flux subtracted in 200 components = 0.00212366 Jy ! Clean residual min=-0.003018 max=0.003681 Jy/beam ! Clean residual mean=-0.000015 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.244937 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 126 components and 0.244937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113697Jy sigma=0.000772 ! Fit after self-cal, rms=0.113794Jy 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 (-74.5, 91). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00303703 Jy ! Component: 100 - total flux cleaned = 0.00450233 Jy ! Component: 150 - total flux cleaned = 0.0050941 Jy ! Component: 200 - total flux cleaned = 0.00514041 Jy ! Total flux subtracted in 200 components = 0.00514041 Jy ! Clean residual min=-0.002948 max=0.002592 Jy/beam ! Clean residual mean=-0.000008 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.250078 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 152 components and 0.250078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113683Jy sigma=0.000771 ! Fit after self-cal, rms=0.113686Jy 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.113686Jy sigma=0.000771 ! Fit after self-cal, rms=0.115780Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.356 mas, bmaj=9.875 mas, bpa=4.456 degrees ! Estimated noise=717.852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00105437 Jy ! Component: 100 - total flux cleaned = 0.00147397 Jy ! Component: 150 - total flux cleaned = 0.00147504 Jy ! Component: 200 - total flux cleaned = 0.00151218 Jy ! Total flux subtracted in 200 components = 0.00151218 Jy ! Clean residual min=-0.002882 max=0.002355 Jy/beam ! Clean residual mean=-0.000011 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.25159 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 169 components and 0.25159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115731Jy sigma=0.000770 ! Fit after self-cal, rms=0.115754Jy sigma=0.000770 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.000247382 Jy ! Component: 100 - total flux cleaned = 0.00028415 Jy ! Component: 150 - total flux cleaned = 0.000318691 Jy ! Component: 200 - total flux cleaned = 0.000350638 Jy ! Total flux subtracted in 200 components = 0.000350638 Jy ! Clean residual min=-0.002833 max=0.002339 Jy/beam ! Clean residual mean=-0.000010 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.25194 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 177 components and 0.25194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115723Jy sigma=0.000770 ! Fit after self-cal, rms=0.115726Jy sigma=0.000770 ! 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.115726Jy sigma=0.000770 ! Fit after self-cal, rms=0.115944Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.191 mas, bmaj=21.45 mas, bpa=3.874 degrees ! Estimated noise=844.687 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000133472 Jy ! Component: 100 - total flux cleaned = 0.000312141 Jy ! Component: 150 - total flux cleaned = 0.000480633 Jy ! Component: 200 - total flux cleaned = 0.000544115 Jy ! Total flux subtracted in 200 components = 0.000544115 Jy ! Clean residual min=-0.002843 max=0.002649 Jy/beam ! Clean residual mean=-0.000019 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.252485 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 188 components and 0.252484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115929Jy sigma=0.000770 ! Fit after self-cal, rms=0.115933Jy sigma=0.000770 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.01066e-05 Jy ! Component: 100 - total flux cleaned = 0.000112005 Jy ! Component: 150 - total flux cleaned = 0.000188836 Jy ! Component: 200 - total flux cleaned = 0.000243445 Jy ! Total flux subtracted in 200 components = 0.000243445 Jy ! Clean residual min=-0.002800 max=0.002629 Jy/beam ! Clean residual mean=-0.000018 rms=0.000852 Jy/beam ! Combined flux in latest and established models = 0.252728 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 193 components and 0.252728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115923Jy sigma=0.000770 ! Fit after self-cal, rms=0.115924Jy sigma=0.000770 ! 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.355 mas, bmaj=9.872 mas, bpa=4.464 degrees ! Estimated noise=716.836 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.355 x 9.872 at 4.464 degrees (North through East) ! Clean map min=-0.0026672 max=0.15946 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.626 mas, bmaj=8.062 mas, bpa=5.023 degrees ! Estimated noise=1023.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.123662 Jy ! Component: 100 - total flux cleaned = 0.16032 Jy ! Component: 150 - total flux cleaned = 0.182391 Jy ! Component: 200 - total flux cleaned = 0.197132 Jy ! Total flux subtracted in 200 components = 0.197132 Jy ! Clean residual min=-0.004972 max=0.008345 Jy/beam ! Clean residual mean=-0.000048 rms=0.001430 Jy/beam ! Combined flux in latest and established models = 0.197132 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 55 model components to the UV plane model. ! The established model now contains 55 components and 0.197132 Jy ! Inverting map and beam ! Estimated beam: bmin=3.355 mas, bmaj=9.872 mas, bpa=4.464 degrees ! Estimated noise=716.836 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.0158541 Jy ! Component: 100 - total flux cleaned = 0.0256181 Jy ! Component: 150 - total flux cleaned = 0.0322391 Jy ! Component: 200 - total flux cleaned = 0.0370299 Jy ! Total flux subtracted in 200 components = 0.0370299 Jy ! Clean residual min=-0.003240 max=0.003084 Jy/beam ! Clean residual mean=-0.000040 rms=0.000823 Jy/beam ! Combined flux in latest and established models = 0.234162 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 97 components and 0.234162 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.191 mas, bmaj=21.45 mas, bpa=3.874 degrees ! Estimated noise=844.687 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00520352 Jy ! Component: 100 - total flux cleaned = 0.008519 Jy ! Component: 150 - total flux cleaned = 0.010823 Jy ! Component: 200 - total flux cleaned = 0.0124879 Jy ! Total flux subtracted in 200 components = 0.0124879 Jy ! Clean residual min=-0.002949 max=0.002850 Jy/beam ! Clean residual mean=-0.000034 rms=0.000883 Jy/beam ! Combined flux in latest and established models = 0.24665 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.00125257 Jy ! Component: 100 - total flux cleaned = 0.0022394 Jy ! Component: 150 - total flux cleaned = 0.00303835 Jy ! Component: 200 - total flux cleaned = 0.00368663 Jy ! Total flux subtracted in 200 components = 0.00368663 Jy ! Clean residual min=-0.002794 max=0.002638 Jy/beam ! Clean residual mean=-0.000025 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.250337 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 159 components and 0.250337 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.355 mas, bmaj=9.872 mas, bpa=4.464 degrees ! Estimated noise=716.836 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000132624 Jy ! Component: 100 - total flux cleaned = -0.000137816 Jy ! Component: 150 - total flux cleaned = -9.31354e-05 Jy ! Component: 200 - total flux cleaned = 3.15617e-05 Jy ! Total flux subtracted in 200 components = 3.15617e-05 Jy ! Clean residual min=-0.002696 max=0.002251 Jy/beam ! Clean residual mean=-0.000013 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.250368 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 178 components and 0.250368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115982Jy sigma=0.000770 ! Fit after self-cal, rms=0.115969Jy sigma=0.000770 wmodel J1408-2900_S_2014_05_31_pus_map.mod ! Writing 178 model components to file: J1408-2900_S_2014_05_31_pus_map.mod wobs J1408-2900_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1408-2900_S_2014_05_31_pus_uvs.fits wwins J1408-2900_S_2014_05_31_pus_map.win ! wwins: Wrote 4 windows to J1408-2900_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.00119528 Jy ! Component: 100 - total flux cleaned = -0.00164341 Jy ! Component: 150 - total flux cleaned = -0.00213763 Jy ! Component: 200 - total flux cleaned = -0.00242735 Jy ! Component: 250 - total flux cleaned = -0.00260226 Jy ! Component: 300 - total flux cleaned = -0.00283958 Jy ! Component: 350 - total flux cleaned = -0.00290641 Jy ! Component: 400 - total flux cleaned = -0.00316369 Jy ! Component: 450 - total flux cleaned = -0.00335134 Jy ! Component: 500 - total flux cleaned = -0.00347391 Jy ! Component: 550 - total flux cleaned = -0.00362345 Jy ! Component: 600 - total flux cleaned = -0.00376982 Jy ! Component: 650 - total flux cleaned = -0.00382757 Jy ! Component: 700 - total flux cleaned = -0.0039688 Jy ! Component: 750 - total flux cleaned = -0.00413451 Jy ! Component: 800 - total flux cleaned = -0.00424306 Jy ! Component: 850 - total flux cleaned = -0.00445615 Jy ! Component: 900 - total flux cleaned = -0.00458691 Jy ! Component: 950 - total flux cleaned = -0.0048441 Jy ! Component: 1000 - total flux cleaned = -0.00499525 Jy ! Component: 1050 - total flux cleaned = -0.00524355 Jy ! Component: 1100 - total flux cleaned = -0.00539046 Jy ! Component: 1150 - total flux cleaned = -0.00563123 Jy ! Component: 1200 - total flux cleaned = -0.00582093 Jy ! Component: 1250 - total flux cleaned = -0.00600809 Jy ! Component: 1300 - total flux cleaned = -0.00619289 Jy ! Component: 1350 - total flux cleaned = -0.00642052 Jy ! Component: 1400 - total flux cleaned = -0.00659988 Jy ! Component: 1450 - total flux cleaned = -0.00688793 Jy ! Component: 1500 - total flux cleaned = -0.00708449 Jy ! Component: 1550 - total flux cleaned = -0.00730031 Jy ! Component: 1600 - total flux cleaned = -0.00740689 Jy ! Component: 1650 - total flux cleaned = -0.0075336 Jy ! Component: 1700 - total flux cleaned = -0.00767956 Jy ! Component: 1750 - total flux cleaned = -0.00780381 Jy ! Component: 1800 - total flux cleaned = -0.00790585 Jy ! Component: 1850 - total flux cleaned = -0.00810745 Jy ! Component: 1900 - total flux cleaned = -0.00824672 Jy ! Component: 1950 - total flux cleaned = -0.00834506 Jy ! Component: 2000 - total flux cleaned = -0.00846191 Jy ! Component: 2050 - total flux cleaned = -0.00855813 Jy ! Component: 2100 - total flux cleaned = -0.0086729 Jy ! Component: 2150 - total flux cleaned = -0.00886188 Jy ! Component: 2200 - total flux cleaned = -0.00889938 Jy ! Component: 2250 - total flux cleaned = -0.00908448 Jy ! Component: 2300 - total flux cleaned = -0.00921281 Jy ! Component: 2350 - total flux cleaned = -0.00937586 Jy ! Component: 2400 - total flux cleaned = -0.0095196 Jy ! Component: 2450 - total flux cleaned = -0.00960853 Jy ! Component: 2500 - total flux cleaned = -0.0097847 Jy ! Component: 2550 - total flux cleaned = -0.00990677 Jy ! Component: 2600 - total flux cleaned = -0.010045 Jy ! Component: 2650 - total flux cleaned = -0.0101308 Jy ! Component: 2700 - total flux cleaned = -0.0103007 Jy ! Component: 2750 - total flux cleaned = -0.0104017 Jy ! Component: 2800 - total flux cleaned = -0.0104853 Jy ! Component: 2850 - total flux cleaned = -0.0106179 Jy ! Component: 2900 - total flux cleaned = -0.0106671 Jy ! Component: 2950 - total flux cleaned = -0.0107977 Jy ! Component: 3000 - total flux cleaned = -0.0108625 Jy ! Component: 3050 - total flux cleaned = -0.0109428 Jy ! Component: 3100 - total flux cleaned = -0.0110704 Jy ! Component: 3150 - total flux cleaned = -0.0111493 Jy ! Component: 3200 - total flux cleaned = -0.0112434 Jy ! Component: 3250 - total flux cleaned = -0.0113213 Jy ! Component: 3300 - total flux cleaned = -0.0114448 Jy ! Component: 3350 - total flux cleaned = -0.0114755 Jy ! Component: 3400 - total flux cleaned = -0.0116127 Jy ! Component: 3450 - total flux cleaned = -0.011658 Jy ! Component: 3500 - total flux cleaned = -0.0117181 Jy ! Component: 3550 - total flux cleaned = -0.0118076 Jy ! Component: 3600 - total flux cleaned = -0.0118669 Jy ! Component: 3650 - total flux cleaned = -0.0119993 Jy ! Component: 3700 - total flux cleaned = -0.0120577 Jy ! Component: 3750 - total flux cleaned = -0.0120868 Jy ! Component: 3800 - total flux cleaned = -0.012159 Jy ! Component: 3850 - total flux cleaned = -0.0122735 Jy ! Component: 3900 - total flux cleaned = -0.0123589 Jy ! Component: 3950 - total flux cleaned = -0.0124297 Jy ! Component: 4000 - total flux cleaned = -0.0125002 Jy ! Component: 4050 - total flux cleaned = -0.012556 Jy ! Total flux subtracted in 4096 components = -0.0125977 Jy ! Clean residual min=-0.000781 max=0.000756 Jy/beam ! Clean residual mean=-0.000010 rms=0.000273 Jy/beam ! Combined flux in latest and established models = 0.23777 Jy keep ! Adding 318 model components to the UV plane model. ! The established model now contains 496 components and 0.237771 Jy ![Exited script file: muppet] wmap "J1408-2900_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.355 x 9.872 at 4.464 degrees (North through East) ! Clean map min=-0.0022626 max=0.16208 Jy/beam ! Writing clean map to FITS file: J1408-2900_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.162081 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00027154 device "J1408-2900_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1408-2900_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.502601 0.502601 1.0052 2.0104 4.02081 8.04161 16.0832 32.1665 64.3329 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.162 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.355 x 9.872 at 4.464 degrees (North through East) ! Clean map min=-0.0022626 max=0.16208 Jy/beam quit ! Quitting program ! Log file J1408-2900_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:28:45 2016