! Started logfile: /image_prod/ug002_uva//J0035+6130_S_dfm.log on Wed Mar 4 18:31:56 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//J0035+6130_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0035+6130_S_uva.fits ! AN table 1: 60 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.845556 visibilities/baseline/integration-bin. ! Found source: J0035+6130 ! ! 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 6849 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 J0035+6130_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 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010339Jy sigma=7.833599 ! Fit after self-cal, rms=0.812812Jy sigma=6.437535 ! 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.252 mas, bmaj=4.173 mas, bpa=12.22 degrees ! Estimated noise=1.55013 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.136679 Jy ! Component: 100 - total flux cleaned = 0.176346 Jy ! Total flux subtracted in 100 components = 0.176346 Jy ! Clean residual min=-0.007481 max=0.016466 Jy/beam ! Clean residual mean=-0.000025 rms=0.002105 Jy/beam ! Combined flux in latest and established models = 0.176346 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.176346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.121249Jy sigma=0.563256 ! Fit after self-cal, rms=0.121224Jy sigma=0.562872 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0181141 Jy ! Component: 100 - total flux cleaned = 0.0277385 Jy ! Total flux subtracted in 100 components = 0.0277385 Jy ! Clean residual min=-0.006404 max=0.007212 Jy/beam ! Clean residual mean=-0.000002 rms=0.001566 Jy/beam ! Combined flux in latest and established models = 0.204084 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 16 components and 0.204084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.117181Jy sigma=0.524836 ! Fit after self-cal, rms=0.117179Jy sigma=0.524654 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.045 mas, bmaj=5.264 mas, bpa=12.81 degrees ! Estimated noise=1.13749 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.00601144 Jy ! Component: 100 - total flux cleaned = 0.00855238 Jy ! Component: 150 - total flux cleaned = 0.00973333 Jy ! Component: 200 - total flux cleaned = 0.00985762 Jy ! Total flux subtracted in 200 components = 0.00985762 Jy ! Clean residual min=-0.006841 max=0.006526 Jy/beam ! Clean residual mean=0.000010 rms=0.001606 Jy/beam ! Combined flux in latest and established models = 0.213942 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 32 components and 0.213942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.116391Jy sigma=0.523834 ! Fit after self-cal, rms=0.116392Jy sigma=0.523774 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.045 x 5.264 at 12.81 degrees (North through East) ! Clean map min=-0.0066163 max=0.18353 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.98 HN 1.15 KP 1.03 ! LA 1.03 MK 1.06 NL 1.10 OV 0.89 ! PT 1.06 SC 1.09 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.99 HN 1.12 KP 1.03 ! LA 1.03 MK 1.03 NL 0.69 OV 0.93 ! PT 1.03 SC 0.60 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.98 HN 1.11 KP 1.04 ! LA 1.03 MK 1.01 NL 1.02 OV 0.88 ! PT 1.04 SC 1.03 ! ! ! Fit before self-cal, rms=0.116392Jy sigma=0.523774 ! Fit after self-cal, rms=0.079342Jy sigma=0.491035 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.036 mas, bmaj=5.232 mas, bpa=13.5 degrees ! Estimated noise=1.14275 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 (-11.5, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00581737 Jy ! Component: 100 - total flux cleaned = 0.00692046 Jy ! Component: 150 - total flux cleaned = 0.00731845 Jy ! Component: 200 - total flux cleaned = 0.00740034 Jy ! Total flux subtracted in 200 components = 0.00740034 Jy ! Clean residual min=-0.004459 max=0.005556 Jy/beam ! Clean residual mean=0.000009 rms=0.001171 Jy/beam ! Combined flux in latest and established models = 0.221342 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 51 components and 0.221342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078738Jy sigma=0.486047 ! Fit after self-cal, rms=0.078606Jy sigma=0.485138 ! 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.078606Jy sigma=0.485138 ! Fit after self-cal, rms=0.081559Jy sigma=0.454739 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.99 mas, bmaj=5.251 mas, bpa=12.97 degrees ! Estimated noise=1.13479 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00293878 Jy ! Component: 100 - total flux cleaned = 0.00369996 Jy ! Component: 150 - total flux cleaned = 0.00374851 Jy ! Component: 200 - total flux cleaned = 0.00374873 Jy ! Total flux subtracted in 200 components = 0.00374873 Jy ! Clean residual min=-0.002448 max=0.002192 Jy/beam ! Clean residual mean=0.000023 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.225091 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 67 components and 0.225091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081418Jy sigma=0.453637 ! Fit after self-cal, rms=0.081561Jy sigma=0.453361 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.000639594 Jy ! Component: 100 - total flux cleaned = 0.0006381 Jy ! Component: 150 - total flux cleaned = 0.000571278 Jy ! Component: 200 - total flux cleaned = 0.000510629 Jy ! Total flux subtracted in 200 components = 0.000510629 Jy ! Clean residual min=-0.002335 max=0.002092 Jy/beam ! Clean residual mean=0.000024 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.225601 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 76 components and 0.225601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081519Jy sigma=0.453113 ! Fit after self-cal, rms=0.081517Jy sigma=0.453093 ! 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.081517Jy sigma=0.453093 ! Fit after self-cal, rms=0.081455Jy sigma=0.452771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.981 mas, bmaj=5.243 mas, bpa=12.91 degrees ! Estimated noise=1.13494 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156454 Jy ! Component: 100 - total flux cleaned = 0.00209833 Jy ! Component: 150 - total flux cleaned = 0.00222369 Jy ! Component: 200 - total flux cleaned = 0.00222546 Jy ! Total flux subtracted in 200 components = 0.00222546 Jy ! Clean residual min=-0.002250 max=0.001945 Jy/beam ! Clean residual mean=0.000022 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.227827 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 83 components and 0.227827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081415Jy sigma=0.452417 ! Fit after self-cal, rms=0.081413Jy sigma=0.452383 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.00035628 Jy ! Component: 100 - total flux cleaned = 0.000385297 Jy ! Component: 150 - total flux cleaned = 0.000335793 Jy ! Component: 200 - total flux cleaned = 0.000336177 Jy ! Total flux subtracted in 200 components = 0.000336177 Jy ! Clean residual min=-0.002194 max=0.001872 Jy/beam ! Clean residual mean=0.000022 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.228163 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.228163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081391Jy sigma=0.452253 ! Fit after self-cal, rms=0.081392Jy sigma=0.452245 ! 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.081392Jy sigma=0.452245 ! Fit after self-cal, rms=0.081118Jy sigma=0.452131 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.612 mas, bmaj=10.12 mas, bpa=32.13 degrees ! Estimated noise=1.3352 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110246 Jy ! Component: 100 - total flux cleaned = 0.00130569 Jy ! Component: 150 - total flux cleaned = 0.00140849 Jy ! Component: 200 - total flux cleaned = 0.00144441 Jy ! Total flux subtracted in 200 components = 0.00144441 Jy ! Clean residual min=-0.002559 max=0.002139 Jy/beam ! Clean residual mean=0.000044 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.229607 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 103 components and 0.229607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081113Jy sigma=0.452012 ! Fit after self-cal, rms=0.081110Jy sigma=0.451984 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.000107824 Jy ! Component: 100 - total flux cleaned = 0.000178831 Jy ! Component: 150 - total flux cleaned = 0.000213703 Jy ! Component: 200 - total flux cleaned = 0.000234529 Jy ! Total flux subtracted in 200 components = 0.000234529 Jy ! Clean residual min=-0.002534 max=0.002098 Jy/beam ! Clean residual mean=0.000044 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.229842 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 105 components and 0.229842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081108Jy sigma=0.451966 ! Fit after self-cal, rms=0.081111Jy sigma=0.451957 ! 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.972 mas, bmaj=5.238 mas, bpa=13 degrees ! Estimated noise=1.13536 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.972 x 5.238 at 13 degrees (North through East) ! Clean map min=-0.0020416 max=0.18197 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.227 mas, bmaj=4.169 mas, bpa=12.26 degrees ! Estimated noise=1.55085 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.136733 Jy ! Component: 100 - total flux cleaned = 0.177353 Jy ! Component: 150 - total flux cleaned = 0.196015 Jy ! Component: 200 - total flux cleaned = 0.207011 Jy ! Total flux subtracted in 200 components = 0.207011 Jy ! Clean residual min=-0.003969 max=0.006067 Jy/beam ! Clean residual mean=-0.000005 rms=0.000954 Jy/beam ! Combined flux in latest and established models = 0.207011 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.207011 Jy ! Inverting map and beam ! Estimated beam: bmin=3.972 mas, bmaj=5.238 mas, bpa=13 degrees ! Estimated noise=1.13536 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.00919833 Jy ! Component: 100 - total flux cleaned = 0.0147004 Jy ! Component: 150 - total flux cleaned = 0.0181674 Jy ! Component: 200 - total flux cleaned = 0.0204254 Jy ! Total flux subtracted in 200 components = 0.0204254 Jy ! Clean residual min=-0.002397 max=0.001945 Jy/beam ! Clean residual mean=0.000019 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.227436 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 41 components and 0.227436 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.612 mas, bmaj=10.12 mas, bpa=32.13 degrees ! Estimated noise=1.3352 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00183268 Jy ! Component: 100 - total flux cleaned = 0.00236009 Jy ! Component: 150 - total flux cleaned = 0.00246985 Jy ! Component: 200 - total flux cleaned = 0.00255537 Jy ! Total flux subtracted in 200 components = 0.00255537 Jy ! Clean residual min=-0.002590 max=0.002110 Jy/beam ! Clean residual mean=0.000044 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.229992 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 = 7.23996e-05 Jy ! Component: 100 - total flux cleaned = 7.24396e-05 Jy ! Component: 150 - total flux cleaned = 0.000101572 Jy ! Component: 200 - total flux cleaned = 0.000115188 Jy ! Total flux subtracted in 200 components = 0.000115188 Jy ! Clean residual min=-0.002554 max=0.002117 Jy/beam ! Clean residual mean=0.000045 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.230107 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 73 components and 0.230107 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.972 mas, bmaj=5.238 mas, bpa=13 degrees ! Estimated noise=1.13536 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000137497 Jy ! Component: 100 - total flux cleaned = 0.000137138 Jy ! Component: 150 - total flux cleaned = 0.000167993 Jy ! Component: 200 - total flux cleaned = 0.000195438 Jy ! Total flux subtracted in 200 components = 0.000195438 Jy ! Clean residual min=-0.002114 max=0.001782 Jy/beam ! Clean residual mean=0.000022 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.230302 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 86 components and 0.230302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081121Jy sigma=0.452037 ! Fit after self-cal, rms=0.081111Jy sigma=0.452011 wmodel J0035+6130_S_map.mod ! Writing 86 model components to file: J0035+6130_S_map.mod wobs J0035+6130_S_uvs.fits ! Writing UV FITS file: J0035+6130_S_uvs.fits wwins J0035+6130_S_map.win ! wwins: Wrote 2 windows to J0035+6130_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.000638149 Jy ! Component: 100 - total flux cleaned = -0.000606412 Jy ! Component: 150 - total flux cleaned = -0.000448762 Jy ! Component: 200 - total flux cleaned = -0.000233798 Jy ! Component: 250 - total flux cleaned = -2.38119e-05 Jy ! Component: 300 - total flux cleaned = 0.00017974 Jy ! Component: 350 - total flux cleaned = 0.000350306 Jy ! Component: 400 - total flux cleaned = 0.000461602 Jy ! Component: 450 - total flux cleaned = 0.000542715 Jy ! Component: 500 - total flux cleaned = 0.000622281 Jy ! Component: 550 - total flux cleaned = 0.000700677 Jy ! Component: 600 - total flux cleaned = 0.000803809 Jy ! Component: 650 - total flux cleaned = 0.000905211 Jy ! Component: 700 - total flux cleaned = 0.000954658 Jy ! Component: 750 - total flux cleaned = 0.0010278 Jy ! Component: 800 - total flux cleaned = 0.00107609 Jy ! Component: 850 - total flux cleaned = 0.00107649 Jy ! Component: 900 - total flux cleaned = 0.00112308 Jy ! Component: 950 - total flux cleaned = 0.00105445 Jy ! Component: 1000 - total flux cleaned = 0.00107787 Jy ! Component: 1050 - total flux cleaned = 0.00114539 Jy ! Component: 1100 - total flux cleaned = 0.00116751 Jy ! Component: 1150 - total flux cleaned = 0.00116777 Jy ! Component: 1200 - total flux cleaned = 0.00123226 Jy ! Component: 1250 - total flux cleaned = 0.00127462 Jy ! Component: 1300 - total flux cleaned = 0.00127467 Jy ! Component: 1350 - total flux cleaned = 0.00129561 Jy ! Component: 1400 - total flux cleaned = 0.00131613 Jy ! Component: 1450 - total flux cleaned = 0.00129639 Jy ! Component: 1500 - total flux cleaned = 0.00135593 Jy ! Component: 1550 - total flux cleaned = 0.00129706 Jy ! Component: 1600 - total flux cleaned = 0.00135517 Jy ! Component: 1650 - total flux cleaned = 0.00120142 Jy ! Component: 1700 - total flux cleaned = 0.001297 Jy ! Component: 1750 - total flux cleaned = 0.00125934 Jy ! Component: 1800 - total flux cleaned = 0.00122221 Jy ! Component: 1850 - total flux cleaned = 0.00129628 Jy ! Component: 1900 - total flux cleaned = 0.00122324 Jy ! Component: 1950 - total flux cleaned = 0.00138622 Jy ! Component: 2000 - total flux cleaned = 0.0013323 Jy ! Component: 2050 - total flux cleaned = 0.00145652 Jy ! Component: 2100 - total flux cleaned = 0.00138591 Jy ! Component: 2150 - total flux cleaned = 0.00138632 Jy ! Component: 2200 - total flux cleaned = 0.00143802 Jy ! Component: 2250 - total flux cleaned = 0.00147239 Jy ! Component: 2300 - total flux cleaned = 0.00150652 Jy ! Component: 2350 - total flux cleaned = 0.00157336 Jy ! Component: 2400 - total flux cleaned = 0.00158993 Jy ! Component: 2450 - total flux cleaned = 0.00162305 Jy ! Component: 2500 - total flux cleaned = 0.00167207 Jy ! Component: 2550 - total flux cleaned = 0.00168826 Jy ! Component: 2600 - total flux cleaned = 0.00173661 Jy ! Component: 2650 - total flux cleaned = 0.00178452 Jy ! Component: 2700 - total flux cleaned = 0.00184783 Jy ! Component: 2750 - total flux cleaned = 0.00191066 Jy ! Component: 2800 - total flux cleaned = 0.00189492 Jy ! Component: 2850 - total flux cleaned = 0.00195678 Jy ! Component: 2900 - total flux cleaned = 0.00198734 Jy ! Component: 2950 - total flux cleaned = 0.00206334 Jy ! Component: 3000 - total flux cleaned = 0.00210868 Jy ! Component: 3050 - total flux cleaned = 0.00210874 Jy ! Component: 3100 - total flux cleaned = 0.00219779 Jy ! Component: 3150 - total flux cleaned = 0.00224188 Jy ! Component: 3200 - total flux cleaned = 0.00231512 Jy ! Component: 3250 - total flux cleaned = 0.00241685 Jy ! Component: 3300 - total flux cleaned = 0.00247443 Jy ! Component: 3350 - total flux cleaned = 0.00247457 Jy ! Component: 3400 - total flux cleaned = 0.00260289 Jy ! Component: 3450 - total flux cleaned = 0.0026311 Jy ! Component: 3500 - total flux cleaned = 0.00264527 Jy ! Component: 3550 - total flux cleaned = 0.00271515 Jy ! Component: 3600 - total flux cleaned = 0.0027707 Jy ! Component: 3650 - total flux cleaned = 0.00283997 Jy ! Component: 3700 - total flux cleaned = 0.00292229 Jy ! Component: 3750 - total flux cleaned = 0.00294949 Jy ! Component: 3800 - total flux cleaned = 0.00305795 Jy ! Component: 3850 - total flux cleaned = 0.00309835 Jy ! Component: 3900 - total flux cleaned = 0.00321908 Jy ! Component: 3950 - total flux cleaned = 0.0031924 Jy ! Component: 4000 - total flux cleaned = 0.00335157 Jy ! Component: 4050 - total flux cleaned = 0.00333822 Jy ! Total flux subtracted in 4096 components = 0.00345613 Jy ! Clean residual min=-0.000725 max=0.000755 Jy/beam ! Clean residual mean=0.000004 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.233759 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 361 components and 0.233759 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0035+6130_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.972 x 5.238 at 13 degrees (North through East) ! Clean map min=-0.0013646 max=0.18189 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0035+6130_S_map.fits wmodel /image_prod/ug002_uva//J0035+6130_S_map.mod ! Writing 361 model components to file: /image_prod/ug002_uva//J0035+6130_S_map.mod wobs /image_prod/ug002_uva//J0035+6130_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0035+6130_S_uvs.fits wwins /image_prod/ug002_uva//J0035+6130_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0035+6130_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.181887 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000229789 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.379009 0.379009 0.758017 1.51603 3.03207 6.06414 12.1283 24.2565 48.5131 97.0262 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.181 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 791.538 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0035+6130_S_dfm.log closed on Wed Mar 4 18:32:00 2020