! Started logfile: J1500-2358_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:30:52 2016 obs J1500-2358_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1500-2358_S_2014_08_05_pus_uva.fits ! AN table 1: 119 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.72493 visibilities/baseline/integration-bin. ! Found source: J1500-2358 ! ! 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 360 lines of history. ! ! Reading 15528 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 J1500-2358_S_2014_08_05_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 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.903624Jy sigma=0.008701 ! Fit after self-cal, rms=0.853233Jy sigma=0.008305 ! 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=3.101 mas, bmaj=13.76 mas, bpa=19.64 degrees ! Estimated noise=994.074 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.108559 Jy ! Component: 100 - total flux cleaned = 0.143338 Jy ! Total flux subtracted in 100 components = 0.143338 Jy ! Clean residual min=-0.006516 max=0.014055 Jy/beam ! Clean residual mean=0.000023 rms=0.002108 Jy/beam ! Combined flux in latest and established models = 0.143337 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.143337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103786Jy sigma=0.000909 ! Fit after self-cal, rms=0.103647Jy sigma=0.000908 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.015225 Jy ! Component: 100 - total flux cleaned = 0.0236788 Jy ! Total flux subtracted in 100 components = 0.0236788 Jy ! Clean residual min=-0.005397 max=0.006368 Jy/beam ! Clean residual mean=0.000027 rms=0.001514 Jy/beam ! Combined flux in latest and established models = 0.167016 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 31 components and 0.167016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100097Jy sigma=0.000896 ! Fit after self-cal, rms=0.100082Jy sigma=0.000896 ! 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.813 mas, bmaj=15.15 mas, bpa=18.13 degrees ! Estimated noise=633.072 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.00879997 Jy ! Component: 100 - total flux cleaned = 0.0143987 Jy ! Component: 150 - total flux cleaned = 0.0182196 Jy ! Component: 200 - total flux cleaned = 0.0208905 Jy ! Total flux subtracted in 200 components = 0.0208905 Jy ! Clean residual min=-0.003886 max=0.005131 Jy/beam ! Clean residual mean=0.000016 rms=0.001369 Jy/beam ! Combined flux in latest and established models = 0.187907 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 65 components and 0.187907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099025Jy sigma=0.000891 ! Fit after self-cal, rms=0.099007Jy sigma=0.000891 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.86 HN 1.04 KP 1.07 ! LA 1.05 MK 1.00* NL 0.96 OV 0.98 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 2.29 FD 1.02 HN 1.08 KP 1.03 ! LA 1.05 MK 1.00* NL 1.03 OV 0.97 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 1.13 HN 1.07 KP 0.91 ! LA 0.80 MK 1.00* NL 0.97 OV 0.93 ! PT 1.00 SC 1.07 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.01 HN 1.03 KP 0.88 ! LA 0.80 MK 1.00* NL 1.08 OV 0.96 ! PT 1.02 SC 0.96 ! ! ! Fit before self-cal, rms=0.099007Jy sigma=0.000891 ! Fit after self-cal, rms=0.106507Jy sigma=0.000799 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.84 mas, bmaj=15.23 mas, bpa=18.01 degrees ! Estimated noise=651.692 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.000947377 Jy ! Component: 100 - total flux cleaned = -0.00148722 Jy ! Component: 150 - total flux cleaned = -0.00164527 Jy ! Component: 200 - total flux cleaned = -0.0017803 Jy ! Total flux subtracted in 200 components = -0.0017803 Jy ! Clean residual min=-0.002980 max=0.003256 Jy/beam ! Clean residual mean=0.000022 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.186126 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 74 components and 0.186126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106066Jy sigma=0.000799 ! Fit after self-cal, rms=0.106146Jy sigma=0.000798 ! 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.106146Jy sigma=0.000798 ! Fit after self-cal, rms=0.109247Jy sigma=0.000797 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.848 mas, bmaj=15.25 mas, bpa=18.01 degrees ! Estimated noise=659.764 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000153473 Jy ! Component: 100 - total flux cleaned = -0.000200402 Jy ! Component: 150 - total flux cleaned = -0.000492445 Jy ! Component: 200 - total flux cleaned = -0.000680884 Jy ! Total flux subtracted in 200 components = -0.000680884 Jy ! Clean residual min=-0.002945 max=0.003023 Jy/beam ! Clean residual mean=0.000025 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.185446 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 82 components and 0.185446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108899Jy sigma=0.000797 ! Fit after self-cal, rms=0.108909Jy sigma=0.000797 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.000223017 Jy ! Component: 100 - total flux cleaned = -0.000419652 Jy ! Component: 150 - total flux cleaned = -0.000596462 Jy ! Component: 200 - total flux cleaned = -0.000756142 Jy ! Total flux subtracted in 200 components = -0.000756142 Jy ! Clean residual min=-0.002941 max=0.002892 Jy/beam ! Clean residual mean=0.000024 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.184689 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 90 components and 0.184689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108788Jy sigma=0.000798 ! Fit after self-cal, rms=0.108785Jy sigma=0.000798 ! 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.108785Jy sigma=0.000798 ! Fit after self-cal, rms=0.103548Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.85 mas, bmaj=15.23 mas, bpa=18.02 degrees ! Estimated noise=662.974 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000545337 Jy ! Component: 100 - total flux cleaned = 0.000348141 Jy ! Component: 150 - total flux cleaned = 0.000186095 Jy ! Component: 200 - total flux cleaned = 7.24801e-05 Jy ! Total flux subtracted in 200 components = 7.24801e-05 Jy ! Clean residual min=-0.002655 max=0.002427 Jy/beam ! Clean residual mean=0.000006 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.184762 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 110 components and 0.184762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103491Jy sigma=0.000782 ! Fit after self-cal, rms=0.103506Jy 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 = -5.27388e-05 Jy ! Component: 100 - total flux cleaned = -0.00014625 Jy ! Component: 150 - total flux cleaned = -0.000250969 Jy ! Component: 200 - total flux cleaned = -0.00032669 Jy ! Total flux subtracted in 200 components = -0.00032669 Jy ! Clean residual min=-0.002550 max=0.002413 Jy/beam ! Clean residual mean=0.000006 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.184435 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 121 components and 0.184435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103488Jy sigma=0.000782 ! Fit after self-cal, rms=0.103483Jy 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.103483Jy sigma=0.000782 ! Fit after self-cal, rms=0.104746Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.952 mas, bmaj=21.04 mas, bpa=8 degrees ! Estimated noise=749.128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000383273 Jy ! Component: 100 - total flux cleaned = 0.000263311 Jy ! Component: 150 - total flux cleaned = 0.0001237 Jy ! Component: 200 - total flux cleaned = 4.67283e-05 Jy ! Total flux subtracted in 200 components = 4.67283e-05 Jy ! Clean residual min=-0.002437 max=0.002188 Jy/beam ! Clean residual mean=0.000009 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.184482 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 130 components and 0.184482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104697Jy sigma=0.000782 ! Fit after self-cal, rms=0.104704Jy 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 = -9.13906e-05 Jy ! Component: 100 - total flux cleaned = -0.000171266 Jy ! Component: 150 - total flux cleaned = -0.000212564 Jy ! Component: 200 - total flux cleaned = -0.00022543 Jy ! Total flux subtracted in 200 components = -0.00022543 Jy ! Clean residual min=-0.002437 max=0.002136 Jy/beam ! Clean residual mean=0.000008 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.184257 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 137 components and 0.184256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104694Jy sigma=0.000782 ! Fit after self-cal, rms=0.104693Jy 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=3.848 mas, bmaj=15.26 mas, bpa=18.05 degrees ! Estimated noise=667.331 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.848 x 15.26 at 18.05 degrees (North through East) ! Clean map min=-0.0025691 max=0.14982 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=3.097 mas, bmaj=13.86 mas, bpa=19.61 degrees ! Estimated noise=1046.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.114343 Jy ! Component: 100 - total flux cleaned = 0.15198 Jy ! Component: 150 - total flux cleaned = 0.167134 Jy ! Component: 200 - total flux cleaned = 0.174043 Jy ! Total flux subtracted in 200 components = 0.174043 Jy ! Clean residual min=-0.003194 max=0.003761 Jy/beam ! Clean residual mean=0.000018 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.174043 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.174043 Jy ! Inverting map and beam ! Estimated beam: bmin=3.848 mas, bmaj=15.26 mas, bpa=18.05 degrees ! Estimated noise=667.331 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.00532828 Jy ! Component: 100 - total flux cleaned = 0.00821066 Jy ! Component: 150 - total flux cleaned = 0.00895914 Jy ! Component: 200 - total flux cleaned = 0.00913662 Jy ! Total flux subtracted in 200 components = 0.00913662 Jy ! Clean residual min=-0.002428 max=0.002409 Jy/beam ! Clean residual mean=0.000005 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.183179 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 59 components and 0.183179 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.952 mas, bmaj=21.04 mas, bpa=8 degrees ! Estimated noise=749.128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121133 Jy ! Component: 100 - total flux cleaned = 0.00126397 Jy ! Component: 150 - total flux cleaned = 0.00126535 Jy ! Component: 200 - total flux cleaned = 0.00128553 Jy ! Total flux subtracted in 200 components = 0.00128553 Jy ! Clean residual min=-0.002410 max=0.002167 Jy/beam ! Clean residual mean=0.000009 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.184465 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.17469e-07 Jy ! Component: 100 - total flux cleaned = -3.00617e-05 Jy ! Component: 150 - total flux cleaned = -5.87907e-05 Jy ! Component: 200 - total flux cleaned = -8.62282e-05 Jy ! Total flux subtracted in 200 components = -8.62282e-05 Jy ! Clean residual min=-0.002446 max=0.002133 Jy/beam ! Clean residual mean=0.000009 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.184379 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 88 components and 0.184379 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.848 mas, bmaj=15.26 mas, bpa=18.05 degrees ! Estimated noise=667.331 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000263666 Jy ! Component: 100 - total flux cleaned = -0.000200035 Jy ! Component: 150 - total flux cleaned = -0.000255765 Jy ! Component: 200 - total flux cleaned = -0.000303297 Jy ! Total flux subtracted in 200 components = -0.000303297 Jy ! Clean residual min=-0.002440 max=0.002381 Jy/beam ! Clean residual mean=0.000006 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.184075 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 97 components and 0.184075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104677Jy sigma=0.000782 ! Fit after self-cal, rms=0.104661Jy sigma=0.000782 wmodel J1500-2358_S_2014_08_05_pus_map.mod ! Writing 97 model components to file: J1500-2358_S_2014_08_05_pus_map.mod wobs J1500-2358_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1500-2358_S_2014_08_05_pus_uvs.fits wwins J1500-2358_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J1500-2358_S_2014_08_05_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.000168149 Jy ! Component: 100 - total flux cleaned = 0.000478989 Jy ! Component: 150 - total flux cleaned = 0.000840932 Jy ! Component: 200 - total flux cleaned = 0.00121586 Jy ! Component: 250 - total flux cleaned = 0.00141105 Jy ! Component: 300 - total flux cleaned = 0.00150555 Jy ! Component: 350 - total flux cleaned = 0.00165637 Jy ! Component: 400 - total flux cleaned = 0.00159811 Jy ! Component: 450 - total flux cleaned = 0.00157051 Jy ! Component: 500 - total flux cleaned = 0.00154294 Jy ! Component: 550 - total flux cleaned = 0.00143491 Jy ! Component: 600 - total flux cleaned = 0.0013826 Jy ! Component: 650 - total flux cleaned = 0.00135696 Jy ! Component: 700 - total flux cleaned = 0.00138216 Jy ! Component: 750 - total flux cleaned = 0.00128232 Jy ! Component: 800 - total flux cleaned = 0.00123415 Jy ! Component: 850 - total flux cleaned = 0.00116292 Jy ! Component: 900 - total flux cleaned = 0.00113962 Jy ! Component: 950 - total flux cleaned = 0.00111655 Jy ! Component: 1000 - total flux cleaned = 0.0010935 Jy ! Component: 1050 - total flux cleaned = 0.000982864 Jy ! Component: 1100 - total flux cleaned = 0.00107046 Jy ! Component: 1150 - total flux cleaned = 0.000940809 Jy ! Component: 1200 - total flux cleaned = 0.000898487 Jy ! Component: 1250 - total flux cleaned = 0.000773181 Jy ! Component: 1300 - total flux cleaned = 0.000814557 Jy ! Component: 1350 - total flux cleaned = 0.000732837 Jy ! Component: 1400 - total flux cleaned = 0.000692842 Jy ! Component: 1450 - total flux cleaned = 0.000692226 Jy ! Component: 1500 - total flux cleaned = 0.000613739 Jy ! Component: 1550 - total flux cleaned = 0.000613475 Jy ! Component: 1600 - total flux cleaned = 0.000575421 Jy ! Component: 1650 - total flux cleaned = 0.000556467 Jy ! Component: 1700 - total flux cleaned = 0.000593181 Jy ! Component: 1750 - total flux cleaned = 0.000483205 Jy ! Component: 1800 - total flux cleaned = 0.000538166 Jy ! Component: 1850 - total flux cleaned = 0.000574324 Jy ! Component: 1900 - total flux cleaned = 0.000609766 Jy ! Component: 1950 - total flux cleaned = 0.000645043 Jy ! Component: 2000 - total flux cleaned = 0.000627778 Jy ! Component: 2050 - total flux cleaned = 0.000731262 Jy ! Component: 2100 - total flux cleaned = 0.000748475 Jy ! Component: 2150 - total flux cleaned = 0.000849464 Jy ! Component: 2200 - total flux cleaned = 0.000865758 Jy ! Component: 2250 - total flux cleaned = 0.000898852 Jy ! Component: 2300 - total flux cleaned = 0.000931692 Jy ! Component: 2350 - total flux cleaned = 0.000947804 Jy ! Component: 2400 - total flux cleaned = 0.000979859 Jy ! Component: 2450 - total flux cleaned = 0.0010432 Jy ! Component: 2500 - total flux cleaned = 0.0010433 Jy ! Component: 2550 - total flux cleaned = 0.0010588 Jy ! Component: 2600 - total flux cleaned = 0.00112047 Jy ! Component: 2650 - total flux cleaned = 0.00110517 Jy ! Component: 2700 - total flux cleaned = 0.00121095 Jy ! Component: 2750 - total flux cleaned = 0.00115074 Jy ! Component: 2800 - total flux cleaned = 0.00115103 Jy ! Component: 2850 - total flux cleaned = 0.00112152 Jy ! Component: 2900 - total flux cleaned = 0.00112149 Jy ! Component: 2950 - total flux cleaned = 0.00113618 Jy ! Component: 3000 - total flux cleaned = 0.00110739 Jy ! Component: 3050 - total flux cleaned = 0.00116455 Jy ! Component: 3100 - total flux cleaned = 0.00115026 Jy ! Component: 3150 - total flux cleaned = 0.00112218 Jy ! Component: 3200 - total flux cleaned = 0.00113601 Jy ! Component: 3250 - total flux cleaned = 0.00112208 Jy ! Component: 3300 - total flux cleaned = 0.00113595 Jy ! Component: 3350 - total flux cleaned = 0.00120412 Jy ! Component: 3400 - total flux cleaned = 0.00114976 Jy ! Component: 3450 - total flux cleaned = 0.00112285 Jy ! Component: 3500 - total flux cleaned = 0.0011762 Jy ! Component: 3550 - total flux cleaned = 0.00114994 Jy ! Component: 3600 - total flux cleaned = 0.0011633 Jy ! Component: 3650 - total flux cleaned = 0.00120242 Jy ! Component: 3700 - total flux cleaned = 0.00117644 Jy ! Component: 3750 - total flux cleaned = 0.00125358 Jy ! Component: 3800 - total flux cleaned = 0.00121523 Jy ! Component: 3850 - total flux cleaned = 0.00122786 Jy ! Component: 3900 - total flux cleaned = 0.00121518 Jy ! Component: 3950 - total flux cleaned = 0.00116512 Jy ! Component: 4000 - total flux cleaned = 0.00120236 Jy ! Component: 4050 - total flux cleaned = 0.00114056 Jy ! Total flux subtracted in 4096 components = 0.00109163 Jy ! Clean residual min=-0.000679 max=0.000634 Jy/beam ! Clean residual mean=-0.000004 rms=0.000251 Jy/beam ! Combined flux in latest and established models = 0.185167 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 395 components and 0.185167 Jy ![Exited script file: muppet] wmap "J1500-2358_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.848 x 15.26 at 18.05 degrees (North through East) ! Clean map min=-0.0017995 max=0.15106 Jy/beam ! Writing clean map to FITS file: J1500-2358_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.151062 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000250345 device "J1500-2358_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1500-2358_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.497172 0.497172 0.994343 1.98869 3.97737 7.95475 15.9095 31.819 63.638 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.151 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.848 x 15.26 at 18.05 degrees (North through East) ! Clean map min=-0.0017995 max=0.15106 Jy/beam quit ! Quitting program ! Log file J1500-2358_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:30:57 2016