! Started logfile: /image_prod/ug002_uva//J0935-1939_S_dfm.log on Wed Mar 4 23:07:18 2020 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /image_prod/ug002_uva//J0935-1939_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0935-1939_S_uva.fits ! AN table 1: 30 integrations on 21 of 21 possible baselines. ! AN table 2: 30 integrations on 15 of 15 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0935-1939 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 3240 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 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 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 J0935-1939_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.011267Jy sigma=7.733353 ! Fit after self-cal, rms=0.931687Jy sigma=7.103216 ! 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.812 mas, bmaj=14.35 mas, bpa=-21.96 degrees ! Estimated noise=2.2312 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.0537191 Jy ! Component: 100 - total flux cleaned = 0.0699856 Jy ! Total flux subtracted in 100 components = 0.0699856 Jy ! Clean residual min=-0.005645 max=0.007287 Jy/beam ! Clean residual mean=0.000004 rms=0.001583 Jy/beam ! Combined flux in latest and established models = 0.0699856 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0699856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068784Jy sigma=0.441599 ! Fit after self-cal, rms=0.067808Jy sigma=0.436908 ! 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.544 mas, bmaj=15.58 mas, bpa=-20.22 degrees ! Estimated noise=1.68732 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.0093602 Jy ! Component: 100 - total flux cleaned = 0.0137427 Jy ! Component: 150 - total flux cleaned = 0.0163398 Jy ! Component: 200 - total flux cleaned = 0.0175067 Jy ! Total flux subtracted in 200 components = 0.0175067 Jy ! Clean residual min=-0.002733 max=0.003513 Jy/beam ! Clean residual mean=-0.000021 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.0874923 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 40 components and 0.0874923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066567Jy sigma=0.426004 ! Fit after self-cal, rms=0.066537Jy sigma=0.425626 ! 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.544 x 15.58 at -20.22 degrees (North through East) ! Clean map min=-0.0027673 max=0.070405 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.02 HN 0.98 LA 1.00 ! MK 0.98 OV 0.97 PT 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.13 KP 0.93 LA 0.95 MK 1.04 ! OV 1.09 PT 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.74 FD 1.00 HN 0.94 LA 0.93 ! MK 0.96 OV 1.02 PT 1.09 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.08 KP 0.97 LA 0.95 MK 1.10 ! OV 1.10 PT 0.89 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.08 HN 1.01 LA 0.95 ! MK 1.08 OV 0.96 PT 1.09 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.10 KP 0.95 LA 0.97 MK 0.93 ! OV 1.11 PT 0.93 ! ! ! Fit before self-cal, rms=0.066537Jy sigma=0.425626 ! Fit after self-cal, rms=0.062919Jy sigma=0.422250 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.551 mas, bmaj=15.54 mas, bpa=-20.31 degrees ! Estimated noise=1.67344 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 = 7.94862e-05 Jy ! Component: 100 - total flux cleaned = 7.45852e-06 Jy ! Component: 150 - total flux cleaned = 6.90675e-06 Jy ! Component: 200 - total flux cleaned = -1.81648e-05 Jy ! Total flux subtracted in 200 components = -1.81648e-05 Jy ! Clean residual min=-0.002244 max=0.002364 Jy/beam ! Clean residual mean=-0.000001 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.0874741 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.0874741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062883Jy sigma=0.421995 ! Fit after self-cal, rms=0.062860Jy sigma=0.421781 ! 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. ! ! Fit before self-cal, rms=0.062860Jy sigma=0.421781 ! Fit after self-cal, rms=0.062656Jy sigma=0.421752 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.553 mas, bmaj=15.55 mas, bpa=-20.24 degrees ! Estimated noise=1.67109 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.3714e-05 Jy ! Component: 100 - total flux cleaned = -8.96747e-05 Jy ! Component: 150 - total flux cleaned = -8.97724e-05 Jy ! Component: 200 - total flux cleaned = -7.30901e-05 Jy ! Total flux subtracted in 200 components = -7.30901e-05 Jy ! Clean residual min=-0.002256 max=0.002166 Jy/beam ! Clean residual mean=-0.000002 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.087401 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 56 components and 0.0874011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062641Jy sigma=0.421634 ! Fit after self-cal, rms=0.062638Jy sigma=0.421614 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.38879e-05 Jy ! Component: 100 - total flux cleaned = -2.30265e-05 Jy ! Component: 150 - total flux cleaned = -9.36395e-06 Jy ! Component: 200 - total flux cleaned = 3.63735e-06 Jy ! Total flux subtracted in 200 components = 3.63735e-06 Jy ! Clean residual min=-0.002211 max=0.002147 Jy/beam ! Clean residual mean=-0.000002 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.0874047 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 62 components and 0.0874047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062630Jy sigma=0.421549 ! Fit after self-cal, rms=0.062629Jy sigma=0.421536 ! 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. ! ! Fit before self-cal, rms=0.062629Jy sigma=0.421536 ! Fit after self-cal, rms=0.063376Jy sigma=0.421612 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.547 mas, bmaj=15.57 mas, bpa=-20.23 degrees ! Estimated noise=1.68414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00059334 Jy ! Component: 100 - total flux cleaned = 0.000651507 Jy ! Component: 150 - total flux cleaned = 0.000681066 Jy ! Component: 200 - total flux cleaned = 0.00068051 Jy ! Total flux subtracted in 200 components = 0.00068051 Jy ! Clean residual min=-0.002230 max=0.002160 Jy/beam ! Clean residual mean=0.000000 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.0880852 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 79 components and 0.0880852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063363Jy sigma=0.421544 ! Fit after self-cal, rms=0.063364Jy sigma=0.421523 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.47298e-05 Jy ! Component: 100 - total flux cleaned = -7.46203e-05 Jy ! Component: 150 - total flux cleaned = -6.3099e-05 Jy ! Component: 200 - total flux cleaned = -6.26919e-05 Jy ! Total flux subtracted in 200 components = -6.26919e-05 Jy ! Clean residual min=-0.002217 max=0.002149 Jy/beam ! Clean residual mean=0.000000 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.0880225 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 85 components and 0.0880225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063359Jy sigma=0.421483 ! Fit after self-cal, rms=0.063358Jy sigma=0.421476 ! 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. ! ! Fit before self-cal, rms=0.063358Jy sigma=0.421476 ! Fit after self-cal, rms=0.063895Jy sigma=0.421507 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.78 mas, bmaj=22.7 mas, bpa=-6.096 degrees ! Estimated noise=1.97547 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000750144 Jy ! Component: 100 - total flux cleaned = 0.000888448 Jy ! Component: 150 - total flux cleaned = 0.000909218 Jy ! Component: 200 - total flux cleaned = 0.000909085 Jy ! Total flux subtracted in 200 components = 0.000909085 Jy ! Clean residual min=-0.002136 max=0.002347 Jy/beam ! Clean residual mean=0.000002 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.0889316 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 101 components and 0.0889316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063886Jy sigma=0.421463 ! Fit after self-cal, rms=0.063886Jy sigma=0.421449 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 = -8.44001e-06 Jy ! Component: 100 - total flux cleaned = 3.02986e-05 Jy ! Component: 150 - total flux cleaned = 3.00944e-05 Jy ! Component: 200 - total flux cleaned = 3.81724e-05 Jy ! Total flux subtracted in 200 components = 3.81724e-05 Jy ! Clean residual min=-0.002096 max=0.002364 Jy/beam ! Clean residual mean=0.000002 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.0889698 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 106 components and 0.0889698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063882Jy sigma=0.421442 ! Fit after self-cal, rms=0.063882Jy sigma=0.421439 ! 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.541 mas, bmaj=15.57 mas, bpa=-20.22 degrees ! Estimated noise=1.69562 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.541 x 15.57 at -20.22 degrees (North through East) ! Clean map min=-0.0021436 max=0.071327 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.8 mas, bmaj=14.28 mas, bpa=-21.97 degrees ! Estimated noise=2.22626 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0542719 Jy ! Component: 100 - total flux cleaned = 0.0717775 Jy ! Component: 150 - total flux cleaned = 0.0797054 Jy ! Component: 200 - total flux cleaned = 0.0837092 Jy ! Total flux subtracted in 200 components = 0.0837092 Jy ! Clean residual min=-0.003578 max=0.003041 Jy/beam ! Clean residual mean=0.000008 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.0837092 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.0837092 Jy ! Inverting map and beam ! Estimated beam: bmin=3.541 mas, bmaj=15.57 mas, bpa=-20.22 degrees ! Estimated noise=1.69562 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.00293619 Jy ! Component: 100 - total flux cleaned = 0.00433209 Jy ! Component: 150 - total flux cleaned = 0.00463156 Jy ! Component: 200 - total flux cleaned = 0.00490377 Jy ! Total flux subtracted in 200 components = 0.00490377 Jy ! Clean residual min=-0.002452 max=0.002174 Jy/beam ! Clean residual mean=-0.000000 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.0886129 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 50 components and 0.0886129 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=9.78 mas, bmaj=22.7 mas, bpa=-6.096 degrees ! Estimated noise=1.97547 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000304425 Jy ! Component: 100 - total flux cleaned = 0.00036048 Jy ! Component: 150 - total flux cleaned = 0.000375964 Jy ! Component: 200 - total flux cleaned = 0.000376034 Jy ! Total flux subtracted in 200 components = 0.000376034 Jy ! Clean residual min=-0.002368 max=0.002458 Jy/beam ! Clean residual mean=0.000002 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.088989 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 = 1.34793e-05 Jy ! Component: 100 - total flux cleaned = 1.34926e-05 Jy ! Component: 150 - total flux cleaned = 1.37881e-05 Jy ! Component: 200 - total flux cleaned = 1.378e-05 Jy ! Total flux subtracted in 200 components = 1.378e-05 Jy ! Clean residual min=-0.002304 max=0.002467 Jy/beam ! Clean residual mean=0.000002 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.0890027 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 69 components and 0.0890027 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.541 mas, bmaj=15.57 mas, bpa=-20.22 degrees ! Estimated noise=1.69562 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000230397 Jy ! Component: 100 - total flux cleaned = -0.000231425 Jy ! Component: 150 - total flux cleaned = -0.000248403 Jy ! Component: 200 - total flux cleaned = -0.000248928 Jy ! Total flux subtracted in 200 components = -0.000248928 Jy ! Clean residual min=-0.002330 max=0.002249 Jy/beam ! Clean residual mean=0.000000 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.0887538 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 81 components and 0.0887538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063894Jy sigma=0.421519 ! Fit after self-cal, rms=0.063893Jy sigma=0.421507 wmodel J0935-1939_S_map.mod ! Writing 81 model components to file: J0935-1939_S_map.mod wobs J0935-1939_S_uvs.fits ! Writing UV FITS file: J0935-1939_S_uvs.fits wwins J0935-1939_S_map.win ! wwins: Wrote 1 windows to J0935-1939_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 = -9.05511e-05 Jy ! Component: 100 - total flux cleaned = 5.23446e-05 Jy ! Component: 150 - total flux cleaned = 8.78748e-05 Jy ! Component: 200 - total flux cleaned = 0.000151788 Jy ! Component: 250 - total flux cleaned = 0.000181925 Jy ! Component: 300 - total flux cleaned = 0.000267914 Jy ! Component: 350 - total flux cleaned = 0.000349973 Jy ! Component: 400 - total flux cleaned = 0.000428179 Jy ! Component: 450 - total flux cleaned = 0.000528795 Jy ! Component: 500 - total flux cleaned = 0.00052933 Jy ! Component: 550 - total flux cleaned = 0.000552827 Jy ! Component: 600 - total flux cleaned = 0.000462407 Jy ! Component: 650 - total flux cleaned = 0.000397674 Jy ! Component: 700 - total flux cleaned = 0.000355173 Jy ! Component: 750 - total flux cleaned = 0.000251493 Jy ! Component: 800 - total flux cleaned = 0.000190974 Jy ! Component: 850 - total flux cleaned = 9.28669e-05 Jy ! Component: 900 - total flux cleaned = 1.66203e-05 Jy ! Component: 950 - total flux cleaned = -9.47923e-05 Jy ! Component: 1000 - total flux cleaned = -0.00014927 Jy ! Component: 1050 - total flux cleaned = -0.000238172 Jy ! Component: 1100 - total flux cleaned = -0.0003251 Jy ! Component: 1150 - total flux cleaned = -0.000359301 Jy ! Component: 1200 - total flux cleaned = -0.000443016 Jy ! Component: 1250 - total flux cleaned = -0.000524661 Jy ! Component: 1300 - total flux cleaned = -0.000588284 Jy ! Component: 1350 - total flux cleaned = -0.000682276 Jy ! Component: 1400 - total flux cleaned = -0.000789629 Jy ! Component: 1450 - total flux cleaned = -0.000894905 Jy ! Component: 1500 - total flux cleaned = -0.000968769 Jy ! Component: 1550 - total flux cleaned = -0.00104178 Jy ! Component: 1600 - total flux cleaned = -0.00112717 Jy ! Component: 1650 - total flux cleaned = -0.00119715 Jy ! Component: 1700 - total flux cleaned = -0.00126627 Jy ! Component: 1750 - total flux cleaned = -0.00137442 Jy ! Component: 1800 - total flux cleaned = -0.001454 Jy ! Component: 1850 - total flux cleaned = -0.00154562 Jy ! Component: 1900 - total flux cleaned = -0.00163566 Jy ! Component: 1950 - total flux cleaned = -0.00172454 Jy ! Component: 2000 - total flux cleaned = -0.00177463 Jy ! Component: 2050 - total flux cleaned = -0.00183649 Jy ! Component: 2100 - total flux cleaned = -0.00187325 Jy ! Component: 2150 - total flux cleaned = -0.00193347 Jy ! Component: 2200 - total flux cleaned = -0.00195737 Jy ! Component: 2250 - total flux cleaned = -0.00199265 Jy ! Component: 2300 - total flux cleaned = -0.00201595 Jy ! Component: 2350 - total flux cleaned = -0.00207333 Jy ! Component: 2400 - total flux cleaned = -0.00210736 Jy ! Component: 2450 - total flux cleaned = -0.00212967 Jy ! Component: 2500 - total flux cleaned = -0.00216303 Jy ! Component: 2550 - total flux cleaned = -0.0022068 Jy ! Component: 2600 - total flux cleaned = -0.0021742 Jy ! Component: 2650 - total flux cleaned = -0.00221727 Jy ! Component: 2700 - total flux cleaned = -0.00217472 Jy ! Component: 2750 - total flux cleaned = -0.00216427 Jy ! Component: 2800 - total flux cleaned = -0.00213303 Jy ! Component: 2850 - total flux cleaned = -0.00217449 Jy ! Component: 2900 - total flux cleaned = -0.00215386 Jy ! Component: 2950 - total flux cleaned = -0.00212339 Jy ! Component: 3000 - total flux cleaned = -0.00212343 Jy ! Component: 3050 - total flux cleaned = -0.00211343 Jy ! Component: 3100 - total flux cleaned = -0.00211347 Jy ! Component: 3150 - total flux cleaned = -0.00210362 Jy ! Component: 3200 - total flux cleaned = -0.00210349 Jy ! Component: 3250 - total flux cleaned = -0.00207437 Jy ! Component: 3300 - total flux cleaned = -0.00206475 Jy ! Component: 3350 - total flux cleaned = -0.00206479 Jy ! Component: 3400 - total flux cleaned = -0.00207428 Jy ! Component: 3450 - total flux cleaned = -0.00209306 Jy ! Component: 3500 - total flux cleaned = -0.00208356 Jy ! Component: 3550 - total flux cleaned = -0.00208356 Jy ! Component: 3600 - total flux cleaned = -0.00211137 Jy ! Component: 3650 - total flux cleaned = -0.00212974 Jy ! Component: 3700 - total flux cleaned = -0.00213885 Jy ! Component: 3750 - total flux cleaned = -0.00213887 Jy ! Component: 3800 - total flux cleaned = -0.00214791 Jy ! Component: 3850 - total flux cleaned = -0.00218393 Jy ! Component: 3900 - total flux cleaned = -0.00218394 Jy ! Component: 3950 - total flux cleaned = -0.00221965 Jy ! Component: 4000 - total flux cleaned = -0.00223747 Jy ! Component: 4050 - total flux cleaned = -0.0022463 Jy ! Total flux subtracted in 4096 components = -0.00224627 Jy ! Clean residual min=-0.000494 max=0.000538 Jy/beam ! Clean residual mean=0.000004 rms=0.000157 Jy/beam ! Combined flux in latest and established models = 0.0865075 Jy keep ! Adding 236 model components to the UV plane model. ! The established model now contains 317 components and 0.0865075 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0935-1939_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.541 x 15.57 at -20.22 degrees (North through East) ! Clean map min=-0.0013755 max=0.070602 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0935-1939_S_map.fits wmodel /image_prod/ug002_uva//J0935-1939_S_map.mod ! Writing 317 model components to file: /image_prod/ug002_uva//J0935-1939_S_map.mod wobs /image_prod/ug002_uva//J0935-1939_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0935-1939_S_uvs.fits wwins /image_prod/ug002_uva//J0935-1939_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0935-1939_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.070602 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000158129 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.671917 0.671917 1.34383 2.68767 5.37534 10.7507 21.5014 43.0027 86.0054 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.07 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 446.483 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0935-1939_S_dfm.log closed on Wed Mar 4 23:07:21 2020