! Started logfile: /image_prod/ug002_uva//J2243-0609_S_dfm.log on Thu Mar 5 05:51:26 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//J2243-0609_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2243-0609_S_uva.fits ! AN table 1: 45 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.991358 visibilities/baseline/integration-bin. ! Found source: J2243-0609 ! ! 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 4818 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 J2243-0609_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.001903Jy sigma=8.123121 ! Fit after self-cal, rms=0.944320Jy sigma=7.645251 ! 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.574 mas, bmaj=7.157 mas, bpa=-1.793 degrees ! Estimated noise=1.69622 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.0446719 Jy ! Component: 100 - total flux cleaned = 0.0554597 Jy ! Total flux subtracted in 100 components = 0.0554597 Jy ! Clean residual min=-0.004541 max=0.006296 Jy/beam ! Clean residual mean=-0.000002 rms=0.001260 Jy/beam ! Combined flux in latest and established models = 0.0554597 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0554597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071123Jy sigma=0.503848 ! Fit after self-cal, rms=0.070235Jy sigma=0.495873 ! 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.103 mas, bmaj=8.135 mas, bpa=-2.556 degrees ! Estimated noise=1.30816 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 (3, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00775893 Jy ! Component: 100 - total flux cleaned = 0.0122011 Jy ! Component: 150 - total flux cleaned = 0.014684 Jy ! Component: 200 - total flux cleaned = 0.0152605 Jy ! Total flux subtracted in 200 components = 0.0152605 Jy ! Clean residual min=-0.003446 max=0.004478 Jy/beam ! Clean residual mean=-0.000021 rms=0.001039 Jy/beam ! Combined flux in latest and established models = 0.0707202 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 20 components and 0.0707202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069394Jy sigma=0.487352 ! Fit after self-cal, rms=0.069302Jy sigma=0.486573 ! 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.103 x 8.135 at -2.556 degrees (North through East) ! Clean map min=-0.0033711 max=0.058703 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.95 HN 1.00 KP 0.87 ! LA 1.14 MK 1.02 OV 0.84 PT 0.92 ! SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.93 HN 0.97 KP 0.96 ! LA 1.27 MK 0.93 OV 0.94 PT 0.94 ! SC 0.79 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.30 FD 1.02 HN 0.87 KP 0.92 ! LA 1.49 MK 1.07 OV 1.18 PT 0.95 ! SC 0.95 ! ! ! Fit before self-cal, rms=0.069302Jy sigma=0.486573 ! Fit after self-cal, rms=0.071266Jy sigma=0.477882 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.062 mas, bmaj=8.075 mas, bpa=-1.8 degrees ! Estimated noise=1.27934 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.0023384 Jy ! Component: 100 - total flux cleaned = 0.00212241 Jy ! Component: 150 - total flux cleaned = 0.00190408 Jy ! Component: 200 - total flux cleaned = 0.00190423 Jy ! Total flux subtracted in 200 components = 0.00190423 Jy ! Clean residual min=-0.003129 max=0.003029 Jy/beam ! Clean residual mean=-0.000009 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.0726244 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 29 components and 0.0726244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071152Jy sigma=0.476875 ! Fit after self-cal, rms=0.071268Jy sigma=0.475910 ! 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.071268Jy sigma=0.475910 ! Fit after self-cal, rms=0.078534Jy sigma=0.470500 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.019 mas, bmaj=8.011 mas, bpa=-1.612 degrees ! Estimated noise=1.31078 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00231496 Jy ! Component: 100 - total flux cleaned = 0.00338298 Jy ! Component: 150 - total flux cleaned = 0.00366703 Jy ! Component: 200 - total flux cleaned = 0.00375921 Jy ! Total flux subtracted in 200 components = 0.00375921 Jy ! Clean residual min=-0.002691 max=0.002370 Jy/beam ! Clean residual mean=-0.000005 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.0763836 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 47 components and 0.0763836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078449Jy sigma=0.469818 ! Fit after self-cal, rms=0.078662Jy sigma=0.469576 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.00025246 Jy ! Component: 100 - total flux cleaned = 0.000191261 Jy ! Component: 150 - total flux cleaned = 0.000138673 Jy ! Component: 200 - total flux cleaned = 0.000114861 Jy ! Total flux subtracted in 200 components = 0.000114861 Jy ! Clean residual min=-0.002606 max=0.002348 Jy/beam ! Clean residual mean=-0.000005 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.0764985 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 60 components and 0.0764985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078636Jy sigma=0.469417 ! Fit after self-cal, rms=0.078640Jy sigma=0.469389 ! 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.078640Jy sigma=0.469389 ! Fit after self-cal, rms=0.083932Jy sigma=0.464454 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.015 mas, bmaj=7.985 mas, bpa=-1.515 degrees ! Estimated noise=1.29728 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000101285 Jy ! Component: 100 - total flux cleaned = 4.65384e-05 Jy ! Component: 150 - total flux cleaned = 6.231e-07 Jy ! Component: 200 - total flux cleaned = -3.99529e-05 Jy ! Total flux subtracted in 200 components = -3.99529e-05 Jy ! Clean residual min=-0.002343 max=0.002011 Jy/beam ! Clean residual mean=-0.000003 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.0764585 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 77 components and 0.0764585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083910Jy sigma=0.464326 ! Fit after self-cal, rms=0.084116Jy sigma=0.464102 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.39886e-05 Jy ! Component: 100 - total flux cleaned = 9.99017e-06 Jy ! Component: 150 - total flux cleaned = -4.92373e-05 Jy ! Component: 200 - total flux cleaned = -8.48211e-05 Jy ! Total flux subtracted in 200 components = -8.48211e-05 Jy ! Clean residual min=-0.002302 max=0.001997 Jy/beam ! Clean residual mean=-0.000003 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.0763737 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 88 components and 0.0763737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084100Jy sigma=0.464025 ! Fit after self-cal, rms=0.084115Jy sigma=0.464001 ! 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.084115Jy sigma=0.464001 ! Fit after self-cal, rms=0.084516Jy sigma=0.463979 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.661 mas, bmaj=14.15 mas, bpa=5.539 degrees ! Estimated noise=1.6826 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000269864 Jy ! Component: 100 - total flux cleaned = 0.000167904 Jy ! Component: 150 - total flux cleaned = 0.000125388 Jy ! Component: 200 - total flux cleaned = 7.22015e-05 Jy ! Total flux subtracted in 200 components = 7.22015e-05 Jy ! Clean residual min=-0.002284 max=0.002338 Jy/beam ! Clean residual mean=-0.000006 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.0764459 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 106 components and 0.0764459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084519Jy sigma=0.463983 ! Fit after self-cal, rms=0.084533Jy sigma=0.463947 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.000103633 Jy ! Component: 100 - total flux cleaned = 5.44773e-05 Jy ! Component: 150 - total flux cleaned = 2.87644e-05 Jy ! Component: 200 - total flux cleaned = 6.48922e-06 Jy ! Total flux subtracted in 200 components = 6.48922e-06 Jy ! Clean residual min=-0.002266 max=0.002359 Jy/beam ! Clean residual mean=-0.000005 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.0764524 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 116 components and 0.0764524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084533Jy sigma=0.463968 ! Fit after self-cal, rms=0.084539Jy sigma=0.463956 ! 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.016 mas, bmaj=7.989 mas, bpa=-1.509 degrees ! Estimated noise=1.29414 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.016 x 7.989 at -1.509 degrees (North through East) ! Clean map min=-0.0021453 max=0.057183 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.515 mas, bmaj=7.132 mas, bpa=-1.038 degrees ! Estimated noise=1.64642 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0443352 Jy ! Component: 100 - total flux cleaned = 0.0567518 Jy ! Component: 150 - total flux cleaned = 0.0641053 Jy ! Component: 200 - total flux cleaned = 0.0688558 Jy ! Total flux subtracted in 200 components = 0.0688558 Jy ! Clean residual min=-0.003230 max=0.003246 Jy/beam ! Clean residual mean=0.000001 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.0688559 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0688559 Jy ! Inverting map and beam ! Estimated beam: bmin=3.016 mas, bmaj=7.989 mas, bpa=-1.509 degrees ! Estimated noise=1.29414 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.00393795 Jy ! Component: 100 - total flux cleaned = 0.00601311 Jy ! Component: 150 - total flux cleaned = 0.00651792 Jy ! Component: 200 - total flux cleaned = 0.00686854 Jy ! Total flux subtracted in 200 components = 0.00686854 Jy ! Clean residual min=-0.002462 max=0.002182 Jy/beam ! Clean residual mean=-0.000003 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.0757244 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 40 components and 0.0757244 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.661 mas, bmaj=14.15 mas, bpa=5.539 degrees ! Estimated noise=1.6826 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000961496 Jy ! Component: 100 - total flux cleaned = 0.000937677 Jy ! Component: 150 - total flux cleaned = 0.000918215 Jy ! Component: 200 - total flux cleaned = 0.000901319 Jy ! Total flux subtracted in 200 components = 0.000901319 Jy ! Clean residual min=-0.002268 max=0.002493 Jy/beam ! Clean residual mean=-0.000006 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.0766257 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.5806e-05 Jy ! Component: 100 - total flux cleaned = -3.00501e-05 Jy ! Component: 150 - total flux cleaned = -4.40453e-05 Jy ! Component: 200 - total flux cleaned = -7.0031e-05 Jy ! Total flux subtracted in 200 components = -7.0031e-05 Jy ! Clean residual min=-0.002246 max=0.002476 Jy/beam ! Clean residual mean=-0.000005 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.0765557 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 61 components and 0.0765557 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.016 mas, bmaj=7.989 mas, bpa=-1.509 degrees ! Estimated noise=1.29414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000154301 Jy ! Component: 100 - total flux cleaned = -0.000117377 Jy ! Component: 150 - total flux cleaned = -0.000118555 Jy ! Component: 200 - total flux cleaned = -9.16336e-05 Jy ! Total flux subtracted in 200 components = -9.16336e-05 Jy ! Clean residual min=-0.002310 max=0.002060 Jy/beam ! Clean residual mean=-0.000002 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.0764641 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 70 components and 0.0764641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084567Jy sigma=0.464190 ! Fit after self-cal, rms=0.084581Jy sigma=0.464063 wmodel J2243-0609_S_map.mod ! Writing 70 model components to file: J2243-0609_S_map.mod wobs J2243-0609_S_uvs.fits ! Writing UV FITS file: J2243-0609_S_uvs.fits wwins J2243-0609_S_map.win ! wwins: Wrote 2 windows to J2243-0609_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.000353047 Jy ! Component: 100 - total flux cleaned = -0.00061477 Jy ! Component: 150 - total flux cleaned = -0.00079338 Jy ! Component: 200 - total flux cleaned = -0.000861966 Jy ! Component: 250 - total flux cleaned = -0.000862627 Jy ! Component: 300 - total flux cleaned = -0.00086314 Jy ! Component: 350 - total flux cleaned = -0.000925073 Jy ! Component: 400 - total flux cleaned = -0.00095468 Jy ! Component: 450 - total flux cleaned = -0.000983816 Jy ! Component: 500 - total flux cleaned = -0.000955451 Jy ! Component: 550 - total flux cleaned = -0.000955849 Jy ! Component: 600 - total flux cleaned = -0.000956242 Jy ! Component: 650 - total flux cleaned = -0.000956179 Jy ! Component: 700 - total flux cleaned = -0.000982716 Jy ! Component: 750 - total flux cleaned = -0.000930675 Jy ! Component: 800 - total flux cleaned = -0.000930595 Jy ! Component: 850 - total flux cleaned = -0.000955437 Jy ! Component: 900 - total flux cleaned = -0.000931324 Jy ! Component: 950 - total flux cleaned = -0.000979707 Jy ! Component: 1000 - total flux cleaned = -0.00102709 Jy ! Component: 1050 - total flux cleaned = -0.00114436 Jy ! Component: 1100 - total flux cleaned = -0.00121353 Jy ! Component: 1150 - total flux cleaned = -0.00125928 Jy ! Component: 1200 - total flux cleaned = -0.00139419 Jy ! Component: 1250 - total flux cleaned = -0.00143851 Jy ! Component: 1300 - total flux cleaned = -0.00148256 Jy ! Component: 1350 - total flux cleaned = -0.00159075 Jy ! Component: 1400 - total flux cleaned = -0.00156931 Jy ! Component: 1450 - total flux cleaned = -0.00159084 Jy ! Component: 1500 - total flux cleaned = -0.0016328 Jy ! Component: 1550 - total flux cleaned = -0.00165337 Jy ! Component: 1600 - total flux cleaned = -0.0016532 Jy ! Component: 1650 - total flux cleaned = -0.00163321 Jy ! Component: 1700 - total flux cleaned = -0.00169285 Jy ! Component: 1750 - total flux cleaned = -0.00165324 Jy ! Component: 1800 - total flux cleaned = -0.00167287 Jy ! Component: 1850 - total flux cleaned = -0.0017309 Jy ! Component: 1900 - total flux cleaned = -0.00167343 Jy ! Component: 1950 - total flux cleaned = -0.00171147 Jy ! Component: 2000 - total flux cleaned = -0.00171128 Jy ! Component: 2050 - total flux cleaned = -0.00165536 Jy ! Component: 2100 - total flux cleaned = -0.00165543 Jy ! Component: 2150 - total flux cleaned = -0.00161904 Jy ! Component: 2200 - total flux cleaned = -0.00161932 Jy ! Component: 2250 - total flux cleaned = -0.00165522 Jy ! Component: 2300 - total flux cleaned = -0.00158396 Jy ! Component: 2350 - total flux cleaned = -0.00161945 Jy ! Component: 2400 - total flux cleaned = -0.00158419 Jy ! Component: 2450 - total flux cleaned = -0.00153189 Jy ! Component: 2500 - total flux cleaned = -0.00154932 Jy ! Component: 2550 - total flux cleaned = -0.0015323 Jy ! Component: 2600 - total flux cleaned = -0.0014983 Jy ! Component: 2650 - total flux cleaned = -0.00148149 Jy ! Component: 2700 - total flux cleaned = -0.00146463 Jy ! Component: 2750 - total flux cleaned = -0.00141497 Jy ! Component: 2800 - total flux cleaned = -0.00136573 Jy ! Component: 2850 - total flux cleaned = -0.00128423 Jy ! Component: 2900 - total flux cleaned = -0.00131685 Jy ! Component: 2950 - total flux cleaned = -0.00128478 Jy ! Component: 3000 - total flux cleaned = -0.00123703 Jy ! Component: 3050 - total flux cleaned = -0.0012212 Jy ! Component: 3100 - total flux cleaned = -0.00120544 Jy ! Component: 3150 - total flux cleaned = -0.00118963 Jy ! Component: 3200 - total flux cleaned = -0.00115848 Jy ! Component: 3250 - total flux cleaned = -0.00115846 Jy ! Component: 3300 - total flux cleaned = -0.00109724 Jy ! Component: 3350 - total flux cleaned = -0.00103645 Jy ! Component: 3400 - total flux cleaned = -0.00102153 Jy ! Component: 3450 - total flux cleaned = -0.000976354 Jy ! Component: 3500 - total flux cleaned = -0.000961432 Jy ! Component: 3550 - total flux cleaned = -0.000946603 Jy ! Component: 3600 - total flux cleaned = -0.000902447 Jy ! Component: 3650 - total flux cleaned = -0.000946202 Jy ! Component: 3700 - total flux cleaned = -0.000888017 Jy ! Component: 3750 - total flux cleaned = -0.000830344 Jy ! Component: 3800 - total flux cleaned = -0.000830439 Jy ! Component: 3850 - total flux cleaned = -0.000801964 Jy ! Component: 3900 - total flux cleaned = -0.000759326 Jy ! Component: 3950 - total flux cleaned = -0.000703006 Jy ! Component: 4000 - total flux cleaned = -0.000730928 Jy ! Component: 4050 - total flux cleaned = -0.000717115 Jy ! Total flux subtracted in 4096 components = -0.000716915 Jy ! Clean residual min=-0.000908 max=0.000756 Jy/beam ! Clean residual mean=-0.000000 rms=0.000250 Jy/beam ! Combined flux in latest and established models = 0.0757472 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 338 components and 0.0757471 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2243-0609_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.016 x 7.989 at -1.509 degrees (North through East) ! Clean map min=-0.0020482 max=0.056262 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2243-0609_S_map.fits wmodel /image_prod/ug002_uva//J2243-0609_S_map.mod ! Writing 338 model components to file: /image_prod/ug002_uva//J2243-0609_S_map.mod wobs /image_prod/ug002_uva//J2243-0609_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2243-0609_S_uvs.fits wwins /image_prod/ug002_uva//J2243-0609_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J2243-0609_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0562617 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000247479 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.31961 1.31961 2.63922 5.27845 10.5569 21.1138 42.2276 84.4552 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.056 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 227.339 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2243-0609_S_dfm.log closed on Thu Mar 5 05:51:30 2020