! Started logfile: /image_prod/ug002_uva//J1411+3705_S_dfm.log on Thu Mar 5 01:38:43 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//J1411+3705_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1411+3705_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.710185 visibilities/baseline/integration-bin. ! Found source: J1411+3705 ! ! 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 4602 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 J1411+3705_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 83 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 83 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 83 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.014947Jy sigma=8.066597 ! Fit after self-cal, rms=0.857513Jy sigma=6.791401 ! 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.776 mas, bmaj=5.069 mas, bpa=-5.366 degrees ! Estimated noise=1.97449 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.111319 Jy ! Component: 100 - total flux cleaned = 0.138676 Jy ! Total flux subtracted in 100 components = 0.138676 Jy ! Clean residual min=-0.006125 max=0.011611 Jy/beam ! Clean residual mean=0.000004 rms=0.001842 Jy/beam ! Combined flux in latest and established models = 0.138676 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.138676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083099Jy sigma=0.486432 ! Fit after self-cal, rms=0.083105Jy sigma=0.486119 ! Inverting map ! Added new window around map position (-2.5, 7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0128955 Jy ! Component: 100 - total flux cleaned = 0.0207117 Jy ! Total flux subtracted in 100 components = 0.0207117 Jy ! Clean residual min=-0.005287 max=0.005753 Jy/beam ! Clean residual mean=0.000002 rms=0.001340 Jy/beam ! Combined flux in latest and established models = 0.159388 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 14 components and 0.159388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080699Jy sigma=0.463887 ! Fit after self-cal, rms=0.080644Jy sigma=0.463071 ! 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.307 mas, bmaj=5.796 mas, bpa=-6.644 degrees ! Estimated noise=1.36757 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.00624008 Jy ! Component: 100 - total flux cleaned = 0.009386 Jy ! Component: 150 - total flux cleaned = 0.0105603 Jy ! Component: 200 - total flux cleaned = 0.0109961 Jy ! Total flux subtracted in 200 components = 0.0109961 Jy ! Clean residual min=-0.004330 max=0.004626 Jy/beam ! Clean residual mean=0.000003 rms=0.001121 Jy/beam ! Combined flux in latest and established models = 0.170384 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 38 components and 0.170384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079879Jy sigma=0.457490 ! Fit after self-cal, rms=0.079855Jy sigma=0.457112 ! 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.307 x 5.796 at -6.644 degrees (North through East) ! Clean map min=-0.0042474 max=0.14237 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 HN 1.02 KP 0.97 LA 1.00 ! MK 0.98 NL 1.02 OV 0.96 PT 0.95 ! SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 HN 1.02 KP 0.98 LA 1.00 ! MK 0.95 NL 1.16 OV 0.99 PT 1.01 ! SC 0.87 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 HN 1.01 KP 0.97 LA 1.00 ! MK 0.99 NL 1.16 OV 0.96 PT 0.97 ! SC 1.03 ! ! ! Fit before self-cal, rms=0.079855Jy sigma=0.457112 ! Fit after self-cal, rms=0.075743Jy sigma=0.448425 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.283 mas, bmaj=5.77 mas, bpa=-6.147 degrees ! Estimated noise=1.36231 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.00090578 Jy ! Component: 100 - total flux cleaned = 0.00139715 Jy ! Component: 150 - total flux cleaned = 0.00140141 Jy ! Component: 200 - total flux cleaned = 0.00127738 Jy ! Total flux subtracted in 200 components = 0.00127738 Jy ! Clean residual min=-0.003253 max=0.003757 Jy/beam ! Clean residual mean=0.000001 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.171661 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 52 components and 0.171661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075584Jy sigma=0.447784 ! Fit after self-cal, rms=0.075617Jy sigma=0.447653 ! 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.075617Jy sigma=0.447653 ! Fit after self-cal, rms=0.066176Jy sigma=0.439897 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=5.783 mas, bpa=-6.307 degrees ! Estimated noise=1.36171 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000123102 Jy ! Component: 100 - total flux cleaned = -7.96667e-05 Jy ! Component: 150 - total flux cleaned = -0.000222268 Jy ! Component: 200 - total flux cleaned = -0.00034601 Jy ! Total flux subtracted in 200 components = -0.00034601 Jy ! Clean residual min=-0.002551 max=0.002649 Jy/beam ! Clean residual mean=0.000001 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.171315 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 62 components and 0.171315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066135Jy sigma=0.439677 ! Fit after self-cal, rms=0.066113Jy sigma=0.439585 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 = -7.63445e-05 Jy ! Component: 100 - total flux cleaned = -0.00019813 Jy ! Component: 150 - total flux cleaned = -0.000262245 Jy ! Component: 200 - total flux cleaned = -0.000302282 Jy ! Total flux subtracted in 200 components = -0.000302282 Jy ! Clean residual min=-0.002485 max=0.002638 Jy/beam ! Clean residual mean=0.000001 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.171013 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 65 components and 0.171013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066095Jy sigma=0.439481 ! Fit after self-cal, rms=0.066092Jy sigma=0.439468 ! 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.066092Jy sigma=0.439468 ! Fit after self-cal, rms=0.066086Jy sigma=0.439426 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=5.782 mas, bpa=-6.349 degrees ! Estimated noise=1.36121 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000188276 Jy ! Component: 100 - total flux cleaned = -0.000233378 Jy ! Component: 150 - total flux cleaned = -0.000292959 Jy ! Component: 200 - total flux cleaned = -0.000329629 Jy ! Total flux subtracted in 200 components = -0.000329629 Jy ! Clean residual min=-0.002506 max=0.002679 Jy/beam ! Clean residual mean=0.000001 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.170683 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.170683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066066Jy sigma=0.439341 ! Fit after self-cal, rms=0.066064Jy sigma=0.439327 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 = -7.6781e-05 Jy ! Component: 100 - total flux cleaned = -0.000151137 Jy ! Component: 150 - total flux cleaned = -0.00020023 Jy ! Component: 200 - total flux cleaned = -0.000230775 Jy ! Total flux subtracted in 200 components = -0.000230775 Jy ! Clean residual min=-0.002462 max=0.002669 Jy/beam ! Clean residual mean=0.000001 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.170452 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 69 components and 0.170452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066053Jy sigma=0.439270 ! Fit after self-cal, rms=0.066050Jy sigma=0.439262 ! 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.066050Jy sigma=0.439262 ! Fit after self-cal, rms=0.066039Jy sigma=0.439246 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.356 mas, bmaj=9.454 mas, bpa=-9.515 degrees ! Estimated noise=1.66214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000135498 Jy ! Component: 100 - total flux cleaned = -0.000107068 Jy ! Component: 150 - total flux cleaned = -0.000107522 Jy ! Component: 200 - total flux cleaned = -0.000117434 Jy ! Total flux subtracted in 200 components = -0.000117434 Jy ! Clean residual min=-0.002913 max=0.002699 Jy/beam ! Clean residual mean=0.000001 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.170335 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 81 components and 0.170335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066042Jy sigma=0.439242 ! Fit after self-cal, rms=0.066038Jy sigma=0.439234 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 = -6.46223e-05 Jy ! Component: 100 - total flux cleaned = -5.39955e-05 Jy ! Component: 150 - total flux cleaned = -6.33998e-05 Jy ! Component: 200 - total flux cleaned = -6.33113e-05 Jy ! Total flux subtracted in 200 components = -6.33113e-05 Jy ! Clean residual min=-0.002896 max=0.002687 Jy/beam ! Clean residual mean=0.000001 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.170272 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 84 components and 0.170272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066039Jy sigma=0.439237 ! Fit after self-cal, rms=0.066036Jy sigma=0.439234 ! 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.291 mas, bmaj=5.782 mas, bpa=-6.384 degrees ! Estimated noise=1.36071 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.291 x 5.782 at -6.384 degrees (North through East) ! Clean map min=-0.0024053 max=0.14182 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.765 mas, bmaj=5.049 mas, bpa=-4.849 degrees ! Estimated noise=1.96017 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.110349 Jy ! Component: 100 - total flux cleaned = 0.138721 Jy ! Component: 150 - total flux cleaned = 0.152029 Jy ! Component: 200 - total flux cleaned = 0.159416 Jy ! Total flux subtracted in 200 components = 0.159416 Jy ! Clean residual min=-0.004261 max=0.004194 Jy/beam ! Clean residual mean=0.000000 rms=0.001046 Jy/beam ! Combined flux in latest and established models = 0.159416 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.159416 Jy ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=5.782 mas, bpa=-6.384 degrees ! Estimated noise=1.36071 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.00518613 Jy ! Component: 100 - total flux cleaned = 0.00767903 Jy ! Component: 150 - total flux cleaned = 0.00816061 Jy ! Component: 200 - total flux cleaned = 0.0086277 Jy ! Total flux subtracted in 200 components = 0.0086277 Jy ! Clean residual min=-0.002556 max=0.002785 Jy/beam ! Clean residual mean=0.000001 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.168043 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 55 components and 0.168043 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.356 mas, bmaj=9.454 mas, bpa=-9.515 degrees ! Estimated noise=1.66214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184906 Jy ! Component: 100 - total flux cleaned = 0.00208569 Jy ! Component: 150 - total flux cleaned = 0.00211145 Jy ! Component: 200 - total flux cleaned = 0.00211124 Jy ! Total flux subtracted in 200 components = 0.00211124 Jy ! Clean residual min=-0.002936 max=0.002773 Jy/beam ! Clean residual mean=0.000001 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.170155 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.23864e-07 Jy ! Component: 100 - total flux cleaned = -1.27967e-07 Jy ! Component: 150 - total flux cleaned = -4.81718e-08 Jy ! Component: 200 - total flux cleaned = 4.2169e-07 Jy ! Total flux subtracted in 200 components = 4.2169e-07 Jy ! Clean residual min=-0.002901 max=0.002743 Jy/beam ! Clean residual mean=0.000001 rms=0.000805 Jy/beam ! Combined flux in latest and established models = 0.170155 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 82 components and 0.170155 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=5.782 mas, bpa=-6.384 degrees ! Estimated noise=1.36071 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000365231 Jy ! Component: 100 - total flux cleaned = 0.000395412 Jy ! Component: 150 - total flux cleaned = 0.000347101 Jy ! Component: 200 - total flux cleaned = 0.000304362 Jy ! Total flux subtracted in 200 components = 0.000304362 Jy ! Clean residual min=-0.002346 max=0.002644 Jy/beam ! Clean residual mean=0.000000 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.170459 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 91 components and 0.170459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066034Jy sigma=0.439251 ! Fit after self-cal, rms=0.066029Jy sigma=0.439214 wmodel J1411+3705_S_map.mod ! Writing 91 model components to file: J1411+3705_S_map.mod wobs J1411+3705_S_uvs.fits ! Writing UV FITS file: J1411+3705_S_uvs.fits wwins J1411+3705_S_map.win ! wwins: Wrote 2 windows to J1411+3705_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.000856507 Jy ! Component: 100 - total flux cleaned = 0.00111267 Jy ! Component: 150 - total flux cleaned = 0.00119254 Jy ! Component: 200 - total flux cleaned = 0.00123129 Jy ! Component: 250 - total flux cleaned = 0.00123135 Jy ! Component: 300 - total flux cleaned = 0.00130407 Jy ! Component: 350 - total flux cleaned = 0.00130413 Jy ! Component: 400 - total flux cleaned = 0.00126938 Jy ! Component: 450 - total flux cleaned = 0.00123483 Jy ! Component: 500 - total flux cleaned = 0.00120206 Jy ! Component: 550 - total flux cleaned = 0.00117059 Jy ! Component: 600 - total flux cleaned = 0.00123295 Jy ! Component: 650 - total flux cleaned = 0.00114407 Jy ! Component: 700 - total flux cleaned = 0.00114498 Jy ! Component: 750 - total flux cleaned = 0.00114476 Jy ! Component: 800 - total flux cleaned = 0.00108811 Jy ! Component: 850 - total flux cleaned = 0.00108811 Jy ! Component: 900 - total flux cleaned = 0.00108788 Jy ! Component: 950 - total flux cleaned = 0.00116739 Jy ! Component: 1000 - total flux cleaned = 0.00116696 Jy ! Component: 1050 - total flux cleaned = 0.00116694 Jy ! Component: 1100 - total flux cleaned = 0.0011419 Jy ! Component: 1150 - total flux cleaned = 0.00119234 Jy ! Component: 1200 - total flux cleaned = 0.00116814 Jy ! Component: 1250 - total flux cleaned = 0.00131335 Jy ! Component: 1300 - total flux cleaned = 0.00140824 Jy ! Component: 1350 - total flux cleaned = 0.00157203 Jy ! Component: 1400 - total flux cleaned = 0.00161796 Jy ! Component: 1450 - total flux cleaned = 0.00170896 Jy ! Component: 1500 - total flux cleaned = 0.00179916 Jy ! Component: 1550 - total flux cleaned = 0.00191011 Jy ! Component: 1600 - total flux cleaned = 0.00201975 Jy ! Component: 1650 - total flux cleaned = 0.00206279 Jy ! Component: 1700 - total flux cleaned = 0.00216977 Jy ! Component: 1750 - total flux cleaned = 0.0023173 Jy ! Component: 1800 - total flux cleaned = 0.00237943 Jy ! Component: 1850 - total flux cleaned = 0.0024823 Jy ! Component: 1900 - total flux cleaned = 0.00250267 Jy ! Component: 1950 - total flux cleaned = 0.00262351 Jy ! Component: 2000 - total flux cleaned = 0.00278259 Jy ! Component: 2050 - total flux cleaned = 0.00288095 Jy ! Component: 2100 - total flux cleaned = 0.00293931 Jy ! Component: 2150 - total flux cleaned = 0.00311241 Jy ! Component: 2200 - total flux cleaned = 0.00315049 Jy ! Component: 2250 - total flux cleaned = 0.00324485 Jy ! Component: 2300 - total flux cleaned = 0.0033569 Jy ! Component: 2350 - total flux cleaned = 0.00350456 Jy ! Component: 2400 - total flux cleaned = 0.00361463 Jy ! Component: 2450 - total flux cleaned = 0.00368718 Jy ! Component: 2500 - total flux cleaned = 0.00384866 Jy ! Component: 2550 - total flux cleaned = 0.00391983 Jy ! Component: 2600 - total flux cleaned = 0.00404318 Jy ! Component: 2650 - total flux cleaned = 0.0041481 Jy ! Component: 2700 - total flux cleaned = 0.00425203 Jy ! Component: 2750 - total flux cleaned = 0.00428643 Jy ! Component: 2800 - total flux cleaned = 0.00445614 Jy ! Component: 2850 - total flux cleaned = 0.0045402 Jy ! Component: 2900 - total flux cleaned = 0.00465678 Jy ! Component: 2950 - total flux cleaned = 0.00473938 Jy ! Component: 3000 - total flux cleaned = 0.00475572 Jy ! Component: 3050 - total flux cleaned = 0.00482087 Jy ! Component: 3100 - total flux cleaned = 0.00488529 Jy ! Component: 3150 - total flux cleaned = 0.00493315 Jy ! Component: 3200 - total flux cleaned = 0.00498082 Jy ! Component: 3250 - total flux cleaned = 0.00502807 Jy ! Component: 3300 - total flux cleaned = 0.00513724 Jy ! Component: 3350 - total flux cleaned = 0.00507533 Jy ! Component: 3400 - total flux cleaned = 0.00521406 Jy ! Component: 3450 - total flux cleaned = 0.0052446 Jy ! Component: 3500 - total flux cleaned = 0.00529006 Jy ! Component: 3550 - total flux cleaned = 0.00526 Jy ! Component: 3600 - total flux cleaned = 0.00528994 Jy ! Component: 3650 - total flux cleaned = 0.00534925 Jy ! Component: 3700 - total flux cleaned = 0.00536405 Jy ! Component: 3750 - total flux cleaned = 0.00539347 Jy ! Component: 3800 - total flux cleaned = 0.00540808 Jy ! Component: 3850 - total flux cleaned = 0.00543692 Jy ! Component: 3900 - total flux cleaned = 0.00545129 Jy ! Component: 3950 - total flux cleaned = 0.00545132 Jy ! Component: 4000 - total flux cleaned = 0.00545135 Jy ! Component: 4050 - total flux cleaned = 0.00549347 Jy ! Total flux subtracted in 4096 components = 0.00546552 Jy ! Clean residual min=-0.000760 max=0.000933 Jy/beam ! Clean residual mean=0.000002 rms=0.000245 Jy/beam ! Combined flux in latest and established models = 0.175925 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 377 components and 0.175925 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1411+3705_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.291 x 5.782 at -6.384 degrees (North through East) ! Clean map min=-0.0018383 max=0.14183 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1411+3705_S_map.fits wmodel /image_prod/ug002_uva//J1411+3705_S_map.mod ! Writing 377 model components to file: /image_prod/ug002_uva//J1411+3705_S_map.mod wobs /image_prod/ug002_uva//J1411+3705_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1411+3705_S_uvs.fits wwins /image_prod/ug002_uva//J1411+3705_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1411+3705_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.141825 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000236727 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.500743 0.500743 1.00149 2.00297 4.00594 8.01188 16.0238 32.0475 64.0951 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.141 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 599.109 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1411+3705_S_dfm.log closed on Thu Mar 5 01:38:46 2020