! Started logfile: /image_prod/ug002_uva//J1427+2632_S_dfm.log on Thu Mar 5 01:45:05 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//J1427+2632_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1427+2632_S_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.787037 visibilities/baseline/integration-bin. ! Found source: J1427+2632 ! ! 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 6375 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 J1427+2632_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 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000448Jy sigma=9.751648 ! Fit after self-cal, rms=0.969534Jy sigma=9.457844 ! 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.046 mas, bmaj=10.99 mas, bpa=-22.51 degrees ! Estimated noise=1.38043 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.0242318 Jy ! Component: 100 - total flux cleaned = 0.0303665 Jy ! Total flux subtracted in 100 components = 0.0303665 Jy ! Clean residual min=-0.002701 max=0.002732 Jy/beam ! Clean residual mean=-0.000007 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.0303665 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0303665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056993Jy sigma=0.458573 ! Fit after self-cal, rms=0.055798Jy sigma=0.446398 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00456212 Jy ! Component: 100 - total flux cleaned = 0.00695871 Jy ! Total flux subtracted in 100 components = 0.00695871 Jy ! Clean residual min=-0.002466 max=0.002424 Jy/beam ! Clean residual mean=-0.000004 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.0373252 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 20 components and 0.0373252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055429Jy sigma=0.442460 ! Fit after self-cal, rms=0.055413Jy sigma=0.442200 ! 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.757 mas, bmaj=11.49 mas, bpa=-22.68 degrees ! Estimated noise=0.93534 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.0017314 Jy ! Component: 100 - total flux cleaned = 0.00267697 Jy ! Component: 150 - total flux cleaned = 0.00293899 Jy ! Component: 200 - total flux cleaned = 0.00298194 Jy ! Total flux subtracted in 200 components = 0.00298194 Jy ! Clean residual min=-0.001736 max=0.001777 Jy/beam ! Clean residual mean=-0.000002 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.0403071 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 42 components and 0.0403071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055350Jy sigma=0.441596 ! Fit after self-cal, rms=0.055347Jy sigma=0.441491 ! 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.757 x 11.49 at -22.68 degrees (North through East) ! Clean map min=-0.0017744 max=0.032311 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.80 FD 1.01 HN 1.04 KP 1.00 ! LA 0.90 MK 0.97 NL 0.97 OV 1.09 ! PT 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.69 FD 1.00 HN 1.01 KP 1.04 ! LA 1.01 MK 1.02 NL 1.00 OV 1.10 ! PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.01 HN 0.99 KP 0.95 ! LA 1.03 MK 1.00 NL 0.96 OV 1.08 ! PT 1.05 ! ! ! Fit before self-cal, rms=0.055347Jy sigma=0.441491 ! Fit after self-cal, rms=0.052441Jy sigma=0.440587 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.762 mas, bmaj=11.3 mas, bpa=-22.77 degrees ! Estimated noise=0.929955 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.000705962 Jy ! Component: 100 - total flux cleaned = 0.000897403 Jy ! Component: 150 - total flux cleaned = 0.000980322 Jy ! Component: 200 - total flux cleaned = 0.000980442 Jy ! Total flux subtracted in 200 components = 0.000980442 Jy ! Clean residual min=-0.001709 max=0.001646 Jy/beam ! Clean residual mean=-0.000002 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0412876 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.0412876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052427Jy sigma=0.440412 ! Fit after self-cal, rms=0.052430Jy sigma=0.440235 ! 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.052430Jy sigma=0.440235 ! Fit after self-cal, rms=0.050007Jy sigma=0.438803 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.764 mas, bmaj=11.19 mas, bpa=-23.04 degrees ! Estimated noise=0.930184 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000406176 Jy ! Component: 100 - total flux cleaned = 0.000552302 Jy ! Component: 150 - total flux cleaned = 0.000638992 Jy ! Component: 200 - total flux cleaned = 0.000651296 Jy ! Total flux subtracted in 200 components = 0.000651296 Jy ! Clean residual min=-0.001507 max=0.001570 Jy/beam ! Clean residual mean=-0.000000 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.0419389 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.0419389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049997Jy sigma=0.438678 ! Fit after self-cal, rms=0.049993Jy sigma=0.438450 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 = 9.80951e-05 Jy ! Component: 100 - total flux cleaned = 9.81834e-05 Jy ! Component: 150 - total flux cleaned = 7.20614e-05 Jy ! Component: 200 - total flux cleaned = 7.27654e-05 Jy ! Total flux subtracted in 200 components = 7.27654e-05 Jy ! Clean residual min=-0.001526 max=0.001536 Jy/beam ! Clean residual mean=0.000000 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.0420116 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 60 components and 0.0420116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049987Jy sigma=0.438379 ! Fit after self-cal, rms=0.049988Jy sigma=0.438371 ! 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.049988Jy sigma=0.438371 ! Fit after self-cal, rms=0.049681Jy sigma=0.438283 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.767 mas, bmaj=11.13 mas, bpa=-23.17 degrees ! Estimated noise=0.930957 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000349151 Jy ! Component: 100 - total flux cleaned = 0.000468393 Jy ! Component: 150 - total flux cleaned = 0.000528244 Jy ! Component: 200 - total flux cleaned = 0.000528263 Jy ! Total flux subtracted in 200 components = 0.000528263 Jy ! Clean residual min=-0.001539 max=0.001494 Jy/beam ! Clean residual mean=0.000001 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.0425399 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 64 components and 0.0425399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049675Jy sigma=0.438193 ! Fit after self-cal, rms=0.049679Jy sigma=0.438159 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.000100054 Jy ! Component: 100 - total flux cleaned = 0.000112099 Jy ! Component: 150 - total flux cleaned = 0.000111953 Jy ! Component: 200 - total flux cleaned = 0.000101489 Jy ! Total flux subtracted in 200 components = 0.000101489 Jy ! Clean residual min=-0.001536 max=0.001483 Jy/beam ! Clean residual mean=0.000001 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.0426414 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 66 components and 0.0426414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049675Jy sigma=0.438109 ! Fit after self-cal, rms=0.049673Jy sigma=0.438094 ! 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.049673Jy sigma=0.438094 ! Fit after self-cal, rms=0.049575Jy sigma=0.438074 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.333 mas, bmaj=13.12 mas, bpa=-21.81 degrees ! Estimated noise=1.08802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000191345 Jy ! Component: 100 - total flux cleaned = 0.000233591 Jy ! Component: 150 - total flux cleaned = 0.000259436 Jy ! Component: 200 - total flux cleaned = 0.000273875 Jy ! Total flux subtracted in 200 components = 0.000273875 Jy ! Clean residual min=-0.001741 max=0.001638 Jy/beam ! Clean residual mean=0.000003 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.0429153 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 78 components and 0.0429153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049572Jy sigma=0.438053 ! Fit after self-cal, rms=0.049577Jy sigma=0.438037 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.64939e-05 Jy ! Component: 100 - total flux cleaned = -9.4233e-06 Jy ! Component: 150 - total flux cleaned = -1.83273e-06 Jy ! Component: 200 - total flux cleaned = 1.15631e-05 Jy ! Total flux subtracted in 200 components = 1.15631e-05 Jy ! Clean residual min=-0.001742 max=0.001658 Jy/beam ! Clean residual mean=0.000003 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.0429268 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 82 components and 0.0429268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049575Jy sigma=0.438034 ! Fit after self-cal, rms=0.049576Jy sigma=0.438024 ! 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.769 mas, bmaj=11.1 mas, bpa=-23.18 degrees ! Estimated noise=0.930555 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.769 x 11.1 at -23.18 degrees (North through East) ! Clean map min=-0.0015051 max=0.031668 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.052 mas, bmaj=10.64 mas, bpa=-22.83 degrees ! Estimated noise=1.36324 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0252539 Jy ! Component: 100 - total flux cleaned = 0.0325506 Jy ! Component: 150 - total flux cleaned = 0.0363839 Jy ! Component: 200 - total flux cleaned = 0.038855 Jy ! Total flux subtracted in 200 components = 0.038855 Jy ! Clean residual min=-0.002358 max=0.002226 Jy/beam ! Clean residual mean=-0.000002 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.038855 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.038855 Jy ! Inverting map and beam ! Estimated beam: bmin=3.769 mas, bmaj=11.1 mas, bpa=-23.18 degrees ! Estimated noise=0.930555 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.00212856 Jy ! Component: 100 - total flux cleaned = 0.00322121 Jy ! Component: 150 - total flux cleaned = 0.0035543 Jy ! Component: 200 - total flux cleaned = 0.00381377 Jy ! Total flux subtracted in 200 components = 0.00381377 Jy ! Clean residual min=-0.001653 max=0.001520 Jy/beam ! Clean residual mean=0.000001 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.0426688 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 44 components and 0.0426688 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.333 mas, bmaj=13.12 mas, bpa=-21.81 degrees ! Estimated noise=1.08802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000139725 Jy ! Component: 100 - total flux cleaned = 0.000219658 Jy ! Component: 150 - total flux cleaned = 0.000258017 Jy ! Component: 200 - total flux cleaned = 0.000257783 Jy ! Total flux subtracted in 200 components = 0.000257783 Jy ! Clean residual min=-0.001760 max=0.001676 Jy/beam ! Clean residual mean=0.000003 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0429266 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.06185e-07 Jy ! Component: 100 - total flux cleaned = 3.01144e-07 Jy ! Component: 150 - total flux cleaned = 1.10702e-06 Jy ! Component: 200 - total flux cleaned = 1.48006e-06 Jy ! Total flux subtracted in 200 components = 1.48006e-06 Jy ! Clean residual min=-0.001745 max=0.001665 Jy/beam ! Clean residual mean=0.000003 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.0429281 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 71 components and 0.0429281 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.769 mas, bmaj=11.1 mas, bpa=-23.18 degrees ! Estimated noise=0.930555 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.38883e-05 Jy ! Component: 100 - total flux cleaned = 9.59648e-05 Jy ! Component: 150 - total flux cleaned = 6.67955e-05 Jy ! Component: 200 - total flux cleaned = 5.44464e-05 Jy ! Total flux subtracted in 200 components = 5.44464e-05 Jy ! Clean residual min=-0.001554 max=0.001470 Jy/beam ! Clean residual mean=0.000002 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.0429825 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 80 components and 0.0429825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049582Jy sigma=0.438070 ! Fit after self-cal, rms=0.049578Jy sigma=0.438031 wmodel J1427+2632_S_map.mod ! Writing 80 model components to file: J1427+2632_S_map.mod wobs J1427+2632_S_uvs.fits ! Writing UV FITS file: J1427+2632_S_uvs.fits wwins J1427+2632_S_map.win ! wwins: Wrote 1 windows to J1427+2632_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.000174869 Jy ! Component: 100 - total flux cleaned = -4.81095e-05 Jy ! Component: 150 - total flux cleaned = -7.18602e-05 Jy ! Component: 200 - total flux cleaned = -4.9442e-05 Jy ! Component: 250 - total flux cleaned = 8.03923e-05 Jy ! Component: 300 - total flux cleaned = 0.000184622 Jy ! Component: 350 - total flux cleaned = 0.000326059 Jy ! Component: 400 - total flux cleaned = 0.000384427 Jy ! Component: 450 - total flux cleaned = 0.000403628 Jy ! Component: 500 - total flux cleaned = 0.000403898 Jy ! Component: 550 - total flux cleaned = 0.000403803 Jy ! Component: 600 - total flux cleaned = 0.000386541 Jy ! Component: 650 - total flux cleaned = 0.000386628 Jy ! Component: 700 - total flux cleaned = 0.000285259 Jy ! Component: 750 - total flux cleaned = 0.000268968 Jy ! Component: 800 - total flux cleaned = 0.000252676 Jy ! Component: 850 - total flux cleaned = 0.000268474 Jy ! Component: 900 - total flux cleaned = 0.000299452 Jy ! Component: 950 - total flux cleaned = 0.000299379 Jy ! Component: 1000 - total flux cleaned = 0.000314851 Jy ! Component: 1050 - total flux cleaned = 0.000329824 Jy ! Component: 1100 - total flux cleaned = 0.000315025 Jy ! Component: 1150 - total flux cleaned = 0.000315227 Jy ! Component: 1200 - total flux cleaned = 0.000343872 Jy ! Component: 1250 - total flux cleaned = 0.000329909 Jy ! Component: 1300 - total flux cleaned = 0.000371253 Jy ! Component: 1350 - total flux cleaned = 0.000343775 Jy ! Component: 1400 - total flux cleaned = 0.000357327 Jy ! Component: 1450 - total flux cleaned = 0.000357323 Jy ! Component: 1500 - total flux cleaned = 0.000357361 Jy ! Component: 1550 - total flux cleaned = 0.000370164 Jy ! Component: 1600 - total flux cleaned = 0.000332288 Jy ! Component: 1650 - total flux cleaned = 0.000369801 Jy ! Component: 1700 - total flux cleaned = 0.000344974 Jy ! Component: 1750 - total flux cleaned = 0.000296031 Jy ! Component: 1800 - total flux cleaned = 0.000260107 Jy ! Component: 1850 - total flux cleaned = 0.000260462 Jy ! Component: 1900 - total flux cleaned = 0.000260498 Jy ! Component: 1950 - total flux cleaned = 0.000237382 Jy ! Component: 2000 - total flux cleaned = 0.000237257 Jy ! Component: 2050 - total flux cleaned = 0.000237091 Jy ! Component: 2100 - total flux cleaned = 0.000214797 Jy ! Component: 2150 - total flux cleaned = 0.000247972 Jy ! Component: 2200 - total flux cleaned = 0.00025886 Jy ! Component: 2250 - total flux cleaned = 0.000259008 Jy ! Component: 2300 - total flux cleaned = 0.000280442 Jy ! Component: 2350 - total flux cleaned = 0.000280621 Jy ! Component: 2400 - total flux cleaned = 0.000280631 Jy ! Component: 2450 - total flux cleaned = 0.000291069 Jy ! Component: 2500 - total flux cleaned = 0.000301241 Jy ! Component: 2550 - total flux cleaned = 0.000291076 Jy ! Component: 2600 - total flux cleaned = 0.000301204 Jy ! Component: 2650 - total flux cleaned = 0.000281404 Jy ! Component: 2700 - total flux cleaned = 0.00030116 Jy ! Component: 2750 - total flux cleaned = 0.000291499 Jy ! Component: 2800 - total flux cleaned = 0.000301227 Jy ! Component: 2850 - total flux cleaned = 0.000301295 Jy ! Component: 2900 - total flux cleaned = 0.000320264 Jy ! Component: 2950 - total flux cleaned = 0.000348491 Jy ! Component: 3000 - total flux cleaned = 0.000348448 Jy ! Component: 3050 - total flux cleaned = 0.000375888 Jy ! Component: 3100 - total flux cleaned = 0.0003668 Jy ! Component: 3150 - total flux cleaned = 0.000384752 Jy ! Component: 3200 - total flux cleaned = 0.000384827 Jy ! Component: 3250 - total flux cleaned = 0.00039365 Jy ! Component: 3300 - total flux cleaned = 0.00041999 Jy ! Component: 3350 - total flux cleaned = 0.000454818 Jy ! Component: 3400 - total flux cleaned = 0.0004463 Jy ! Component: 3450 - total flux cleaned = 0.000463541 Jy ! Component: 3500 - total flux cleaned = 0.000446638 Jy ! Component: 3550 - total flux cleaned = 0.000497272 Jy ! Component: 3600 - total flux cleaned = 0.000505574 Jy ! Component: 3650 - total flux cleaned = 0.000497272 Jy ! Component: 3700 - total flux cleaned = 0.000530432 Jy ! Component: 3750 - total flux cleaned = 0.000563386 Jy ! Component: 3800 - total flux cleaned = 0.00056331 Jy ! Component: 3850 - total flux cleaned = 0.000587698 Jy ! Component: 3900 - total flux cleaned = 0.000611837 Jy ! Component: 3950 - total flux cleaned = 0.000652043 Jy ! Component: 4000 - total flux cleaned = 0.000667949 Jy ! Component: 4050 - total flux cleaned = 0.000675822 Jy ! Total flux subtracted in 4096 components = 0.000707349 Jy ! Clean residual min=-0.000471 max=0.000450 Jy/beam ! Clean residual mean=0.000001 rms=0.000151 Jy/beam ! Combined flux in latest and established models = 0.0436899 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 384 components and 0.0436899 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1427+2632_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.769 x 11.1 at -23.18 degrees (North through East) ! Clean map min=-0.0010595 max=0.031587 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1427+2632_S_map.fits wmodel /image_prod/ug002_uva//J1427+2632_S_map.mod ! Writing 384 model components to file: /image_prod/ug002_uva//J1427+2632_S_map.mod wobs /image_prod/ug002_uva//J1427+2632_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1427+2632_S_uvs.fits wwins /image_prod/ug002_uva//J1427+2632_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1427+2632_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.031587 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000149459 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.41949 1.41949 2.83899 5.67798 11.356 22.7119 45.4238 90.8476 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.031 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 211.342 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1427+2632_S_dfm.log closed on Thu Mar 5 01:45:09 2020