! Started logfile: /image_prod/ug002_uva//J1604+1926_S_dfm.log on Thu Mar 5 02:33:05 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//J1604+1926_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1604+1926_S_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.982963 visibilities/baseline/integration-bin. ! Found source: J1604+1926 ! ! 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 7962 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 J1604+1926_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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011802Jy sigma=8.812065 ! Fit after self-cal, rms=0.725553Jy sigma=6.301135 ! 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.005 mas, bmaj=10.36 mas, bpa=-18.82 degrees ! Estimated noise=1.35234 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.208867 Jy ! Component: 100 - total flux cleaned = 0.258935 Jy ! Total flux subtracted in 100 components = 0.258935 Jy ! Clean residual min=-0.009295 max=0.020088 Jy/beam ! Clean residual mean=-0.000008 rms=0.002454 Jy/beam ! Combined flux in latest and established models = 0.258935 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.258935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072142Jy sigma=0.594374 ! Fit after self-cal, rms=0.072122Jy sigma=0.594096 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0219403 Jy ! Component: 100 - total flux cleaned = 0.0339105 Jy ! Total flux subtracted in 100 components = 0.0339105 Jy ! Clean residual min=-0.006415 max=0.008888 Jy/beam ! Clean residual mean=0.000001 rms=0.001718 Jy/beam ! Combined flux in latest and established models = 0.292846 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 32 components and 0.292846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063897Jy sigma=0.519580 ! Fit after self-cal, rms=0.063820Jy sigma=0.518664 ! 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.693 mas, bmaj=11.07 mas, bpa=-18.89 degrees ! Estimated noise=0.939483 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.00981326 Jy ! Component: 100 - total flux cleaned = 0.0158037 Jy ! Component: 150 - total flux cleaned = 0.0198693 Jy ! Component: 200 - total flux cleaned = 0.0226726 Jy ! Total flux subtracted in 200 components = 0.0226726 Jy ! Clean residual min=-0.005703 max=0.007164 Jy/beam ! Clean residual mean=0.000014 rms=0.001607 Jy/beam ! Combined flux in latest and established models = 0.315518 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 68 components and 0.315518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062182Jy sigma=0.502875 ! Fit after self-cal, rms=0.062159Jy sigma=0.502557 ! 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.693 x 11.07 at -18.89 degrees (North through East) ! Clean map min=-0.0055987 max=0.2719 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.05 HN 0.98 KP 0.97 ! LA 1.00 MK 1.02 NL 0.92 OV 0.95 ! PT 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.08 HN 0.99 KP 0.97 ! LA 1.00 MK 1.00 NL 1.07 OV 0.98 ! PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.05 HN 1.01 KP 0.97 ! LA 0.99 MK 0.97 NL 1.13 OV 0.97 ! PT 0.96 ! ! ! Fit before self-cal, rms=0.062159Jy sigma=0.502557 ! Fit after self-cal, rms=0.061111Jy sigma=0.478675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.693 mas, bmaj=11.13 mas, bpa=-18.89 degrees ! Estimated noise=0.93689 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.000719503 Jy ! Component: 100 - total flux cleaned = 0.0004263 Jy ! Component: 150 - total flux cleaned = 0.000428865 Jy ! Component: 200 - total flux cleaned = 0.000318228 Jy ! Total flux subtracted in 200 components = 0.000318228 Jy ! Clean residual min=-0.004924 max=0.005075 Jy/beam ! Clean residual mean=-0.000007 rms=0.001337 Jy/beam ! Combined flux in latest and established models = 0.315836 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 75 components and 0.315836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060969Jy sigma=0.477965 ! Fit after self-cal, rms=0.060965Jy sigma=0.477803 ! 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.060965Jy sigma=0.477803 ! Fit after self-cal, rms=0.056624Jy sigma=0.431113 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.693 mas, bmaj=11.13 mas, bpa=-18.95 degrees ! Estimated noise=0.9394 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000491945 Jy ! Component: 100 - total flux cleaned = 0.000324486 Jy ! Component: 150 - total flux cleaned = 0.000295388 Jy ! Component: 200 - total flux cleaned = 0.000250834 Jy ! Total flux subtracted in 200 components = 0.000250834 Jy ! Clean residual min=-0.001782 max=0.001801 Jy/beam ! Clean residual mean=0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.316087 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 81 components and 0.316087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056565Jy sigma=0.430641 ! Fit after self-cal, rms=0.056584Jy sigma=0.430471 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 = 1.75795e-05 Jy ! Component: 100 - total flux cleaned = -0.00012503 Jy ! Component: 150 - total flux cleaned = -0.000146727 Jy ! Component: 200 - total flux cleaned = -0.00013052 Jy ! Total flux subtracted in 200 components = -0.00013052 Jy ! Clean residual min=-0.001742 max=0.001733 Jy/beam ! Clean residual mean=0.000002 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.315957 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 85 components and 0.315957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056559Jy sigma=0.430318 ! Fit after self-cal, rms=0.056556Jy sigma=0.430266 ! 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.056556Jy sigma=0.430266 ! Fit after self-cal, rms=0.056556Jy sigma=0.428755 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.69 mas, bmaj=11.13 mas, bpa=-18.96 degrees ! Estimated noise=0.9388 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000380012 Jy ! Component: 100 - total flux cleaned = 0.000405856 Jy ! Component: 150 - total flux cleaned = 0.000446426 Jy ! Component: 200 - total flux cleaned = 0.000446373 Jy ! Total flux subtracted in 200 components = 0.000446373 Jy ! Clean residual min=-0.001534 max=0.001564 Jy/beam ! Clean residual mean=-0.000001 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.316403 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 89 components and 0.316403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056533Jy sigma=0.428567 ! Fit after self-cal, rms=0.056535Jy sigma=0.428531 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.76609e-05 Jy ! Component: 100 - total flux cleaned = -2.81166e-06 Jy ! Component: 150 - total flux cleaned = 6.09961e-05 Jy ! Component: 200 - total flux cleaned = 0.000119934 Jy ! Total flux subtracted in 200 components = 0.000119934 Jy ! Clean residual min=-0.001500 max=0.001547 Jy/beam ! Clean residual mean=-0.000001 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.316523 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 94 components and 0.316523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056521Jy sigma=0.428440 ! Fit after self-cal, rms=0.056520Jy sigma=0.428419 ! 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.056520Jy sigma=0.428419 ! Fit after self-cal, rms=0.056524Jy sigma=0.428388 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.767 mas, bmaj=12.14 mas, bpa=-15.91 degrees ! Estimated noise=1.1034 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000282821 Jy ! Component: 100 - total flux cleaned = 0.000216156 Jy ! Component: 150 - total flux cleaned = 0.000184106 Jy ! Component: 200 - total flux cleaned = 0.000175097 Jy ! Total flux subtracted in 200 components = 0.000175097 Jy ! Clean residual min=-0.001465 max=0.001708 Jy/beam ! Clean residual mean=-0.000003 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.316698 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 98 components and 0.316698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056517Jy sigma=0.428355 ! Fit after self-cal, rms=0.056516Jy sigma=0.428336 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 = 1.31844e-05 Jy ! Component: 100 - total flux cleaned = -5.5609e-06 Jy ! Component: 150 - total flux cleaned = -2.15229e-05 Jy ! Component: 200 - total flux cleaned = -2.18454e-05 Jy ! Total flux subtracted in 200 components = -2.18454e-05 Jy ! Clean residual min=-0.001452 max=0.001684 Jy/beam ! Clean residual mean=-0.000003 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.316676 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 104 components and 0.316676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056513Jy sigma=0.428328 ! Fit after self-cal, rms=0.056513Jy sigma=0.428321 ! 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.69 mas, bmaj=11.14 mas, bpa=-18.95 degrees ! Estimated noise=0.938826 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.69 x 11.14 at -18.95 degrees (North through East) ! Clean map min=-0.0012435 max=0.27065 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.004 mas, bmaj=10.4 mas, bpa=-18.87 degrees ! Estimated noise=1.34436 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.207417 Jy ! Component: 100 - total flux cleaned = 0.258629 Jy ! Component: 150 - total flux cleaned = 0.282286 Jy ! Component: 200 - total flux cleaned = 0.295158 Jy ! Total flux subtracted in 200 components = 0.295158 Jy ! Clean residual min=-0.003389 max=0.006278 Jy/beam ! Clean residual mean=-0.000004 rms=0.000883 Jy/beam ! Combined flux in latest and established models = 0.295158 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.295158 Jy ! Inverting map and beam ! Estimated beam: bmin=3.69 mas, bmaj=11.14 mas, bpa=-18.95 degrees ! Estimated noise=0.938826 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.00874853 Jy ! Component: 100 - total flux cleaned = 0.0133201 Jy ! Component: 150 - total flux cleaned = 0.0162591 Jy ! Component: 200 - total flux cleaned = 0.0182161 Jy ! Total flux subtracted in 200 components = 0.0182161 Jy ! Clean residual min=-0.001350 max=0.001548 Jy/beam ! Clean residual mean=-0.000003 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.313374 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 57 components and 0.313374 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=7.767 mas, bmaj=12.14 mas, bpa=-15.91 degrees ! Estimated noise=1.1034 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173266 Jy ! Component: 100 - total flux cleaned = 0.00260471 Jy ! Component: 150 - total flux cleaned = 0.00306481 Jy ! Component: 200 - total flux cleaned = 0.00331278 Jy ! Total flux subtracted in 200 components = 0.00331278 Jy ! Clean residual min=-0.001463 max=0.001668 Jy/beam ! Clean residual mean=-0.000004 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.316687 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.93742e-05 Jy ! Component: 100 - total flux cleaned = 9.99163e-05 Jy ! Component: 150 - total flux cleaned = 0.000130375 Jy ! Component: 200 - total flux cleaned = 0.000149334 Jy ! Total flux subtracted in 200 components = 0.000149334 Jy ! Clean residual min=-0.001464 max=0.001673 Jy/beam ! Clean residual mean=-0.000004 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.316836 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 85 components and 0.316836 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.69 mas, bmaj=11.14 mas, bpa=-18.95 degrees ! Estimated noise=0.938826 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.16598e-05 Jy ! Component: 100 - total flux cleaned = -2.12413e-05 Jy ! Component: 150 - total flux cleaned = 1.52132e-05 Jy ! Component: 200 - total flux cleaned = 4.88946e-05 Jy ! Total flux subtracted in 200 components = 4.88946e-05 Jy ! Clean residual min=-0.001247 max=0.001529 Jy/beam ! Clean residual mean=-0.000001 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.316885 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 101 components and 0.316885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056504Jy sigma=0.428291 ! Fit after self-cal, rms=0.056501Jy sigma=0.428228 wmodel J1604+1926_S_map.mod ! Writing 101 model components to file: J1604+1926_S_map.mod wobs J1604+1926_S_uvs.fits ! Writing UV FITS file: J1604+1926_S_uvs.fits wwins J1604+1926_S_map.win ! wwins: Wrote 1 windows to J1604+1926_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.000672866 Jy ! Component: 100 - total flux cleaned = 0.00119589 Jy ! Component: 150 - total flux cleaned = 0.00146748 Jy ! Component: 200 - total flux cleaned = 0.00155475 Jy ! Component: 250 - total flux cleaned = 0.00163978 Jy ! Component: 300 - total flux cleaned = 0.00172213 Jy ! Component: 350 - total flux cleaned = 0.00184184 Jy ! Component: 400 - total flux cleaned = 0.00193885 Jy ! Component: 450 - total flux cleaned = 0.00193839 Jy ! Component: 500 - total flux cleaned = 0.00195724 Jy ! Component: 550 - total flux cleaned = 0.00195755 Jy ! Component: 600 - total flux cleaned = 0.00197576 Jy ! Component: 650 - total flux cleaned = 0.00194065 Jy ! Component: 700 - total flux cleaned = 0.00185491 Jy ! Component: 750 - total flux cleaned = 0.00180424 Jy ! Component: 800 - total flux cleaned = 0.00170477 Jy ! Component: 850 - total flux cleaned = 0.00163987 Jy ! Component: 900 - total flux cleaned = 0.00157583 Jy ! Component: 950 - total flux cleaned = 0.00156013 Jy ! Component: 1000 - total flux cleaned = 0.00151346 Jy ! Component: 1050 - total flux cleaned = 0.00148267 Jy ! Component: 1100 - total flux cleaned = 0.00146734 Jy ! Component: 1150 - total flux cleaned = 0.00145282 Jy ! Component: 1200 - total flux cleaned = 0.00145294 Jy ! Component: 1250 - total flux cleaned = 0.00148201 Jy ! Component: 1300 - total flux cleaned = 0.00142463 Jy ! Component: 1350 - total flux cleaned = 0.00143884 Jy ! Component: 1400 - total flux cleaned = 0.00141071 Jy ! Component: 1450 - total flux cleaned = 0.00141048 Jy ! Component: 1500 - total flux cleaned = 0.00135547 Jy ! Component: 1550 - total flux cleaned = 0.00135555 Jy ! Component: 1600 - total flux cleaned = 0.00132859 Jy ! Component: 1650 - total flux cleaned = 0.00127547 Jy ! Component: 1700 - total flux cleaned = 0.00119696 Jy ! Component: 1750 - total flux cleaned = 0.00119711 Jy ! Component: 1800 - total flux cleaned = 0.00118447 Jy ! Component: 1850 - total flux cleaned = 0.00114645 Jy ! Component: 1900 - total flux cleaned = 0.00110858 Jy ! Component: 1950 - total flux cleaned = 0.00109608 Jy ! Component: 2000 - total flux cleaned = 0.00108384 Jy ! Component: 2050 - total flux cleaned = 0.00107139 Jy ! Component: 2100 - total flux cleaned = 0.00104697 Jy ! Component: 2150 - total flux cleaned = 0.000963129 Jy ! Component: 2200 - total flux cleaned = 0.000927576 Jy ! Component: 2250 - total flux cleaned = 0.000916065 Jy ! Component: 2300 - total flux cleaned = 0.000892898 Jy ! Component: 2350 - total flux cleaned = 0.000858181 Jy ! Component: 2400 - total flux cleaned = 0.000835438 Jy ! Component: 2450 - total flux cleaned = 0.000790178 Jy ! Component: 2500 - total flux cleaned = 0.000778965 Jy ! Component: 2550 - total flux cleaned = 0.000779029 Jy ! Component: 2600 - total flux cleaned = 0.000735067 Jy ! Component: 2650 - total flux cleaned = 0.000691542 Jy ! Component: 2700 - total flux cleaned = 0.000691449 Jy ! Component: 2750 - total flux cleaned = 0.000637811 Jy ! Component: 2800 - total flux cleaned = 0.000627079 Jy ! Component: 2850 - total flux cleaned = 0.000584904 Jy ! Component: 2900 - total flux cleaned = 0.00053276 Jy ! Component: 2950 - total flux cleaned = 0.000512072 Jy ! Component: 3000 - total flux cleaned = 0.000522336 Jy ! Component: 3050 - total flux cleaned = 0.000471154 Jy ! Component: 3100 - total flux cleaned = 0.000450835 Jy ! Component: 3150 - total flux cleaned = 0.00043074 Jy ! Component: 3200 - total flux cleaned = 0.000420725 Jy ! Component: 3250 - total flux cleaned = 0.000410897 Jy ! Component: 3300 - total flux cleaned = 0.000401026 Jy ! Component: 3350 - total flux cleaned = 0.000410753 Jy ! Component: 3400 - total flux cleaned = 0.000400997 Jy ! Component: 3450 - total flux cleaned = 0.000401018 Jy ! Component: 3500 - total flux cleaned = 0.000324512 Jy ! Component: 3550 - total flux cleaned = 0.000334048 Jy ! Component: 3600 - total flux cleaned = 0.000315173 Jy ! Component: 3650 - total flux cleaned = 0.000296411 Jy ! Component: 3700 - total flux cleaned = 0.000268468 Jy ! Component: 3750 - total flux cleaned = 0.000231496 Jy ! Component: 3800 - total flux cleaned = 0.000231494 Jy ! Component: 3850 - total flux cleaned = 0.0002224 Jy ! Component: 3900 - total flux cleaned = 0.000177036 Jy ! Component: 3950 - total flux cleaned = 0.000150009 Jy ! Component: 4000 - total flux cleaned = 0.000167938 Jy ! Component: 4050 - total flux cleaned = 0.000132304 Jy ! Total flux subtracted in 4096 components = 0.000132263 Jy ! Clean residual min=-0.000494 max=0.000473 Jy/beam ! Clean residual mean=0.000001 rms=0.000175 Jy/beam ! Combined flux in latest and established models = 0.317017 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 393 components and 0.317017 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1604+1926_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.69 x 11.14 at -18.95 degrees (North through East) ! Clean map min=-0.00099452 max=0.27089 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1604+1926_S_map.fits wmodel /image_prod/ug002_uva//J1604+1926_S_map.mod ! Writing 393 model components to file: /image_prod/ug002_uva//J1604+1926_S_map.mod wobs /image_prod/ug002_uva//J1604+1926_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1604+1926_S_uvs.fits wwins /image_prod/ug002_uva//J1604+1926_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1604+1926_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.270891 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000173241 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.191857 0.191857 0.383715 0.76743 1.53486 3.06972 6.13944 12.2789 24.5578 49.1155 98.231 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.27 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1563.66 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1604+1926_S_dfm.log closed on Thu Mar 5 02:33:08 2020