! Started logfile: /scr/pima/rv102_uvs/J1041+523B_X_dfm.log on Sat Nov 9 10:18:53 2019 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 8.40599 obs /scr/pima/rv102_uvs/J1041+523B_X_uva.fits ! Reading UV FITS file: /scr/pima/rv102_uvs/J1041+523B_X_uva.fits ! AN table 1: 151 integrations on 1 of 1 possible baselines. ! AN table 2: 43 integrations on 3 of 3 possible baselines. ! AN table 3: 36 integrations on 3 of 3 possible baselines. ! AN table 4: 35 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.9699 visibilities/baseline/integration-bin. ! Found source: J1041+523B ! ! 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.40599e+09 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 2320 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 J1041+523B_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 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.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 302 telescope corrections were flagged in sub-array 1. ! A total of 12 telescope corrections were flagged in sub-array 2. ! A total of 36 telescope corrections were flagged in sub-array 3. ! A total of 17 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 2. ! A total of 302 telescope corrections were flagged in sub-array 1. ! A total of 12 telescope corrections were flagged in sub-array 2. ! A total of 36 telescope corrections were flagged in sub-array 3. ! A total of 17 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 3. ! A total of 302 telescope corrections were flagged in sub-array 1. ! A total of 12 telescope corrections were flagged in sub-array 2. ! A total of 36 telescope corrections were flagged in sub-array 3. ! A total of 17 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 4. ! A total of 302 telescope corrections were flagged in sub-array 1. ! A total of 12 telescope corrections were flagged in sub-array 2. ! A total of 36 telescope corrections were flagged in sub-array 3. ! A total of 17 telescope corrections were flagged in sub-array 4. ! ! Fit before self-cal, rms=1.027010Jy sigma=13.878862 ! Fit after self-cal, rms=0.807640Jy sigma=11.183530 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.164 mas, bmaj=2.068 mas, bpa=-48.68 degrees ! Estimated noise=3.09177 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.151292 Jy ! Component: 100 - total flux cleaned = 0.22849 Jy ! Total flux subtracted in 100 components = 0.22849 Jy ! Clean residual min=-0.040040 max=0.041368 Jy/beam ! Clean residual mean=0.004025 rms=0.013684 Jy/beam ! Combined flux in latest and established models = 0.22849 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 37 components and 0.22849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.230882Jy sigma=2.333356 ! Fit after self-cal, rms=0.227293Jy sigma=2.310803 ! 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.357 mas, bmaj=2.412 mas, bpa=-48.42 degrees ! Estimated noise=1.44859 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.0820296 Jy ! Component: 100 - total flux cleaned = 0.14158 Jy ! Component: 150 - total flux cleaned = 0.186779 Jy ! Component: 200 - total flux cleaned = 0.222011 Jy ! Total flux subtracted in 200 components = 0.222011 Jy ! Clean residual min=-0.015597 max=0.020793 Jy/beam ! Clean residual mean=0.005666 rms=0.006835 Jy/beam ! Combined flux in latest and established models = 0.450501 Jy ! Performing phase self-cal ! Adding 92 model components to the UV plane model. ! The established model now contains 126 components and 0.450501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168689Jy sigma=1.679837 ! Fit after self-cal, rms=0.164844Jy sigma=1.660012 ! 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.357 x 2.412 at -48.42 degrees (North through East) ! Clean map min=-0.019393 max=0.12723 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! ON 0.00* WZ 0.00* ! ! A total of 117 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! NL 0.00* PT 0.00* WF 0.00* ! ! A total of 72 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! HN 0.69 LA 1.21 PT 1.34 WF 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! ON 0.00* WZ 0.00* ! ! A total of 117 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! NL 0.00* PT 0.00* WF 0.00* ! ! A total of 72 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! HN 0.79 LA 1.05 PT 1.23 WF 0.90 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! ON 0.00* WZ 0.00* ! ! A total of 117 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! NL 0.00* PT 0.00* WF 0.00* ! ! A total of 72 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! HN 0.60 LA 1.17 PT 1.27 WF 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! ON 0.00* WZ 0.00* ! ! A total of 117 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! NL 0.00* PT 0.00* WF 0.00* ! ! A total of 72 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! HN 0.97 LA 1.07 PT 1.16 WF 0.72 ! ! ! Fit before self-cal, rms=0.164844Jy sigma=1.660012 ! Fit after self-cal, rms=0.130834Jy sigma=1.596564 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9944 mas, bmaj=86.83 mas, bpa=-50.21 degrees ! Estimated noise=1.81871 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.00323752 Jy ! Component: 100 - total flux cleaned = -0.000198968 Jy ! Component: 150 - total flux cleaned = -0.00137324 Jy ! Component: 200 - total flux cleaned = -0.00440933 Jy ! Total flux subtracted in 200 components = -0.00440933 Jy ! Clean residual min=-0.003138 max=0.003110 Jy/beam ! Clean residual mean=-0.000094 rms=0.001471 Jy/beam ! Combined flux in latest and established models = 0.446092 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 191 components and 0.446092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129368Jy sigma=1.576753 ! Fit after self-cal, rms=0.130759Jy sigma=1.563045 ! 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.130759Jy sigma=1.563045 ! Fit after self-cal, rms=0.153317Jy sigma=1.560864 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9894 mas, bmaj=87.78 mas, bpa=-50.24 degrees ! Estimated noise=1.90411 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00140173 Jy ! Component: 100 - total flux cleaned = -0.00291233 Jy ! Component: 150 - total flux cleaned = -0.00551832 Jy ! Component: 200 - total flux cleaned = -0.00843961 Jy ! Total flux subtracted in 200 components = -0.00843961 Jy ! Clean residual min=-0.003123 max=0.003050 Jy/beam ! Clean residual mean=-0.000132 rms=0.001488 Jy/beam ! Combined flux in latest and established models = 0.437652 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 250 components and 0.437652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152378Jy sigma=1.551005 ! Fit after self-cal, rms=0.154044Jy sigma=1.545942 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.00410099 Jy ! Component: 100 - total flux cleaned = -0.00804615 Jy ! Component: 150 - total flux cleaned = -0.0110667 Jy ! Component: 200 - total flux cleaned = -0.0143081 Jy ! Total flux subtracted in 200 components = -0.0143081 Jy ! Clean residual min=-0.002674 max=0.002655 Jy/beam ! Clean residual mean=-0.000201 rms=0.001223 Jy/beam ! Combined flux in latest and established models = 0.423344 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 295 components and 0.423344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.153486Jy sigma=1.541826 ! Fit after self-cal, rms=0.153688Jy sigma=1.540417 ! 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.153688Jy sigma=1.540417 ! Fit after self-cal, rms=0.171209Jy sigma=1.540102 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.988 mas, bmaj=88.36 mas, bpa=-50.24 degrees ! Estimated noise=1.92314 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00161647 Jy ! Component: 100 - total flux cleaned = -0.00146265 Jy ! Component: 150 - total flux cleaned = -0.00148515 Jy ! Component: 200 - total flux cleaned = -0.00226192 Jy ! Total flux subtracted in 200 components = -0.00226192 Jy ! Clean residual min=-0.002130 max=0.002144 Jy/beam ! Clean residual mean=-0.000035 rms=0.001051 Jy/beam ! Combined flux in latest and established models = 0.421082 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 353 components and 0.421082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.170714Jy sigma=1.537178 ! Fit after self-cal, rms=0.172314Jy sigma=1.535495 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.00356935 Jy ! Component: 100 - total flux cleaned = -0.00697739 Jy ! Component: 150 - total flux cleaned = -0.0102352 Jy ! Component: 200 - total flux cleaned = -0.0133686 Jy ! Total flux subtracted in 200 components = -0.0133686 Jy ! Clean residual min=-0.002282 max=0.002250 Jy/beam ! Clean residual mean=-0.000233 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.407713 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 390 components and 0.407713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.171903Jy sigma=1.534303 ! Fit after self-cal, rms=0.172050Jy sigma=1.533540 ! 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.172050Jy sigma=1.533540 ! Fit after self-cal, rms=0.191758Jy sigma=1.533972 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.531 mas, bmaj=77.59 mas, bpa=-50.24 degrees ! Estimated noise=2.89776 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00125134 Jy ! Component: 100 - total flux cleaned = -0.0039659 Jy ! Component: 150 - total flux cleaned = -0.0070188 Jy ! Component: 200 - total flux cleaned = -0.010712 Jy ! Total flux subtracted in 200 components = -0.010712 Jy ! Clean residual min=-0.002830 max=0.002538 Jy/beam ! Clean residual mean=-0.000428 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.397001 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 404 components and 0.397001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191439Jy sigma=1.533117 ! Fit after self-cal, rms=0.192229Jy sigma=1.532147 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.00208512 Jy ! Component: 100 - total flux cleaned = -0.00479414 Jy ! Component: 150 - total flux cleaned = -0.00773801 Jy ! Component: 200 - total flux cleaned = -0.0112245 Jy ! Total flux subtracted in 200 components = -0.0112245 Jy ! Clean residual min=-0.002557 max=0.002121 Jy/beam ! Clean residual mean=-0.000575 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.385777 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 430 components and 0.385777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191872Jy sigma=1.531489 ! Fit after self-cal, rms=0.191971Jy sigma=1.530647 ! 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.9875 mas, bmaj=88.32 mas, bpa=-50.25 degrees ! Estimated noise=1.93883 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9875 x 88.32 at -50.25 degrees (North through East) ! Clean map min=-0.013464 max=0.10844 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.8841 mas, bmaj=88 mas, bpa=-50.27 degrees ! Estimated noise=3.19148 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0814859 Jy ! Component: 100 - total flux cleaned = 0.11864 Jy ! Component: 150 - total flux cleaned = 0.151478 Jy ! Component: 200 - total flux cleaned = 0.183652 Jy ! Total flux subtracted in 200 components = 0.183652 Jy ! Clean residual min=-0.019078 max=0.020797 Jy/beam ! Clean residual mean=0.007601 rms=0.007404 Jy/beam ! Combined flux in latest and established models = 0.183652 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 61 model components to the UV plane model. ! The established model now contains 61 components and 0.183652 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9875 mas, bmaj=88.32 mas, bpa=-50.25 degrees ! Estimated noise=1.93883 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.0654603 Jy ! Component: 100 - total flux cleaned = 0.112065 Jy ! Component: 150 - total flux cleaned = 0.148759 Jy ! Component: 200 - total flux cleaned = 0.178005 Jy ! Total flux subtracted in 200 components = 0.178005 Jy ! Clean residual min=-0.016646 max=0.017375 Jy/beam ! Clean residual mean=0.008020 rms=0.006806 Jy/beam ! Combined flux in latest and established models = 0.361657 Jy ! Adding 124 model components to the UV plane model. ! The established model now contains 184 components and 0.361657 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=1.531 mas, bmaj=77.59 mas, bpa=-50.24 degrees ! Estimated noise=2.89776 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0502912 Jy ! Component: 100 - total flux cleaned = 0.0780186 Jy ! Component: 150 - total flux cleaned = 0.0819892 Jy ! Component: 200 - total flux cleaned = 0.0818384 Jy ! Total flux subtracted in 200 components = 0.0818384 Jy ! Clean residual min=-0.024538 max=0.025255 Jy/beam ! Clean residual mean=0.005359 rms=0.007039 Jy/beam ! Combined flux in latest and established models = 0.443495 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.000180616 Jy ! Component: 100 - total flux cleaned = -0.000412502 Jy ! Component: 150 - total flux cleaned = -0.000749856 Jy ! Component: 200 - total flux cleaned = -0.00132457 Jy ! Total flux subtracted in 200 components = -0.00132457 Jy ! Clean residual min=-0.109660 max=0.112613 Jy/beam ! Clean residual mean=0.005839 rms=0.028934 Jy/beam ! Combined flux in latest and established models = 0.442171 Jy ! Adding 93 model components to the UV plane model. ! The established model now contains 271 components and 0.442171 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9875 mas, bmaj=88.32 mas, bpa=-50.25 degrees ! Estimated noise=1.93883 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0127936 Jy ! Component: 100 - total flux cleaned = -0.0363265 Jy ! Component: 150 - total flux cleaned = -0.0572903 Jy ! Component: 200 - total flux cleaned = -0.0772549 Jy ! Total flux subtracted in 200 components = -0.0772549 Jy ! Clean residual min=-0.013228 max=0.009763 Jy/beam ! Clean residual mean=-0.000359 rms=0.004324 Jy/beam ! Combined flux in latest and established models = 0.364916 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 315 components and 0.364916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194843Jy sigma=1.585467 ! Fit after self-cal, rms=0.191689Jy sigma=1.542171 wmodel J1041+523B_X_map.mod ! Writing 315 model components to file: J1041+523B_X_map.mod wobs J1041+523B_X_uvs.fits ! Writing UV FITS file: J1041+523B_X_uvs.fits wwins J1041+523B_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/rv102_uvs/J1041+523B_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9875 x 88.32 at -50.25 degrees (North through East) ! Clean map min=-0.080743 max=0.098068 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv102_uvs/J1041+523B_X_map.fits wmodel /scr/pima/rv102_uvs/J1041+523B_X_map.mod ! Writing 315 model components to file: /scr/pima/rv102_uvs/J1041+523B_X_map.mod wobs /scr/pima/rv102_uvs/J1041+523B_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv102_uvs/J1041+523B_X_uvs.fits wwins /scr/pima/rv102_uvs/J1041+523B_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0980676 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00176336 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -5.39431 5.39431 10.7886 21.5773 43.1545 86.309 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0052 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.098 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 55.614 quit ! Quitting program ! Log file /scr/pima/rv102_uvs/J1041+523B_X_dfm.log closed on Sat Nov 9 10:18:58 2019