! Started logfile: /image_prod/ug002_uva//J1611+1856_S_dfm.log on Thu Mar 5 02:36:23 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//J1611+1856_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1611+1856_S_uva.fits ! AN table 1: 45 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.953968 visibilities/baseline/integration-bin. ! Found source: J1611+1856 ! ! 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 3606 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 J1611+1856_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 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011349Jy sigma=8.837577 ! Fit after self-cal, rms=0.875510Jy sigma=7.611531 ! 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.933 mas, bmaj=9.971 mas, bpa=-20.43 degrees ! Estimated noise=1.88506 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.0971028 Jy ! Component: 100 - total flux cleaned = 0.123884 Jy ! Total flux subtracted in 100 components = 0.123884 Jy ! Clean residual min=-0.006204 max=0.011678 Jy/beam ! Clean residual mean=-0.000031 rms=0.001950 Jy/beam ! Combined flux in latest and established models = 0.123884 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.123884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067633Jy sigma=0.519902 ! Fit after self-cal, rms=0.067438Jy sigma=0.518459 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0137489 Jy ! Component: 100 - total flux cleaned = 0.0210521 Jy ! Total flux subtracted in 100 components = 0.0210521 Jy ! Clean residual min=-0.004845 max=0.005749 Jy/beam ! Clean residual mean=-0.000015 rms=0.001392 Jy/beam ! Combined flux in latest and established models = 0.144936 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 24 components and 0.144936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064932Jy sigma=0.482714 ! Fit after self-cal, rms=0.064805Jy sigma=0.481705 ! 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.47 mas, bmaj=10.51 mas, bpa=-20.12 degrees ! Estimated noise=1.41059 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.00589647 Jy ! Component: 100 - total flux cleaned = 0.00937718 Jy ! Component: 150 - total flux cleaned = 0.0117374 Jy ! Component: 200 - total flux cleaned = 0.0134209 Jy ! Total flux subtracted in 200 components = 0.0134209 Jy ! Clean residual min=-0.004904 max=0.005064 Jy/beam ! Clean residual mean=-0.000008 rms=0.001250 Jy/beam ! Combined flux in latest and established models = 0.158357 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 51 components and 0.158356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064444Jy sigma=0.473948 ! Fit after self-cal, rms=0.064418Jy sigma=0.473758 ! 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.47 x 10.51 at -20.12 degrees (North through East) ! Clean map min=-0.0047824 max=0.12716 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.95 HN 1.05 KP 0.95 ! LA 1.05 MK 1.02 NL 1.03 OV 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.25 FD 0.93 HN 1.00 KP 1.00 ! LA 1.00 MK 1.01 NL 1.06 OV 0.87 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.96 HN 0.97 KP 0.97 ! LA 1.03 MK 0.98 NL 1.07 OV 0.99 ! ! ! Fit before self-cal, rms=0.064418Jy sigma=0.473758 ! Fit after self-cal, rms=0.067137Jy sigma=0.464806 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.478 mas, bmaj=10.62 mas, bpa=-20.02 degrees ! Estimated noise=1.41001 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.00151377 Jy ! Component: 100 - total flux cleaned = -0.00201383 Jy ! Component: 150 - total flux cleaned = -0.00208789 Jy ! Component: 200 - total flux cleaned = -0.00212095 Jy ! Total flux subtracted in 200 components = -0.00212095 Jy ! Clean residual min=-0.004274 max=0.004029 Jy/beam ! Clean residual mean=-0.000000 rms=0.001068 Jy/beam ! Combined flux in latest and established models = 0.156236 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 65 components and 0.156236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067058Jy sigma=0.464439 ! Fit after self-cal, rms=0.067154Jy sigma=0.464289 ! 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.067154Jy sigma=0.464289 ! Fit after self-cal, rms=0.069622Jy sigma=0.449248 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.491 mas, bmaj=10.58 mas, bpa=-19.94 degrees ! Estimated noise=1.40731 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000857215 Jy ! Component: 100 - total flux cleaned = 0.000825651 Jy ! Component: 150 - total flux cleaned = 0.000795593 Jy ! Component: 200 - total flux cleaned = 0.000821997 Jy ! Total flux subtracted in 200 components = 0.000821997 Jy ! Clean residual min=-0.002040 max=0.002411 Jy/beam ! Clean residual mean=0.000000 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.157058 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 73 components and 0.157058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069581Jy sigma=0.448951 ! Fit after self-cal, rms=0.069681Jy sigma=0.448804 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) ! Added new window around map position (-84.5, 42). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00047119 Jy ! Component: 100 - total flux cleaned = 0.00069693 Jy ! Component: 150 - total flux cleaned = 0.000783687 Jy ! Component: 200 - total flux cleaned = 0.000705913 Jy ! Total flux subtracted in 200 components = 0.000705913 Jy ! Clean residual min=-0.001904 max=0.001895 Jy/beam ! Clean residual mean=0.000002 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.157763 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 90 components and 0.157763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069555Jy sigma=0.447820 ! Fit after self-cal, rms=0.069539Jy sigma=0.447740 ! 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.069539Jy sigma=0.447740 ! Fit after self-cal, rms=0.069281Jy sigma=0.447598 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.495 mas, bmaj=10.55 mas, bpa=-19.92 degrees ! Estimated noise=1.40455 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000525545 Jy ! Component: 100 - total flux cleaned = 0.000665665 Jy ! Component: 150 - total flux cleaned = 0.00057094 Jy ! Component: 200 - total flux cleaned = 0.000394513 Jy ! Total flux subtracted in 200 components = 0.000394513 Jy ! Clean residual min=-0.001857 max=0.001880 Jy/beam ! Clean residual mean=0.000001 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.158158 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 98 components and 0.158158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069233Jy sigma=0.447295 ! Fit after self-cal, rms=0.069223Jy sigma=0.447273 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.00020641 Jy ! Component: 100 - total flux cleaned = 9.71677e-05 Jy ! Component: 150 - total flux cleaned = -5.67125e-05 Jy ! Component: 200 - total flux cleaned = -0.000129449 Jy ! Total flux subtracted in 200 components = -0.000129449 Jy ! Clean residual min=-0.001798 max=0.001839 Jy/beam ! Clean residual mean=0.000001 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.158029 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 108 components and 0.158029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069195Jy sigma=0.447119 ! Fit after self-cal, rms=0.069193Jy sigma=0.447112 ! 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.069193Jy sigma=0.447112 ! Fit after self-cal, rms=0.069093Jy sigma=0.447085 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.413 mas, bmaj=11.43 mas, bpa=-17.98 degrees ! Estimated noise=1.66012 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000661519 Jy ! Component: 100 - total flux cleaned = -0.000977815 Jy ! Component: 150 - total flux cleaned = -0.0011323 Jy ! Component: 200 - total flux cleaned = -0.00123316 Jy ! Total flux subtracted in 200 components = -0.00123316 Jy ! Clean residual min=-0.001638 max=0.001711 Jy/beam ! Clean residual mean=0.000003 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.156795 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 130 components and 0.156795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069071Jy sigma=0.447097 ! Fit after self-cal, rms=0.069063Jy sigma=0.447087 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.0001635 Jy ! Component: 100 - total flux cleaned = -0.000291444 Jy ! Component: 150 - total flux cleaned = -0.000375597 Jy ! Component: 200 - total flux cleaned = -0.000438794 Jy ! Total flux subtracted in 200 components = -0.000438794 Jy ! Clean residual min=-0.001645 max=0.001714 Jy/beam ! Clean residual mean=0.000003 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.156357 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 145 components and 0.156357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069052Jy sigma=0.447104 ! Fit after self-cal, rms=0.069049Jy sigma=0.447099 ! 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.499 mas, bmaj=10.54 mas, bpa=-19.9 degrees ! Estimated noise=1.40483 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.499 x 10.54 at -19.9 degrees (North through East) ! Clean map min=-0.0025636 max=0.12662 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.963 mas, bmaj=9.934 mas, bpa=-20.26 degrees ! Estimated noise=1.87228 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0960781 Jy ! Component: 100 - total flux cleaned = 0.124239 Jy ! Component: 150 - total flux cleaned = 0.137508 Jy ! Component: 200 - total flux cleaned = 0.144412 Jy ! Total flux subtracted in 200 components = 0.144412 Jy ! Clean residual min=-0.003359 max=0.003685 Jy/beam ! Clean residual mean=-0.000011 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.144412 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.144412 Jy ! Inverting map and beam ! Estimated beam: bmin=3.499 mas, bmaj=10.54 mas, bpa=-19.9 degrees ! Estimated noise=1.40483 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.00568716 Jy ! Component: 100 - total flux cleaned = 0.00841769 Jy ! Component: 150 - total flux cleaned = 0.010163 Jy ! Component: 200 - total flux cleaned = 0.0115266 Jy ! Total flux subtracted in 200 components = 0.0115266 Jy ! Clean residual min=-0.002131 max=0.002015 Jy/beam ! Clean residual mean=-0.000003 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.155939 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 44 components and 0.155939 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.413 mas, bmaj=11.43 mas, bpa=-17.98 degrees ! Estimated noise=1.66012 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000604952 Jy ! Component: 100 - total flux cleaned = 0.000736434 Jy ! Component: 150 - total flux cleaned = 0.000778331 Jy ! Component: 200 - total flux cleaned = 0.000899745 Jy ! Total flux subtracted in 200 components = 0.000899745 Jy ! Clean residual min=-0.001744 max=0.001856 Jy/beam ! Clean residual mean=0.000002 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.156839 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.000141541 Jy ! Component: 100 - total flux cleaned = 0.00014055 Jy ! Component: 150 - total flux cleaned = 5.24425e-05 Jy ! Component: 200 - total flux cleaned = -3.02595e-05 Jy ! Total flux subtracted in 200 components = -3.02595e-05 Jy ! Clean residual min=-0.001698 max=0.001827 Jy/beam ! Clean residual mean=0.000002 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.156808 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 79 components and 0.156808 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.499 mas, bmaj=10.54 mas, bpa=-19.9 degrees ! Estimated noise=1.40483 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000181944 Jy ! Component: 100 - total flux cleaned = 1.89573e-05 Jy ! Component: 150 - total flux cleaned = 0.000127467 Jy ! Component: 200 - total flux cleaned = 0.00012651 Jy ! Total flux subtracted in 200 components = 0.00012651 Jy ! Clean residual min=-0.001792 max=0.001890 Jy/beam ! Clean residual mean=0.000001 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.156935 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 97 components and 0.156935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069078Jy sigma=0.447355 ! Fit after self-cal, rms=0.069075Jy sigma=0.447293 wmodel J1611+1856_S_map.mod ! Writing 97 model components to file: J1611+1856_S_map.mod wobs J1611+1856_S_uvs.fits ! Writing UV FITS file: J1611+1856_S_uvs.fits wwins J1611+1856_S_map.win ! wwins: Wrote 2 windows to J1611+1856_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.000520249 Jy ! Component: 100 - total flux cleaned = 0.000713459 Jy ! Component: 150 - total flux cleaned = 0.00092911 Jy ! Component: 200 - total flux cleaned = 0.0011368 Jy ! Component: 250 - total flux cleaned = 0.00128056 Jy ! Component: 300 - total flux cleaned = 0.00147569 Jy ! Component: 350 - total flux cleaned = 0.00163805 Jy ! Component: 400 - total flux cleaned = 0.00182284 Jy ! Component: 450 - total flux cleaned = 0.00200352 Jy ! Component: 500 - total flux cleaned = 0.0022558 Jy ! Component: 550 - total flux cleaned = 0.00250214 Jy ! Component: 600 - total flux cleaned = 0.00267095 Jy ! Component: 650 - total flux cleaned = 0.00297765 Jy ! Component: 700 - total flux cleaned = 0.00309338 Jy ! Component: 750 - total flux cleaned = 0.00332078 Jy ! Component: 800 - total flux cleaned = 0.00347708 Jy ! Component: 850 - total flux cleaned = 0.00367386 Jy ! Component: 900 - total flux cleaned = 0.0038245 Jy ! Component: 950 - total flux cleaned = 0.00395133 Jy ! Component: 1000 - total flux cleaned = 0.00417964 Jy ! Component: 1050 - total flux cleaned = 0.00428163 Jy ! Component: 1100 - total flux cleaned = 0.00450308 Jy ! Component: 1150 - total flux cleaned = 0.00460201 Jy ! Component: 1200 - total flux cleaned = 0.00471928 Jy ! Component: 1250 - total flux cleaned = 0.00485426 Jy ! Component: 1300 - total flux cleaned = 0.00494936 Jy ! Component: 1350 - total flux cleaned = 0.00509962 Jy ! Component: 1400 - total flux cleaned = 0.00515535 Jy ! Component: 1450 - total flux cleaned = 0.0053202 Jy ! Component: 1500 - total flux cleaned = 0.0053922 Jy ! Component: 1550 - total flux cleaned = 0.00546368 Jy ! Component: 1600 - total flux cleaned = 0.00556954 Jy ! Component: 1650 - total flux cleaned = 0.0055869 Jy ! Component: 1700 - total flux cleaned = 0.00565573 Jy ! Component: 1750 - total flux cleaned = 0.00568986 Jy ! Component: 1800 - total flux cleaned = 0.00577369 Jy ! Component: 1850 - total flux cleaned = 0.00580689 Jy ! Component: 1900 - total flux cleaned = 0.00588863 Jy ! Component: 1950 - total flux cleaned = 0.00587251 Jy ! Component: 2000 - total flux cleaned = 0.00587271 Jy ! Component: 2050 - total flux cleaned = 0.00595233 Jy ! Component: 2100 - total flux cleaned = 0.00601498 Jy ! Component: 2150 - total flux cleaned = 0.00598367 Jy ! Component: 2200 - total flux cleaned = 0.00604539 Jy ! Component: 2250 - total flux cleaned = 0.0060758 Jy ! Component: 2300 - total flux cleaned = 0.00612103 Jy ! Component: 2350 - total flux cleaned = 0.00616587 Jy ! Component: 2400 - total flux cleaned = 0.00615118 Jy ! Component: 2450 - total flux cleaned = 0.0062098 Jy ! Component: 2500 - total flux cleaned = 0.00622432 Jy ! Component: 2550 - total flux cleaned = 0.00623856 Jy ! Component: 2600 - total flux cleaned = 0.00621028 Jy ! Component: 2650 - total flux cleaned = 0.00623837 Jy ! Component: 2700 - total flux cleaned = 0.00619653 Jy ! Component: 2750 - total flux cleaned = 0.00619649 Jy ! Component: 2800 - total flux cleaned = 0.00619653 Jy ! Component: 2850 - total flux cleaned = 0.00616924 Jy ! Component: 2900 - total flux cleaned = 0.00619613 Jy ! Component: 2950 - total flux cleaned = 0.00620951 Jy ! Component: 3000 - total flux cleaned = 0.00623583 Jy ! Component: 3050 - total flux cleaned = 0.00622264 Jy ! Component: 3100 - total flux cleaned = 0.00624859 Jy ! Component: 3150 - total flux cleaned = 0.0062228 Jy ! Component: 3200 - total flux cleaned = 0.00619725 Jy ! Component: 3250 - total flux cleaned = 0.00624794 Jy ! Component: 3300 - total flux cleaned = 0.00623532 Jy ! Component: 3350 - total flux cleaned = 0.00621022 Jy ! Component: 3400 - total flux cleaned = 0.00619793 Jy ! Component: 3450 - total flux cleaned = 0.00624732 Jy ! Component: 3500 - total flux cleaned = 0.00623507 Jy ! Component: 3550 - total flux cleaned = 0.00629595 Jy ! Component: 3600 - total flux cleaned = 0.00629593 Jy ! Component: 3650 - total flux cleaned = 0.00629585 Jy ! Component: 3700 - total flux cleaned = 0.00630768 Jy ! Component: 3750 - total flux cleaned = 0.00636705 Jy ! Component: 3800 - total flux cleaned = 0.00634343 Jy ! Component: 3850 - total flux cleaned = 0.0063668 Jy ! Component: 3900 - total flux cleaned = 0.00635514 Jy ! Component: 3950 - total flux cleaned = 0.00636677 Jy ! Component: 4000 - total flux cleaned = 0.00637826 Jy ! Component: 4050 - total flux cleaned = 0.00637825 Jy ! Total flux subtracted in 4096 components = 0.00636692 Jy ! Clean residual min=-0.000625 max=0.000669 Jy/beam ! Clean residual mean=0.000000 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.163302 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 373 components and 0.163302 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1611+1856_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.499 x 10.54 at -19.9 degrees (North through East) ! Clean map min=-0.0023844 max=0.12669 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1611+1856_S_map.fits wmodel /image_prod/ug002_uva//J1611+1856_S_map.mod ! Writing 373 model components to file: /image_prod/ug002_uva//J1611+1856_S_map.mod wobs /image_prod/ug002_uva//J1611+1856_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1611+1856_S_uvs.fits wwins /image_prod/ug002_uva//J1611+1856_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1611+1856_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.126691 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000203804 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.482601 0.482601 0.965202 1.9304 3.86081 7.72162 15.4432 30.8865 61.7729 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.126 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 621.631 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1611+1856_S_dfm.log closed on Thu Mar 5 02:36:26 2020