! Started logfile: J2123-3046_S_2009_05_13_pus_uvs.log on Sun Jan 22 11:40:40 2017 obs J2123-3046_S_2009_05_13_pus_uva.fits ! Reading UV FITS file: J2123-3046_S_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 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1341 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.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J2123-3046_S_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.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 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.844419Jy sigma=0.005150 ! Fit after self-cal, rms=0.777090Jy sigma=0.004771 ! 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=1.744 mas, bmaj=3.227 mas, bpa=-47.19 degrees ! Estimated noise=1402.68 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.192552 Jy ! Component: 100 - total flux cleaned = 0.235299 Jy ! Total flux subtracted in 100 components = 0.235299 Jy ! Clean residual min=-0.008329 max=0.015932 Jy/beam ! Clean residual mean=-0.000018 rms=0.002131 Jy/beam ! Combined flux in latest and established models = 0.235299 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.235299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219930Jy sigma=0.001153 ! Fit after self-cal, rms=0.219915Jy sigma=0.001153 ! Inverting map ! Added new window around map position (-1, -2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.015185 Jy ! Component: 100 - total flux cleaned = 0.0227643 Jy ! Total flux subtracted in 100 components = 0.0227643 Jy ! Clean residual min=-0.007396 max=0.010254 Jy/beam ! Clean residual mean=-0.000018 rms=0.001884 Jy/beam ! Combined flux in latest and established models = 0.258063 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 11 components and 0.258063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.218488Jy sigma=0.001138 ! Fit after self-cal, rms=0.218492Jy sigma=0.001138 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.649 mas, bmaj=4.327 mas, bpa=-33.26 degrees ! Estimated noise=604.515 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 (3, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0149496 Jy ! Component: 100 - total flux cleaned = 0.0231693 Jy ! Component: 150 - total flux cleaned = 0.0282497 Jy ! Component: 200 - total flux cleaned = 0.029421 Jy ! Total flux subtracted in 200 components = 0.029421 Jy ! Clean residual min=-0.005574 max=0.006566 Jy/beam ! Clean residual mean=-0.000047 rms=0.001339 Jy/beam ! Combined flux in latest and established models = 0.287484 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 33 components and 0.287484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.217481Jy sigma=0.001130 ! Fit after self-cal, rms=0.217484Jy sigma=0.001129 ! 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 1.03 FD 0.98 HN 1.16 HO 1.05 ! KK 1.00* KP 1.00 LA 0.95 MK 0.98 ! NL 1.00 NY 1.00* OV 1.00 PT 0.97 ! SC 0.96 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 1.02 FD 0.95 HN 1.22 HO 1.00 ! KK 1.00* KP 1.04 LA 0.98 MK 1.03 ! NL 1.01 NY 1.00* OV 0.98 PT 0.97 ! SC 1.01 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 0.95 FD 0.97 HN 1.12 HO 1.01 ! KK 1.00* KP 1.02 LA 0.99 MK 1.01 ! NL 0.99 NY 1.00* OV 1.04 PT 0.99 ! 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.82 FD 0.98 HN 1.16 HO 0.94 ! KK 1.00* KP 0.98 LA 1.01 MK 0.97 ! NL 0.99 NY 1.00* OV 0.98 PT 1.00 ! SC 1.00 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Fit before self-cal, rms=0.217484Jy sigma=0.001129 ! Fit after self-cal, rms=0.222180Jy sigma=0.001124 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.664 mas, bmaj=4.32 mas, bpa=-33.63 degrees ! Estimated noise=603.333 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.00158826 Jy ! Component: 100 - total flux cleaned = -0.00148216 Jy ! Component: 150 - total flux cleaned = -0.00148772 Jy ! Component: 200 - total flux cleaned = -0.00149148 Jy ! Total flux subtracted in 200 components = -0.00149148 Jy ! Clean residual min=-0.004745 max=0.004071 Jy/beam ! Clean residual mean=-0.000033 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.285993 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 46 components and 0.285993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.222081Jy sigma=0.001124 ! Fit after self-cal, rms=0.222222Jy sigma=0.001124 ! 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.222222Jy sigma=0.001124 ! Fit after self-cal, rms=0.226005Jy sigma=0.001121 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.663 mas, bmaj=4.314 mas, bpa=-33.74 degrees ! Estimated noise=604.388 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000486842 Jy ! Component: 100 - total flux cleaned = 0.000624801 Jy ! Component: 150 - total flux cleaned = 0.000564983 Jy ! Component: 200 - total flux cleaned = 0.000563506 Jy ! Total flux subtracted in 200 components = 0.000563506 Jy ! Clean residual min=-0.003575 max=0.003382 Jy/beam ! Clean residual mean=-0.000023 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.286556 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 55 components and 0.286556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.225962Jy sigma=0.001121 ! Fit after self-cal, rms=0.226024Jy sigma=0.001121 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.51132e-06 Jy ! Component: 100 - total flux cleaned = -5.82414e-05 Jy ! Component: 150 - total flux cleaned = -0.000102807 Jy ! Component: 200 - total flux cleaned = -0.000143218 Jy ! Total flux subtracted in 200 components = -0.000143218 Jy ! Clean residual min=-0.003522 max=0.003374 Jy/beam ! Clean residual mean=-0.000023 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.286413 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 58 components and 0.286413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.225999Jy sigma=0.001120 ! Fit after self-cal, rms=0.226001Jy 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.226001Jy sigma=0.001120 ! Fit after self-cal, rms=0.229238Jy sigma=0.001118 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.661 mas, bmaj=4.305 mas, bpa=-33.94 degrees ! Estimated noise=603.951 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.09348e-05 Jy ! Component: 100 - total flux cleaned = 6.57561e-05 Jy ! Component: 150 - total flux cleaned = 0.000105058 Jy ! Component: 200 - total flux cleaned = 0.000105395 Jy ! Total flux subtracted in 200 components = 0.000105395 Jy ! Clean residual min=-0.002726 max=0.003003 Jy/beam ! Clean residual mean=-0.000008 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.286518 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 72 components and 0.286519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.229218Jy sigma=0.001118 ! Fit after self-cal, rms=0.229259Jy sigma=0.001118 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 (79, -93.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112493 Jy ! Component: 100 - total flux cleaned = 0.000924847 Jy ! Component: 150 - total flux cleaned = 0.000767585 Jy ! Component: 200 - total flux cleaned = 0.00064051 Jy ! Total flux subtracted in 200 components = 0.00064051 Jy ! Clean residual min=-0.002650 max=0.002573 Jy/beam ! Clean residual mean=-0.000007 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.287159 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 84 components and 0.287159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.229207Jy sigma=0.001118 ! Fit after self-cal, rms=0.229197Jy sigma=0.001118 ! 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.229197Jy sigma=0.001118 ! Fit after self-cal, rms=0.229584Jy sigma=0.001118 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.999 mas, bmaj=21.18 mas, bpa=-1.683 degrees ! Estimated noise=742.088 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000697565 Jy ! Component: 100 - total flux cleaned = 0.000698375 Jy ! Component: 150 - total flux cleaned = 0.000628217 Jy ! Component: 200 - total flux cleaned = 0.000587072 Jy ! Total flux subtracted in 200 components = 0.000587072 Jy ! Clean residual min=-0.003278 max=0.002827 Jy/beam ! Clean residual mean=-0.000012 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.287746 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 93 components and 0.287746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.229581Jy sigma=0.001118 ! Fit after self-cal, rms=0.229587Jy sigma=0.001118 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.000147149 Jy ! Component: 100 - total flux cleaned = 0.000108881 Jy ! Component: 150 - total flux cleaned = 0.00010923 Jy ! Component: 200 - total flux cleaned = 9.39043e-05 Jy ! Total flux subtracted in 200 components = 9.39043e-05 Jy ! Clean residual min=-0.003231 max=0.002825 Jy/beam ! Clean residual mean=-0.000012 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.28784 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 96 components and 0.28784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.229585Jy sigma=0.001118 ! Fit after self-cal, rms=0.229587Jy sigma=0.001118 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=2.658 mas, bmaj=4.297 mas, bpa=-34.1 degrees ! Estimated noise=603.963 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.658 x 4.297 at -34.1 degrees (North through East) ! Clean map min=-0.0023422 max=0.23946 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=1.742 mas, bmaj=3.211 mas, bpa=-47.91 degrees ! Estimated noise=1409.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.192459 Jy ! Component: 100 - total flux cleaned = 0.236229 Jy ! Component: 150 - total flux cleaned = 0.251351 Jy ! Component: 200 - total flux cleaned = 0.259356 Jy ! Total flux subtracted in 200 components = 0.259356 Jy ! Clean residual min=-0.006620 max=0.006118 Jy/beam ! Clean residual mean=-0.000005 rms=0.001585 Jy/beam ! Combined flux in latest and established models = 0.259356 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.259356 Jy ! Inverting map and beam ! Estimated beam: bmin=2.658 mas, bmaj=4.297 mas, bpa=-34.1 degrees ! Estimated noise=603.963 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.0112908 Jy ! Component: 100 - total flux cleaned = 0.0177306 Jy ! Component: 150 - total flux cleaned = 0.0218336 Jy ! Component: 200 - total flux cleaned = 0.0238994 Jy ! Total flux subtracted in 200 components = 0.0238994 Jy ! Clean residual min=-0.003069 max=0.002716 Jy/beam ! Clean residual mean=-0.000010 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.283255 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 50 components and 0.283255 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.999 mas, bmaj=21.18 mas, bpa=-1.683 degrees ! Estimated noise=742.088 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00314671 Jy ! Component: 100 - total flux cleaned = 0.00423928 Jy ! Component: 150 - total flux cleaned = 0.00455357 Jy ! Component: 200 - total flux cleaned = 0.00462469 Jy ! Total flux subtracted in 200 components = 0.00462469 Jy ! Clean residual min=-0.003208 max=0.002803 Jy/beam ! Clean residual mean=-0.000012 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.28788 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 = 5.94145e-05 Jy ! Component: 100 - total flux cleaned = 0.000108997 Jy ! Component: 150 - total flux cleaned = 0.00010802 Jy ! Component: 200 - total flux cleaned = 0.000126928 Jy ! Total flux subtracted in 200 components = 0.000126928 Jy ! Clean residual min=-0.003218 max=0.002815 Jy/beam ! Clean residual mean=-0.000011 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.288007 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 64 components and 0.288007 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.658 mas, bmaj=4.297 mas, bpa=-34.1 degrees ! Estimated noise=603.963 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000175164 Jy ! Component: 100 - total flux cleaned = -0.000231765 Jy ! Component: 150 - total flux cleaned = -0.000334494 Jy ! Component: 200 - total flux cleaned = -0.000468859 Jy ! Total flux subtracted in 200 components = -0.000468859 Jy ! Clean residual min=-0.002680 max=0.002661 Jy/beam ! Clean residual mean=-0.000006 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.287538 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 78 components and 0.287538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.229610Jy sigma=0.001118 ! Fit after self-cal, rms=0.229571Jy sigma=0.001118 wmodel J2123-3046_S_2009_05_13_pus_map.mod ! Writing 78 model components to file: J2123-3046_S_2009_05_13_pus_map.mod wobs J2123-3046_S_2009_05_13_pus_uvs.fits ! Writing UV FITS file: J2123-3046_S_2009_05_13_pus_uvs.fits wwins J2123-3046_S_2009_05_13_pus_map.win ! wwins: Wrote 4 windows to J2123-3046_S_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.000485747 Jy ! Component: 100 - total flux cleaned = -0.000902496 Jy ! Component: 150 - total flux cleaned = -0.00103446 Jy ! Component: 200 - total flux cleaned = -0.00120593 Jy ! Component: 250 - total flux cleaned = -0.00133035 Jy ! Component: 300 - total flux cleaned = -0.00153294 Jy ! Component: 350 - total flux cleaned = -0.0017306 Jy ! Component: 400 - total flux cleaned = -0.00188515 Jy ! Component: 450 - total flux cleaned = -0.00207435 Jy ! Component: 500 - total flux cleaned = -0.00222247 Jy ! Component: 550 - total flux cleaned = -0.00225898 Jy ! Component: 600 - total flux cleaned = -0.00236724 Jy ! Component: 650 - total flux cleaned = -0.00247342 Jy ! Component: 700 - total flux cleaned = -0.00268092 Jy ! Component: 750 - total flux cleaned = -0.00281665 Jy ! Component: 800 - total flux cleaned = -0.00298446 Jy ! Component: 850 - total flux cleaned = -0.00305037 Jy ! Component: 900 - total flux cleaned = -0.00318117 Jy ! Component: 950 - total flux cleaned = -0.003181 Jy ! Component: 1000 - total flux cleaned = -0.00314903 Jy ! Component: 1050 - total flux cleaned = -0.00318097 Jy ! Component: 1100 - total flux cleaned = -0.00330611 Jy ! Component: 1150 - total flux cleaned = -0.00327474 Jy ! Component: 1200 - total flux cleaned = -0.00321347 Jy ! Component: 1250 - total flux cleaned = -0.00321363 Jy ! Component: 1300 - total flux cleaned = -0.00309356 Jy ! Component: 1350 - total flux cleaned = -0.00315315 Jy ! Component: 1400 - total flux cleaned = -0.003094 Jy ! Component: 1450 - total flux cleaned = -0.0030648 Jy ! Component: 1500 - total flux cleaned = -0.00294893 Jy ! Component: 1550 - total flux cleaned = -0.00294901 Jy ! Component: 1600 - total flux cleaned = -0.00289171 Jy ! Component: 1650 - total flux cleaned = -0.00277878 Jy ! Component: 1700 - total flux cleaned = -0.00263838 Jy ! Component: 1750 - total flux cleaned = -0.00266645 Jy ! Component: 1800 - total flux cleaned = -0.00252858 Jy ! Component: 1850 - total flux cleaned = -0.00244642 Jy ! Component: 1900 - total flux cleaned = -0.00244665 Jy ! Component: 1950 - total flux cleaned = -0.00236559 Jy ! Component: 2000 - total flux cleaned = -0.00231171 Jy ! Component: 2050 - total flux cleaned = -0.00212523 Jy ! Component: 2100 - total flux cleaned = -0.00212561 Jy ! Component: 2150 - total flux cleaned = -0.00202088 Jy ! Component: 2200 - total flux cleaned = -0.00194303 Jy ! Component: 2250 - total flux cleaned = -0.00199454 Jy ! Component: 2300 - total flux cleaned = -0.00199422 Jy ! Component: 2350 - total flux cleaned = -0.00191781 Jy ! Component: 2400 - total flux cleaned = -0.00189241 Jy ! Component: 2450 - total flux cleaned = -0.00179117 Jy ! Component: 2500 - total flux cleaned = -0.00179117 Jy ! Component: 2550 - total flux cleaned = -0.00176616 Jy ! Component: 2600 - total flux cleaned = -0.00188977 Jy ! Component: 2650 - total flux cleaned = -0.00174188 Jy ! Component: 2700 - total flux cleaned = -0.00166863 Jy ! Component: 2750 - total flux cleaned = -0.00176564 Jy ! Component: 2800 - total flux cleaned = -0.00162054 Jy ! Component: 2850 - total flux cleaned = -0.00166881 Jy ! Component: 2900 - total flux cleaned = -0.00162089 Jy ! Component: 2950 - total flux cleaned = -0.00162081 Jy ! Component: 3000 - total flux cleaned = -0.00157343 Jy ! Component: 3050 - total flux cleaned = -0.00145593 Jy ! Component: 3100 - total flux cleaned = -0.00143242 Jy ! Component: 3150 - total flux cleaned = -0.00154902 Jy ! Component: 3200 - total flux cleaned = -0.00143312 Jy ! Component: 3250 - total flux cleaned = -0.00141012 Jy ! Component: 3300 - total flux cleaned = -0.00145592 Jy ! Component: 3350 - total flux cleaned = -0.00141026 Jy ! Component: 3400 - total flux cleaned = -0.00136492 Jy ! Component: 3450 - total flux cleaned = -0.00138784 Jy ! Component: 3500 - total flux cleaned = -0.00138765 Jy ! Component: 3550 - total flux cleaned = -0.00141009 Jy ! Component: 3600 - total flux cleaned = -0.00132088 Jy ! Component: 3650 - total flux cleaned = -0.00123204 Jy ! Component: 3700 - total flux cleaned = -0.00132043 Jy ! Component: 3750 - total flux cleaned = -0.00123237 Jy ! Component: 3800 - total flux cleaned = -0.00132006 Jy ! Component: 3850 - total flux cleaned = -0.00121104 Jy ! Component: 3900 - total flux cleaned = -0.0012328 Jy ! Component: 3950 - total flux cleaned = -0.00131923 Jy ! Component: 4000 - total flux cleaned = -0.00127612 Jy ! Component: 4050 - total flux cleaned = -0.00127597 Jy ! Total flux subtracted in 4096 components = -0.00127602 Jy ! Clean residual min=-0.001287 max=0.001440 Jy/beam ! Clean residual mean=-0.000003 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.286262 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 350 components and 0.286262 Jy ![Exited script file: muppet] wmap "J2123-3046_S_2009_05_13_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.658 x 4.297 at -34.1 degrees (North through East) ! Clean map min=-0.002457 max=0.23838 Jy/beam ! Writing clean map to FITS file: J2123-3046_S_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.238381 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000360681 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.453913 0.453913 0.907827 1.81565 3.63131 7.26262 14.5252 29.0505 58.1009 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.238 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.658 x 4.297 at -34.1 degrees (North through East) ! Clean map min=-0.002457 max=0.23838 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_S_2009_05_13_pus_uvs.log closed on Sun Jan 22 11:40:46 2017