! Started logfile: /scr/pima/rv120_uvs/J0229-3643_S_dfm.log on Fri Dec 22 22:29:57 2017 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.23275 obs /scr/pima/rv120_uvs/J0229-3643_S_uva.fits ! Reading UV FITS file: /scr/pima/rv120_uvs/J0229-3643_S_uva.fits ! AN table 1: 9 integrations on 10 of 10 possible baselines. ! AN table 2: 25 integrations on 28 of 28 possible baselines. ! AN table 3: 15 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.467045 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0229-3643 ! ! 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.23275e+09 8e+06 1 8e+06 ! 02 2 2.26275e+09 8e+06 1 8e+06 ! 03 3 2.35275e+09 8e+06 1 8e+06 ! 04 4 2.37275e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 1644 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 4 channels. ! 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 ![@/opt64/bin/pima_mupet_01.dfm J0229-3643_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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 11 telescope corrections were flagged in sub-array 1. ! A total of 109 telescope corrections were flagged in sub-array 2. ! A total of 4 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! A total of 109 telescope corrections were flagged in sub-array 2. ! A total of 4 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! A total of 146 telescope corrections were flagged in sub-array 2. ! A total of 18 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! A total of 109 telescope corrections were flagged in sub-array 2. ! A total of 4 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.026725Jy sigma=16.746250 ! Fit after self-cal, rms=0.792686Jy sigma=12.731628 ! 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.718 mas, bmaj=8.648 mas, bpa=-4.859 degrees ! Estimated noise=1.65595 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.169313 Jy ! Component: 100 - total flux cleaned = 0.206234 Jy ! Total flux subtracted in 100 components = 0.206234 Jy ! Clean residual min=-0.011364 max=0.014860 Jy/beam ! Clean residual mean=0.000040 rms=0.003209 Jy/beam ! Combined flux in latest and established models = 0.206234 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.206234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078523Jy sigma=1.147053 ! Fit after self-cal, rms=0.078508Jy sigma=1.147012 ! 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.287 mas, bmaj=10.53 mas, bpa=-1.512 degrees ! Estimated noise=1.28417 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.00630888 Jy ! Component: 100 - total flux cleaned = 0.0063045 Jy ! Component: 150 - total flux cleaned = 0.0061203 Jy ! Component: 200 - total flux cleaned = 0.00579569 Jy ! Total flux subtracted in 200 components = 0.00579569 Jy ! Clean residual min=-0.006907 max=0.010883 Jy/beam ! Clean residual mean=0.000071 rms=0.002083 Jy/beam ! Combined flux in latest and established models = 0.212029 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.21203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077021Jy sigma=1.124795 ! Fit after self-cal, rms=0.077020Jy sigma=1.124669 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.287 x 10.53 at -1.512 degrees (North through East) ! Clean map min=-0.0066268 max=0.20736 Jy/beam 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: ! FD 0.98 HN 1.80 LA 1.03 NL 0.89 ! SC 1.13 ! ! A total of 21 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.01 KP 0.98 LA 1.02 MK 1.00 ! NL 1.01 OV 0.97 PT 0.96 SC 1.15 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.94 KK 0.95 KP 1.07 OV 0.97 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 HN 1.56 LA 1.01 NL 1.05 ! SC 1.00 ! ! A total of 21 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.01 KP 0.95 LA 1.00 MK 1.02 ! NL 0.97 OV 1.00 PT 0.99 SC 1.15 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.99 KK 0.96 KP 1.04 OV 0.95 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.10 HN 1.32 LA 1.39 NL 1.00* ! SC 0.49 ! ! A total of 12 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.92 KP 1.00* LA 1.47 MK 0.66 ! NL 1.00* OV 1.08 PT 0.97 SC 0.54 ! ! A total of 42 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.00* KK 0.00* KP 0.00* OV 0.00* ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 HN 1.63 LA 1.01 NL 0.94 ! SC 1.20 ! ! A total of 21 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.03 KP 0.97 LA 1.02 MK 1.07 ! NL 0.98 OV 0.96 PT 1.02 SC 1.06 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.98 KK 1.09 KP 1.03 OV 0.99 ! ! ! Fit before self-cal, rms=0.077020Jy sigma=1.124669 ! Fit after self-cal, rms=0.072488Jy sigma=0.920633 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.204 mas, bmaj=10.48 mas, bpa=-1.796 degrees ! Estimated noise=1.35706 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.000653974 Jy ! Component: 100 - total flux cleaned = -0.000898188 Jy ! Component: 150 - total flux cleaned = -0.00103586 Jy ! Component: 200 - total flux cleaned = -0.0011518 Jy ! Total flux subtracted in 200 components = -0.0011518 Jy ! Clean residual min=-0.005236 max=0.005050 Jy/beam ! Clean residual mean=-0.000003 rms=0.001152 Jy/beam ! Combined flux in latest and established models = 0.210878 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 25 components and 0.210878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072368Jy sigma=0.916601 ! Fit after self-cal, rms=0.073142Jy sigma=0.914405 ! 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.073142Jy sigma=0.914405 ! Fit after self-cal, rms=0.074230Jy sigma=0.894883 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.21 mas, bmaj=10.51 mas, bpa=-1.646 degrees ! Estimated noise=1.35719 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.5983e-05 Jy ! Component: 100 - total flux cleaned = -2.7808e-05 Jy ! Component: 150 - total flux cleaned = -6.04973e-05 Jy ! Component: 200 - total flux cleaned = -0.000121622 Jy ! Total flux subtracted in 200 components = -0.000121622 Jy ! Clean residual min=-0.004515 max=0.004670 Jy/beam ! Clean residual mean=-0.000031 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.210756 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 31 components and 0.210756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074202Jy sigma=0.893952 ! Fit after self-cal, rms=0.074277Jy sigma=0.893882 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 (93.5, 113.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00332801 Jy ! Component: 100 - total flux cleaned = 0.00323078 Jy ! Component: 150 - total flux cleaned = 0.00314335 Jy ! Component: 200 - total flux cleaned = 0.00321824 Jy ! Total flux subtracted in 200 components = 0.00321824 Jy ! Clean residual min=-0.004328 max=0.003439 Jy/beam ! Clean residual mean=-0.000041 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.213974 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 54 components and 0.213974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073967Jy sigma=0.887312 ! Fit after self-cal, rms=0.073899Jy sigma=0.886838 ! 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.073899Jy sigma=0.886838 ! Fit after self-cal, rms=0.075161Jy sigma=0.884073 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.208 mas, bmaj=10.49 mas, bpa=-1.694 degrees ! Estimated noise=1.35182 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000568841 Jy ! Component: 100 - total flux cleaned = 0.000497177 Jy ! Component: 150 - total flux cleaned = 0.00050105 Jy ! Component: 200 - total flux cleaned = 0.000559632 Jy ! Total flux subtracted in 200 components = 0.000559632 Jy ! Clean residual min=-0.003829 max=0.003283 Jy/beam ! Clean residual mean=-0.000049 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.214534 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 60 components and 0.214534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075030Jy sigma=0.881774 ! Fit after self-cal, rms=0.075018Jy sigma=0.881655 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.000124113 Jy ! Component: 100 - total flux cleaned = 0.000123545 Jy ! Component: 150 - total flux cleaned = 0.000123296 Jy ! Component: 200 - total flux cleaned = 0.000123867 Jy ! Total flux subtracted in 200 components = 0.000123867 Jy ! Clean residual min=-0.003785 max=0.003231 Jy/beam ! Clean residual mean=-0.000049 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.214658 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 65 components and 0.214658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074944Jy sigma=0.880600 ! Fit after self-cal, rms=0.074920Jy sigma=0.880560 ! 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.074920Jy sigma=0.880560 ! Fit after self-cal, rms=0.074468Jy sigma=0.880226 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.708 mas, bmaj=23.98 mas, bpa=5.538 degrees ! Estimated noise=1.71425 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.98433e-05 Jy ! Component: 100 - total flux cleaned = -0.000121837 Jy ! Component: 150 - total flux cleaned = -0.000156496 Jy ! Component: 200 - total flux cleaned = -0.000172391 Jy ! Total flux subtracted in 200 components = -0.000172391 Jy ! Clean residual min=-0.003355 max=0.003743 Jy/beam ! Clean residual mean=-0.000086 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.214485 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 80 components and 0.214485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074464Jy sigma=0.879954 ! Fit after self-cal, rms=0.074459Jy sigma=0.879932 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 = -6.92699e-05 Jy ! Component: 100 - total flux cleaned = -6.76391e-05 Jy ! Component: 150 - total flux cleaned = -5.31578e-05 Jy ! Component: 200 - total flux cleaned = -3.88777e-05 Jy ! Total flux subtracted in 200 components = -3.88777e-05 Jy ! Clean residual min=-0.003338 max=0.003702 Jy/beam ! Clean residual mean=-0.000086 rms=0.001019 Jy/beam ! Combined flux in latest and established models = 0.214447 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 83 components and 0.214447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074454Jy sigma=0.879821 ! Fit after self-cal, rms=0.074455Jy sigma=0.879816 ! 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.207 mas, bmaj=10.49 mas, bpa=-1.722 degrees ! Estimated noise=1.35064 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.207 x 10.49 at -1.722 degrees (North through East) ! Clean map min=-0.0040717 max=0.20652 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.656 mas, bmaj=8.834 mas, bpa=-5.027 degrees ! Estimated noise=1.72885 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.164753 Jy ! Component: 100 - total flux cleaned = 0.20069 Jy ! Component: 150 - total flux cleaned = 0.210853 Jy ! Component: 200 - total flux cleaned = 0.214971 Jy ! Total flux subtracted in 200 components = 0.214971 Jy ! Clean residual min=-0.005747 max=0.005186 Jy/beam ! Clean residual mean=-0.000038 rms=0.001490 Jy/beam ! Combined flux in latest and established models = 0.214971 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.214971 Jy ! Inverting map and beam ! Estimated beam: bmin=3.207 mas, bmaj=10.49 mas, bpa=-1.722 degrees ! Estimated noise=1.35064 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.000328807 Jy ! Component: 100 - total flux cleaned = -0.000725036 Jy ! Component: 150 - total flux cleaned = -0.000946582 Jy ! Component: 200 - total flux cleaned = -0.000846869 Jy ! Total flux subtracted in 200 components = -0.000846869 Jy ! Clean residual min=-0.003915 max=0.003380 Jy/beam ! Clean residual mean=-0.000049 rms=0.000951 Jy/beam ! Combined flux in latest and established models = 0.214124 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 33 components and 0.214124 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.708 mas, bmaj=23.98 mas, bpa=5.538 degrees ! Estimated noise=1.71425 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000682324 Jy ! Component: 100 - total flux cleaned = -0.000562685 Jy ! Component: 150 - total flux cleaned = -0.000457549 Jy ! Component: 200 - total flux cleaned = -0.000480866 Jy ! Total flux subtracted in 200 components = -0.000480866 Jy ! Clean residual min=-0.003160 max=0.003536 Jy/beam ! Clean residual mean=-0.000084 rms=0.001028 Jy/beam ! Combined flux in latest and established models = 0.213643 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 = -2.38654e-05 Jy ! Component: 100 - total flux cleaned = -2.47962e-05 Jy ! Component: 150 - total flux cleaned = -4.73815e-05 Jy ! Component: 200 - total flux cleaned = -2.56601e-05 Jy ! Total flux subtracted in 200 components = -2.56601e-05 Jy ! Clean residual min=-0.003141 max=0.003538 Jy/beam ! Clean residual mean=-0.000084 rms=0.001025 Jy/beam ! Combined flux in latest and established models = 0.213617 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 49 components and 0.213617 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.207 mas, bmaj=10.49 mas, bpa=-1.722 degrees ! Estimated noise=1.35064 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.02361e-05 Jy ! Component: 100 - total flux cleaned = 9.16821e-05 Jy ! Component: 150 - total flux cleaned = 0.0001604 Jy ! Component: 200 - total flux cleaned = 0.000162942 Jy ! Total flux subtracted in 200 components = 0.000162942 Jy ! Clean residual min=-0.003823 max=0.003282 Jy/beam ! Clean residual mean=-0.000047 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.21378 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 59 components and 0.21378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074609Jy sigma=0.883853 ! Fit after self-cal, rms=0.074566Jy sigma=0.883595 wmodel J0229-3643_S_map.mod ! Writing 59 model components to file: J0229-3643_S_map.mod wobs J0229-3643_S_uvs.fits ! Writing UV FITS file: J0229-3643_S_uvs.fits wwins J0229-3643_S_map.win ! wwins: Wrote 2 windows to J0229-3643_S_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.00131881 Jy ! Component: 100 - total flux cleaned = -0.00212428 Jy ! Component: 150 - total flux cleaned = -0.00288059 Jy ! Component: 200 - total flux cleaned = -0.00371585 Jy ! Component: 250 - total flux cleaned = -0.00451587 Jy ! Component: 300 - total flux cleaned = -0.00528664 Jy ! Component: 350 - total flux cleaned = -0.00578397 Jy ! Component: 400 - total flux cleaned = -0.00622172 Jy ! Component: 450 - total flux cleaned = -0.00660058 Jy ! Component: 500 - total flux cleaned = -0.00678656 Jy ! Component: 550 - total flux cleaned = -0.00696877 Jy ! Component: 600 - total flux cleaned = -0.00714577 Jy ! Component: 650 - total flux cleaned = -0.0071888 Jy ! Component: 700 - total flux cleaned = -0.0073168 Jy ! Component: 750 - total flux cleaned = -0.00740097 Jy ! Component: 800 - total flux cleaned = -0.00744233 Jy ! Component: 850 - total flux cleaned = -0.00760462 Jy ! Component: 900 - total flux cleaned = -0.00776339 Jy ! Component: 950 - total flux cleaned = -0.00776413 Jy ! Component: 1000 - total flux cleaned = -0.00799479 Jy ! Component: 1050 - total flux cleaned = -0.0082214 Jy ! Component: 1100 - total flux cleaned = -0.00833293 Jy ! Component: 1150 - total flux cleaned = -0.00844298 Jy ! Component: 1200 - total flux cleaned = -0.00855156 Jy ! Component: 1250 - total flux cleaned = -0.0086935 Jy ! Component: 1300 - total flux cleaned = -0.00865763 Jy ! Component: 1350 - total flux cleaned = -0.00886619 Jy ! Component: 1400 - total flux cleaned = -0.00893463 Jy ! Component: 1450 - total flux cleaned = -0.00900208 Jy ! Component: 1500 - total flux cleaned = -0.00917002 Jy ! Component: 1550 - total flux cleaned = -0.00926929 Jy ! Component: 1600 - total flux cleaned = -0.00940064 Jy ! Component: 1650 - total flux cleaned = -0.00959572 Jy ! Component: 1700 - total flux cleaned = -0.00969203 Jy ! Component: 1750 - total flux cleaned = -0.00978748 Jy ! Component: 1800 - total flux cleaned = -0.00994502 Jy ! Component: 1850 - total flux cleaned = -0.0101002 Jy ! Component: 1900 - total flux cleaned = -0.0101313 Jy ! Component: 1950 - total flux cleaned = -0.0103752 Jy ! Component: 2000 - total flux cleaned = -0.0106161 Jy ! Component: 2050 - total flux cleaned = -0.0106751 Jy ! Component: 2100 - total flux cleaned = -0.0107931 Jy ! Component: 2150 - total flux cleaned = -0.0109978 Jy ! Component: 2200 - total flux cleaned = -0.0112002 Jy ! Component: 2250 - total flux cleaned = -0.0112576 Jy ! Component: 2300 - total flux cleaned = -0.0114849 Jy ! Component: 2350 - total flux cleaned = -0.0116537 Jy ! Component: 2400 - total flux cleaned = -0.0117376 Jy ! Component: 2450 - total flux cleaned = -0.0119034 Jy ! Component: 2500 - total flux cleaned = -0.012068 Jy ! Component: 2550 - total flux cleaned = -0.0121499 Jy ! Component: 2600 - total flux cleaned = -0.0122576 Jy ! Component: 2650 - total flux cleaned = -0.0123646 Jy ! Component: 2700 - total flux cleaned = -0.0124711 Jy ! Component: 2750 - total flux cleaned = -0.0126028 Jy ! Component: 2800 - total flux cleaned = -0.0127078 Jy ! Component: 2850 - total flux cleaned = -0.0128114 Jy ! Component: 2900 - total flux cleaned = -0.0129404 Jy ! Component: 2950 - total flux cleaned = -0.0130173 Jy ! Component: 3000 - total flux cleaned = -0.0130938 Jy ! Component: 3050 - total flux cleaned = -0.01327 Jy ! Component: 3100 - total flux cleaned = -0.0132449 Jy ! Component: 3150 - total flux cleaned = -0.0134192 Jy ! Component: 3200 - total flux cleaned = -0.0134935 Jy ! Component: 3250 - total flux cleaned = -0.0136408 Jy ! Component: 3300 - total flux cleaned = -0.0136652 Jy ! Component: 3350 - total flux cleaned = -0.0137377 Jy ! Component: 3400 - total flux cleaned = -0.0137861 Jy ! Component: 3450 - total flux cleaned = -0.0139537 Jy ! Component: 3500 - total flux cleaned = -0.0140015 Jy ! Component: 3550 - total flux cleaned = -0.0141435 Jy ! Component: 3600 - total flux cleaned = -0.0142139 Jy ! Component: 3650 - total flux cleaned = -0.0142373 Jy ! Component: 3700 - total flux cleaned = -0.0143301 Jy ! Component: 3750 - total flux cleaned = -0.0143995 Jy ! Component: 3800 - total flux cleaned = -0.0144915 Jy ! Component: 3850 - total flux cleaned = -0.0145599 Jy ! Component: 3900 - total flux cleaned = -0.0147188 Jy ! Component: 3950 - total flux cleaned = -0.0147865 Jy ! Component: 4000 - total flux cleaned = -0.0148539 Jy ! Component: 4050 - total flux cleaned = -0.0149879 Jy ! Total flux subtracted in 4096 components = -0.0150769 Jy ! Clean residual min=-0.001383 max=0.001223 Jy/beam ! Clean residual mean=-0.000015 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.198703 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 325 components and 0.198703 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv120_uvs/J0229-3643_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.207 x 10.49 at -1.722 degrees (North through East) ! Clean map min=-0.0034284 max=0.20809 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv120_uvs/J0229-3643_S_map.fits wmodel /scr/pima/rv120_uvs/J0229-3643_S_map.mod ! Writing 325 model components to file: /scr/pima/rv120_uvs/J0229-3643_S_map.mod wobs /scr/pima/rv120_uvs/J0229-3643_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv120_uvs/J0229-3643_S_uvs.fits wwins /scr/pima/rv120_uvs/J0229-3643_S_map.win ! wwins: Wrote 3 windows to /scr/pima/rv120_uvs/J0229-3643_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.208095 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000410844 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.592293 0.592293 1.18459 2.36917 4.73834 9.47668 18.9534 37.9067 75.8135 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.208 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 506.506 quit ! Quitting program ! Log file /scr/pima/rv120_uvs/J0229-3643_S_dfm.log closed on Fri Dec 22 22:30:01 2017