! Started logfile: /scr/pima/rdv76_uvs/J1321-4342_S_dfm.log on Fri Jun 15 05:54:48 2018 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.23299 obs /scr/pima/rdv76_uvs/J1321-4342_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv76_uvs/J1321-4342_S_uva.fits ! AN table 1: 94 integrations on 15 of 15 possible baselines. ! AN table 2: 94 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.967021 visibilities/baseline/integration-bin. ! Found source: J1321-4342 ! ! 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.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 10908 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 J1321-4342_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 print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! 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 46 telescope corrections were flagged in sub-array 1. ! A total of 40 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 46 telescope corrections were flagged in sub-array 1. ! A total of 40 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 46 telescope corrections were flagged in sub-array 1. ! A total of 40 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 46 telescope corrections were flagged in sub-array 1. ! A total of 40 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.075617Jy sigma=9.325235 ! Fit after self-cal, rms=0.764162Jy sigma=6.551345 ! 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.611 mas, bmaj=10.12 mas, bpa=-5.849 degrees ! Estimated noise=1.97203 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.1735 Jy ! Component: 100 - total flux cleaned = 0.24848 Jy ! Total flux subtracted in 100 components = 0.24848 Jy ! Clean residual min=-0.021374 max=0.038018 Jy/beam ! Clean residual mean=-0.000813 rms=0.007707 Jy/beam ! Combined flux in latest and established models = 0.24848 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 30 components and 0.24848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.243042Jy sigma=2.071751 ! Fit after self-cal, rms=0.242498Jy sigma=2.066407 ! 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.643 mas, bmaj=13.79 mas, bpa=-3.994 degrees ! Estimated noise=0.815319 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.0677526 Jy ! Component: 100 - total flux cleaned = 0.0943061 Jy ! Component: 150 - total flux cleaned = 0.105369 Jy ! Component: 200 - total flux cleaned = 0.109994 Jy ! Total flux subtracted in 200 components = 0.109994 Jy ! Clean residual min=-0.015340 max=0.020222 Jy/beam ! Clean residual mean=-0.000689 rms=0.005225 Jy/beam ! Combined flux in latest and established models = 0.358474 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 71 components and 0.358474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.226869Jy sigma=1.914692 ! Fit after self-cal, rms=0.226876Jy sigma=1.913519 ! 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.643 x 13.79 at -3.994 degrees (North through East) ! Clean map min=-0.015169 max=0.24557 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.86 KP 1.03 LA 0.97 OV 1.18 ! PT 0.96 SC 1.21 ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.82 KP 2.22 LA 0.96 MK 1.07 ! OV 1.24 PT 0.91 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.88 KP 1.09 LA 0.96 OV 1.18 ! PT 0.93 SC 0.98 ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.88 KP 1.05 LA 0.93 MK 1.02 ! OV 1.15 PT 0.97 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.88 KP 1.02 LA 1.00 OV 1.15 ! PT 0.96 SC 1.06 ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.90 KP 1.01 LA 0.98 MK 1.09 ! OV 1.10 PT 0.94 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.87 KP 1.06 LA 0.96 OV 1.12 ! PT 0.94 SC 1.06 ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.86 KP 0.99 LA 0.98 MK 1.01 ! OV 1.16 PT 0.95 ! ! ! Fit before self-cal, rms=0.226876Jy sigma=1.913519 ! Fit after self-cal, rms=0.246181Jy sigma=1.860891 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.702 mas, bmaj=14.08 mas, bpa=-4.146 degrees ! Estimated noise=0.829411 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.000390983 Jy ! Component: 100 - total flux cleaned = 0.000391805 Jy ! Component: 150 - total flux cleaned = 0.000424464 Jy ! Component: 200 - total flux cleaned = 0.000425662 Jy ! Total flux subtracted in 200 components = 0.000425662 Jy ! Clean residual min=-0.006782 max=0.010594 Jy/beam ! Clean residual mean=0.000060 rms=0.002697 Jy/beam ! Combined flux in latest and established models = 0.3589 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 81 components and 0.3589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.246167Jy sigma=1.860841 ! Fit after self-cal, rms=0.248081Jy sigma=1.857672 ! 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.248081Jy sigma=1.857672 ! Fit after self-cal, rms=0.252282Jy sigma=1.857468 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.704 mas, bmaj=14.09 mas, bpa=-4.122 degrees ! Estimated noise=0.831593 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000280465 Jy ! Component: 100 - total flux cleaned = 0.000379682 Jy ! Component: 150 - total flux cleaned = 0.000412024 Jy ! Component: 200 - total flux cleaned = 0.000474502 Jy ! Total flux subtracted in 200 components = 0.000474502 Jy ! Clean residual min=-0.006539 max=0.010673 Jy/beam ! Clean residual mean=0.000068 rms=0.002627 Jy/beam ! Combined flux in latest and established models = 0.359374 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 85 components and 0.359374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.252274Jy sigma=1.857408 ! Fit after self-cal, rms=0.252433Jy sigma=1.857391 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 = -7.76623e-06 Jy ! Component: 100 - total flux cleaned = 2.69381e-05 Jy ! Component: 150 - total flux cleaned = 8.81902e-05 Jy ! Component: 200 - total flux cleaned = 0.000119232 Jy ! Total flux subtracted in 200 components = 0.000119232 Jy ! Clean residual min=-0.006527 max=0.010618 Jy/beam ! Clean residual mean=0.000068 rms=0.002612 Jy/beam ! Combined flux in latest and established models = 0.359493 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 85 components and 0.359493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.252426Jy sigma=1.857333 ! Fit after self-cal, rms=0.252436Jy sigma=1.857331 ! 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.252436Jy sigma=1.857331 ! Fit after self-cal, rms=0.252477Jy sigma=1.857306 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.7 mas, bmaj=14.08 mas, bpa=-4.107 degrees ! Estimated noise=0.831941 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000459457 Jy ! Component: 100 - total flux cleaned = 0.000557844 Jy ! Component: 150 - total flux cleaned = 0.000621441 Jy ! Component: 200 - total flux cleaned = 0.000682846 Jy ! Total flux subtracted in 200 components = 0.000682846 Jy ! Clean residual min=-0.006525 max=0.010596 Jy/beam ! Clean residual mean=0.000066 rms=0.002610 Jy/beam ! Combined flux in latest and established models = 0.360176 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 86 components and 0.360176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.252469Jy sigma=1.857247 ! Fit after self-cal, rms=0.252480Jy sigma=1.857239 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.24659e-06 Jy ! Component: 100 - total flux cleaned = 5.7489e-05 Jy ! Component: 150 - total flux cleaned = 8.81182e-05 Jy ! Component: 200 - total flux cleaned = 0.000148094 Jy ! Total flux subtracted in 200 components = 0.000148094 Jy ! Clean residual min=-0.006520 max=0.010586 Jy/beam ! Clean residual mean=0.000068 rms=0.002603 Jy/beam ! Combined flux in latest and established models = 0.360324 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 86 components and 0.360324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.252473Jy sigma=1.857187 ! Fit after self-cal, rms=0.252480Jy sigma=1.857181 ! 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.252480Jy sigma=1.857181 ! Fit after self-cal, rms=0.252431Jy sigma=1.857159 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.74 mas, bmaj=50.03 mas, bpa=-0.1184 degrees ! Estimated noise=0.968224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00186733 Jy ! Component: 100 - total flux cleaned = 0.0019138 Jy ! Component: 150 - total flux cleaned = 0.00195987 Jy ! Component: 200 - total flux cleaned = 0.00200533 Jy ! Total flux subtracted in 200 components = 0.00200533 Jy ! Clean residual min=-0.006721 max=0.011590 Jy/beam ! Clean residual mean=0.000118 rms=0.003451 Jy/beam ! Combined flux in latest and established models = 0.36233 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 86 components and 0.36233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.252426Jy sigma=1.857093 ! Fit after self-cal, rms=0.252431Jy sigma=1.857085 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.85908e-05 Jy ! Component: 100 - total flux cleaned = 9.43414e-05 Jy ! Component: 150 - total flux cleaned = 0.000140156 Jy ! Component: 200 - total flux cleaned = 0.000185248 Jy ! Total flux subtracted in 200 components = 0.000185248 Jy ! Clean residual min=-0.006684 max=0.011570 Jy/beam ! Clean residual mean=0.000121 rms=0.003438 Jy/beam ! Combined flux in latest and established models = 0.362515 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 87 components and 0.362515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.252422Jy sigma=1.857018 ! Fit after self-cal, rms=0.252432Jy sigma=1.857009 ! 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.696 mas, bmaj=14.06 mas, bpa=-4.109 degrees ! Estimated noise=0.832249 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.696 x 14.06 at -4.109 degrees (North through East) ! Clean map min=-0.0063686 max=0.23879 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.641 mas, bmaj=10.34 mas, bpa=-5.962 degrees ! Estimated noise=2.07436 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.174841 Jy ! Component: 100 - total flux cleaned = 0.250551 Jy ! Component: 150 - total flux cleaned = 0.294022 Jy ! Component: 200 - total flux cleaned = 0.319404 Jy ! Total flux subtracted in 200 components = 0.319404 Jy ! Clean residual min=-0.012972 max=0.012983 Jy/beam ! Clean residual mean=-0.000205 rms=0.003929 Jy/beam ! Combined flux in latest and established models = 0.319404 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 49 model components to the UV plane model. ! The established model now contains 49 components and 0.319404 Jy ! Inverting map and beam ! Estimated beam: bmin=3.696 mas, bmaj=14.06 mas, bpa=-4.109 degrees ! Estimated noise=0.832249 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.0253481 Jy ! Component: 100 - total flux cleaned = 0.0350101 Jy ! Component: 150 - total flux cleaned = 0.038965 Jy ! Component: 200 - total flux cleaned = 0.0405842 Jy ! Total flux subtracted in 200 components = 0.0405842 Jy ! Clean residual min=-0.006546 max=0.010530 Jy/beam ! Clean residual mean=0.000054 rms=0.002638 Jy/beam ! Combined flux in latest and established models = 0.359988 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 74 components and 0.359988 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=11.74 mas, bmaj=50.03 mas, bpa=-0.1184 degrees ! Estimated noise=0.968224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00166175 Jy ! Component: 100 - total flux cleaned = 0.00171084 Jy ! Component: 150 - total flux cleaned = 0.00175988 Jy ! Component: 200 - total flux cleaned = 0.00180953 Jy ! Total flux subtracted in 200 components = 0.00180953 Jy ! Clean residual min=-0.006908 max=0.011663 Jy/beam ! Clean residual mean=0.000108 rms=0.003500 Jy/beam ! Combined flux in latest and established models = 0.361798 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 = 4.92338e-05 Jy ! Component: 100 - total flux cleaned = 9.55131e-05 Jy ! Component: 150 - total flux cleaned = 0.000143193 Jy ! Component: 200 - total flux cleaned = 0.000189568 Jy ! Total flux subtracted in 200 components = 0.000189568 Jy ! Clean residual min=-0.006856 max=0.011627 Jy/beam ! Clean residual mean=0.000112 rms=0.003484 Jy/beam ! Combined flux in latest and established models = 0.361987 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 77 components and 0.361987 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.696 mas, bmaj=14.06 mas, bpa=-4.109 degrees ! Estimated noise=0.832249 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00113127 Jy ! Component: 100 - total flux cleaned = -0.00109645 Jy ! Component: 150 - total flux cleaned = -0.00106754 Jy ! Component: 200 - total flux cleaned = -0.00101436 Jy ! Total flux subtracted in 200 components = -0.00101436 Jy ! Clean residual min=-0.006487 max=0.010512 Jy/beam ! Clean residual mean=0.000064 rms=0.002602 Jy/beam ! Combined flux in latest and established models = 0.360973 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 84 components and 0.360973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.252449Jy sigma=1.857178 ! Fit after self-cal, rms=0.252481Jy sigma=1.857127 wmodel J1321-4342_S_map.mod ! Writing 84 model components to file: J1321-4342_S_map.mod wobs J1321-4342_S_uvs.fits ! Writing UV FITS file: J1321-4342_S_uvs.fits wwins J1321-4342_S_map.win ! wwins: Wrote 1 windows to J1321-4342_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.00439094 Jy ! Component: 100 - total flux cleaned = 0.00801855 Jy ! Component: 150 - total flux cleaned = 0.0109775 Jy ! Component: 200 - total flux cleaned = 0.013328 Jy ! Component: 250 - total flux cleaned = 0.0145413 Jy ! Component: 300 - total flux cleaned = 0.0153767 Jy ! Component: 350 - total flux cleaned = 0.0159675 Jy ! Component: 400 - total flux cleaned = 0.016624 Jy ! Component: 450 - total flux cleaned = 0.0170747 Jy ! Component: 500 - total flux cleaned = 0.017422 Jy ! Component: 550 - total flux cleaned = 0.0177561 Jy ! Component: 600 - total flux cleaned = 0.0182408 Jy ! Component: 650 - total flux cleaned = 0.018555 Jy ! Component: 700 - total flux cleaned = 0.0190887 Jy ! Component: 750 - total flux cleaned = 0.0196809 Jy ! Component: 800 - total flux cleaned = 0.0203304 Jy ! Component: 850 - total flux cleaned = 0.0209638 Jy ! Component: 900 - total flux cleaned = 0.0215145 Jy ! Component: 950 - total flux cleaned = 0.0221208 Jy ! Component: 1000 - total flux cleaned = 0.0227131 Jy ! Component: 1050 - total flux cleaned = 0.0232295 Jy ! Component: 1100 - total flux cleaned = 0.0236734 Jy ! Component: 1150 - total flux cleaned = 0.0239218 Jy ! Component: 1200 - total flux cleaned = 0.0242279 Jy ! Component: 1250 - total flux cleaned = 0.024469 Jy ! Component: 1300 - total flux cleaned = 0.0248843 Jy ! Component: 1350 - total flux cleaned = 0.0251763 Jy ! Component: 1400 - total flux cleaned = 0.0256925 Jy ! Component: 1450 - total flux cleaned = 0.0257486 Jy ! Component: 1500 - total flux cleaned = 0.0258049 Jy ! Component: 1550 - total flux cleaned = 0.0260263 Jy ! Component: 1600 - total flux cleaned = 0.0261358 Jy ! Component: 1650 - total flux cleaned = 0.0263515 Jy ! Component: 1700 - total flux cleaned = 0.0265651 Jy ! Component: 1750 - total flux cleaned = 0.0266712 Jy ! Component: 1800 - total flux cleaned = 0.0268802 Jy ! Component: 1850 - total flux cleaned = 0.0269832 Jy ! Component: 1900 - total flux cleaned = 0.0271366 Jy ! Component: 1950 - total flux cleaned = 0.027288 Jy ! Component: 2000 - total flux cleaned = 0.0273884 Jy ! Component: 2050 - total flux cleaned = 0.0275383 Jy ! Component: 2100 - total flux cleaned = 0.0276857 Jy ! Component: 2150 - total flux cleaned = 0.0276861 Jy ! Component: 2200 - total flux cleaned = 0.0276864 Jy ! Component: 2250 - total flux cleaned = 0.0275902 Jy ! Component: 2300 - total flux cleaned = 0.0274464 Jy ! Component: 2350 - total flux cleaned = 0.0273513 Jy ! Component: 2400 - total flux cleaned = 0.0273037 Jy ! Component: 2450 - total flux cleaned = 0.0271156 Jy ! Component: 2500 - total flux cleaned = 0.0271623 Jy ! Component: 2550 - total flux cleaned = 0.0269286 Jy ! Component: 2600 - total flux cleaned = 0.026789 Jy ! Component: 2650 - total flux cleaned = 0.0267891 Jy ! Component: 2700 - total flux cleaned = 0.026558 Jy ! Component: 2750 - total flux cleaned = 0.0265583 Jy ! Component: 2800 - total flux cleaned = 0.0266042 Jy ! Component: 2850 - total flux cleaned = 0.0265121 Jy ! Component: 2900 - total flux cleaned = 0.026512 Jy ! Component: 2950 - total flux cleaned = 0.0264204 Jy ! Component: 3000 - total flux cleaned = 0.0263745 Jy ! Component: 3050 - total flux cleaned = 0.0262835 Jy ! Component: 3100 - total flux cleaned = 0.0263288 Jy ! Component: 3150 - total flux cleaned = 0.0262377 Jy ! Component: 3200 - total flux cleaned = 0.0261923 Jy ! Component: 3250 - total flux cleaned = 0.026147 Jy ! Component: 3300 - total flux cleaned = 0.0260105 Jy ! Component: 3350 - total flux cleaned = 0.0259649 Jy ! Component: 3400 - total flux cleaned = 0.0259652 Jy ! Component: 3450 - total flux cleaned = 0.0259194 Jy ! Component: 3500 - total flux cleaned = 0.0258278 Jy ! Component: 3550 - total flux cleaned = 0.0258737 Jy ! Component: 3600 - total flux cleaned = 0.0258738 Jy ! Component: 3650 - total flux cleaned = 0.025966 Jy ! Component: 3700 - total flux cleaned = 0.0260124 Jy ! Component: 3750 - total flux cleaned = 0.0260592 Jy ! Component: 3800 - total flux cleaned = 0.0261057 Jy ! Component: 3850 - total flux cleaned = 0.0261056 Jy ! Component: 3900 - total flux cleaned = 0.0261993 Jy ! Component: 3950 - total flux cleaned = 0.0263408 Jy ! Component: 4000 - total flux cleaned = 0.0263881 Jy ! Component: 4050 - total flux cleaned = 0.026578 Jy ! Total flux subtracted in 4096 components = 0.0266256 Jy ! Clean residual min=-0.002757 max=0.002641 Jy/beam ! Clean residual mean=-0.000010 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.387598 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 367 components and 0.387598 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rdv76_uvs/J1321-4342_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.696 x 14.06 at -4.109 degrees (North through East) ! Clean map min=-0.0057652 max=0.24312 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv76_uvs/J1321-4342_S_map.fits wmodel /scr/pima/rdv76_uvs/J1321-4342_S_map.mod ! Writing 367 model components to file: /scr/pima/rdv76_uvs/J1321-4342_S_map.mod wobs /scr/pima/rdv76_uvs/J1321-4342_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv76_uvs/J1321-4342_S_uvs.fits wwins /scr/pima/rdv76_uvs/J1321-4342_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv76_uvs/J1321-4342_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.243116 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00107349 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.32467 1.32467 2.64934 5.29868 10.5974 21.1947 42.3895 84.7789 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0032 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.243 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 226.471 quit ! Quitting program ! Log file /scr/pima/rdv76_uvs/J1321-4342_S_dfm.log closed on Fri Jun 15 05:54:52 2018