! Started logfile: /image_prod/ug002_uva//J1324+5739_S_b_dfm.log on Thu Mar 5 01:13: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//J1324+5739_S_b_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1324+5739_S_b_uva.fits ! AN table 1: 75 integrations on 28 of 28 possible baselines. ! AN table 2: 37 integrations on 28 of 28 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1324+5739 ! ! 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 40 lines of history. ! ! Reading 9408 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 J1324+5739_S_b] 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.002467Jy sigma=8.751655 ! Fit after self-cal, rms=0.972423Jy sigma=8.498030 ! 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=3.705 mas, bmaj=6.428 mas, bpa=40.65 degrees ! Estimated noise=1.77223 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.0228139 Jy ! Component: 100 - total flux cleaned = 0.0276881 Jy ! Total flux subtracted in 100 components = 0.0276881 Jy ! Clean residual min=-0.003796 max=0.003838 Jy/beam ! Clean residual mean=0.000003 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.0276881 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0276881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054817Jy sigma=0.431278 ! Fit after self-cal, rms=0.053058Jy sigma=0.415731 ! 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=4.706 mas, bmaj=6.872 mas, bpa=35.94 degrees ! Estimated noise=0.856157 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.00352738 Jy ! Component: 100 - total flux cleaned = 0.00413275 Jy ! Component: 150 - total flux cleaned = 0.00416442 Jy ! Component: 200 - total flux cleaned = 0.00419205 Jy ! Total flux subtracted in 200 components = 0.00419205 Jy ! Clean residual min=-0.002046 max=0.002092 Jy/beam ! Clean residual mean=0.000007 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.0318802 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 20 components and 0.0318802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052792Jy sigma=0.414076 ! Fit after self-cal, rms=0.052772Jy sigma=0.413926 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.706 x 6.872 at 35.94 degrees (North through East) ! Clean map min=-0.0019773 max=0.031956 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.04 HN 0.97 KP 1.01 ! NL 1.03 OV 0.96 PT 1.12 SC 0.87 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.85 FD 0.93 HN 1.20 KP 0.91 ! LA 0.83 NL 0.96 OV 1.11 PT 1.08 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.05 HN 1.07 KP 1.03 ! NL 0.67 OV 1.07 PT 1.10 SC 0.68 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.10 FD 1.05 HN 1.10 KP 0.99 ! LA 0.80 NL 0.66 OV 1.25 PT 1.24 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.08 HN 1.19 KP 1.08 ! NL 0.82 OV 1.04 PT 1.11 SC 0.92 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.27 FD 1.16 HN 1.22 KP 0.99 ! LA 0.76 NL 0.79 OV 1.20 PT 1.00 ! ! ! Fit before self-cal, rms=0.052772Jy sigma=0.413926 ! Fit after self-cal, rms=0.050155Jy sigma=0.410203 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.533 mas, bmaj=7.002 mas, bpa=37.05 degrees ! Estimated noise=0.846867 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.000101142 Jy ! Component: 100 - total flux cleaned = 0.000102002 Jy ! Component: 150 - total flux cleaned = 0.000112606 Jy ! Component: 200 - total flux cleaned = 0.000130847 Jy ! Total flux subtracted in 200 components = 0.000130847 Jy ! Clean residual min=-0.001323 max=0.001344 Jy/beam ! Clean residual mean=-0.000000 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.032011 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 31 components and 0.032011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050147Jy sigma=0.410156 ! Fit after self-cal, rms=0.050287Jy sigma=0.408808 ! 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.050287Jy sigma=0.408808 ! Fit after self-cal, rms=0.051066Jy sigma=0.407845 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.46 mas, bmaj=6.993 mas, bpa=36.72 degrees ! Estimated noise=0.844431 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000269539 Jy ! Component: 100 - total flux cleaned = 0.000269493 Jy ! Component: 150 - total flux cleaned = 0.000246573 Jy ! Component: 200 - total flux cleaned = 0.000215834 Jy ! Total flux subtracted in 200 components = 0.000215834 Jy ! Clean residual min=-0.001236 max=0.001276 Jy/beam ! Clean residual mean=-0.000001 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.0322269 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 38 components and 0.0322269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.051057Jy sigma=0.407775 ! Fit after self-cal, rms=0.051197Jy sigma=0.407384 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.000126973 Jy ! Component: 100 - total flux cleaned = -0.000154101 Jy ! Component: 150 - total flux cleaned = -0.00015441 Jy ! Component: 200 - total flux cleaned = -0.000162138 Jy ! Total flux subtracted in 200 components = -0.000162138 Jy ! Clean residual min=-0.001264 max=0.001231 Jy/beam ! Clean residual mean=-0.000000 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.0320647 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.0320647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.051193Jy sigma=0.407366 ! Fit after self-cal, rms=0.051192Jy sigma=0.407331 ! 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.051192Jy sigma=0.407331 ! Fit after self-cal, rms=0.051760Jy sigma=0.407235 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.429 mas, bmaj=6.997 mas, bpa=36.34 degrees ! Estimated noise=0.843487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000168834 Jy ! Component: 100 - total flux cleaned = 0.000158666 Jy ! Component: 150 - total flux cleaned = 0.000158358 Jy ! Component: 200 - total flux cleaned = 0.000173717 Jy ! Total flux subtracted in 200 components = 0.000173717 Jy ! Clean residual min=-0.001259 max=0.001186 Jy/beam ! Clean residual mean=-0.000001 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.0322384 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 47 components and 0.0322384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.051756Jy sigma=0.407201 ! Fit after self-cal, rms=0.051822Jy sigma=0.407150 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 = -3.22031e-05 Jy ! Component: 100 - total flux cleaned = -2.40455e-05 Jy ! Component: 150 - total flux cleaned = -2.42164e-05 Jy ! Component: 200 - total flux cleaned = -3.1102e-05 Jy ! Total flux subtracted in 200 components = -3.1102e-05 Jy ! Clean residual min=-0.001224 max=0.001163 Jy/beam ! Clean residual mean=-0.000000 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0322073 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.0322073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.051819Jy sigma=0.407133 ! Fit after self-cal, rms=0.051814Jy sigma=0.407080 ! 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.051814Jy sigma=0.407080 ! Fit after self-cal, rms=0.052029Jy sigma=0.407057 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.359 mas, bmaj=9.404 mas, bpa=43.86 degrees ! Estimated noise=0.97716 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.85042e-05 Jy ! Component: 100 - total flux cleaned = -4.84498e-05 Jy ! Component: 150 - total flux cleaned = -3.16709e-05 Jy ! Component: 200 - total flux cleaned = -1.68928e-05 Jy ! Total flux subtracted in 200 components = -1.68928e-05 Jy ! Clean residual min=-0.001433 max=0.001426 Jy/beam ! Clean residual mean=-0.000001 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.0321905 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 54 components and 0.0321905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052029Jy sigma=0.407072 ! Fit after self-cal, rms=0.052068Jy sigma=0.407053 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 = -6.69997e-05 Jy ! Component: 100 - total flux cleaned = -5.09045e-05 Jy ! Component: 150 - total flux cleaned = -4.71921e-05 Jy ! Component: 200 - total flux cleaned = -4.71559e-05 Jy ! Total flux subtracted in 200 components = -4.71559e-05 Jy ! Clean residual min=-0.001416 max=0.001425 Jy/beam ! Clean residual mean=0.000000 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.0321433 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 57 components and 0.0321433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052067Jy sigma=0.407064 ! Fit after self-cal, rms=0.052069Jy sigma=0.407057 ! 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=4.409 mas, bmaj=6.998 mas, bpa=36.1 degrees ! Estimated noise=0.841833 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.409 x 6.998 at 36.1 degrees (North through East) ! Clean map min=-0.0012366 max=0.031294 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=3.506 mas, bmaj=6.579 mas, bpa=40.39 degrees ! Estimated noise=1.69253 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0244778 Jy ! Component: 100 - total flux cleaned = 0.0299635 Jy ! Component: 150 - total flux cleaned = 0.0310676 Jy ! Component: 200 - total flux cleaned = 0.0317001 Jy ! Total flux subtracted in 200 components = 0.0317001 Jy ! Clean residual min=-0.002993 max=0.003284 Jy/beam ! Clean residual mean=0.000001 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.0317001 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0317001 Jy ! Inverting map and beam ! Estimated beam: bmin=4.409 mas, bmaj=6.998 mas, bpa=36.1 degrees ! Estimated noise=0.841833 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.000807269 Jy ! Component: 100 - total flux cleaned = 0.000595435 Jy ! Component: 150 - total flux cleaned = 0.000617822 Jy ! Component: 200 - total flux cleaned = 0.000618318 Jy ! Total flux subtracted in 200 components = 0.000618318 Jy ! Clean residual min=-0.001289 max=0.001179 Jy/beam ! Clean residual mean=-0.000000 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.0323184 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 22 components and 0.0323184 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=8.359 mas, bmaj=9.404 mas, bpa=43.86 degrees ! Estimated noise=0.97716 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00010724 Jy ! Component: 100 - total flux cleaned = -0.000127692 Jy ! Component: 150 - total flux cleaned = -0.000136345 Jy ! Component: 200 - total flux cleaned = -0.000144415 Jy ! Total flux subtracted in 200 components = -0.000144415 Jy ! Clean residual min=-0.001438 max=0.001411 Jy/beam ! Clean residual mean=0.000000 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.032174 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 = 9.11923e-08 Jy ! Component: 100 - total flux cleaned = 6.10385e-06 Jy ! Component: 150 - total flux cleaned = -4.4853e-06 Jy ! Component: 200 - total flux cleaned = -9.26511e-06 Jy ! Total flux subtracted in 200 components = -9.26511e-06 Jy ! Clean residual min=-0.001424 max=0.001416 Jy/beam ! Clean residual mean=0.000000 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.0321647 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 33 components and 0.0321647 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.409 mas, bmaj=6.998 mas, bpa=36.1 degrees ! Estimated noise=0.841833 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.42925e-05 Jy ! Component: 100 - total flux cleaned = 5.45859e-05 Jy ! Component: 150 - total flux cleaned = 5.49528e-05 Jy ! Component: 200 - total flux cleaned = 5.4784e-05 Jy ! Total flux subtracted in 200 components = 5.4784e-05 Jy ! Clean residual min=-0.001266 max=0.001176 Jy/beam ! Clean residual mean=0.000000 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0322195 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.0322195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052069Jy sigma=0.407044 ! Fit after self-cal, rms=0.052061Jy sigma=0.407031 wmodel J1324+5739_S_b_map.mod ! Writing 40 model components to file: J1324+5739_S_b_map.mod wobs J1324+5739_S_b_uvs.fits ! Writing UV FITS file: J1324+5739_S_b_uvs.fits wwins J1324+5739_S_b_map.win ! wwins: Wrote 1 windows to J1324+5739_S_b_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.000467577 Jy ! Component: 100 - total flux cleaned = -0.000683216 Jy ! Component: 150 - total flux cleaned = -0.000786157 Jy ! Component: 200 - total flux cleaned = -0.000846054 Jy ! Component: 250 - total flux cleaned = -0.000902711 Jy ! Component: 300 - total flux cleaned = -0.000920435 Jy ! Component: 350 - total flux cleaned = -0.000902261 Jy ! Component: 400 - total flux cleaned = -0.000884443 Jy ! Component: 450 - total flux cleaned = -0.000884233 Jy ! Component: 500 - total flux cleaned = -0.000884566 Jy ! Component: 550 - total flux cleaned = -0.000884514 Jy ! Component: 600 - total flux cleaned = -0.00082229 Jy ! Component: 650 - total flux cleaned = -0.000761705 Jy ! Component: 700 - total flux cleaned = -0.000688253 Jy ! Component: 750 - total flux cleaned = -0.000702789 Jy ! Component: 800 - total flux cleaned = -0.000688531 Jy ! Component: 850 - total flux cleaned = -0.000661146 Jy ! Component: 900 - total flux cleaned = -0.000715557 Jy ! Component: 950 - total flux cleaned = -0.000755423 Jy ! Component: 1000 - total flux cleaned = -0.000768634 Jy ! Component: 1050 - total flux cleaned = -0.000872226 Jy ! Component: 1100 - total flux cleaned = -0.000948371 Jy ! Component: 1150 - total flux cleaned = -0.00103648 Jy ! Component: 1200 - total flux cleaned = -0.00111099 Jy ! Component: 1250 - total flux cleaned = -0.00122099 Jy ! Component: 1300 - total flux cleaned = -0.00131743 Jy ! Component: 1350 - total flux cleaned = -0.00141235 Jy ! Component: 1400 - total flux cleaned = -0.00150595 Jy ! Component: 1450 - total flux cleaned = -0.00157541 Jy ! Component: 1500 - total flux cleaned = -0.00165541 Jy ! Component: 1550 - total flux cleaned = -0.00176837 Jy ! Component: 1600 - total flux cleaned = -0.00184635 Jy ! Component: 1650 - total flux cleaned = -0.00189041 Jy ! Component: 1700 - total flux cleaned = -0.00194506 Jy ! Component: 1750 - total flux cleaned = -0.00200987 Jy ! Component: 1800 - total flux cleaned = -0.00208465 Jy ! Component: 1850 - total flux cleaned = -0.00211644 Jy ! Component: 1900 - total flux cleaned = -0.00214778 Jy ! Component: 1950 - total flux cleaned = -0.00218947 Jy ! Component: 2000 - total flux cleaned = -0.00224092 Jy ! Component: 2050 - total flux cleaned = -0.00226128 Jy ! Component: 2100 - total flux cleaned = -0.00228155 Jy ! Component: 2150 - total flux cleaned = -0.00233189 Jy ! Component: 2200 - total flux cleaned = -0.00236177 Jy ! Component: 2250 - total flux cleaned = -0.00238155 Jy ! Component: 2300 - total flux cleaned = -0.00243054 Jy ! Component: 2350 - total flux cleaned = -0.00247908 Jy ! Component: 2400 - total flux cleaned = -0.00254638 Jy ! Component: 2450 - total flux cleaned = -0.00256545 Jy ! Component: 2500 - total flux cleaned = -0.002594 Jy ! Component: 2550 - total flux cleaned = -0.00262223 Jy ! Component: 2600 - total flux cleaned = -0.00268759 Jy ! Component: 2650 - total flux cleaned = -0.00273388 Jy ! Component: 2700 - total flux cleaned = -0.00277982 Jy ! Component: 2750 - total flux cleaned = -0.00281634 Jy ! Component: 2800 - total flux cleaned = -0.00286149 Jy ! Component: 2850 - total flux cleaned = -0.00287956 Jy ! Component: 2900 - total flux cleaned = -0.0029331 Jy ! Component: 2950 - total flux cleaned = -0.00296853 Jy ! Component: 3000 - total flux cleaned = -0.00302139 Jy ! Component: 3050 - total flux cleaned = -0.00307379 Jy ! Component: 3100 - total flux cleaned = -0.00310849 Jy ! Component: 3150 - total flux cleaned = -0.00314298 Jy ! Component: 3200 - total flux cleaned = -0.00317739 Jy ! Component: 3250 - total flux cleaned = -0.00320302 Jy ! Component: 3300 - total flux cleaned = -0.00322841 Jy ! Component: 3350 - total flux cleaned = -0.00327883 Jy ! Component: 3400 - total flux cleaned = -0.00331221 Jy ! Component: 3450 - total flux cleaned = -0.00332056 Jy ! Component: 3500 - total flux cleaned = -0.00338662 Jy ! Component: 3550 - total flux cleaned = -0.00341946 Jy ! Component: 3600 - total flux cleaned = -0.00345208 Jy ! Component: 3650 - total flux cleaned = -0.00346834 Jy ! Component: 3700 - total flux cleaned = -0.00354094 Jy ! Component: 3750 - total flux cleaned = -0.00354898 Jy ! Component: 3800 - total flux cleaned = -0.00357289 Jy ! Component: 3850 - total flux cleaned = -0.00358086 Jy ! Component: 3900 - total flux cleaned = -0.00363601 Jy ! Component: 3950 - total flux cleaned = -0.0036595 Jy ! Component: 4000 - total flux cleaned = -0.00369069 Jy ! Component: 4050 - total flux cleaned = -0.00369843 Jy ! Total flux subtracted in 4096 components = -0.00372927 Jy ! Clean residual min=-0.000504 max=0.000401 Jy/beam ! Clean residual mean=-0.000000 rms=0.000141 Jy/beam ! Combined flux in latest and established models = 0.0284902 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 327 components and 0.0284902 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1324+5739_S_b_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.409 x 6.998 at 36.1 degrees (North through East) ! Clean map min=-0.0012309 max=0.031294 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1324+5739_S_b_map.fits wmodel /image_prod/ug002_uva//J1324+5739_S_b_map.mod ! Writing 327 model components to file: /image_prod/ug002_uva//J1324+5739_S_b_map.mod wobs /image_prod/ug002_uva//J1324+5739_S_b_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1324+5739_S_b_uvs.fits wwins /image_prod/ug002_uva//J1324+5739_S_b_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1324+5739_S_b_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0312938 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000138373 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.32652 1.32652 2.65303 5.30607 10.6121 21.2243 42.4486 84.8971 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.031 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 226.156 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1324+5739_S_b_dfm.log closed on Thu Mar 5 01:13:22 2020