! Started logfile: /image_prod/ug002_uva//J0115+1324_S_dfm.log on Wed Mar 4 18:55:38 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//J0115+1324_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0115+1324_S_uva.fits ! AN table 1: 180 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.501481 visibilities/baseline/integration-bin. ! Found source: J0115+1324 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 4062 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 J0115+1324_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 393 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 393 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 393 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005478Jy sigma=10.208342 ! Fit after self-cal, rms=0.960602Jy sigma=9.778330 ! 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=10.65 mas, bmaj=28.07 mas, bpa=35.91 degrees ! Estimated noise=1.49873 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.0316806 Jy ! Component: 100 - total flux cleaned = 0.0330189 Jy ! Total flux subtracted in 100 components = 0.0330189 Jy ! Clean residual min=-0.006858 max=0.005117 Jy/beam ! Clean residual mean=0.000006 rms=0.001999 Jy/beam ! Combined flux in latest and established models = 0.0330189 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0330189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068530Jy sigma=0.475603 ! Fit after self-cal, rms=0.067323Jy sigma=0.462151 ! 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=12.6 mas, bmaj=27.83 mas, bpa=33.97 degrees ! Estimated noise=1.15237 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.000678931 Jy ! Component: 100 - total flux cleaned = 0.000113703 Jy ! Component: 150 - total flux cleaned = 0.00011916 Jy ! Component: 200 - total flux cleaned = 0.000127044 Jy ! Total flux subtracted in 200 components = 0.000127044 Jy ! Clean residual min=-0.003974 max=0.002945 Jy/beam ! Clean residual mean=0.000007 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.033146 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 19 components and 0.033146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065730Jy sigma=0.455616 ! Fit after self-cal, rms=0.064982Jy sigma=0.454766 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.6 x 27.83 at 33.97 degrees (North through East) ! Clean map min=-0.0049404 max=0.041749 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 39 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.75 FD 1.00 KP 1.05 LA 1.07 ! OV 1.04 PT 0.99 ! ! ! Correcting IF 2. ! A total of 39 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.47 FD 0.98 KP 1.04 LA 1.00 ! OV 1.07 PT 1.11 ! ! ! Correcting IF 3. ! A total of 39 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.75 FD 0.93 KP 0.99 LA 1.02 ! OV 1.04 PT 1.03 ! ! ! Fit before self-cal, rms=0.064982Jy sigma=0.454766 ! Fit after self-cal, rms=0.049172Jy sigma=0.447972 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=10.95 mas, bmaj=27.78 mas, bpa=36.85 degrees ! Estimated noise=1.13947 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.000233028 Jy ! Component: 100 - total flux cleaned = 0.000151845 Jy ! Component: 150 - total flux cleaned = 0.000152716 Jy ! Component: 200 - total flux cleaned = 0.000154351 Jy ! Total flux subtracted in 200 components = 0.000154351 Jy ! Clean residual min=-0.001746 max=0.001857 Jy/beam ! Clean residual mean=0.000010 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.0333003 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 44 components and 0.0333003 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049106Jy sigma=0.447403 ! Fit after self-cal, rms=0.048712Jy sigma=0.442115 ! 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.048712Jy sigma=0.442115 ! Fit after self-cal, rms=0.051866Jy sigma=0.436992 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.49 mas, bmaj=27.89 mas, bpa=38.01 degrees ! Estimated noise=1.16428 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000345815 Jy ! Component: 100 - total flux cleaned = 0.000470551 Jy ! Component: 150 - total flux cleaned = 0.000537014 Jy ! Component: 200 - total flux cleaned = 0.000576857 Jy ! Total flux subtracted in 200 components = 0.000576857 Jy ! Clean residual min=-0.001493 max=0.001586 Jy/beam ! Clean residual mean=-0.000005 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.0338772 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 81 components and 0.0338772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.051839Jy sigma=0.436823 ! Fit after self-cal, rms=0.052610Jy sigma=0.434108 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.00106325 Jy ! Component: 100 - total flux cleaned = -0.00107683 Jy ! Component: 150 - total flux cleaned = -0.000947122 Jy ! Component: 200 - total flux cleaned = -0.000854014 Jy ! Total flux subtracted in 200 components = -0.000854014 Jy ! Clean residual min=-0.002005 max=0.001658 Jy/beam ! Clean residual mean=0.000003 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.0330231 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 103 components and 0.0330231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052549Jy sigma=0.433681 ! Fit after self-cal, rms=0.052554Jy sigma=0.433570 ! 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.052554Jy sigma=0.433570 ! Fit after self-cal, rms=0.065282Jy sigma=0.432190 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.37 mas, bmaj=27.96 mas, bpa=38.43 degrees ! Estimated noise=1.17455 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000491999 Jy ! Component: 100 - total flux cleaned = 0.000610044 Jy ! Component: 150 - total flux cleaned = 0.000678681 Jy ! Component: 200 - total flux cleaned = 0.000694422 Jy ! Total flux subtracted in 200 components = 0.000694422 Jy ! Clean residual min=-0.001345 max=0.001215 Jy/beam ! Clean residual mean=-0.000008 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.0337175 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 136 components and 0.0337176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065265Jy sigma=0.432103 ! Fit after self-cal, rms=0.066032Jy sigma=0.431393 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.000590294 Jy ! Component: 100 - total flux cleaned = -0.000632115 Jy ! Component: 150 - total flux cleaned = -0.000593936 Jy ! Component: 200 - total flux cleaned = -0.000577796 Jy ! Total flux subtracted in 200 components = -0.000577796 Jy ! Clean residual min=-0.001527 max=0.001347 Jy/beam ! Clean residual mean=-0.000001 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.0331398 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 162 components and 0.0331398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066003Jy sigma=0.431301 ! Fit after self-cal, rms=0.066019Jy sigma=0.431274 ! 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.066019Jy sigma=0.431274 ! Fit after self-cal, rms=0.087447Jy sigma=0.430844 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.28 mas, bmaj=27.73 mas, bpa=37.02 degrees ! Estimated noise=1.19981 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000437766 Jy ! Component: 100 - total flux cleaned = 0.00055207 Jy ! Component: 150 - total flux cleaned = 0.000589587 Jy ! Component: 200 - total flux cleaned = 0.000589707 Jy ! Total flux subtracted in 200 components = 0.000589707 Jy ! Clean residual min=-0.001239 max=0.001025 Jy/beam ! Clean residual mean=-0.000006 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.0337295 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 179 components and 0.0337295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087435Jy sigma=0.430798 ! Fit after self-cal, rms=0.087930Jy sigma=0.430574 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.00012198 Jy ! Component: 100 - total flux cleaned = -4.09448e-05 Jy ! Component: 150 - total flux cleaned = -5.13856e-06 Jy ! Component: 200 - total flux cleaned = 1.56977e-05 Jy ! Total flux subtracted in 200 components = 1.56977e-05 Jy ! Clean residual min=-0.001307 max=0.001143 Jy/beam ! Clean residual mean=-0.000004 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0337452 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 202 components and 0.0337452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087915Jy sigma=0.430553 ! Fit after self-cal, rms=0.087922Jy sigma=0.430544 ! 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=10.33 mas, bmaj=28 mas, bpa=38.59 degrees ! Estimated noise=1.18344 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.33 x 28 at 38.59 degrees (North through East) ! Clean map min=-0.0031907 max=0.039943 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=9.044 mas, bmaj=28.38 mas, bpa=39.5 degrees ! Estimated noise=1.43493 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0316939 Jy ! Component: 100 - total flux cleaned = 0.0329982 Jy ! Component: 150 - total flux cleaned = 0.0332244 Jy ! Component: 200 - total flux cleaned = 0.0332082 Jy ! Total flux subtracted in 200 components = 0.0332082 Jy ! Clean residual min=-0.003687 max=0.003046 Jy/beam ! Clean residual mean=-0.000002 rms=0.001118 Jy/beam ! Combined flux in latest and established models = 0.0332082 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.0332082 Jy ! Inverting map and beam ! Estimated beam: bmin=10.33 mas, bmaj=28 mas, bpa=38.59 degrees ! Estimated noise=1.18344 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.000518652 Jy ! Component: 100 - total flux cleaned = 0.000375255 Jy ! Component: 150 - total flux cleaned = 0.000313579 Jy ! Component: 200 - total flux cleaned = 0.00036453 Jy ! Total flux subtracted in 200 components = 0.00036453 Jy ! Clean residual min=-0.002195 max=0.001574 Jy/beam ! Clean residual mean=-0.000004 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.0335728 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 50 components and 0.0335727 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=12.28 mas, bmaj=27.73 mas, bpa=37.02 degrees ! Estimated noise=1.19981 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.44966e-05 Jy ! Component: 100 - total flux cleaned = 0.000137995 Jy ! Component: 150 - total flux cleaned = 0.000110001 Jy ! Component: 200 - total flux cleaned = 0.000109857 Jy ! Total flux subtracted in 200 components = 0.000109857 Jy ! Clean residual min=-0.001730 max=0.001247 Jy/beam ! Clean residual mean=-0.000005 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.0336826 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 = -2.45509e-05 Jy ! Component: 100 - total flux cleaned = -2.24949e-06 Jy ! Component: 150 - total flux cleaned = 1.74116e-05 Jy ! Component: 200 - total flux cleaned = 5.5397e-05 Jy ! Total flux subtracted in 200 components = 5.5397e-05 Jy ! Clean residual min=-0.001663 max=0.001191 Jy/beam ! Clean residual mean=-0.000005 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.033738 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 83 components and 0.033738 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=10.33 mas, bmaj=28 mas, bpa=38.59 degrees ! Estimated noise=1.18344 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.98831e-05 Jy ! Component: 100 - total flux cleaned = -5.50559e-05 Jy ! Component: 150 - total flux cleaned = -7.79336e-05 Jy ! Component: 200 - total flux cleaned = -7.79711e-05 Jy ! Total flux subtracted in 200 components = -7.79711e-05 Jy ! Clean residual min=-0.001729 max=0.001287 Jy/beam ! Clean residual mean=-0.000004 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.03366 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 108 components and 0.03366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087927Jy sigma=0.430942 ! Fit after self-cal, rms=0.087926Jy sigma=0.430896 wmodel J0115+1324_S_map.mod ! Writing 108 model components to file: J0115+1324_S_map.mod wobs J0115+1324_S_uvs.fits ! Writing UV FITS file: J0115+1324_S_uvs.fits wwins J0115+1324_S_map.win ! wwins: Wrote 1 windows to J0115+1324_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.000705114 Jy ! Component: 100 - total flux cleaned = -0.000822092 Jy ! Component: 150 - total flux cleaned = -0.000861797 Jy ! Component: 200 - total flux cleaned = -0.000917614 Jy ! Component: 250 - total flux cleaned = -0.00100354 Jy ! Component: 300 - total flux cleaned = -0.00108287 Jy ! Component: 350 - total flux cleaned = -0.00120152 Jy ! Component: 400 - total flux cleaned = -0.00132795 Jy ! Component: 450 - total flux cleaned = -0.00146185 Jy ! Component: 500 - total flux cleaned = -0.00158944 Jy ! Component: 550 - total flux cleaned = -0.00174843 Jy ! Component: 600 - total flux cleaned = -0.00190153 Jy ! Component: 650 - total flux cleaned = -0.00206023 Jy ! Component: 700 - total flux cleaned = -0.00222404 Jy ! Component: 750 - total flux cleaned = -0.00233989 Jy ! Component: 800 - total flux cleaned = -0.00248259 Jy ! Component: 850 - total flux cleaned = -0.00260058 Jy ! Component: 900 - total flux cleaned = -0.0027243 Jy ! Component: 950 - total flux cleaned = -0.00279809 Jy ! Component: 1000 - total flux cleaned = -0.00283409 Jy ! Component: 1050 - total flux cleaned = -0.00287815 Jy ! Component: 1100 - total flux cleaned = -0.00292112 Jy ! Component: 1150 - total flux cleaned = -0.00295474 Jy ! Component: 1200 - total flux cleaned = -0.00300411 Jy ! Component: 1250 - total flux cleaned = -0.00302828 Jy ! Component: 1300 - total flux cleaned = -0.0030521 Jy ! Component: 1350 - total flux cleaned = -0.00307547 Jy ! Component: 1400 - total flux cleaned = -0.00308302 Jy ! Component: 1450 - total flux cleaned = -0.00308294 Jy ! Component: 1500 - total flux cleaned = -0.00307553 Jy ! Component: 1550 - total flux cleaned = -0.00306102 Jy ! Component: 1600 - total flux cleaned = -0.00306098 Jy ! Component: 1650 - total flux cleaned = -0.00305377 Jy ! Component: 1700 - total flux cleaned = -0.00303259 Jy ! Component: 1750 - total flux cleaned = -0.00303261 Jy ! Component: 1800 - total flux cleaned = -0.00301869 Jy ! Component: 1850 - total flux cleaned = -0.00297703 Jy ! Component: 1900 - total flux cleaned = -0.00293553 Jy ! Component: 1950 - total flux cleaned = -0.00290108 Jy ! Component: 2000 - total flux cleaned = -0.00287355 Jy ! Component: 2050 - total flux cleaned = -0.00286663 Jy ! Component: 2100 - total flux cleaned = -0.00283914 Jy ! Component: 2150 - total flux cleaned = -0.00281855 Jy ! Component: 2200 - total flux cleaned = -0.00280481 Jy ! Component: 2250 - total flux cleaned = -0.0027772 Jy ! Component: 2300 - total flux cleaned = -0.00276343 Jy ! Component: 2350 - total flux cleaned = -0.00272885 Jy ! Component: 2400 - total flux cleaned = -0.00272189 Jy ! Component: 2450 - total flux cleaned = -0.00269406 Jy ! Component: 2500 - total flux cleaned = -0.00266615 Jy ! Component: 2550 - total flux cleaned = -0.00264512 Jy ! Component: 2600 - total flux cleaned = -0.00261687 Jy ! Component: 2650 - total flux cleaned = -0.0025815 Jy ! Component: 2700 - total flux cleaned = -0.00254586 Jy ! Component: 2750 - total flux cleaned = -0.00250285 Jy ! Component: 2800 - total flux cleaned = -0.00248124 Jy ! Component: 2850 - total flux cleaned = -0.00245221 Jy ! Component: 2900 - total flux cleaned = -0.00240828 Jy ! Component: 2950 - total flux cleaned = -0.00239358 Jy ! Component: 3000 - total flux cleaned = -0.00234903 Jy ! Component: 3050 - total flux cleaned = -0.00233409 Jy ! Component: 3100 - total flux cleaned = -0.00230391 Jy ! Component: 3150 - total flux cleaned = -0.00226586 Jy ! Component: 3200 - total flux cleaned = -0.00225049 Jy ! Component: 3250 - total flux cleaned = -0.00221178 Jy ! Component: 3300 - total flux cleaned = -0.00218831 Jy ! Component: 3350 - total flux cleaned = -0.00216466 Jy ! Component: 3400 - total flux cleaned = -0.00214088 Jy ! Component: 3450 - total flux cleaned = -0.00210884 Jy ! Component: 3500 - total flux cleaned = -0.00209266 Jy ! Component: 3550 - total flux cleaned = -0.00206828 Jy ! Component: 3600 - total flux cleaned = -0.00203538 Jy ! Component: 3650 - total flux cleaned = -0.00201883 Jy ! Component: 3700 - total flux cleaned = -0.00199373 Jy ! Component: 3750 - total flux cleaned = -0.00197682 Jy ! Component: 3800 - total flux cleaned = -0.0019512 Jy ! Component: 3850 - total flux cleaned = -0.00190801 Jy ! Component: 3900 - total flux cleaned = -0.0018993 Jy ! Component: 3950 - total flux cleaned = -0.00187304 Jy ! Component: 4000 - total flux cleaned = -0.00183745 Jy ! Component: 4050 - total flux cleaned = -0.00182849 Jy ! Total flux subtracted in 4096 components = -0.00180127 Jy ! Clean residual min=-0.000522 max=0.000583 Jy/beam ! Clean residual mean=-0.000006 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.0318588 Jy keep ! Adding 348 model components to the UV plane model. ! The established model now contains 456 components and 0.0318588 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0115+1324_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.33 x 28 at 38.59 degrees (North through East) ! Clean map min=-0.0028358 max=0.039134 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0115+1324_S_map.fits wmodel /image_prod/ug002_uva//J0115+1324_S_map.mod ! Writing 456 model components to file: /image_prod/ug002_uva//J0115+1324_S_map.mod wobs /image_prod/ug002_uva//J0115+1324_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0115+1324_S_uvs.fits wwins /image_prod/ug002_uva//J0115+1324_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0115+1324_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0391338 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000209483 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.6059 1.6059 3.21179 6.42359 12.8472 25.6943 51.3887 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.039 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 186.811 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0115+1324_S_dfm.log closed on Wed Mar 4 18:55:42 2020