! Started logfile: /image_prod/ug002_uva//J0052+0035_S_dfm.log on Wed Mar 4 18:42:21 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//J0052+0035_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0052+0035_S_uva.fits ! AN table 1: 90 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.993519 visibilities/baseline/integration-bin. ! Found source: J0052+0035 ! ! 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 9657 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 J0052+0035_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.003074Jy sigma=8.486565 ! Fit after self-cal, rms=0.947307Jy sigma=8.022263 ! 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.026 mas, bmaj=14.43 mas, bpa=-18.25 degrees ! Estimated noise=1.23513 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.042119 Jy ! Component: 100 - total flux cleaned = 0.0513047 Jy ! Total flux subtracted in 100 components = 0.0513047 Jy ! Clean residual min=-0.002645 max=0.002660 Jy/beam ! Clean residual mean=-0.000000 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.0513047 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0513047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062460Jy sigma=0.462880 ! Fit after self-cal, rms=0.061416Jy sigma=0.454743 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00272296 Jy ! Component: 100 - total flux cleaned = 0.00334675 Jy ! Total flux subtracted in 100 components = 0.00334675 Jy ! Clean residual min=-0.002107 max=0.002236 Jy/beam ! Clean residual mean=-0.000003 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.0546514 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 17 components and 0.0546514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061225Jy sigma=0.453395 ! Fit after self-cal, rms=0.061216Jy sigma=0.453367 ! 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.647 mas, bmaj=14.36 mas, bpa=-17.64 degrees ! Estimated noise=0.876563 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.000443879 Jy ! Component: 100 - total flux cleaned = 0.000533901 Jy ! Component: 150 - total flux cleaned = 0.000604639 Jy ! Component: 200 - total flux cleaned = 0.000583664 Jy ! Total flux subtracted in 200 components = 0.000583664 Jy ! Clean residual min=-0.001523 max=0.001551 Jy/beam ! Clean residual mean=-0.000003 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.0552351 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 37 components and 0.0552351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061175Jy sigma=0.453182 ! Fit after self-cal, rms=0.061167Jy sigma=0.453172 ! 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.647 x 14.36 at -17.64 degrees (North through East) ! Clean map min=-0.0019322 max=0.055527 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.04 HN 1.06 KP 0.95 ! LA 1.00 MK 1.03 NL 0.98 OV 1.02 ! PT 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.99 HN 1.04 KP 1.02 ! LA 1.00 MK 1.00 NL 0.93 OV 1.03 ! PT 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.02 HN 0.99 KP 0.99 ! LA 1.03 MK 1.00 NL 0.95 OV 1.07 ! PT 0.98 ! ! ! Fit before self-cal, rms=0.061167Jy sigma=0.453172 ! Fit after self-cal, rms=0.060159Jy sigma=0.452695 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.665 mas, bmaj=14.25 mas, bpa=-17.67 degrees ! Estimated noise=0.873473 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.000315302 Jy ! Component: 100 - total flux cleaned = 0.000371027 Jy ! Component: 150 - total flux cleaned = 0.000340234 Jy ! Component: 200 - total flux cleaned = 0.000339751 Jy ! Total flux subtracted in 200 components = 0.000339751 Jy ! Clean residual min=-0.001652 max=0.001591 Jy/beam ! Clean residual mean=-0.000002 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.0555748 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 50 components and 0.0555748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060150Jy sigma=0.452613 ! Fit after self-cal, rms=0.060159Jy sigma=0.452574 ! 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.060159Jy sigma=0.452574 ! Fit after self-cal, rms=0.058590Jy sigma=0.451173 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.665 mas, bmaj=14.25 mas, bpa=-17.69 degrees ! Estimated noise=0.872505 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000263527 Jy ! Component: 100 - total flux cleaned = 0.000276411 Jy ! Component: 150 - total flux cleaned = 0.000286502 Jy ! Component: 200 - total flux cleaned = 0.000296198 Jy ! Total flux subtracted in 200 components = 0.000296198 Jy ! Clean residual min=-0.001340 max=0.001580 Jy/beam ! Clean residual mean=-0.000002 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.055871 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.055871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058586Jy sigma=0.451139 ! Fit after self-cal, rms=0.058605Jy sigma=0.451077 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 (92.5, -70). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000482991 Jy ! Component: 100 - total flux cleaned = 0.000435209 Jy ! Component: 150 - total flux cleaned = 0.00040724 Jy ! Component: 200 - total flux cleaned = 0.000359833 Jy ! Total flux subtracted in 200 components = 0.000359833 Jy ! Clean residual min=-0.001267 max=0.001254 Jy/beam ! Clean residual mean=-0.000001 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.0562309 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 78 components and 0.0562309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058553Jy sigma=0.450705 ! Fit after self-cal, rms=0.058542Jy sigma=0.450663 ! 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.058542Jy sigma=0.450663 ! Fit after self-cal, rms=0.058093Jy sigma=0.450536 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.672 mas, bmaj=14.18 mas, bpa=-17.68 degrees ! Estimated noise=0.867083 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.83586e-05 Jy ! Component: 100 - total flux cleaned = -0.000219811 Jy ! Component: 150 - total flux cleaned = -0.000321301 Jy ! Component: 200 - total flux cleaned = -0.000358873 Jy ! Total flux subtracted in 200 components = -0.000358873 Jy ! Clean residual min=-0.001238 max=0.001224 Jy/beam ! Clean residual mean=-0.000001 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.055872 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 91 components and 0.055872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058074Jy sigma=0.450411 ! Fit after self-cal, rms=0.058075Jy sigma=0.450395 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.000177449 Jy ! Component: 100 - total flux cleaned = -0.000226983 Jy ! Component: 150 - total flux cleaned = -0.000242232 Jy ! Component: 200 - total flux cleaned = -0.000256235 Jy ! Total flux subtracted in 200 components = -0.000256235 Jy ! Clean residual min=-0.001260 max=0.001226 Jy/beam ! Clean residual mean=-0.000001 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.0556158 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 98 components and 0.0556158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058066Jy sigma=0.450338 ! Fit after self-cal, rms=0.058065Jy sigma=0.450335 ! 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.058065Jy sigma=0.450335 ! Fit after self-cal, rms=0.057942Jy sigma=0.450320 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.055 mas, bmaj=14.71 mas, bpa=-10.93 degrees ! Estimated noise=0.999916 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000328694 Jy ! Component: 100 - total flux cleaned = -0.000393165 Jy ! Component: 150 - total flux cleaned = -0.000462563 Jy ! Component: 200 - total flux cleaned = -0.000522672 Jy ! Total flux subtracted in 200 components = -0.000522672 Jy ! Clean residual min=-0.001298 max=0.001317 Jy/beam ! Clean residual mean=-0.000002 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.0550931 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 112 components and 0.0550931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057938Jy sigma=0.450291 ! Fit after self-cal, rms=0.057939Jy sigma=0.450283 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.000126222 Jy ! Component: 100 - total flux cleaned = -0.000170879 Jy ! Component: 150 - total flux cleaned = -0.00021028 Jy ! Component: 200 - total flux cleaned = -0.000227584 Jy ! Total flux subtracted in 200 components = -0.000227584 Jy ! Clean residual min=-0.001269 max=0.001299 Jy/beam ! Clean residual mean=-0.000003 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.0548655 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 127 components and 0.0548655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057938Jy sigma=0.450277 ! Fit after self-cal, rms=0.057938Jy sigma=0.450274 ! 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.674 mas, bmaj=14.14 mas, bpa=-17.69 degrees ! Estimated noise=0.865417 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.674 x 14.14 at -17.69 degrees (North through East) ! Clean map min=-0.0016938 max=0.055311 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.042 mas, bmaj=14.23 mas, bpa=-18.27 degrees ! Estimated noise=1.22943 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0428736 Jy ! Component: 100 - total flux cleaned = 0.0522877 Jy ! Component: 150 - total flux cleaned = 0.0545632 Jy ! Component: 200 - total flux cleaned = 0.0550537 Jy ! Total flux subtracted in 200 components = 0.0550537 Jy ! Clean residual min=-0.001948 max=0.002102 Jy/beam ! Clean residual mean=-0.000001 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.0550536 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.0550536 Jy ! Inverting map and beam ! Estimated beam: bmin=3.674 mas, bmaj=14.14 mas, bpa=-17.69 degrees ! Estimated noise=0.865417 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.00022268 Jy ! Component: 100 - total flux cleaned = -3.38848e-05 Jy ! Component: 150 - total flux cleaned = 0.000121836 Jy ! Component: 200 - total flux cleaned = 0.000155053 Jy ! Total flux subtracted in 200 components = 0.000155053 Jy ! Clean residual min=-0.001437 max=0.001345 Jy/beam ! Clean residual mean=-0.000001 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.0552087 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 46 components and 0.0552087 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.055 mas, bmaj=14.71 mas, bpa=-10.93 degrees ! Estimated noise=0.999916 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.69032e-05 Jy ! Component: 100 - total flux cleaned = -9.78533e-06 Jy ! Component: 150 - total flux cleaned = -9.22931e-06 Jy ! Component: 200 - total flux cleaned = -4.83488e-05 Jy ! Total flux subtracted in 200 components = -4.83488e-05 Jy ! Clean residual min=-0.001361 max=0.001375 Jy/beam ! Clean residual mean=-0.000002 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.0551603 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.09311e-08 Jy ! Component: 100 - total flux cleaned = -3.25919e-05 Jy ! Component: 150 - total flux cleaned = -6.23867e-05 Jy ! Component: 200 - total flux cleaned = -7.66463e-05 Jy ! Total flux subtracted in 200 components = -7.66463e-05 Jy ! Clean residual min=-0.001333 max=0.001349 Jy/beam ! Clean residual mean=-0.000002 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0550837 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 84 components and 0.0550837 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.674 mas, bmaj=14.14 mas, bpa=-17.69 degrees ! Estimated noise=0.865417 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000118443 Jy ! Component: 100 - total flux cleaned = -0.000140182 Jy ! Component: 150 - total flux cleaned = -0.000200292 Jy ! Component: 200 - total flux cleaned = -0.000255879 Jy ! Total flux subtracted in 200 components = -0.000255879 Jy ! Clean residual min=-0.001362 max=0.001250 Jy/beam ! Clean residual mean=-0.000001 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.0548278 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 102 components and 0.0548278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057951Jy sigma=0.450379 ! Fit after self-cal, rms=0.057959Jy sigma=0.450359 wmodel J0052+0035_S_map.mod ! Writing 102 model components to file: J0052+0035_S_map.mod wobs J0052+0035_S_uvs.fits ! Writing UV FITS file: J0052+0035_S_uvs.fits wwins J0052+0035_S_map.win ! wwins: Wrote 2 windows to J0052+0035_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.000224124 Jy ! Component: 100 - total flux cleaned = -0.000441491 Jy ! Component: 150 - total flux cleaned = -0.000646208 Jy ! Component: 200 - total flux cleaned = -0.000863489 Jy ! Component: 250 - total flux cleaned = -0.00107387 Jy ! Component: 300 - total flux cleaned = -0.00120439 Jy ! Component: 350 - total flux cleaned = -0.00134945 Jy ! Component: 400 - total flux cleaned = -0.00147252 Jy ! Component: 450 - total flux cleaned = -0.00150652 Jy ! Component: 500 - total flux cleaned = -0.00155684 Jy ! Component: 550 - total flux cleaned = -0.00152404 Jy ! Component: 600 - total flux cleaned = -0.00160539 Jy ! Component: 650 - total flux cleaned = -0.00163713 Jy ! Component: 700 - total flux cleaned = -0.00166825 Jy ! Component: 750 - total flux cleaned = -0.00166834 Jy ! Component: 800 - total flux cleaned = -0.00169871 Jy ! Component: 850 - total flux cleaned = -0.00177253 Jy ! Component: 900 - total flux cleaned = -0.00181556 Jy ! Component: 950 - total flux cleaned = -0.00180082 Jy ! Component: 1000 - total flux cleaned = -0.00180066 Jy ! Component: 1050 - total flux cleaned = -0.00178678 Jy ! Component: 1100 - total flux cleaned = -0.00177342 Jy ! Component: 1150 - total flux cleaned = -0.00181332 Jy ! Component: 1200 - total flux cleaned = -0.00180024 Jy ! Component: 1250 - total flux cleaned = -0.00180029 Jy ! Component: 1300 - total flux cleaned = -0.00173665 Jy ! Component: 1350 - total flux cleaned = -0.00179968 Jy ! Component: 1400 - total flux cleaned = -0.00182419 Jy ! Component: 1450 - total flux cleaned = -0.00179919 Jy ! Component: 1500 - total flux cleaned = -0.00172666 Jy ! Component: 1550 - total flux cleaned = -0.00170299 Jy ! Component: 1600 - total flux cleaned = -0.00171489 Jy ! Component: 1650 - total flux cleaned = -0.00170318 Jy ! Component: 1700 - total flux cleaned = -0.00166845 Jy ! Component: 1750 - total flux cleaned = -0.00167983 Jy ! Component: 1800 - total flux cleaned = -0.00165712 Jy ! Component: 1850 - total flux cleaned = -0.00166831 Jy ! Component: 1900 - total flux cleaned = -0.00169032 Jy ! Component: 1950 - total flux cleaned = -0.00171213 Jy ! Component: 2000 - total flux cleaned = -0.00169064 Jy ! Component: 2050 - total flux cleaned = -0.0017334 Jy ! Component: 2100 - total flux cleaned = -0.00171222 Jy ! Component: 2150 - total flux cleaned = -0.00177489 Jy ! Component: 2200 - total flux cleaned = -0.00177487 Jy ! Component: 2250 - total flux cleaned = -0.00180565 Jy ! Component: 2300 - total flux cleaned = -0.0018056 Jy ! Component: 2350 - total flux cleaned = -0.00186616 Jy ! Component: 2400 - total flux cleaned = -0.00186614 Jy ! Component: 2450 - total flux cleaned = -0.00190577 Jy ! Component: 2500 - total flux cleaned = -0.00190588 Jy ! Component: 2550 - total flux cleaned = -0.00194475 Jy ! Component: 2600 - total flux cleaned = -0.00195434 Jy ! Component: 2650 - total flux cleaned = -0.00194476 Jy ! Component: 2700 - total flux cleaned = -0.00196367 Jy ! Component: 2750 - total flux cleaned = -0.00199183 Jy ! Component: 2800 - total flux cleaned = -0.00199185 Jy ! Component: 2850 - total flux cleaned = -0.00198266 Jy ! Component: 2900 - total flux cleaned = -0.00200107 Jy ! Component: 2950 - total flux cleaned = -0.00198295 Jy ! Component: 3000 - total flux cleaned = -0.00201906 Jy ! Component: 3050 - total flux cleaned = -0.00199221 Jy ! Component: 3100 - total flux cleaned = -0.00200108 Jy ! Component: 3150 - total flux cleaned = -0.00195698 Jy ! Component: 3200 - total flux cleaned = -0.00198331 Jy ! Component: 3250 - total flux cleaned = -0.0019485 Jy ! Component: 3300 - total flux cleaned = -0.00194 Jy ! Component: 3350 - total flux cleaned = -0.00189721 Jy ! Component: 3400 - total flux cleaned = -0.00189726 Jy ! Component: 3450 - total flux cleaned = -0.0019056 Jy ! Component: 3500 - total flux cleaned = -0.00184704 Jy ! Component: 3550 - total flux cleaned = -0.00186371 Jy ! Component: 3600 - total flux cleaned = -0.0018389 Jy ! Component: 3650 - total flux cleaned = -0.00184705 Jy ! Component: 3700 - total flux cleaned = -0.0018388 Jy ! Component: 3750 - total flux cleaned = -0.00183883 Jy ! Component: 3800 - total flux cleaned = -0.00179051 Jy ! Component: 3850 - total flux cleaned = -0.00183062 Jy ! Component: 3900 - total flux cleaned = -0.00181469 Jy ! Component: 3950 - total flux cleaned = -0.00183842 Jy ! Component: 4000 - total flux cleaned = -0.00179124 Jy ! Component: 4050 - total flux cleaned = -0.00180684 Jy ! Total flux subtracted in 4096 components = -0.00179132 Jy ! Clean residual min=-0.000529 max=0.000445 Jy/beam ! Clean residual mean=-0.000000 rms=0.000153 Jy/beam ! Combined flux in latest and established models = 0.0530365 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 397 components and 0.0530365 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0052+0035_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.674 x 14.14 at -17.69 degrees (North through East) ! Clean map min=-0.0016125 max=0.05485 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0052+0035_S_map.fits wmodel /image_prod/ug002_uva//J0052+0035_S_map.mod ! Writing 397 model components to file: /image_prod/ug002_uva//J0052+0035_S_map.mod wobs /image_prod/ug002_uva//J0052+0035_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0052+0035_S_uvs.fits wwins /image_prod/ug002_uva//J0052+0035_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0052+0035_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0548498 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000150512 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.82322 0.82322 1.64644 3.29288 6.58576 13.1715 26.3431 52.6861 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.054 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 364.422 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0052+0035_S_dfm.log closed on Wed Mar 4 18:42:26 2020