! Started logfile: /image_prod/ug002_uva//J1208+5413_S_dfm.log on Thu Mar 5 00:26:11 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//J1208+5413_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1208+5413_S_uva.fits ! AN table 1: 60 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.985714 visibilities/baseline/integration-bin. ! Found source: J1208+5413 ! ! 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 3726 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 J1208+5413_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 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.053098Jy sigma=7.460108 ! Fit after self-cal, rms=0.704450Jy sigma=4.983451 ! 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.969 mas, bmaj=3.986 mas, bpa=39.13 degrees ! Estimated noise=2.31768 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.219537 Jy ! Component: 100 - total flux cleaned = 0.307798 Jy ! Total flux subtracted in 100 components = 0.307798 Jy ! Clean residual min=-0.020046 max=0.042156 Jy/beam ! Clean residual mean=0.000036 rms=0.006216 Jy/beam ! Combined flux in latest and established models = 0.307798 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.307798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.113179Jy sigma=0.795351 ! Fit after self-cal, rms=0.111344Jy sigma=0.784023 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0509653 Jy ! Component: 100 - total flux cleaned = 0.078651 Jy ! Total flux subtracted in 100 components = 0.078651 Jy ! Clean residual min=-0.010969 max=0.014645 Jy/beam ! Clean residual mean=0.000019 rms=0.003266 Jy/beam ! Combined flux in latest and established models = 0.386449 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 15 components and 0.386449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080440Jy sigma=0.554419 ! Fit after self-cal, rms=0.079766Jy sigma=0.550315 ! 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.501 mas, bmaj=4.765 mas, bpa=38.64 degrees ! Estimated noise=1.65431 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.0214325 Jy ! Component: 100 - total flux cleaned = 0.0326011 Jy ! Component: 150 - total flux cleaned = 0.0390983 Jy ! Component: 200 - total flux cleaned = 0.0430509 Jy ! Total flux subtracted in 200 components = 0.0430509 Jy ! Clean residual min=-0.009070 max=0.011691 Jy/beam ! Clean residual mean=0.000023 rms=0.002783 Jy/beam ! Combined flux in latest and established models = 0.4295 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 32 components and 0.4295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074022Jy sigma=0.508908 ! Fit after self-cal, rms=0.073939Jy sigma=0.508455 ! 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.501 x 4.765 at 38.64 degrees (North through East) ! Clean map min=-0.0084267 max=0.29272 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 KP 0.98 LA 1.00 MK 0.98 ! NL 0.97 OV 0.94 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 KP 1.02 LA 1.00 MK 0.98 ! NL 0.98 OV 0.97 SC 1.11 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 KP 1.13 LA 0.99 MK 0.97 ! NL 0.98 OV 0.97 SC 1.00 ! ! ! Fit before self-cal, rms=0.073939Jy sigma=0.508455 ! Fit after self-cal, rms=0.073051Jy sigma=0.488015 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.518 mas, bmaj=4.749 mas, bpa=38.26 degrees ! Estimated noise=1.65104 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.00174246 Jy ! Component: 100 - total flux cleaned = 0.00212347 Jy ! Component: 150 - total flux cleaned = 0.00252534 Jy ! Component: 200 - total flux cleaned = 0.00285979 Jy ! Total flux subtracted in 200 components = 0.00285979 Jy ! Clean residual min=-0.010228 max=0.009767 Jy/beam ! Clean residual mean=0.000045 rms=0.002499 Jy/beam ! Combined flux in latest and established models = 0.43236 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.43236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072917Jy sigma=0.487305 ! Fit after self-cal, rms=0.072933Jy sigma=0.487209 ! 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.072933Jy sigma=0.487209 ! Fit after self-cal, rms=0.067683Jy sigma=0.433632 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.48 mas, bmaj=4.763 mas, bpa=38.72 degrees ! Estimated noise=1.64389 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00123235 Jy ! Component: 100 - total flux cleaned = 0.00139966 Jy ! Component: 150 - total flux cleaned = 0.00148655 Jy ! Component: 200 - total flux cleaned = 0.00152493 Jy ! Total flux subtracted in 200 components = 0.00152493 Jy ! Clean residual min=-0.005160 max=0.006972 Jy/beam ! Clean residual mean=-0.000001 rms=0.001468 Jy/beam ! Combined flux in latest and established models = 0.433885 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 0.433885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067591Jy sigma=0.432994 ! Fit after self-cal, rms=0.067645Jy sigma=0.432862 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) ! Added new window around map position (69, 40.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00481555 Jy ! Component: 100 - total flux cleaned = 0.00508636 Jy ! Component: 150 - total flux cleaned = 0.00509507 Jy ! Component: 200 - total flux cleaned = 0.0051645 Jy ! Total flux subtracted in 200 components = 0.0051645 Jy ! Clean residual min=-0.004242 max=0.005461 Jy/beam ! Clean residual mean=-0.000006 rms=0.001329 Jy/beam ! Combined flux in latest and established models = 0.43905 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 75 components and 0.43905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067066Jy sigma=0.429150 ! Fit after self-cal, rms=0.067021Jy sigma=0.428800 ! 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.067021Jy sigma=0.428800 ! Fit after self-cal, rms=0.066798Jy sigma=0.428112 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.467 mas, bmaj=4.77 mas, bpa=38.88 degrees ! Estimated noise=1.63864 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155 Jy ! Component: 100 - total flux cleaned = 0.00203316 Jy ! Component: 150 - total flux cleaned = 0.00251224 Jy ! Component: 200 - total flux cleaned = 0.00267219 Jy ! Total flux subtracted in 200 components = 0.00267219 Jy ! Clean residual min=-0.004393 max=0.005398 Jy/beam ! Clean residual mean=-0.000007 rms=0.001263 Jy/beam ! Combined flux in latest and established models = 0.441722 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 83 components and 0.441722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066652Jy sigma=0.427261 ! Fit after self-cal, rms=0.066646Jy sigma=0.427211 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.000425684 Jy ! Component: 100 - total flux cleaned = 0.000517444 Jy ! Component: 150 - total flux cleaned = 0.000600061 Jy ! Component: 200 - total flux cleaned = 0.000637498 Jy ! Total flux subtracted in 200 components = 0.000637498 Jy ! Clean residual min=-0.004412 max=0.005236 Jy/beam ! Clean residual mean=-0.000008 rms=0.001245 Jy/beam ! Combined flux in latest and established models = 0.442359 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 87 components and 0.442359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066582Jy sigma=0.426830 ! Fit after self-cal, rms=0.066580Jy sigma=0.426812 ! 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.066580Jy sigma=0.426812 ! Fit after self-cal, rms=0.066547Jy sigma=0.426677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.226 mas, bmaj=8.975 mas, bpa=40.14 degrees ! Estimated noise=2.08931 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00325098 Jy ! Component: 100 - total flux cleaned = 0.00413685 Jy ! Component: 150 - total flux cleaned = 0.0044127 Jy ! Component: 200 - total flux cleaned = 0.00464932 Jy ! Total flux subtracted in 200 components = 0.00464932 Jy ! Clean residual min=-0.005677 max=0.006534 Jy/beam ! Clean residual mean=-0.000022 rms=0.001869 Jy/beam ! Combined flux in latest and established models = 0.447008 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 93 components and 0.447008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066522Jy sigma=0.426846 ! Fit after self-cal, rms=0.066511Jy sigma=0.426793 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.000468447 Jy ! Component: 100 - total flux cleaned = 0.000418363 Jy ! Component: 150 - total flux cleaned = 0.000418215 Jy ! Component: 200 - total flux cleaned = 0.000504618 Jy ! Total flux subtracted in 200 components = 0.000504618 Jy ! Clean residual min=-0.005681 max=0.006533 Jy/beam ! Clean residual mean=-0.000024 rms=0.001836 Jy/beam ! Combined flux in latest and established models = 0.447513 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 99 components and 0.447513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066535Jy sigma=0.427059 ! Fit after self-cal, rms=0.066530Jy sigma=0.427041 ! 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.459 mas, bmaj=4.771 mas, bpa=38.95 degrees ! Estimated noise=1.63754 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.459 x 4.771 at 38.95 degrees (North through East) ! Clean map min=-0.0042121 max=0.28921 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.947 mas, bmaj=3.964 mas, bpa=39.23 degrees ! Estimated noise=2.27913 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.21723 Jy ! Component: 100 - total flux cleaned = 0.309773 Jy ! Component: 150 - total flux cleaned = 0.360114 Jy ! Component: 200 - total flux cleaned = 0.387761 Jy ! Total flux subtracted in 200 components = 0.387761 Jy ! Clean residual min=-0.008590 max=0.013495 Jy/beam ! Clean residual mean=0.000014 rms=0.002261 Jy/beam ! Combined flux in latest and established models = 0.387761 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.387761 Jy ! Inverting map and beam ! Estimated beam: bmin=3.459 mas, bmaj=4.771 mas, bpa=38.95 degrees ! Estimated noise=1.63754 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.0206166 Jy ! Component: 100 - total flux cleaned = 0.0316098 Jy ! Component: 150 - total flux cleaned = 0.039064 Jy ! Component: 200 - total flux cleaned = 0.043449 Jy ! Total flux subtracted in 200 components = 0.043449 Jy ! Clean residual min=-0.004832 max=0.005256 Jy/beam ! Clean residual mean=0.000007 rms=0.001429 Jy/beam ! Combined flux in latest and established models = 0.43121 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 46 components and 0.43121 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.226 mas, bmaj=8.975 mas, bpa=40.14 degrees ! Estimated noise=2.08931 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00633904 Jy ! Component: 100 - total flux cleaned = 0.00924377 Jy ! Component: 150 - total flux cleaned = 0.0110793 Jy ! Component: 200 - total flux cleaned = 0.0116584 Jy ! Total flux subtracted in 200 components = 0.0116584 Jy ! Clean residual min=-0.006189 max=0.006724 Jy/beam ! Clean residual mean=-0.000011 rms=0.001928 Jy/beam ! Combined flux in latest and established models = 0.442868 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.000401654 Jy ! Component: 100 - total flux cleaned = 0.000836348 Jy ! Component: 150 - total flux cleaned = 0.00120953 Jy ! Component: 200 - total flux cleaned = 0.00147148 Jy ! Total flux subtracted in 200 components = 0.00147148 Jy ! Clean residual min=-0.005949 max=0.006422 Jy/beam ! Clean residual mean=-0.000016 rms=0.001841 Jy/beam ! Combined flux in latest and established models = 0.44434 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 82 components and 0.44434 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.459 mas, bmaj=4.771 mas, bpa=38.95 degrees ! Estimated noise=1.63754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000536469 Jy ! Component: 100 - total flux cleaned = 0.000103093 Jy ! Component: 150 - total flux cleaned = 0.000178471 Jy ! Component: 200 - total flux cleaned = 0.000111189 Jy ! Total flux subtracted in 200 components = 0.000111189 Jy ! Clean residual min=-0.004658 max=0.005272 Jy/beam ! Clean residual mean=-0.000006 rms=0.001254 Jy/beam ! Combined flux in latest and established models = 0.444451 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 99 components and 0.444451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066654Jy sigma=0.427757 ! Fit after self-cal, rms=0.066635Jy sigma=0.427678 wmodel J1208+5413_S_map.mod ! Writing 99 model components to file: J1208+5413_S_map.mod wobs J1208+5413_S_uvs.fits ! Writing UV FITS file: J1208+5413_S_uvs.fits wwins J1208+5413_S_map.win ! wwins: Wrote 2 windows to J1208+5413_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.00212215 Jy ! Component: 100 - total flux cleaned = 0.00373903 Jy ! Component: 150 - total flux cleaned = 0.00540317 Jy ! Component: 200 - total flux cleaned = 0.00682401 Jy ! Component: 250 - total flux cleaned = 0.00810388 Jy ! Component: 300 - total flux cleaned = 0.0091247 Jy ! Component: 350 - total flux cleaned = 0.00997172 Jy ! Component: 400 - total flux cleaned = 0.0105945 Jy ! Component: 450 - total flux cleaned = 0.0110138 Jy ! Component: 500 - total flux cleaned = 0.0114191 Jy ! Component: 550 - total flux cleaned = 0.0118672 Jy ! Component: 600 - total flux cleaned = 0.0123011 Jy ! Component: 650 - total flux cleaned = 0.0129293 Jy ! Component: 700 - total flux cleaned = 0.013182 Jy ! Component: 750 - total flux cleaned = 0.0133805 Jy ! Component: 800 - total flux cleaned = 0.0136194 Jy ! Component: 850 - total flux cleaned = 0.0137587 Jy ! Component: 900 - total flux cleaned = 0.0140292 Jy ! Component: 950 - total flux cleaned = 0.0142921 Jy ! Component: 1000 - total flux cleaned = 0.0144622 Jy ! Component: 1050 - total flux cleaned = 0.014795 Jy ! Component: 1100 - total flux cleaned = 0.015118 Jy ! Component: 1150 - total flux cleaned = 0.0153542 Jy ! Component: 1200 - total flux cleaned = 0.0155852 Jy ! Component: 1250 - total flux cleaned = 0.0157354 Jy ! Component: 1300 - total flux cleaned = 0.0158827 Jy ! Component: 1350 - total flux cleaned = 0.0161349 Jy ! Component: 1400 - total flux cleaned = 0.0162049 Jy ! Component: 1450 - total flux cleaned = 0.016447 Jy ! Component: 1500 - total flux cleaned = 0.0164808 Jy ! Component: 1550 - total flux cleaned = 0.0166794 Jy ! Component: 1600 - total flux cleaned = 0.0167118 Jy ! Component: 1650 - total flux cleaned = 0.0168067 Jy ! Component: 1700 - total flux cleaned = 0.0167759 Jy ! Component: 1750 - total flux cleaned = 0.0168373 Jy ! Component: 1800 - total flux cleaned = 0.0168673 Jy ! Component: 1850 - total flux cleaned = 0.0167788 Jy ! Component: 1900 - total flux cleaned = 0.0167499 Jy ! Component: 1950 - total flux cleaned = 0.0166638 Jy ! Component: 2000 - total flux cleaned = 0.0165228 Jy ! Component: 2050 - total flux cleaned = 0.0165225 Jy ! Component: 2100 - total flux cleaned = 0.016413 Jy ! Component: 2150 - total flux cleaned = 0.0163325 Jy ! Component: 2200 - total flux cleaned = 0.016333 Jy ! Component: 2250 - total flux cleaned = 0.0162807 Jy ! Component: 2300 - total flux cleaned = 0.0163071 Jy ! Component: 2350 - total flux cleaned = 0.0163074 Jy ! Component: 2400 - total flux cleaned = 0.0162823 Jy ! Component: 2450 - total flux cleaned = 0.016258 Jy ! Component: 2500 - total flux cleaned = 0.0162586 Jy ! Component: 2550 - total flux cleaned = 0.0161137 Jy ! Component: 2600 - total flux cleaned = 0.0161139 Jy ! Component: 2650 - total flux cleaned = 0.0160187 Jy ! Component: 2700 - total flux cleaned = 0.0160653 Jy ! Component: 2750 - total flux cleaned = 0.0158568 Jy ! Component: 2800 - total flux cleaned = 0.0157423 Jy ! Component: 2850 - total flux cleaned = 0.0155839 Jy ! Component: 2900 - total flux cleaned = 0.0156292 Jy ! Component: 2950 - total flux cleaned = 0.0155626 Jy ! Component: 3000 - total flux cleaned = 0.0154303 Jy ! Component: 3050 - total flux cleaned = 0.0153865 Jy ! Component: 3100 - total flux cleaned = 0.0153862 Jy ! Component: 3150 - total flux cleaned = 0.0152361 Jy ! Component: 3200 - total flux cleaned = 0.0150877 Jy ! Component: 3250 - total flux cleaned = 0.0150669 Jy ! Component: 3300 - total flux cleaned = 0.0150254 Jy ! Component: 3350 - total flux cleaned = 0.0149222 Jy ! Component: 3400 - total flux cleaned = 0.0149224 Jy ! Component: 3450 - total flux cleaned = 0.0148008 Jy ! Component: 3500 - total flux cleaned = 0.0147402 Jy ! Component: 3550 - total flux cleaned = 0.0146001 Jy ! Component: 3600 - total flux cleaned = 0.0144417 Jy ! Component: 3650 - total flux cleaned = 0.0143631 Jy ! Component: 3700 - total flux cleaned = 0.0142264 Jy ! Component: 3750 - total flux cleaned = 0.0141874 Jy ! Component: 3800 - total flux cleaned = 0.0140526 Jy ! Component: 3850 - total flux cleaned = 0.0139568 Jy ! Component: 3900 - total flux cleaned = 0.0139185 Jy ! Component: 3950 - total flux cleaned = 0.0137106 Jy ! Component: 4000 - total flux cleaned = 0.0135792 Jy ! Component: 4050 - total flux cleaned = 0.0134672 Jy ! Total flux subtracted in 4096 components = 0.0132632 Jy ! Clean residual min=-0.001369 max=0.001146 Jy/beam ! Clean residual mean=-0.000003 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.457714 Jy keep ! Adding 329 model components to the UV plane model. ! The established model now contains 428 components and 0.457714 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1208+5413_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.459 x 4.771 at 38.95 degrees (North through East) ! Clean map min=-0.0030359 max=0.29032 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1208+5413_S_map.fits wmodel /image_prod/ug002_uva//J1208+5413_S_map.mod ! Writing 428 model components to file: /image_prod/ug002_uva//J1208+5413_S_map.mod wobs /image_prod/ug002_uva//J1208+5413_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1208+5413_S_uvs.fits wwins /image_prod/ug002_uva//J1208+5413_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1208+5413_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.290319 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00031611 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.326651 0.326651 0.653302 1.3066 2.61321 5.22642 10.4528 20.9057 41.8113 83.6227 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.29 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 918.411 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1208+5413_S_dfm.log closed on Thu Mar 5 00:26:15 2020