! Started logfile: J2123-3046_X_2009_05_13_pus_uvs.log on Sat Jan 21 12:47:42 2017 obs J2123-3046_X_2009_05_13_pus_uva.fits ! Reading UV FITS file: J2123-3046_X_2009_05_13_pus_uva.fits ! AN table 1: 190 integrations on 120 of 120 possible baselines. ! Apparent sampling: 0.406316 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2123-3046 ! ! 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 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1988 lines of history. ! ! Reading 37056 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.1 print "taper_size =",taper_size ! taper_size = 70 ![@muppet J2123-3046_X_2009_05_13_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.100x0.100 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 1074 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1074 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1074 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1074 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.953150Jy sigma=0.007377 ! Fit after self-cal, rms=0.852737Jy sigma=0.006615 ! 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=0.5223 mas, bmaj=0.896 mas, bpa=-41 degrees ! Estimated noise=1207.34 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.121253 Jy ! Component: 100 - total flux cleaned = 0.15982 Jy ! Total flux subtracted in 100 components = 0.15982 Jy ! Clean residual min=-0.007309 max=0.016638 Jy/beam ! Clean residual mean=-0.000020 rms=0.002102 Jy/beam ! Combined flux in latest and established models = 0.15982 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.15982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.185643Jy sigma=0.001170 ! Fit after self-cal, rms=0.185596Jy sigma=0.001169 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0178991 Jy ! Component: 100 - total flux cleaned = 0.0282095 Jy ! Total flux subtracted in 100 components = 0.0282095 Jy ! Clean residual min=-0.006881 max=0.007541 Jy/beam ! Clean residual mean=-0.000054 rms=0.001644 Jy/beam ! Combined flux in latest and established models = 0.18803 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 38 components and 0.18803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183230Jy sigma=0.001136 ! Fit after self-cal, rms=0.183257Jy sigma=0.001136 ! 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=0.7357 mas, bmaj=1.2 mas, bpa=-26.9 degrees ! Estimated noise=480.412 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, 1.3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0125977 Jy ! Component: 100 - total flux cleaned = 0.0196729 Jy ! Component: 150 - total flux cleaned = 0.0239173 Jy ! Component: 200 - total flux cleaned = 0.0264807 Jy ! Total flux subtracted in 200 components = 0.0264807 Jy ! Clean residual min=-0.004480 max=0.004290 Jy/beam ! Clean residual mean=0.000057 rms=0.000988 Jy/beam ! Combined flux in latest and established models = 0.214511 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 65 components and 0.214511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182553Jy sigma=0.001126 ! Fit after self-cal, rms=0.182584Jy sigma=0.001125 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.96 HN 1.12 HO 1.06 ! KK 1.00* KP 1.02 LA 1.04 MK 0.99 ! NL 0.99 NY 1.00* OV 0.93 PT 0.98 ! SC 0.94 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.95 HN 1.13 HO 1.13 ! KK 1.00* KP 0.96 LA 1.02 MK 1.01 ! NL 0.95 NY 1.00* OV 0.92 PT 1.03 ! SC 0.97 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.96 HN 1.06 HO 0.94 ! KK 1.00* KP 1.00 LA 1.03 MK 0.97 ! NL 1.03 NY 1.00* OV 0.97 PT 1.02 ! SC 1.00 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 HN 1.09 HO 0.89 ! KK 1.00* KP 1.00 LA 1.03 MK 1.13 ! NL 1.00 NY 1.00* OV 0.97 PT 1.01 ! SC 1.11 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Fit before self-cal, rms=0.182584Jy sigma=0.001125 ! Fit after self-cal, rms=0.187604Jy sigma=0.001122 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7416 mas, bmaj=1.199 mas, bpa=-27.09 degrees ! Estimated noise=479.426 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.00107346 Jy ! Component: 100 - total flux cleaned = -0.0012778 Jy ! Component: 150 - total flux cleaned = -0.00144526 Jy ! Component: 200 - total flux cleaned = -0.00158758 Jy ! Total flux subtracted in 200 components = -0.00158758 Jy ! Clean residual min=-0.002758 max=0.003314 Jy/beam ! Clean residual mean=0.000020 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.212923 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 79 components and 0.212923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.187575Jy sigma=0.001122 ! Fit after self-cal, rms=0.187684Jy sigma=0.001122 ! 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.187684Jy sigma=0.001122 ! Fit after self-cal, rms=0.191681Jy sigma=0.001120 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7427 mas, bmaj=1.197 mas, bpa=-27.46 degrees ! Estimated noise=480.408 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000976395 Jy ! Component: 100 - total flux cleaned = -0.00120945 Jy ! Component: 150 - total flux cleaned = -0.00136853 Jy ! Component: 200 - total flux cleaned = -0.00150095 Jy ! Total flux subtracted in 200 components = -0.00150095 Jy ! Clean residual min=-0.002307 max=0.002498 Jy/beam ! Clean residual mean=0.000016 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.211422 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 89 components and 0.211422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191663Jy sigma=0.001120 ! Fit after self-cal, rms=0.191757Jy sigma=0.001120 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.0399e-05 Jy ! Component: 100 - total flux cleaned = -7.77776e-05 Jy ! Component: 150 - total flux cleaned = -5.29571e-05 Jy ! Component: 200 - total flux cleaned = -3.11705e-05 Jy ! Total flux subtracted in 200 components = -3.11705e-05 Jy ! Clean residual min=-0.002297 max=0.002506 Jy/beam ! Clean residual mean=0.000016 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.211391 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 93 components and 0.211391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191749Jy sigma=0.001120 ! Fit after self-cal, rms=0.191762Jy sigma=0.001120 ! 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.191762Jy sigma=0.001120 ! Fit after self-cal, rms=0.198108Jy sigma=0.001119 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7444 mas, bmaj=1.197 mas, bpa=-27.49 degrees ! Estimated noise=481.528 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000430682 Jy ! Component: 100 - total flux cleaned = -0.00056394 Jy ! Component: 150 - total flux cleaned = -0.000672409 Jy ! Component: 200 - total flux cleaned = -0.000721108 Jy ! Total flux subtracted in 200 components = -0.000721108 Jy ! Clean residual min=-0.002213 max=0.002035 Jy/beam ! Clean residual mean=0.000013 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.21067 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 102 components and 0.21067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198095Jy sigma=0.001119 ! Fit after self-cal, rms=0.198223Jy sigma=0.001119 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.24819e-05 Jy ! Component: 100 - total flux cleaned = -0.000127841 Jy ! Component: 150 - total flux cleaned = -0.000126966 Jy ! Component: 200 - total flux cleaned = -0.00012656 Jy ! Total flux subtracted in 200 components = -0.00012656 Jy ! Clean residual min=-0.002175 max=0.002041 Jy/beam ! Clean residual mean=0.000013 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.210543 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 110 components and 0.210543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198214Jy sigma=0.001119 ! Fit after self-cal, rms=0.198224Jy sigma=0.001119 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.198224Jy sigma=0.001119 ! Fit after self-cal, rms=0.199895Jy sigma=0.001119 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.284 mas, bmaj=6.094 mas, bpa=-1.305 degrees ! Estimated noise=593.609 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.22766e-05 Jy ! Component: 100 - total flux cleaned = -2.65308e-05 Jy ! Component: 150 - total flux cleaned = -9.43487e-05 Jy ! Component: 200 - total flux cleaned = -0.000134417 Jy ! Total flux subtracted in 200 components = -0.000134417 Jy ! Clean residual min=-0.002566 max=0.002467 Jy/beam ! Clean residual mean=0.000030 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.210409 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 113 components and 0.210409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199898Jy sigma=0.001119 ! Fit after self-cal, rms=0.199924Jy sigma=0.001119 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.000113592 Jy ! Component: 100 - total flux cleaned = 5.59226e-05 Jy ! Component: 150 - total flux cleaned = 2.25962e-05 Jy ! Component: 200 - total flux cleaned = -2.11757e-05 Jy ! Total flux subtracted in 200 components = -2.11757e-05 Jy ! Clean residual min=-0.002542 max=0.002464 Jy/beam ! Clean residual mean=0.000030 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.210388 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 116 components and 0.210388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199927Jy sigma=0.001119 ! Fit after self-cal, rms=0.199927Jy sigma=0.001119 ! 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=0.745 mas, bmaj=1.196 mas, bpa=-27.52 degrees ! Estimated noise=482.416 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.745 x 1.196 at -27.52 degrees (North through East) ! Clean map min=-0.0020659 max=0.15255 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=0.5233 mas, bmaj=0.8902 mas, bpa=-42.14 degrees ! Estimated noise=1233.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.121703 Jy ! Component: 100 - total flux cleaned = 0.160472 Jy ! Component: 150 - total flux cleaned = 0.179081 Jy ! Component: 200 - total flux cleaned = 0.190088 Jy ! Total flux subtracted in 200 components = 0.190088 Jy ! Clean residual min=-0.006207 max=0.006895 Jy/beam ! Clean residual mean=-0.000067 rms=0.001546 Jy/beam ! Combined flux in latest and established models = 0.190088 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.190088 Jy ! Inverting map and beam ! Estimated beam: bmin=0.745 mas, bmaj=1.196 mas, bpa=-27.52 degrees ! Estimated noise=482.416 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.00995817 Jy ! Component: 100 - total flux cleaned = 0.0148989 Jy ! Component: 150 - total flux cleaned = 0.0177206 Jy ! Component: 200 - total flux cleaned = 0.0187322 Jy ! Total flux subtracted in 200 components = 0.0187322 Jy ! Clean residual min=-0.002320 max=0.002241 Jy/beam ! Clean residual mean=0.000011 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.20882 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 65 components and 0.20882 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.284 mas, bmaj=6.094 mas, bpa=-1.305 degrees ! Estimated noise=593.609 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000859333 Jy ! Component: 100 - total flux cleaned = 0.000926474 Jy ! Component: 150 - total flux cleaned = 0.00100179 Jy ! Component: 200 - total flux cleaned = 0.00104182 Jy ! Total flux subtracted in 200 components = 0.00104182 Jy ! Clean residual min=-0.002577 max=0.002467 Jy/beam ! Clean residual mean=0.000028 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.209862 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 = 3.3889e-05 Jy ! Component: 100 - total flux cleaned = 6.33438e-05 Jy ! Component: 150 - total flux cleaned = 6.30543e-05 Jy ! Component: 200 - total flux cleaned = 7.70116e-05 Jy ! Total flux subtracted in 200 components = 7.70116e-05 Jy ! Clean residual min=-0.002565 max=0.002487 Jy/beam ! Clean residual mean=0.000028 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.209939 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 85 components and 0.209939 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.745 mas, bmaj=1.196 mas, bpa=-27.52 degrees ! Estimated noise=482.416 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.16361e-05 Jy ! Component: 100 - total flux cleaned = -9.61231e-05 Jy ! Component: 150 - total flux cleaned = -9.60779e-05 Jy ! Component: 200 - total flux cleaned = -6.42661e-05 Jy ! Total flux subtracted in 200 components = -6.42661e-05 Jy ! Clean residual min=-0.002281 max=0.002042 Jy/beam ! Clean residual mean=0.000014 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.209875 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 96 components and 0.209875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199937Jy sigma=0.001119 ! Fit after self-cal, rms=0.199972Jy sigma=0.001119 wmodel J2123-3046_X_2009_05_13_pus_map.mod ! Writing 96 model components to file: J2123-3046_X_2009_05_13_pus_map.mod wobs J2123-3046_X_2009_05_13_pus_uvs.fits ! Writing UV FITS file: J2123-3046_X_2009_05_13_pus_uvs.fits wwins J2123-3046_X_2009_05_13_pus_map.win ! wwins: Wrote 2 windows to J2123-3046_X_2009_05_13_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.000171225 Jy ! Component: 100 - total flux cleaned = -5.95106e-05 Jy ! Component: 150 - total flux cleaned = 0.000119168 Jy ! Component: 200 - total flux cleaned = 0.000324935 Jy ! Component: 250 - total flux cleaned = 0.000457589 Jy ! Component: 300 - total flux cleaned = 0.000587896 Jy ! Component: 350 - total flux cleaned = 0.000683572 Jy ! Component: 400 - total flux cleaned = 0.000808266 Jy ! Component: 450 - total flux cleaned = 0.000990458 Jy ! Component: 500 - total flux cleaned = 0.000990811 Jy ! Component: 550 - total flux cleaned = 0.00107821 Jy ! Component: 600 - total flux cleaned = 0.000962059 Jy ! Component: 650 - total flux cleaned = 0.00087661 Jy ! Component: 700 - total flux cleaned = 0.000904059 Jy ! Component: 750 - total flux cleaned = 0.000848461 Jy ! Component: 800 - total flux cleaned = 0.000848575 Jy ! Component: 850 - total flux cleaned = 0.000875429 Jy ! Component: 900 - total flux cleaned = 0.000848657 Jy ! Component: 950 - total flux cleaned = 0.000848667 Jy ! Component: 1000 - total flux cleaned = 0.000900408 Jy ! Component: 1050 - total flux cleaned = 0.00107839 Jy ! Component: 1100 - total flux cleaned = 0.00112856 Jy ! Component: 1150 - total flux cleaned = 0.00122779 Jy ! Component: 1200 - total flux cleaned = 0.00135022 Jy ! Component: 1250 - total flux cleaned = 0.00139866 Jy ! Component: 1300 - total flux cleaned = 0.00149456 Jy ! Component: 1350 - total flux cleaned = 0.00151819 Jy ! Component: 1400 - total flux cleaned = 0.00147108 Jy ! Component: 1450 - total flux cleaned = 0.00149436 Jy ! Component: 1500 - total flux cleaned = 0.00149436 Jy ! Component: 1550 - total flux cleaned = 0.001563 Jy ! Component: 1600 - total flux cleaned = 0.00151748 Jy ! Component: 1650 - total flux cleaned = 0.00151762 Jy ! Component: 1700 - total flux cleaned = 0.00149524 Jy ! Component: 1750 - total flux cleaned = 0.00145094 Jy ! Component: 1800 - total flux cleaned = 0.00153827 Jy ! Component: 1850 - total flux cleaned = 0.00145121 Jy ! Component: 1900 - total flux cleaned = 0.00147253 Jy ! Component: 1950 - total flux cleaned = 0.00142961 Jy ! Component: 2000 - total flux cleaned = 0.00142946 Jy ! Component: 2050 - total flux cleaned = 0.00134555 Jy ! Component: 2100 - total flux cleaned = 0.00138707 Jy ! Component: 2150 - total flux cleaned = 0.0013044 Jy ! Component: 2200 - total flux cleaned = 0.00130439 Jy ! Component: 2250 - total flux cleaned = 0.00124332 Jy ! Component: 2300 - total flux cleaned = 0.00118287 Jy ! Component: 2350 - total flux cleaned = 0.00116302 Jy ! Component: 2400 - total flux cleaned = 0.00112317 Jy ! Component: 2450 - total flux cleaned = 0.00112335 Jy ! Component: 2500 - total flux cleaned = 0.0011232 Jy ! Component: 2550 - total flux cleaned = 0.00100659 Jy ! Component: 2600 - total flux cleaned = 0.0010838 Jy ! Component: 2650 - total flux cleaned = 0.00102618 Jy ! Component: 2700 - total flux cleaned = 0.00102605 Jy ! Component: 2750 - total flux cleaned = 0.00108251 Jy ! Component: 2800 - total flux cleaned = 0.00100715 Jy ! Component: 2850 - total flux cleaned = 0.00104473 Jy ! Component: 2900 - total flux cleaned = 0.000988937 Jy ! Component: 2950 - total flux cleaned = 0.00102584 Jy ! Component: 3000 - total flux cleaned = 0.000970886 Jy ! Component: 3050 - total flux cleaned = 0.000971011 Jy ! Component: 3100 - total flux cleaned = 0.000953056 Jy ! Component: 3150 - total flux cleaned = 0.000971144 Jy ! Component: 3200 - total flux cleaned = 0.0010429 Jy ! Component: 3250 - total flux cleaned = 0.00107848 Jy ! Component: 3300 - total flux cleaned = 0.00106065 Jy ! Component: 3350 - total flux cleaned = 0.00114879 Jy ! Component: 3400 - total flux cleaned = 0.00121886 Jy ! Component: 3450 - total flux cleaned = 0.00121867 Jy ! Component: 3500 - total flux cleaned = 0.00125345 Jy ! Component: 3550 - total flux cleaned = 0.00132249 Jy ! Component: 3600 - total flux cleaned = 0.0012881 Jy ! Component: 3650 - total flux cleaned = 0.00127109 Jy ! Component: 3700 - total flux cleaned = 0.00130511 Jy ! Component: 3750 - total flux cleaned = 0.00133892 Jy ! Component: 3800 - total flux cleaned = 0.00132206 Jy ! Component: 3850 - total flux cleaned = 0.00138913 Jy ! Component: 3900 - total flux cleaned = 0.00137232 Jy ! Component: 3950 - total flux cleaned = 0.00138889 Jy ! Component: 4000 - total flux cleaned = 0.00133906 Jy ! Component: 4050 - total flux cleaned = 0.0013392 Jy ! Total flux subtracted in 4096 components = 0.00138846 Jy ! Clean residual min=-0.000971 max=0.000886 Jy/beam ! Clean residual mean=0.000008 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.211263 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 359 components and 0.211263 Jy ![Exited script file: muppet] wmap "J2123-3046_X_2009_05_13_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.745 x 1.196 at -27.52 degrees (North through East) ! Clean map min=-0.0018808 max=0.15357 Jy/beam ! Writing clean map to FITS file: J2123-3046_X_2009_05_13_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.153566 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000288892 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.564369 0.564369 1.12874 2.25747 4.51495 9.0299 18.0598 36.1196 72.2392 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.153 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.745 x 1.196 at -27.52 degrees (North through East) ! Clean map min=-0.0018808 max=0.15357 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 J2123-3046_X_2009_05_13_pus_uvs.log closed on Sat Jan 21 12:47:50 2017