! Started logfile: /image_prod/ug002_uvm//J2045+7625_S_a_dfm.log on Wed Mar 4 17:40:34 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_uvm//J2045+7625_S_a_uvm.fits ! Reading UV FITS file: /image_prod/ug002_uvm//J2045+7625_S_a_uvm.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! AN table 2: 85 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.915709 visibilities/baseline/integration-bin. ! Found source: J2045+7625 ! ! 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 14340 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 J2045+7625_S_a] 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 30 telescope corrections were flagged in sub-array 1. ! A total of 25 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! A total of 25 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! A total of 25 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.006527Jy sigma=7.426106 ! Fit after self-cal, rms=0.928887Jy sigma=6.852590 ! 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.525 mas, bmaj=4.235 mas, bpa=28.96 degrees ! Estimated noise=1.32198 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.0572616 Jy ! Component: 100 - total flux cleaned = 0.0704229 Jy ! Total flux subtracted in 100 components = 0.0704229 Jy ! Clean residual min=-0.002867 max=0.004591 Jy/beam ! Clean residual mean=-0.000002 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.0704229 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0704229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068530Jy sigma=0.451133 ! Fit after self-cal, rms=0.068054Jy sigma=0.447560 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00470969 Jy ! Component: 100 - total flux cleaned = 0.0064728 Jy ! Total flux subtracted in 100 components = 0.0064728 Jy ! Clean residual min=-0.002806 max=0.002822 Jy/beam ! Clean residual mean=0.000001 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.0768957 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 9 components and 0.0768957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067802Jy sigma=0.445451 ! Fit after self-cal, rms=0.067814Jy sigma=0.445430 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.365 mas, bmaj=5.414 mas, bpa=21.45 degrees ! Estimated noise=0.822165 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.000996828 Jy ! Component: 100 - total flux cleaned = 0.00103837 Jy ! Component: 150 - total flux cleaned = 0.00105567 Jy ! Component: 200 - total flux cleaned = 0.0010559 Jy ! Total flux subtracted in 200 components = 0.0010559 Jy ! Clean residual min=-0.001940 max=0.001848 Jy/beam ! Clean residual mean=0.000002 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.0779516 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 14 components and 0.0779516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067800Jy sigma=0.445286 ! Fit after self-cal, rms=0.067801Jy sigma=0.445277 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.365 x 5.414 at 21.45 degrees (North through East) ! Clean map min=-0.0018822 max=0.073598 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.99 HN 0.98 KP 0.93 ! LA 1.01 MK 0.99 OV 0.92 PT 1.03 ! SC 0.87 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 1.07 HN 1.05 KP 0.99 ! LA 1.02 NL 0.92 OV 0.98 PT 1.05 ! SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 1.01 KP 0.93 ! LA 0.96 MK 1.00 OV 0.92 PT 1.04 ! SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.97 FD 1.05 HN 0.99 KP 1.03 ! LA 0.94 NL 0.94 OV 1.03 PT 1.02 ! SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.95 HN 1.00 KP 0.97 ! LA 0.93 MK 0.93 OV 1.00 PT 0.99 ! SC 0.89 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 1.07 HN 1.18 KP 1.03 ! LA 0.97 NL 0.92 OV 1.07 PT 1.03 ! SC 1.14 ! ! ! Fit before self-cal, rms=0.067801Jy sigma=0.445277 ! Fit after self-cal, rms=0.067451Jy sigma=0.443003 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.348 mas, bmaj=5.348 mas, bpa=22.89 degrees ! Estimated noise=0.821845 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.00014982 Jy ! Component: 100 - total flux cleaned = 0.000173576 Jy ! Component: 150 - total flux cleaned = 0.000174011 Jy ! Component: 200 - total flux cleaned = 0.000174542 Jy ! Total flux subtracted in 200 components = 0.000174542 Jy ! Clean residual min=-0.001712 max=0.001806 Jy/beam ! Clean residual mean=0.000004 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.0781262 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 22 components and 0.0781262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067436Jy sigma=0.442922 ! Fit after self-cal, rms=0.067454Jy sigma=0.442845 ! 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.067454Jy sigma=0.442845 ! Fit after self-cal, rms=0.069041Jy sigma=0.439953 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.339 mas, bmaj=5.366 mas, bpa=23.4 degrees ! Estimated noise=0.822979 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.07246e-05 Jy ! Component: 100 - total flux cleaned = 8.06935e-05 Jy ! Component: 150 - total flux cleaned = 8.04475e-05 Jy ! Component: 200 - total flux cleaned = 7.15242e-05 Jy ! Total flux subtracted in 200 components = 7.15242e-05 Jy ! Clean residual min=-0.001404 max=0.001516 Jy/beam ! Clean residual mean=0.000003 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.0781977 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 30 components and 0.0781977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069037Jy sigma=0.439935 ! Fit after self-cal, rms=0.069098Jy sigma=0.439804 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 (34.5, 21.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135057 Jy ! Component: 100 - total flux cleaned = 0.00154348 Jy ! Component: 150 - total flux cleaned = 0.00167266 Jy ! Component: 200 - total flux cleaned = 0.00171781 Jy ! Total flux subtracted in 200 components = 0.00171781 Jy ! Clean residual min=-0.001336 max=0.001379 Jy/beam ! Clean residual mean=0.000001 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.0799155 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 50 components and 0.0799155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069061Jy sigma=0.439568 ! Fit after self-cal, rms=0.069054Jy sigma=0.439546 ! 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.069054Jy sigma=0.439546 ! Fit after self-cal, rms=0.069310Jy sigma=0.439535 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.337 mas, bmaj=5.366 mas, bpa=23.27 degrees ! Estimated noise=0.82376 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000363064 Jy ! Component: 100 - total flux cleaned = 0.000384212 Jy ! Component: 150 - total flux cleaned = 0.000423034 Jy ! Component: 200 - total flux cleaned = 0.000441677 Jy ! Total flux subtracted in 200 components = 0.000441677 Jy ! Clean residual min=-0.001335 max=0.001374 Jy/beam ! Clean residual mean=0.000001 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.0803572 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 57 components and 0.0803572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069297Jy sigma=0.439458 ! Fit after self-cal, rms=0.069302Jy sigma=0.439453 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.000115782 Jy ! Component: 100 - total flux cleaned = 0.000132628 Jy ! Component: 150 - total flux cleaned = 0.000164991 Jy ! Component: 200 - total flux cleaned = 0.000195514 Jy ! Total flux subtracted in 200 components = 0.000195514 Jy ! Clean residual min=-0.001338 max=0.001380 Jy/beam ! Clean residual mean=0.000001 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0805527 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 63 components and 0.0805527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069293Jy sigma=0.439408 ! Fit after self-cal, rms=0.069293Jy sigma=0.439406 ! 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.069293Jy sigma=0.439406 ! Fit after self-cal, rms=0.069283Jy sigma=0.439401 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.564 mas, bmaj=10.45 mas, bpa=22.18 degrees ! Estimated noise=0.971533 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.30783e-05 Jy ! Component: 100 - total flux cleaned = 0.000120239 Jy ! Component: 150 - total flux cleaned = 0.000170854 Jy ! Component: 200 - total flux cleaned = 0.000216215 Jy ! Total flux subtracted in 200 components = 0.000216215 Jy ! Clean residual min=-0.001410 max=0.001458 Jy/beam ! Clean residual mean=0.000003 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0807689 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 79 components and 0.0807689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069281Jy sigma=0.439385 ! Fit after self-cal, rms=0.069281Jy sigma=0.439383 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.54837e-05 Jy ! Component: 100 - total flux cleaned = 0.000105215 Jy ! Component: 150 - total flux cleaned = 0.000119815 Jy ! Component: 200 - total flux cleaned = 0.000139651 Jy ! Total flux subtracted in 200 components = 0.000139651 Jy ! Clean residual min=-0.001401 max=0.001461 Jy/beam ! Clean residual mean=0.000003 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.0809086 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 86 components and 0.0809086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069281Jy sigma=0.439380 ! Fit after self-cal, rms=0.069280Jy sigma=0.439379 ! 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=4.337 mas, bmaj=5.365 mas, bpa=23.28 degrees ! Estimated noise=0.824147 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.337 x 5.365 at 23.28 degrees (North through East) ! Clean map min=-0.0012822 max=0.073738 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.486 mas, bmaj=4.2 mas, bpa=31.93 degrees ! Estimated noise=1.31245 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0570456 Jy ! Component: 100 - total flux cleaned = 0.0703253 Jy ! Component: 150 - total flux cleaned = 0.0748788 Jy ! Component: 200 - total flux cleaned = 0.0766148 Jy ! Total flux subtracted in 200 components = 0.0766148 Jy ! Clean residual min=-0.002308 max=0.002158 Jy/beam ! Clean residual mean=0.000002 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.0766148 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.0766148 Jy ! Inverting map and beam ! Estimated beam: bmin=4.337 mas, bmaj=5.365 mas, bpa=23.28 degrees ! Estimated noise=0.824147 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.00160722 Jy ! Component: 100 - total flux cleaned = 0.00256197 Jy ! Component: 150 - total flux cleaned = 0.00295785 Jy ! Component: 200 - total flux cleaned = 0.00325748 Jy ! Total flux subtracted in 200 components = 0.00325748 Jy ! Clean residual min=-0.001365 max=0.001392 Jy/beam ! Clean residual mean=0.000001 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.0798722 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 33 components and 0.0798722 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.564 mas, bmaj=10.45 mas, bpa=22.18 degrees ! Estimated noise=0.971533 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000313658 Jy ! Component: 100 - total flux cleaned = 0.000410242 Jy ! Component: 150 - total flux cleaned = 0.00051039 Jy ! Component: 200 - total flux cleaned = 0.000598447 Jy ! Total flux subtracted in 200 components = 0.000598447 Jy ! Clean residual min=-0.001397 max=0.001460 Jy/beam ! Clean residual mean=0.000003 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.0804707 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.73914e-05 Jy ! Component: 100 - total flux cleaned = 0.000146023 Jy ! Component: 150 - total flux cleaned = 0.000207271 Jy ! Component: 200 - total flux cleaned = 0.000261863 Jy ! Total flux subtracted in 200 components = 0.000261863 Jy ! Clean residual min=-0.001397 max=0.001465 Jy/beam ! Clean residual mean=0.000003 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0807325 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 56 components and 0.0807325 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.337 mas, bmaj=5.365 mas, bpa=23.28 degrees ! Estimated noise=0.824147 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.22679e-05 Jy ! Component: 100 - total flux cleaned = -3.11789e-05 Jy ! Component: 150 - total flux cleaned = 6.05588e-06 Jy ! Component: 200 - total flux cleaned = 3.91536e-05 Jy ! Total flux subtracted in 200 components = 3.91536e-05 Jy ! Clean residual min=-0.001338 max=0.001376 Jy/beam ! Clean residual mean=0.000002 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0807717 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 69 components and 0.0807717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069286Jy sigma=0.439421 ! Fit after self-cal, rms=0.069284Jy sigma=0.439414 wmodel J2045+7625_S_a_map.mod ! Writing 69 model components to file: J2045+7625_S_a_map.mod wobs J2045+7625_S_a_uvs.fits ! Writing UV FITS file: J2045+7625_S_a_uvs.fits wwins J2045+7625_S_a_map.win ! wwins: Wrote 2 windows to J2045+7625_S_a_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.000156794 Jy ! Component: 100 - total flux cleaned = 0.000228526 Jy ! Component: 150 - total flux cleaned = 0.00022909 Jy ! Component: 200 - total flux cleaned = 0.000119847 Jy ! Component: 250 - total flux cleaned = 0.000140484 Jy ! Component: 300 - total flux cleaned = 0.000160938 Jy ! Component: 350 - total flux cleaned = 0.000221089 Jy ! Component: 400 - total flux cleaned = 0.000220379 Jy ! Component: 450 - total flux cleaned = 0.000102811 Jy ! Component: 500 - total flux cleaned = 0.000102955 Jy ! Component: 550 - total flux cleaned = 4.56737e-05 Jy ! Component: 600 - total flux cleaned = -2.94357e-05 Jy ! Component: 650 - total flux cleaned = -2.96138e-05 Jy ! Component: 700 - total flux cleaned = -4.81959e-05 Jy ! Component: 750 - total flux cleaned = -0.000102463 Jy ! Component: 800 - total flux cleaned = -8.45897e-05 Jy ! Component: 850 - total flux cleaned = -0.000155294 Jy ! Component: 900 - total flux cleaned = -0.000120125 Jy ! Component: 950 - total flux cleaned = -0.000172084 Jy ! Component: 1000 - total flux cleaned = -0.000103077 Jy ! Component: 1050 - total flux cleaned = -0.000119992 Jy ! Component: 1100 - total flux cleaned = -6.91571e-05 Jy ! Component: 1150 - total flux cleaned = -6.91084e-05 Jy ! Component: 1200 - total flux cleaned = -1.96172e-05 Jy ! Component: 1250 - total flux cleaned = 1.29849e-05 Jy ! Component: 1300 - total flux cleaned = -3.21748e-06 Jy ! Component: 1350 - total flux cleaned = 0.000125578 Jy ! Component: 1400 - total flux cleaned = 0.000125105 Jy ! Component: 1450 - total flux cleaned = 6.17124e-05 Jy ! Component: 1500 - total flux cleaned = 0.000124768 Jy ! Component: 1550 - total flux cleaned = 0.000124856 Jy ! Component: 1600 - total flux cleaned = 0.000140289 Jy ! Component: 1650 - total flux cleaned = 0.000140164 Jy ! Component: 1700 - total flux cleaned = 0.000155472 Jy ! Component: 1750 - total flux cleaned = 0.000200864 Jy ! Component: 1800 - total flux cleaned = 0.000125828 Jy ! Component: 1850 - total flux cleaned = 0.000259758 Jy ! Component: 1900 - total flux cleaned = 0.000185718 Jy ! Component: 1950 - total flux cleaned = 0.000214968 Jy ! Component: 2000 - total flux cleaned = 0.000200248 Jy ! Component: 2050 - total flux cleaned = 0.000185727 Jy ! Component: 2100 - total flux cleaned = 0.0002432 Jy ! Component: 2150 - total flux cleaned = 0.000186018 Jy ! Component: 2200 - total flux cleaned = 0.000186031 Jy ! Component: 2250 - total flux cleaned = 0.000186072 Jy ! Component: 2300 - total flux cleaned = 0.000172098 Jy ! Component: 2350 - total flux cleaned = 0.000214111 Jy ! Component: 2400 - total flux cleaned = 0.000186381 Jy ! Component: 2450 - total flux cleaned = 0.000172417 Jy ! Component: 2500 - total flux cleaned = 0.000186143 Jy ! Component: 2550 - total flux cleaned = 0.000172527 Jy ! Component: 2600 - total flux cleaned = 0.000186062 Jy ! Component: 2650 - total flux cleaned = 0.000172515 Jy ! Component: 2700 - total flux cleaned = 0.00014565 Jy ! Component: 2750 - total flux cleaned = 0.000118999 Jy ! Component: 2800 - total flux cleaned = 5.27855e-05 Jy ! Component: 2850 - total flux cleaned = 9.24234e-05 Jy ! Component: 2900 - total flux cleaned = 6.62838e-05 Jy ! Component: 2950 - total flux cleaned = 1.40924e-05 Jy ! Component: 3000 - total flux cleaned = 1.40552e-05 Jy ! Component: 3050 - total flux cleaned = -2.4642e-05 Jy ! Component: 3100 - total flux cleaned = -2.47565e-05 Jy ! Component: 3150 - total flux cleaned = -7.59048e-05 Jy ! Component: 3200 - total flux cleaned = -0.000152374 Jy ! Component: 3250 - total flux cleaned = -0.000164963 Jy ! Component: 3300 - total flux cleaned = -0.000190128 Jy ! Component: 3350 - total flux cleaned = -0.000177612 Jy ! Component: 3400 - total flux cleaned = -0.000215022 Jy ! Component: 3450 - total flux cleaned = -0.000252281 Jy ! Component: 3500 - total flux cleaned = -0.000264742 Jy ! Component: 3550 - total flux cleaned = -0.000338613 Jy ! Component: 3600 - total flux cleaned = -0.000338668 Jy ! Component: 3650 - total flux cleaned = -0.00038747 Jy ! Component: 3700 - total flux cleaned = -0.000399549 Jy ! Component: 3750 - total flux cleaned = -0.0004116 Jy ! Component: 3800 - total flux cleaned = -0.000471745 Jy ! Component: 3850 - total flux cleaned = -0.000471723 Jy ! Component: 3900 - total flux cleaned = -0.000495568 Jy ! Component: 3950 - total flux cleaned = -0.000507397 Jy ! Component: 4000 - total flux cleaned = -0.000460101 Jy ! Component: 4050 - total flux cleaned = -0.000519045 Jy ! Total flux subtracted in 4096 components = -0.000566013 Jy ! Clean residual min=-0.000646 max=0.000735 Jy/beam ! Clean residual mean=0.000000 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.0802057 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 349 components and 0.0802057 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uvm//J2045+7625_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.337 x 5.365 at 23.28 degrees (North through East) ! Clean map min=-0.0012144 max=0.07382 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uvm//J2045+7625_S_a_map.fits wmodel /image_prod/ug002_uvm//J2045+7625_S_a_map.mod ! Writing 349 model components to file: /image_prod/ug002_uvm//J2045+7625_S_a_map.mod wobs /image_prod/ug002_uvm//J2045+7625_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uvm//J2045+7625_S_a_uvs.fits wwins /image_prod/ug002_uvm//J2045+7625_S_a_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uvm//J2045+7625_S_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0738204 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000215453 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.875585 0.875585 1.75117 3.50234 7.00468 14.0094 28.0187 56.0374 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.073 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 342.628 quit ! Quitting program ! Log file /image_prod/ug002_uvm//J2045+7625_S_a_dfm.log closed on Wed Mar 4 17:40:38 2020