! Started logfile: /image_prod/ug002_uva//J1308+0401_S_dfm.log on Thu Mar 5 01:03: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//J1308+0401_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1308+0401_S_uva.fits ! AN table 1: 60 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.999259 visibilities/baseline/integration-bin. ! Found source: J1308+0401 ! ! 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 8094 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 J1308+0401_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.007846Jy sigma=8.010468 ! Fit after self-cal, rms=0.926619Jy sigma=7.358824 ! 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.91 mas, bmaj=7.251 mas, bpa=-3.539 degrees ! Estimated noise=1.50331 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.0586218 Jy ! Component: 100 - total flux cleaned = 0.0724765 Jy ! Total flux subtracted in 100 components = 0.0724765 Jy ! Clean residual min=-0.003710 max=0.005602 Jy/beam ! Clean residual mean=0.000005 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.0724765 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0724765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065346Jy sigma=0.462651 ! Fit after self-cal, rms=0.065099Jy sigma=0.460773 ! 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.413 mas, bmaj=8.152 mas, bpa=-3.751 degrees ! Estimated noise=1.01745 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 (-6.5, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00727497 Jy ! Component: 100 - total flux cleaned = 0.0116677 Jy ! Component: 150 - total flux cleaned = 0.0145171 Jy ! Component: 200 - total flux cleaned = 0.0161702 Jy ! Total flux subtracted in 200 components = 0.0161702 Jy ! Clean residual min=-0.002578 max=0.003106 Jy/beam ! Clean residual mean=0.000001 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.0886467 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 49 components and 0.0886467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064317Jy sigma=0.452092 ! Fit after self-cal, rms=0.064280Jy sigma=0.451650 ! 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.413 x 8.152 at -3.751 degrees (North through East) ! Clean map min=-0.002366 max=0.075824 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.01 HN 1.05 KP 0.98 ! LA 1.00 MK 0.96 NL 0.95 OV 0.94 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.02 HN 0.99 KP 1.06 ! LA 1.00 MK 0.97 NL 0.88 OV 0.93 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.03 HN 1.06 KP 1.03 ! LA 1.04 MK 1.04 NL 0.86 OV 0.98 ! PT 0.99 SC 1.01 ! ! ! Fit before self-cal, rms=0.064280Jy sigma=0.451650 ! Fit after self-cal, rms=0.062842Jy sigma=0.449447 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.432 mas, bmaj=8.171 mas, bpa=-3.972 degrees ! Estimated noise=0.997119 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.00218994 Jy ! Component: 100 - total flux cleaned = 0.00308276 Jy ! Component: 150 - total flux cleaned = 0.00342134 Jy ! Component: 200 - total flux cleaned = 0.00366441 Jy ! Total flux subtracted in 200 components = 0.00366441 Jy ! Clean residual min=-0.001908 max=0.002204 Jy/beam ! Clean residual mean=0.000001 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.0923111 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 67 components and 0.0923111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062755Jy sigma=0.448562 ! Fit after self-cal, rms=0.062767Jy sigma=0.448401 ! 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.062767Jy sigma=0.448401 ! Fit after self-cal, rms=0.065579Jy sigma=0.446003 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.424 mas, bmaj=8.153 mas, bpa=-4 degrees ! Estimated noise=0.997506 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116284 Jy ! Component: 100 - total flux cleaned = 0.00180827 Jy ! Component: 150 - total flux cleaned = 0.0021411 Jy ! Component: 200 - total flux cleaned = 0.00229729 Jy ! Total flux subtracted in 200 components = 0.00229729 Jy ! Clean residual min=-0.001741 max=0.001899 Jy/beam ! Clean residual mean=0.000003 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.0946084 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 86 components and 0.0946084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065557Jy sigma=0.445728 ! Fit after self-cal, rms=0.065606Jy sigma=0.445653 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.000269533 Jy ! Component: 100 - total flux cleaned = 0.000337974 Jy ! Component: 150 - total flux cleaned = 0.00036879 Jy ! Component: 200 - total flux cleaned = 0.000397513 Jy ! Total flux subtracted in 200 components = 0.000397513 Jy ! Clean residual min=-0.001763 max=0.001856 Jy/beam ! Clean residual mean=0.000003 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.0950059 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 96 components and 0.0950059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065597Jy sigma=0.445591 ! Fit after self-cal, rms=0.065596Jy sigma=0.445586 ! 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.065596Jy sigma=0.445586 ! Fit after self-cal, rms=0.066079Jy sigma=0.445515 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.425 mas, bmaj=8.156 mas, bpa=-4.031 degrees ! Estimated noise=0.996462 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000524164 Jy ! Component: 100 - total flux cleaned = 0.000714349 Jy ! Component: 150 - total flux cleaned = 0.000781559 Jy ! Component: 200 - total flux cleaned = 0.000818668 Jy ! Total flux subtracted in 200 components = 0.000818668 Jy ! Clean residual min=-0.001726 max=0.001865 Jy/beam ! Clean residual mean=0.000003 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.0958245 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 107 components and 0.0958246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066073Jy sigma=0.445452 ! Fit after self-cal, rms=0.066078Jy sigma=0.445445 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 = 2.28284e-05 Jy ! Component: 100 - total flux cleaned = 5.86536e-05 Jy ! Component: 150 - total flux cleaned = 8.13813e-05 Jy ! Component: 200 - total flux cleaned = 9.24648e-05 Jy ! Total flux subtracted in 200 components = 9.24648e-05 Jy ! Clean residual min=-0.001742 max=0.001856 Jy/beam ! Clean residual mean=0.000003 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.095917 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 113 components and 0.095917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066074Jy sigma=0.445416 ! Fit after self-cal, rms=0.066073Jy sigma=0.445414 ! 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.066073Jy sigma=0.445414 ! Fit after self-cal, rms=0.066076Jy sigma=0.445404 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.589 mas, bmaj=12.49 mas, bpa=-6.126 degrees ! Estimated noise=1.17863 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101414 Jy ! Component: 100 - total flux cleaned = 0.00129632 Jy ! Component: 150 - total flux cleaned = 0.00136018 Jy ! Component: 200 - total flux cleaned = 0.00141516 Jy ! Total flux subtracted in 200 components = 0.00141516 Jy ! Clean residual min=-0.001849 max=0.002209 Jy/beam ! Clean residual mean=0.000006 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0973322 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 123 components and 0.0973322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066080Jy sigma=0.445384 ! Fit after self-cal, rms=0.066079Jy sigma=0.445374 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.000174072 Jy ! Component: 100 - total flux cleaned = 0.000199184 Jy ! Component: 150 - total flux cleaned = 0.000223332 Jy ! Component: 200 - total flux cleaned = 0.000257116 Jy ! Total flux subtracted in 200 components = 0.000257116 Jy ! Clean residual min=-0.001848 max=0.002185 Jy/beam ! Clean residual mean=0.000005 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.0975893 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 128 components and 0.0975893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066080Jy sigma=0.445368 ! Fit after self-cal, rms=0.066080Jy sigma=0.445367 ! 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.427 mas, bmaj=8.163 mas, bpa=-4.071 degrees ! Estimated noise=0.996103 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.427 x 8.163 at -4.071 degrees (North through East) ! Clean map min=-0.0016744 max=0.074227 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.931 mas, bmaj=7.248 mas, bpa=-3.768 degrees ! Estimated noise=1.4735 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0575721 Jy ! Component: 100 - total flux cleaned = 0.0712368 Jy ! Component: 150 - total flux cleaned = 0.0777171 Jy ! Component: 200 - total flux cleaned = 0.0820727 Jy ! Total flux subtracted in 200 components = 0.0820727 Jy ! Clean residual min=-0.002650 max=0.002935 Jy/beam ! Clean residual mean=0.000004 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.0820727 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.0820727 Jy ! Inverting map and beam ! Estimated beam: bmin=3.427 mas, bmaj=8.163 mas, bpa=-4.071 degrees ! Estimated noise=0.996103 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) ! Added new window around map position (-12, 10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00435516 Jy ! Component: 100 - total flux cleaned = 0.00724833 Jy ! Component: 150 - total flux cleaned = 0.00948234 Jy ! Component: 200 - total flux cleaned = 0.0112485 Jy ! Total flux subtracted in 200 components = 0.0112485 Jy ! Clean residual min=-0.001833 max=0.001760 Jy/beam ! Clean residual mean=0.000003 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.0933211 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 62 components and 0.0933211 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.589 mas, bmaj=12.49 mas, bpa=-6.126 degrees ! Estimated noise=1.17863 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218308 Jy ! Component: 100 - total flux cleaned = 0.00359626 Jy ! Component: 150 - total flux cleaned = 0.00451359 Jy ! Component: 200 - total flux cleaned = 0.00490841 Jy ! Total flux subtracted in 200 components = 0.00490841 Jy ! Clean residual min=-0.001822 max=0.001753 Jy/beam ! Clean residual mean=0.000004 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.0982295 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.000297674 Jy ! Component: 100 - total flux cleaned = 0.000563433 Jy ! Component: 150 - total flux cleaned = 0.00070304 Jy ! Component: 200 - total flux cleaned = 0.000794779 Jy ! Total flux subtracted in 200 components = 0.000794779 Jy ! Clean residual min=-0.001792 max=0.001784 Jy/beam ! Clean residual mean=0.000004 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.0990243 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 142 components and 0.0990243 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.427 mas, bmaj=8.163 mas, bpa=-4.071 degrees ! Estimated noise=0.996103 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000143861 Jy ! Component: 100 - total flux cleaned = 8.81349e-05 Jy ! Component: 150 - total flux cleaned = 8.77471e-05 Jy ! Component: 200 - total flux cleaned = 0.000109682 Jy ! Total flux subtracted in 200 components = 0.000109682 Jy ! Clean residual min=-0.001597 max=0.001790 Jy/beam ! Clean residual mean=0.000002 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.099134 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 156 components and 0.099134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066024Jy sigma=0.444888 ! Fit after self-cal, rms=0.066010Jy sigma=0.444811 wmodel J1308+0401_S_map.mod ! Writing 156 model components to file: J1308+0401_S_map.mod wobs J1308+0401_S_uvs.fits ! Writing UV FITS file: J1308+0401_S_uvs.fits wwins J1308+0401_S_map.win ! wwins: Wrote 3 windows to J1308+0401_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.000500266 Jy ! Component: 100 - total flux cleaned = 0.000894258 Jy ! Component: 150 - total flux cleaned = 0.00113531 Jy ! Component: 200 - total flux cleaned = 0.00126479 Jy ! Component: 250 - total flux cleaned = 0.00128967 Jy ! Component: 300 - total flux cleaned = 0.00131457 Jy ! Component: 350 - total flux cleaned = 0.00140846 Jy ! Component: 400 - total flux cleaned = 0.00152256 Jy ! Component: 450 - total flux cleaned = 0.00158923 Jy ! Component: 500 - total flux cleaned = 0.0016985 Jy ! Component: 550 - total flux cleaned = 0.00180594 Jy ! Component: 600 - total flux cleaned = 0.00191159 Jy ! Component: 650 - total flux cleaned = 0.00207721 Jy ! Component: 700 - total flux cleaned = 0.0021787 Jy ! Component: 750 - total flux cleaned = 0.0022985 Jy ! Component: 800 - total flux cleaned = 0.00239701 Jy ! Component: 850 - total flux cleaned = 0.00255132 Jy ! Component: 900 - total flux cleaned = 0.00260811 Jy ! Component: 950 - total flux cleaned = 0.00266433 Jy ! Component: 1000 - total flux cleaned = 0.00271995 Jy ! Component: 1050 - total flux cleaned = 0.00275674 Jy ! Component: 1100 - total flux cleaned = 0.00286457 Jy ! Component: 1150 - total flux cleaned = 0.00291801 Jy ! Component: 1200 - total flux cleaned = 0.00293564 Jy ! Component: 1250 - total flux cleaned = 0.00298748 Jy ! Component: 1300 - total flux cleaned = 0.00302151 Jy ! Component: 1350 - total flux cleaned = 0.00297119 Jy ! Component: 1400 - total flux cleaned = 0.00310476 Jy ! Component: 1450 - total flux cleaned = 0.00310474 Jy ! Component: 1500 - total flux cleaned = 0.00312105 Jy ! Component: 1550 - total flux cleaned = 0.00320184 Jy ! Component: 1600 - total flux cleaned = 0.00320182 Jy ! Component: 1650 - total flux cleaned = 0.00321779 Jy ! Component: 1700 - total flux cleaned = 0.00324933 Jy ! Component: 1750 - total flux cleaned = 0.00328041 Jy ! Component: 1800 - total flux cleaned = 0.00332621 Jy ! Component: 1850 - total flux cleaned = 0.0033413 Jy ! Component: 1900 - total flux cleaned = 0.00338628 Jy ! Component: 1950 - total flux cleaned = 0.00346064 Jy ! Component: 2000 - total flux cleaned = 0.0035485 Jy ! Component: 2050 - total flux cleaned = 0.00350477 Jy ! Component: 2100 - total flux cleaned = 0.00356275 Jy ! Component: 2150 - total flux cleaned = 0.00359127 Jy ! Component: 2200 - total flux cleaned = 0.00359149 Jy ! Component: 2250 - total flux cleaned = 0.00367577 Jy ! Component: 2300 - total flux cleaned = 0.00374547 Jy ! Component: 2350 - total flux cleaned = 0.00373177 Jy ! Component: 2400 - total flux cleaned = 0.00377281 Jy ! Component: 2450 - total flux cleaned = 0.00386797 Jy ! Component: 2500 - total flux cleaned = 0.00392175 Jy ! Component: 2550 - total flux cleaned = 0.0039482 Jy ! Component: 2600 - total flux cleaned = 0.00394824 Jy ! Component: 2650 - total flux cleaned = 0.0039747 Jy ! Component: 2700 - total flux cleaned = 0.00394861 Jy ! Component: 2750 - total flux cleaned = 0.00406539 Jy ! Component: 2800 - total flux cleaned = 0.00409114 Jy ! Component: 2850 - total flux cleaned = 0.00416772 Jy ! Component: 2900 - total flux cleaned = 0.00415507 Jy ! Component: 2950 - total flux cleaned = 0.0041929 Jy ! Component: 3000 - total flux cleaned = 0.00421773 Jy ! Component: 3050 - total flux cleaned = 0.00425492 Jy ! Component: 3100 - total flux cleaned = 0.00425484 Jy ! Component: 3150 - total flux cleaned = 0.00424275 Jy ! Component: 3200 - total flux cleaned = 0.00423056 Jy ! Component: 3250 - total flux cleaned = 0.0042789 Jy ! Component: 3300 - total flux cleaned = 0.00426689 Jy ! Component: 3350 - total flux cleaned = 0.00430256 Jy ! Component: 3400 - total flux cleaned = 0.00432625 Jy ! Component: 3450 - total flux cleaned = 0.00431465 Jy ! Component: 3500 - total flux cleaned = 0.00430313 Jy ! Component: 3550 - total flux cleaned = 0.00440761 Jy ! Component: 3600 - total flux cleaned = 0.00436149 Jy ! Component: 3650 - total flux cleaned = 0.00437291 Jy ! Component: 3700 - total flux cleaned = 0.004316 Jy ! Component: 3750 - total flux cleaned = 0.00440657 Jy ! Component: 3800 - total flux cleaned = 0.00439531 Jy ! Component: 3850 - total flux cleaned = 0.00439536 Jy ! Component: 3900 - total flux cleaned = 0.00442869 Jy ! Component: 3950 - total flux cleaned = 0.00443975 Jy ! Component: 4000 - total flux cleaned = 0.00443957 Jy ! Component: 4050 - total flux cleaned = 0.00443942 Jy ! Total flux subtracted in 4096 components = 0.0044177 Jy ! Clean residual min=-0.000712 max=0.000627 Jy/beam ! Clean residual mean=0.000000 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 0.103552 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 439 components and 0.103552 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1308+0401_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.427 x 8.163 at -4.071 degrees (North through East) ! Clean map min=-0.001087 max=0.074161 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1308+0401_S_map.fits wmodel /image_prod/ug002_uva//J1308+0401_S_map.mod ! Writing 439 model components to file: /image_prod/ug002_uva//J1308+0401_S_map.mod wobs /image_prod/ug002_uva//J1308+0401_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1308+0401_S_uvs.fits wwins /image_prod/ug002_uva//J1308+0401_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1308+0401_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0741612 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000198348 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.802367 0.802367 1.60473 3.20947 6.41894 12.8379 25.6757 51.3515 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.074 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 373.893 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1308+0401_S_dfm.log closed on Thu Mar 5 01:03:14 2020