! Started logfile: /scr/pima/rv120_uvs/J0526-4830_X_dfm.log on Fri Dec 22 22:39:57 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/rv120_uvs/J0526-4830_X_uva.fits ! Reading UV FITS file: /scr/pima/rv120_uvs/J0526-4830_X_uva.fits ! AN table 1: 3 integrations on 3 of 3 possible baselines. ! AN table 2: 15 integrations on 10 of 10 possible baselines. ! AN table 3: 21 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.579946 visibilities/baseline/integration-bin. ! Found source: J0526-4830 ! ! 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 856 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 J0526-4830_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. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 39 telescope corrections were flagged in sub-array 2. ! A total of 25 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 39 telescope corrections were flagged in sub-array 2. ! A total of 25 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 39 telescope corrections were flagged in sub-array 2. ! A total of 25 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 39 telescope corrections were flagged in sub-array 2. ! A total of 25 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.118134Jy sigma=13.819001 ! Fit after self-cal, rms=0.475965Jy sigma=5.421329 ! 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.6201 mas, bmaj=4.954 mas, bpa=-9.668 degrees ! Estimated noise=3.55288 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.430022 Jy ! Component: 100 - total flux cleaned = 0.534866 Jy ! Total flux subtracted in 100 components = 0.534866 Jy ! Clean residual min=-0.036575 max=0.042436 Jy/beam ! Clean residual mean=0.000238 rms=0.009236 Jy/beam ! Combined flux in latest and established models = 0.534866 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.534866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127771Jy sigma=1.336444 ! Fit after self-cal, rms=0.127300Jy sigma=1.335792 ! 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.7661 mas, bmaj=8.051 mas, bpa=-10.42 degrees ! Estimated noise=2.24406 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.0325487 Jy ! Component: 100 - total flux cleaned = 0.044941 Jy ! Component: 150 - total flux cleaned = 0.0484497 Jy ! Component: 200 - total flux cleaned = 0.0482349 Jy ! Total flux subtracted in 200 components = 0.0482349 Jy ! Clean residual min=-0.019366 max=0.034075 Jy/beam ! Clean residual mean=0.000374 rms=0.006898 Jy/beam ! Combined flux in latest and established models = 0.583101 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 22 components and 0.583101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123288Jy sigma=1.192920 ! Fit after self-cal, rms=0.123107Jy sigma=1.192730 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7661 x 8.051 at -10.42 degrees (North through East) ! Clean map min=-0.018434 max=0.48081 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.00* KP 0.00* SC 0.00* ! ! A total of 18 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.93 KP 1.03 LA 1.00 MK 0.93 ! PT 0.98 ! ! A total of 24 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.94 KK 1.21 KP 1.00 MK 0.92 ! PT 1.01 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* SC 0.00* ! ! A total of 18 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.93 KP 0.99 LA 1.05 MK 0.98 ! PT 0.99 ! ! A total of 24 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.98 KK 1.14 KP 0.98 MK 0.95 ! PT 1.00 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* SC 0.00* ! ! A total of 18 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.98 KP 1.01 LA 1.05 MK 0.87 ! PT 0.94 ! ! A total of 24 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.94 KK 1.19 KP 0.98 MK 0.92 ! PT 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* SC 0.00* ! ! A total of 18 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.97 KP 0.93 LA 1.02 MK 0.95 ! PT 0.98 ! ! A total of 24 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.94 KK 1.19 KP 0.93 MK 0.96 ! PT 0.97 ! ! ! Fit before self-cal, rms=0.123107Jy sigma=1.192730 ! Fit after self-cal, rms=0.098131Jy sigma=0.952440 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7292 mas, bmaj=11.97 mas, bpa=-12.31 degrees ! Estimated noise=2.54107 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.0013828 Jy ! Component: 100 - total flux cleaned = -0.00143833 Jy ! Component: 150 - total flux cleaned = -0.00146045 Jy ! Component: 200 - total flux cleaned = -0.00147619 Jy ! Total flux subtracted in 200 components = -0.00147619 Jy ! Clean residual min=-0.005937 max=0.006026 Jy/beam ! Clean residual mean=0.000001 rms=0.001578 Jy/beam ! Combined flux in latest and established models = 0.581625 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 36 components and 0.581625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098088Jy sigma=0.952252 ! Fit after self-cal, rms=0.098283Jy sigma=0.951919 ! 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.098283Jy sigma=0.951919 ! Fit after self-cal, rms=0.098478Jy sigma=0.951743 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7298 mas, bmaj=11.97 mas, bpa=-12.31 degrees ! Estimated noise=2.54165 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000757061 Jy ! Component: 100 - total flux cleaned = -0.00078046 Jy ! Component: 150 - total flux cleaned = -0.00077911 Jy ! Component: 200 - total flux cleaned = -0.00082579 Jy ! Total flux subtracted in 200 components = -0.00082579 Jy ! Clean residual min=-0.006033 max=0.006087 Jy/beam ! Clean residual mean=-0.000005 rms=0.001545 Jy/beam ! Combined flux in latest and established models = 0.580799 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 41 components and 0.580799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098452Jy sigma=0.951656 ! Fit after self-cal, rms=0.098460Jy sigma=0.951626 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.000121756 Jy ! Component: 100 - total flux cleaned = -0.000135828 Jy ! Component: 150 - total flux cleaned = -0.000136105 Jy ! Component: 200 - total flux cleaned = -0.000165339 Jy ! Total flux subtracted in 200 components = -0.000165339 Jy ! Clean residual min=-0.006029 max=0.006077 Jy/beam ! Clean residual mean=-0.000004 rms=0.001544 Jy/beam ! Combined flux in latest and established models = 0.580634 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.580634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098450Jy sigma=0.951604 ! Fit after self-cal, rms=0.098456Jy sigma=0.951588 ! 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.098456Jy sigma=0.951588 ! Fit after self-cal, rms=0.098550Jy sigma=0.951498 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7302 mas, bmaj=11.97 mas, bpa=-12.31 degrees ! Estimated noise=2.54212 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000382935 Jy ! Component: 100 - total flux cleaned = -0.000362185 Jy ! Component: 150 - total flux cleaned = -0.000396036 Jy ! Component: 200 - total flux cleaned = -0.000426099 Jy ! Total flux subtracted in 200 components = -0.000426099 Jy ! Clean residual min=-0.006084 max=0.006211 Jy/beam ! Clean residual mean=-0.000009 rms=0.001532 Jy/beam ! Combined flux in latest and established models = 0.580208 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 46 components and 0.580208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098533Jy sigma=0.951452 ! Fit after self-cal, rms=0.098540Jy sigma=0.951433 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.5947e-05 Jy ! Component: 100 - total flux cleaned = -0.000128768 Jy ! Component: 150 - total flux cleaned = -0.000143472 Jy ! Component: 200 - total flux cleaned = -0.000171502 Jy ! Total flux subtracted in 200 components = -0.000171502 Jy ! Clean residual min=-0.006081 max=0.006199 Jy/beam ! Clean residual mean=-0.000008 rms=0.001531 Jy/beam ! Combined flux in latest and established models = 0.580037 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 47 components and 0.580037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098531Jy sigma=0.951415 ! Fit after self-cal, rms=0.098537Jy sigma=0.951402 ! 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.098537Jy sigma=0.951402 ! Fit after self-cal, rms=0.098596Jy sigma=0.951356 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.753 mas, bmaj=15.58 mas, bpa=-0.4147 degrees ! Estimated noise=3.38152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000226575 Jy ! Component: 100 - total flux cleaned = -0.000226819 Jy ! Component: 150 - total flux cleaned = -0.000235454 Jy ! Component: 200 - total flux cleaned = -0.000251752 Jy ! Total flux subtracted in 200 components = -0.000251752 Jy ! Clean residual min=-0.004141 max=0.004547 Jy/beam ! Clean residual mean=-0.000022 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.579785 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 50 components and 0.579785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098596Jy sigma=0.951364 ! Fit after self-cal, rms=0.098595Jy sigma=0.951353 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 = -4.25312e-05 Jy ! Component: 100 - total flux cleaned = -4.29301e-05 Jy ! Component: 150 - total flux cleaned = -5.09175e-05 Jy ! Component: 200 - total flux cleaned = -6.55772e-05 Jy ! Total flux subtracted in 200 components = -6.55772e-05 Jy ! Clean residual min=-0.004115 max=0.004531 Jy/beam ! Clean residual mean=-0.000021 rms=0.001183 Jy/beam ! Combined flux in latest and established models = 0.579719 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 50 components and 0.579719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098595Jy sigma=0.951372 ! Fit after self-cal, rms=0.098594Jy sigma=0.951366 ! 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.7304 mas, bmaj=11.96 mas, bpa=-12.31 degrees ! Estimated noise=2.54264 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7304 x 11.96 at -12.31 degrees (North through East) ! Clean map min=-0.0053782 max=0.47584 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.5966 mas, bmaj=11.35 mas, bpa=-13.19 degrees ! Estimated noise=3.84877 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.433158 Jy ! Component: 100 - total flux cleaned = 0.527898 Jy ! Component: 150 - total flux cleaned = 0.5555 Jy ! Component: 200 - total flux cleaned = 0.567238 Jy ! Total flux subtracted in 200 components = 0.567238 Jy ! Clean residual min=-0.013842 max=0.012379 Jy/beam ! Clean residual mean=0.000021 rms=0.003526 Jy/beam ! Combined flux in latest and established models = 0.567238 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.567238 Jy ! Inverting map and beam ! Estimated beam: bmin=0.7304 mas, bmaj=11.96 mas, bpa=-12.31 degrees ! Estimated noise=2.54264 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.00732545 Jy ! Component: 100 - total flux cleaned = 0.0105186 Jy ! Component: 150 - total flux cleaned = 0.0120339 Jy ! Component: 200 - total flux cleaned = 0.0125048 Jy ! Total flux subtracted in 200 components = 0.0125048 Jy ! Clean residual min=-0.006049 max=0.006056 Jy/beam ! Clean residual mean=-0.000011 rms=0.001626 Jy/beam ! Combined flux in latest and established models = 0.579743 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 26 components and 0.579742 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=3.753 mas, bmaj=15.58 mas, bpa=-0.4147 degrees ! Estimated noise=3.38152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.77124e-05 Jy ! Component: 100 - total flux cleaned = -4.76753e-05 Jy ! Component: 150 - total flux cleaned = -9.28275e-05 Jy ! Component: 200 - total flux cleaned = -0.000159215 Jy ! Total flux subtracted in 200 components = -0.000159215 Jy ! Clean residual min=-0.004291 max=0.004860 Jy/beam ! Clean residual mean=-0.000022 rms=0.001317 Jy/beam ! Combined flux in latest and established models = 0.579583 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.4418e-05 Jy ! Component: 100 - total flux cleaned = -0.000126733 Jy ! Component: 150 - total flux cleaned = -0.000185187 Jy ! Component: 200 - total flux cleaned = -0.000241382 Jy ! Total flux subtracted in 200 components = -0.000241382 Jy ! Clean residual min=-0.004245 max=0.004851 Jy/beam ! Clean residual mean=-0.000019 rms=0.001300 Jy/beam ! Combined flux in latest and established models = 0.579342 Jy ! Adding 3 model components to the UV plane model. ! The established model now contains 28 components and 0.579342 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.7304 mas, bmaj=11.96 mas, bpa=-12.31 degrees ! Estimated noise=2.54264 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.0157e-05 Jy ! Component: 100 - total flux cleaned = 4.06574e-05 Jy ! Component: 150 - total flux cleaned = 4.0763e-05 Jy ! Component: 200 - total flux cleaned = 4.85129e-06 Jy ! Total flux subtracted in 200 components = 4.85129e-06 Jy ! Clean residual min=-0.006057 max=0.006057 Jy/beam ! Clean residual mean=-0.000009 rms=0.001607 Jy/beam ! Combined flux in latest and established models = 0.579347 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 38 components and 0.579347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098645Jy sigma=0.952312 ! Fit after self-cal, rms=0.098658Jy sigma=0.952268 wmodel J0526-4830_X_map.mod ! Writing 38 model components to file: J0526-4830_X_map.mod wobs J0526-4830_X_uvs.fits ! Writing UV FITS file: J0526-4830_X_uvs.fits wwins J0526-4830_X_map.win ! wwins: Wrote 1 windows to J0526-4830_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.000754221 Jy ! Component: 100 - total flux cleaned = 8.39662e-05 Jy ! Component: 150 - total flux cleaned = -0.000733758 Jy ! Component: 200 - total flux cleaned = -0.00169621 Jy ! Component: 250 - total flux cleaned = -0.00262189 Jy ! Component: 300 - total flux cleaned = -0.00367252 Jy ! Component: 350 - total flux cleaned = -0.00460746 Jy ! Component: 400 - total flux cleaned = -0.00558842 Jy ! Component: 450 - total flux cleaned = -0.00661079 Jy ! Component: 500 - total flux cleaned = -0.00689521 Jy ! Component: 550 - total flux cleaned = -0.00752225 Jy ! Component: 600 - total flux cleaned = -0.00799852 Jy ! Component: 650 - total flux cleaned = -0.00839776 Jy ! Component: 700 - total flux cleaned = -0.00898506 Jy ! Component: 750 - total flux cleaned = -0.00943191 Jy ! Component: 800 - total flux cleaned = -0.00980859 Jy ! Component: 850 - total flux cleaned = -0.0101782 Jy ! Component: 900 - total flux cleaned = -0.0105404 Jy ! Component: 950 - total flux cleaned = -0.0108957 Jy ! Component: 1000 - total flux cleaned = -0.0110122 Jy ! Component: 1050 - total flux cleaned = -0.011242 Jy ! Component: 1100 - total flux cleaned = -0.0112984 Jy ! Component: 1150 - total flux cleaned = -0.0112979 Jy ! Component: 1200 - total flux cleaned = -0.0113529 Jy ! Component: 1250 - total flux cleaned = -0.0114071 Jy ! Component: 1300 - total flux cleaned = -0.0112996 Jy ! Component: 1350 - total flux cleaned = -0.0112453 Jy ! Component: 1400 - total flux cleaned = -0.0110852 Jy ! Component: 1450 - total flux cleaned = -0.0107669 Jy ! Component: 1500 - total flux cleaned = -0.0103456 Jy ! Component: 1550 - total flux cleaned = -0.00992583 Jy ! Component: 1600 - total flux cleaned = -0.00956037 Jy ! Component: 1650 - total flux cleaned = -0.00935216 Jy ! Component: 1700 - total flux cleaned = -0.00893749 Jy ! Component: 1750 - total flux cleaned = -0.00852397 Jy ! Component: 1800 - total flux cleaned = -0.00816325 Jy ! Component: 1850 - total flux cleaned = -0.00780337 Jy ! Component: 1900 - total flux cleaned = -0.00749581 Jy ! Component: 1950 - total flux cleaned = -0.00708579 Jy ! Component: 2000 - total flux cleaned = -0.00682989 Jy ! Component: 2050 - total flux cleaned = -0.00657451 Jy ! Component: 2100 - total flux cleaned = -0.00611496 Jy ! Component: 2150 - total flux cleaned = -0.00580836 Jy ! Component: 2200 - total flux cleaned = -0.00555234 Jy ! Component: 2250 - total flux cleaned = -0.00534767 Jy ! Component: 2300 - total flux cleaned = -0.00488687 Jy ! Component: 2350 - total flux cleaned = -0.0046305 Jy ! Component: 2400 - total flux cleaned = -0.00442517 Jy ! Component: 2450 - total flux cleaned = -0.00416774 Jy ! Component: 2500 - total flux cleaned = -0.0038592 Jy ! Component: 2550 - total flux cleaned = -0.00354909 Jy ! Component: 2600 - total flux cleaned = -0.00329017 Jy ! Component: 2650 - total flux cleaned = -0.0029788 Jy ! Component: 2700 - total flux cleaned = -0.00271829 Jy ! Component: 2750 - total flux cleaned = -0.00250833 Jy ! Component: 2800 - total flux cleaned = -0.00213876 Jy ! Component: 2850 - total flux cleaned = -0.00197967 Jy ! Component: 2900 - total flux cleaned = -0.00171284 Jy ! Component: 2950 - total flux cleaned = -0.00160503 Jy ! Component: 3000 - total flux cleaned = -0.00160526 Jy ! Component: 3050 - total flux cleaned = -0.00149679 Jy ! Component: 3100 - total flux cleaned = -0.00138737 Jy ! Component: 3150 - total flux cleaned = -0.00138715 Jy ! Component: 3200 - total flux cleaned = -0.00149835 Jy ! Component: 3250 - total flux cleaned = -0.00138618 Jy ! Component: 3300 - total flux cleaned = -0.00133 Jy ! Component: 3350 - total flux cleaned = -0.00133046 Jy ! Component: 3400 - total flux cleaned = -0.0011593 Jy ! Component: 3450 - total flux cleaned = -0.00104433 Jy ! Component: 3500 - total flux cleaned = -0.000927851 Jy ! Component: 3550 - total flux cleaned = -0.000868364 Jy ! Component: 3600 - total flux cleaned = -0.000750051 Jy ! Component: 3650 - total flux cleaned = -0.000690149 Jy ! Component: 3700 - total flux cleaned = -0.000629304 Jy ! Component: 3750 - total flux cleaned = -0.000568513 Jy ! Component: 3800 - total flux cleaned = -0.000445749 Jy ! Component: 3850 - total flux cleaned = -0.000135569 Jy ! Component: 3900 - total flux cleaned = -0.000261121 Jy ! Component: 3950 - total flux cleaned = -7.17313e-05 Jy ! Component: 4000 - total flux cleaned = 0.000311842 Jy ! Component: 4050 - total flux cleaned = 0.000570057 Jy ! Total flux subtracted in 4096 components = 0.000570756 Jy ! Clean residual min=-0.003528 max=0.003697 Jy/beam ! Clean residual mean=-0.000008 rms=0.001255 Jy/beam ! Combined flux in latest and established models = 0.579918 Jy keep ! Adding 223 model components to the UV plane model. ! The established model now contains 261 components and 0.579918 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv120_uvs/J0526-4830_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7304 x 11.96 at -12.31 degrees (North through East) ! Clean map min=-0.0053445 max=0.5207 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv120_uvs/J0526-4830_X_map.fits wmodel /scr/pima/rv120_uvs/J0526-4830_X_map.mod ! Writing 261 model components to file: /scr/pima/rv120_uvs/J0526-4830_X_map.mod wobs /scr/pima/rv120_uvs/J0526-4830_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv120_uvs/J0526-4830_X_uvs.fits wwins /scr/pima/rv120_uvs/J0526-4830_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rv120_uvs/J0526-4830_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.520702 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.001471 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.847507 0.847507 1.69501 3.39003 6.78006 13.5601 27.1202 54.2405 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0044 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.52 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 353.979 quit ! Quitting program ! Log file /scr/pima/rv120_uvs/J0526-4830_X_dfm.log closed on Fri Dec 22 22:40:01 2017