! Started logfile: /scr/pima/rv118_uvs/J2332-4118_X_dfm.log on Sun Dec 10 00:12:08 2017 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 8.36575 obs /scr/pima/rv118_uvs/J2332-4118_X_uva.fits ! Reading UV FITS file: /scr/pima/rv118_uvs/J2332-4118_X_uva.fits ! AN table 1: 44 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.988095 visibilities/baseline/integration-bin. ! Found source: J2332-4118 ! ! 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.36575e+09 8e+06 1 8e+06 ! 02 2 8.44575e+09 8e+06 1 8e+06 ! 03 3 8.80575e+09 8e+06 1 8e+06 ! 04 4 8.92575e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 3652 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.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_01.dfm J2332-4118_X] 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.200x0.200 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.012842Jy sigma=14.518028 ! Fit after self-cal, rms=0.865895Jy sigma=12.089577 ! 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.7718 mas, bmaj=4.72 mas, bpa=14.1 degrees ! Estimated noise=1.65636 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.0979475 Jy ! Component: 100 - total flux cleaned = 0.133626 Jy ! Total flux subtracted in 100 components = 0.133626 Jy ! Clean residual min=-0.011741 max=0.024628 Jy/beam ! Clean residual mean=0.000141 rms=0.003827 Jy/beam ! Combined flux in latest and established models = 0.133626 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.133626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091853Jy sigma=1.256295 ! Fit after self-cal, rms=0.091688Jy sigma=1.254435 ! Inverting map ! Added new window around map position (1.8, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0254375 Jy ! Component: 100 - total flux cleaned = 0.0429628 Jy ! Total flux subtracted in 100 components = 0.0429628 Jy ! Clean residual min=-0.008901 max=0.012166 Jy/beam ! Clean residual mean=0.000082 rms=0.002564 Jy/beam ! Combined flux in latest and established models = 0.176589 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 34 components and 0.176589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080915Jy sigma=1.050917 ! Fit after self-cal, rms=0.080668Jy sigma=1.047415 ! 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=1.056 mas, bmaj=5.588 mas, bpa=13.09 degrees ! Estimated noise=0.843791 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.0202521 Jy ! Component: 100 - total flux cleaned = 0.0319345 Jy ! Component: 150 - total flux cleaned = 0.0390242 Jy ! Component: 200 - total flux cleaned = 0.0434158 Jy ! Total flux subtracted in 200 components = 0.0434158 Jy ! Clean residual min=-0.004663 max=0.005202 Jy/beam ! Clean residual mean=0.000029 rms=0.001400 Jy/beam ! Combined flux in latest and established models = 0.220005 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 64 components and 0.220005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076083Jy sigma=0.952299 ! Fit after self-cal, rms=0.075987Jy sigma=0.950450 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.056 x 5.588 at 13.09 degrees (North through East) ! Clean map min=-0.0045881 max=0.11675 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 0.99 LA 0.94 NL 1.38 ! OV 0.99 PT 1.05 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 0.98 LA 0.97 NL 1.34 ! OV 0.99 PT 1.00 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 1.03 LA 0.95 NL 1.20 ! OV 0.95 PT 1.03 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 1.03 LA 0.98 NL 1.14 ! OV 0.95 PT 1.04 SC 1.00 ! ! ! Fit before self-cal, rms=0.075987Jy sigma=0.950450 ! Fit after self-cal, rms=0.084146Jy sigma=0.936294 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.058 mas, bmaj=5.81 mas, bpa=13.24 degrees ! Estimated noise=0.861654 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.00075961 Jy ! Component: 100 - total flux cleaned = -0.000834338 Jy ! Component: 150 - total flux cleaned = -0.00076879 Jy ! Component: 200 - total flux cleaned = -0.000710795 Jy ! Total flux subtracted in 200 components = -0.000710795 Jy ! Clean residual min=-0.003909 max=0.004513 Jy/beam ! Clean residual mean=0.000007 rms=0.001015 Jy/beam ! Combined flux in latest and established models = 0.219294 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 81 components and 0.219294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083977Jy sigma=0.934992 ! Fit after self-cal, rms=0.084076Jy sigma=0.934749 ! 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.084076Jy sigma=0.934749 ! Fit after self-cal, rms=0.084814Jy sigma=0.934625 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.062 mas, bmaj=5.83 mas, bpa=13.23 degrees ! Estimated noise=0.861969 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000676211 Jy ! Component: 100 - total flux cleaned = -0.000734939 Jy ! Component: 150 - total flux cleaned = -0.000682378 Jy ! Component: 200 - total flux cleaned = -0.000681817 Jy ! Total flux subtracted in 200 components = -0.000681817 Jy ! Clean residual min=-0.003784 max=0.004425 Jy/beam ! Clean residual mean=0.000008 rms=0.000989 Jy/beam ! Combined flux in latest and established models = 0.218612 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 89 components and 0.218612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084711Jy sigma=0.933857 ! Fit after self-cal, rms=0.084718Jy sigma=0.933811 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 (-1.8, 29). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157049 Jy ! Component: 100 - total flux cleaned = 0.000859834 Jy ! Component: 150 - total flux cleaned = 0.000443906 Jy ! Component: 200 - total flux cleaned = 0.000374283 Jy ! Total flux subtracted in 200 components = 0.000374283 Jy ! Clean residual min=-0.003824 max=0.003400 Jy/beam ! Clean residual mean=0.000009 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.218987 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 104 components and 0.218987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084330Jy sigma=0.931177 ! Fit after self-cal, rms=0.084288Jy sigma=0.930903 ! 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.084288Jy sigma=0.930903 ! Fit after self-cal, rms=0.084109Jy sigma=0.927714 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.066 mas, bmaj=5.774 mas, bpa=13.12 degrees ! Estimated noise=0.857972 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000229294 Jy ! Component: 100 - total flux cleaned = 0.000110166 Jy ! Component: 150 - total flux cleaned = -5.63953e-05 Jy ! Component: 200 - total flux cleaned = -0.000210269 Jy ! Total flux subtracted in 200 components = -0.000210269 Jy ! Clean residual min=-0.003303 max=0.003659 Jy/beam ! Clean residual mean=0.000003 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.218776 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 118 components and 0.218776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083990Jy sigma=0.927055 ! Fit after self-cal, rms=0.083988Jy sigma=0.926959 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 (9.2, -5.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00268821 Jy ! Component: 100 - total flux cleaned = 0.00302942 Jy ! Component: 150 - total flux cleaned = 0.00344784 Jy ! Component: 200 - total flux cleaned = 0.00361183 Jy ! Total flux subtracted in 200 components = 0.00361183 Jy ! Clean residual min=-0.003327 max=0.002971 Jy/beam ! Clean residual mean=-0.000003 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.222388 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 145 components and 0.222388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083832Jy sigma=0.924764 ! Fit after self-cal, rms=0.083828Jy sigma=0.924633 ! 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.083828Jy sigma=0.924633 ! Fit after self-cal, rms=0.083737Jy sigma=0.924537 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.749 mas, bmaj=11.32 mas, bpa=-2.409 degrees ! Estimated noise=0.942207 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116074 Jy ! Component: 100 - total flux cleaned = 0.00164381 Jy ! Component: 150 - total flux cleaned = 0.00183115 Jy ! Component: 200 - total flux cleaned = 0.00189813 Jy ! Total flux subtracted in 200 components = 0.00189813 Jy ! Clean residual min=-0.002643 max=0.002909 Jy/beam ! Clean residual mean=-0.000010 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.224286 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 161 components and 0.224286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083690Jy sigma=0.924003 ! Fit after self-cal, rms=0.083684Jy sigma=0.923947 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.000284044 Jy ! Component: 100 - total flux cleaned = 0.00031815 Jy ! Component: 150 - total flux cleaned = 0.000257557 Jy ! Component: 200 - total flux cleaned = 0.000200233 Jy ! Total flux subtracted in 200 components = 0.000200233 Jy ! Clean residual min=-0.002699 max=0.002822 Jy/beam ! Clean residual mean=-0.000011 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.224487 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 171 components and 0.224487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083652Jy sigma=0.923694 ! Fit after self-cal, rms=0.083650Jy sigma=0.923667 ! 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=1.066 mas, bmaj=5.771 mas, bpa=13.09 degrees ! Estimated noise=0.856828 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.066 x 5.771 at 13.09 degrees (North through East) ! Clean map min=-0.0054884 max=0.11464 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.7707 mas, bmaj=4.849 mas, bpa=14.03 degrees ! Estimated noise=1.71878 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.101592 Jy ! Component: 100 - total flux cleaned = 0.137991 Jy ! Component: 150 - total flux cleaned = 0.160415 Jy ! Component: 200 - total flux cleaned = 0.17602 Jy ! Total flux subtracted in 200 components = 0.17602 Jy ! Clean residual min=-0.008752 max=0.009051 Jy/beam ! Clean residual mean=0.000071 rms=0.002277 Jy/beam ! Combined flux in latest and established models = 0.17602 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.17602 Jy ! Inverting map and beam ! Estimated beam: bmin=1.066 mas, bmaj=5.771 mas, bpa=13.09 degrees ! Estimated noise=0.856828 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.017695 Jy ! Component: 100 - total flux cleaned = 0.0273384 Jy ! Component: 150 - total flux cleaned = 0.0331773 Jy ! Component: 200 - total flux cleaned = 0.0362821 Jy ! Total flux subtracted in 200 components = 0.0362821 Jy ! Clean residual min=-0.003829 max=0.004353 Jy/beam ! Clean residual mean=0.000025 rms=0.001003 Jy/beam ! Combined flux in latest and established models = 0.212302 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 80 components and 0.212302 Jy ! Inverting map ! Added new window around map position (4.6, -4.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00402469 Jy ! Component: 100 - total flux cleaned = 0.00547169 Jy ! Component: 150 - total flux cleaned = 0.0066014 Jy ! Component: 200 - total flux cleaned = 0.00709816 Jy ! Total flux subtracted in 200 components = 0.00709816 Jy ! Clean residual min=-0.003254 max=0.002909 Jy/beam ! Clean residual mean=0.000008 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.2194 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 106 components and 0.2194 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.749 mas, bmaj=11.32 mas, bpa=-2.409 degrees ! Estimated noise=0.942207 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00081951 Jy ! Component: 100 - total flux cleaned = 0.00134944 Jy ! Component: 150 - total flux cleaned = 0.00194692 Jy ! Component: 200 - total flux cleaned = 0.00234801 Jy ! Total flux subtracted in 200 components = 0.00234801 Jy ! Clean residual min=-0.002927 max=0.002391 Jy/beam ! Clean residual mean=-0.000004 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.221748 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000228611 Jy ! Component: 100 - total flux cleaned = 0.00033288 Jy ! Component: 150 - total flux cleaned = 0.000462839 Jy ! Component: 200 - total flux cleaned = 0.00055508 Jy ! Total flux subtracted in 200 components = 0.00055508 Jy ! Clean residual min=-0.003000 max=0.002318 Jy/beam ! Clean residual mean=-0.000007 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.222303 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 147 components and 0.222303 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.066 mas, bmaj=5.771 mas, bpa=13.09 degrees ! Estimated noise=0.856828 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000138742 Jy ! Component: 100 - total flux cleaned = -0.000263293 Jy ! Component: 150 - total flux cleaned = -0.00026448 Jy ! Component: 200 - total flux cleaned = -0.000263997 Jy ! Total flux subtracted in 200 components = -0.000263997 Jy ! Clean residual min=-0.003464 max=0.002921 Jy/beam ! Clean residual mean=-0.000004 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.222039 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 170 components and 0.222039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083688Jy sigma=0.923350 ! Fit after self-cal, rms=0.083662Jy sigma=0.923140 wmodel J2332-4118_X_map.mod ! Writing 170 model components to file: J2332-4118_X_map.mod wobs J2332-4118_X_uvs.fits ! Writing UV FITS file: J2332-4118_X_uvs.fits wwins J2332-4118_X_map.win ! wwins: Wrote 5 windows to J2332-4118_X_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.000558535 Jy ! Component: 100 - total flux cleaned = -0.000661333 Jy ! Component: 150 - total flux cleaned = -0.00070084 Jy ! Component: 200 - total flux cleaned = -0.000899426 Jy ! Component: 250 - total flux cleaned = -0.00116783 Jy ! Component: 300 - total flux cleaned = -0.00135509 Jy ! Component: 350 - total flux cleaned = -0.00149962 Jy ! Component: 400 - total flux cleaned = -0.0017096 Jy ! Component: 450 - total flux cleaned = -0.00187912 Jy ! Component: 500 - total flux cleaned = -0.00204483 Jy ! Component: 550 - total flux cleaned = -0.00207702 Jy ! Component: 600 - total flux cleaned = -0.0021399 Jy ! Component: 650 - total flux cleaned = -0.00217089 Jy ! Component: 700 - total flux cleaned = -0.00220122 Jy ! Component: 750 - total flux cleaned = -0.00211174 Jy ! Component: 800 - total flux cleaned = -0.00208277 Jy ! Component: 850 - total flux cleaned = -0.00202544 Jy ! Component: 900 - total flux cleaned = -0.00202572 Jy ! Component: 950 - total flux cleaned = -0.0020535 Jy ! Component: 1000 - total flux cleaned = -0.00208067 Jy ! Component: 1050 - total flux cleaned = -0.00199856 Jy ! Component: 1100 - total flux cleaned = -0.00191808 Jy ! Component: 1150 - total flux cleaned = -0.00202409 Jy ! Component: 1200 - total flux cleaned = -0.00186646 Jy ! Component: 1250 - total flux cleaned = -0.00189248 Jy ! Component: 1300 - total flux cleaned = -0.00189237 Jy ! Component: 1350 - total flux cleaned = -0.00173988 Jy ! Component: 1400 - total flux cleaned = -0.00166474 Jy ! Component: 1450 - total flux cleaned = -0.00161502 Jy ! Component: 1500 - total flux cleaned = -0.00154104 Jy ! Component: 1550 - total flux cleaned = -0.00146782 Jy ! Component: 1600 - total flux cleaned = -0.00132281 Jy ! Component: 1650 - total flux cleaned = -0.00127483 Jy ! Component: 1700 - total flux cleaned = -0.0011564 Jy ! Component: 1750 - total flux cleaned = -0.00110928 Jy ! Component: 1800 - total flux cleaned = -0.000992454 Jy ! Component: 1850 - total flux cleaned = -0.00092293 Jy ! Component: 1900 - total flux cleaned = -0.000830655 Jy ! Component: 1950 - total flux cleaned = -0.000670923 Jy ! Component: 2000 - total flux cleaned = -0.000535067 Jy ! Component: 2050 - total flux cleaned = -0.000422886 Jy ! Component: 2100 - total flux cleaned = -0.000289168 Jy ! Component: 2150 - total flux cleaned = -0.000112132 Jy ! Component: 2200 - total flux cleaned = -4.62273e-05 Jy ! Component: 2250 - total flux cleaned = 0.000214865 Jy ! Component: 2300 - total flux cleaned = 0.00032272 Jy ! Component: 2350 - total flux cleaned = 0.000451523 Jy ! Component: 2400 - total flux cleaned = 0.000664867 Jy ! Component: 2450 - total flux cleaned = 0.000813245 Jy ! Component: 2500 - total flux cleaned = 0.000939634 Jy ! Component: 2550 - total flux cleaned = 0.00104432 Jy ! Component: 2600 - total flux cleaned = 0.00121058 Jy ! Component: 2650 - total flux cleaned = 0.00139651 Jy ! Component: 2700 - total flux cleaned = 0.00149934 Jy ! Component: 2750 - total flux cleaned = 0.00160143 Jy ! Component: 2800 - total flux cleaned = 0.00166239 Jy ! Component: 2850 - total flux cleaned = 0.00176353 Jy ! Component: 2900 - total flux cleaned = 0.00186397 Jy ! Component: 2950 - total flux cleaned = 0.00200377 Jy ! Component: 3000 - total flux cleaned = 0.00220236 Jy ! Component: 3050 - total flux cleaned = 0.00224161 Jy ! Component: 3100 - total flux cleaned = 0.00239889 Jy ! Component: 3150 - total flux cleaned = 0.00245752 Jy ! Component: 3200 - total flux cleaned = 0.00255502 Jy ! Component: 3250 - total flux cleaned = 0.0027098 Jy ! Component: 3300 - total flux cleaned = 0.00276782 Jy ! Component: 3350 - total flux cleaned = 0.00294027 Jy ! Component: 3400 - total flux cleaned = 0.00305458 Jy ! Component: 3450 - total flux cleaned = 0.00313042 Jy ! Component: 3500 - total flux cleaned = 0.00322484 Jy ! Component: 3550 - total flux cleaned = 0.00335622 Jy ! Component: 3600 - total flux cleaned = 0.00346849 Jy ! Component: 3650 - total flux cleaned = 0.00343136 Jy ! Component: 3700 - total flux cleaned = 0.00348696 Jy ! Component: 3750 - total flux cleaned = 0.00357916 Jy ! Component: 3800 - total flux cleaned = 0.00367089 Jy ! Component: 3850 - total flux cleaned = 0.0036343 Jy ! Component: 3900 - total flux cleaned = 0.00376177 Jy ! Component: 3950 - total flux cleaned = 0.00368932 Jy ! Component: 4000 - total flux cleaned = 0.00376148 Jy ! Component: 4050 - total flux cleaned = 0.00379747 Jy ! Total flux subtracted in 4096 components = 0.00379743 Jy ! Clean residual min=-0.001055 max=0.000946 Jy/beam ! Clean residual mean=-0.000001 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.225836 Jy keep ! Adding 229 model components to the UV plane model. ! The established model now contains 399 components and 0.225836 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv118_uvs/J2332-4118_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.066 x 5.771 at 13.09 degrees (North through East) ! Clean map min=-0.002944 max=0.11954 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv118_uvs/J2332-4118_X_map.fits wmodel /scr/pima/rv118_uvs/J2332-4118_X_map.mod ! Writing 399 model components to file: /scr/pima/rv118_uvs/J2332-4118_X_map.mod wobs /scr/pima/rv118_uvs/J2332-4118_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv118_uvs/J2332-4118_X_uvs.fits wwins /scr/pima/rv118_uvs/J2332-4118_X_map.win ! wwins: Wrote 6 windows to /scr/pima/rv118_uvs/J2332-4118_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.119536 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000311717 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.782316 0.782316 1.56463 3.12927 6.25853 12.5171 25.0341 50.0682 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.119 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 383.476 quit ! Quitting program ! Log file /scr/pima/rv118_uvs/J2332-4118_X_dfm.log closed on Sun Dec 10 00:12:12 2017