! Started logfile: /image_prod/ug002_uva//J2044-0940_S_dfm.log on Thu Mar 5 04:56:42 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//J2044-0940_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2044-0940_S_uva.fits ! AN table 1: 60 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.978519 visibilities/baseline/integration-bin. ! Found source: J2044-0940 ! ! 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 7926 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 J2044-0940_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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.013007Jy sigma=7.583223 ! Fit after self-cal, rms=0.830154Jy sigma=6.193563 ! 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.792 mas, bmaj=7.096 mas, bpa=-2.123 degrees ! Estimated noise=1.53049 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.132039 Jy ! Component: 100 - total flux cleaned = 0.161501 Jy ! Total flux subtracted in 100 components = 0.161501 Jy ! Clean residual min=-0.004551 max=0.011614 Jy/beam ! Clean residual mean=0.000007 rms=0.001472 Jy/beam ! Combined flux in latest and established models = 0.161501 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.161501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071279Jy sigma=0.489373 ! Fit after self-cal, rms=0.071269Jy sigma=0.489320 ! Inverting map ! Added new window around map position (-0.5, 9.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0122649 Jy ! Component: 100 - total flux cleaned = 0.0192849 Jy ! Total flux subtracted in 100 components = 0.0192849 Jy ! Clean residual min=-0.003871 max=0.005596 Jy/beam ! Clean residual mean=0.000003 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.180786 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 30 components and 0.180786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068603Jy sigma=0.463016 ! Fit after self-cal, rms=0.068466Jy sigma=0.461928 ! 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.327 mas, bmaj=8.21 mas, bpa=-2.754 degrees ! Estimated noise=1.09237 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.00794782 Jy ! Component: 100 - total flux cleaned = 0.0124878 Jy ! Component: 150 - total flux cleaned = 0.0154007 Jy ! Component: 200 - total flux cleaned = 0.0173617 Jy ! Total flux subtracted in 200 components = 0.0173617 Jy ! Clean residual min=-0.002615 max=0.003716 Jy/beam ! Clean residual mean=-0.000008 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.198148 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 66 components and 0.198148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067605Jy sigma=0.453029 ! Fit after self-cal, rms=0.067536Jy sigma=0.452398 ! 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.327 x 8.21 at -2.754 degrees (North through East) ! Clean map min=-0.0024388 max=0.16942 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 1.00 KP 0.96 ! LA 1.02 MK 1.01 NL 1.00 OV 0.97 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.02 HN 0.98 KP 0.98 ! LA 0.99 MK 1.00 NL 0.98 OV 1.02 ! PT 0.98 SC 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 1.02 HN 1.05 KP 0.96 ! LA 0.98 MK 1.00 NL 1.08 OV 0.98 ! PT 0.97 SC 1.03 ! ! ! Fit before self-cal, rms=0.067536Jy sigma=0.452398 ! Fit after self-cal, rms=0.068083Jy sigma=0.447436 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.335 mas, bmaj=8.253 mas, bpa=-2.763 degrees ! Estimated noise=1.09292 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.000474092 Jy ! Component: 100 - total flux cleaned = 0.000397064 Jy ! Component: 150 - total flux cleaned = 0.000397513 Jy ! Component: 200 - total flux cleaned = 0.000368241 Jy ! Total flux subtracted in 200 components = 0.000368241 Jy ! Clean residual min=-0.002586 max=0.002326 Jy/beam ! Clean residual mean=-0.000007 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.198516 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 76 components and 0.198516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068036Jy sigma=0.447165 ! Fit after self-cal, rms=0.068059Jy sigma=0.447092 ! 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.068059Jy sigma=0.447092 ! Fit after self-cal, rms=0.067977Jy sigma=0.445239 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.335 mas, bmaj=8.259 mas, bpa=-2.755 degrees ! Estimated noise=1.09236 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000475098 Jy ! Component: 100 - total flux cleaned = 0.000393172 Jy ! Component: 150 - total flux cleaned = 0.000393139 Jy ! Component: 200 - total flux cleaned = 0.000369746 Jy ! Total flux subtracted in 200 components = 0.000369746 Jy ! Clean residual min=-0.002420 max=0.002225 Jy/beam ! Clean residual mean=-0.000006 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.198886 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 80 components and 0.198886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067945Jy sigma=0.445068 ! Fit after self-cal, rms=0.067947Jy sigma=0.445027 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 = 5.22295e-05 Jy ! Component: 100 - total flux cleaned = 7.5388e-05 Jy ! Component: 150 - total flux cleaned = 9.65463e-05 Jy ! Component: 200 - total flux cleaned = 7.70941e-05 Jy ! Total flux subtracted in 200 components = 7.70941e-05 Jy ! Clean residual min=-0.002416 max=0.002205 Jy/beam ! Clean residual mean=-0.000006 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.198963 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 83 components and 0.198963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067927Jy sigma=0.444935 ! Fit after self-cal, rms=0.067925Jy sigma=0.444918 ! 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.067925Jy sigma=0.444918 ! Fit after self-cal, rms=0.066530Jy sigma=0.440830 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.334 mas, bmaj=8.249 mas, bpa=-2.705 degrees ! Estimated noise=1.09111 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000416457 Jy ! Component: 100 - total flux cleaned = 0.000436498 Jy ! Component: 150 - total flux cleaned = 0.000418383 Jy ! Component: 200 - total flux cleaned = 0.000402581 Jy ! Total flux subtracted in 200 components = 0.000402581 Jy ! Clean residual min=-0.001973 max=0.001828 Jy/beam ! Clean residual mean=-0.000004 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.199365 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 88 components and 0.199365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066515Jy sigma=0.440760 ! Fit after self-cal, rms=0.066515Jy sigma=0.440725 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 = 5.04092e-05 Jy ! Component: 100 - total flux cleaned = 6.66313e-05 Jy ! Component: 150 - total flux cleaned = 8.06418e-05 Jy ! Component: 200 - total flux cleaned = 8.0127e-05 Jy ! Total flux subtracted in 200 components = 8.0127e-05 Jy ! Clean residual min=-0.001959 max=0.001817 Jy/beam ! Clean residual mean=-0.000004 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.199446 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 91 components and 0.199446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066506Jy sigma=0.440680 ! Fit after self-cal, rms=0.066506Jy sigma=0.440673 ! 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.066506Jy sigma=0.440673 ! Fit after self-cal, rms=0.066444Jy sigma=0.440667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.788 mas, bmaj=14.7 mas, bpa=2.296 degrees ! Estimated noise=1.31292 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000416875 Jy ! Component: 100 - total flux cleaned = 0.000474852 Jy ! Component: 150 - total flux cleaned = 0.000476268 Jy ! Component: 200 - total flux cleaned = 0.000463579 Jy ! Total flux subtracted in 200 components = 0.000463579 Jy ! Clean residual min=-0.001994 max=0.002201 Jy/beam ! Clean residual mean=-0.000007 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.199909 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 94 components and 0.199909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066442Jy sigma=0.440679 ! Fit after self-cal, rms=0.066440Jy sigma=0.440658 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.000148138 Jy ! Component: 100 - total flux cleaned = 0.000190087 Jy ! Component: 150 - total flux cleaned = 0.000154993 Jy ! Component: 200 - total flux cleaned = 0.000133561 Jy ! Total flux subtracted in 200 components = 0.000133561 Jy ! Clean residual min=-0.001975 max=0.002188 Jy/beam ! Clean residual mean=-0.000007 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.200043 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 99 components and 0.200043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066442Jy sigma=0.440690 ! Fit after self-cal, rms=0.066442Jy sigma=0.440683 ! 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.333 mas, bmaj=8.245 mas, bpa=-2.684 degrees ! Estimated noise=1.09078 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.333 x 8.245 at -2.684 degrees (North through East) ! Clean map min=-0.0018201 max=0.16966 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.79 mas, bmaj=7.121 mas, bpa=-2.095 degrees ! Estimated noise=1.53427 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.132153 Jy ! Component: 100 - total flux cleaned = 0.162791 Jy ! Component: 150 - total flux cleaned = 0.17618 Jy ! Component: 200 - total flux cleaned = 0.184232 Jy ! Total flux subtracted in 200 components = 0.184232 Jy ! Clean residual min=-0.003470 max=0.004529 Jy/beam ! Clean residual mean=0.000003 rms=0.000808 Jy/beam ! Combined flux in latest and established models = 0.184232 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.184232 Jy ! Inverting map and beam ! Estimated beam: bmin=3.333 mas, bmaj=8.245 mas, bpa=-2.684 degrees ! Estimated noise=1.09078 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.0066 Jy ! Component: 100 - total flux cleaned = 0.0103976 Jy ! Component: 150 - total flux cleaned = 0.012705 Jy ! Component: 200 - total flux cleaned = 0.0141214 Jy ! Total flux subtracted in 200 components = 0.0141214 Jy ! Clean residual min=-0.002082 max=0.002000 Jy/beam ! Clean residual mean=-0.000003 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.198354 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 61 components and 0.198354 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.788 mas, bmaj=14.7 mas, bpa=2.296 degrees ! Estimated noise=1.31292 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000916376 Jy ! Component: 100 - total flux cleaned = 0.00111516 Jy ! Component: 150 - total flux cleaned = 0.00126451 Jy ! Component: 200 - total flux cleaned = 0.00136349 Jy ! Total flux subtracted in 200 components = 0.00136349 Jy ! Clean residual min=-0.001959 max=0.002166 Jy/beam ! Clean residual mean=-0.000007 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.199717 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 = 6.551e-05 Jy ! Component: 100 - total flux cleaned = 0.000133827 Jy ! Component: 150 - total flux cleaned = 0.00018002 Jy ! Component: 200 - total flux cleaned = 0.000219276 Jy ! Total flux subtracted in 200 components = 0.000219276 Jy ! Clean residual min=-0.001961 max=0.002161 Jy/beam ! Clean residual mean=-0.000007 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.199937 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 67 components and 0.199937 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.333 mas, bmaj=8.245 mas, bpa=-2.684 degrees ! Estimated noise=1.09078 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.05495e-05 Jy ! Component: 100 - total flux cleaned = -4.21807e-05 Jy ! Component: 150 - total flux cleaned = -9.84971e-05 Jy ! Component: 200 - total flux cleaned = -0.000150264 Jy ! Total flux subtracted in 200 components = -0.000150264 Jy ! Clean residual min=-0.001956 max=0.001861 Jy/beam ! Clean residual mean=-0.000003 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.199786 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 76 components and 0.199786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066478Jy sigma=0.440909 ! Fit after self-cal, rms=0.066468Jy sigma=0.440884 wmodel J2044-0940_S_map.mod ! Writing 76 model components to file: J2044-0940_S_map.mod wobs J2044-0940_S_uvs.fits ! Writing UV FITS file: J2044-0940_S_uvs.fits wwins J2044-0940_S_map.win ! wwins: Wrote 2 windows to J2044-0940_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.000311328 Jy ! Component: 100 - total flux cleaned = 0.000673987 Jy ! Component: 150 - total flux cleaned = 0.00101636 Jy ! Component: 200 - total flux cleaned = 0.00116615 Jy ! Component: 250 - total flux cleaned = 0.0012239 Jy ! Component: 300 - total flux cleaned = 0.0013071 Jy ! Component: 350 - total flux cleaned = 0.00141535 Jy ! Component: 400 - total flux cleaned = 0.00146768 Jy ! Component: 450 - total flux cleaned = 0.00154541 Jy ! Component: 500 - total flux cleaned = 0.00159625 Jy ! Component: 550 - total flux cleaned = 0.0016463 Jy ! Component: 600 - total flux cleaned = 0.0016951 Jy ! Component: 650 - total flux cleaned = 0.00167088 Jy ! Component: 700 - total flux cleaned = 0.00162383 Jy ! Component: 750 - total flux cleaned = 0.00157788 Jy ! Component: 800 - total flux cleaned = 0.00166916 Jy ! Component: 850 - total flux cleaned = 0.00164663 Jy ! Component: 900 - total flux cleaned = 0.00166832 Jy ! Component: 950 - total flux cleaned = 0.001668 Jy ! Component: 1000 - total flux cleaned = 0.00160301 Jy ! Component: 1050 - total flux cleaned = 0.00156021 Jy ! Component: 1100 - total flux cleaned = 0.0015182 Jy ! Component: 1150 - total flux cleaned = 0.00151834 Jy ! Component: 1200 - total flux cleaned = 0.00155917 Jy ! Component: 1250 - total flux cleaned = 0.00149844 Jy ! Component: 1300 - total flux cleaned = 0.00141853 Jy ! Component: 1350 - total flux cleaned = 0.00143813 Jy ! Component: 1400 - total flux cleaned = 0.00134012 Jy ! Component: 1450 - total flux cleaned = 0.00128215 Jy ! Component: 1500 - total flux cleaned = 0.00118644 Jy ! Component: 1550 - total flux cleaned = 0.0011297 Jy ! Component: 1600 - total flux cleaned = 0.00111094 Jy ! Component: 1650 - total flux cleaned = 0.000999673 Jy ! Component: 1700 - total flux cleaned = 0.000944749 Jy ! Component: 1750 - total flux cleaned = 0.000944325 Jy ! Component: 1800 - total flux cleaned = 0.000800348 Jy ! Component: 1850 - total flux cleaned = 0.000764892 Jy ! Component: 1900 - total flux cleaned = 0.000694555 Jy ! Component: 1950 - total flux cleaned = 0.00062493 Jy ! Component: 2000 - total flux cleaned = 0.000607976 Jy ! Component: 2050 - total flux cleaned = 0.000556453 Jy ! Component: 2100 - total flux cleaned = 0.000403951 Jy ! Component: 2150 - total flux cleaned = 0.000454378 Jy ! Component: 2200 - total flux cleaned = 0.000354464 Jy ! Component: 2250 - total flux cleaned = 0.000305001 Jy ! Component: 2300 - total flux cleaned = 0.000255821 Jy ! Component: 2350 - total flux cleaned = 0.000223472 Jy ! Component: 2400 - total flux cleaned = 0.000143172 Jy ! Component: 2450 - total flux cleaned = 6.35925e-05 Jy ! Component: 2500 - total flux cleaned = -3.11025e-05 Jy ! Component: 2550 - total flux cleaned = -6.22259e-05 Jy ! Component: 2600 - total flux cleaned = -0.000108575 Jy ! Component: 2650 - total flux cleaned = -0.000139388 Jy ! Component: 2700 - total flux cleaned = -0.000184952 Jy ! Component: 2750 - total flux cleaned = -0.000200168 Jy ! Component: 2800 - total flux cleaned = -0.000245332 Jy ! Component: 2850 - total flux cleaned = -0.000230489 Jy ! Component: 2900 - total flux cleaned = -0.000230422 Jy ! Component: 2950 - total flux cleaned = -0.000304308 Jy ! Component: 3000 - total flux cleaned = -0.000318814 Jy ! Component: 3050 - total flux cleaned = -0.000376912 Jy ! Component: 3100 - total flux cleaned = -0.000376897 Jy ! Component: 3150 - total flux cleaned = -0.000419792 Jy ! Component: 3200 - total flux cleaned = -0.000405346 Jy ! Component: 3250 - total flux cleaned = -0.000405416 Jy ! Component: 3300 - total flux cleaned = -0.000377347 Jy ! Component: 3350 - total flux cleaned = -0.000363314 Jy ! Component: 3400 - total flux cleaned = -0.000405025 Jy ! Component: 3450 - total flux cleaned = -0.000404881 Jy ! Component: 3500 - total flux cleaned = -0.00039108 Jy ! Component: 3550 - total flux cleaned = -0.00041821 Jy ! Component: 3600 - total flux cleaned = -0.000418247 Jy ! Component: 3650 - total flux cleaned = -0.00041832 Jy ! Component: 3700 - total flux cleaned = -0.000458275 Jy ! Component: 3750 - total flux cleaned = -0.000497951 Jy ! Component: 3800 - total flux cleaned = -0.000471638 Jy ! Component: 3850 - total flux cleaned = -0.000445542 Jy ! Component: 3900 - total flux cleaned = -0.000510409 Jy ! Component: 3950 - total flux cleaned = -0.000574858 Jy ! Component: 4000 - total flux cleaned = -0.000587654 Jy ! Component: 4050 - total flux cleaned = -0.000638596 Jy ! Total flux subtracted in 4096 components = -0.000638575 Jy ! Clean residual min=-0.000797 max=0.000784 Jy/beam ! Clean residual mean=0.000000 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.199148 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 372 components and 0.199148 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2044-0940_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.333 x 8.245 at -2.684 degrees (North through East) ! Clean map min=-0.001718 max=0.16992 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2044-0940_S_map.fits wmodel /image_prod/ug002_uva//J2044-0940_S_map.mod ! Writing 372 model components to file: /image_prod/ug002_uva//J2044-0940_S_map.mod wobs /image_prod/ug002_uva//J2044-0940_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2044-0940_S_uvs.fits wwins /image_prod/ug002_uva//J2044-0940_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J2044-0940_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.169921 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000229855 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.405813 0.405813 0.811627 1.62325 3.24651 6.49301 12.986 25.9721 51.9441 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.169 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 739.256 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2044-0940_S_dfm.log closed on Thu Mar 5 04:56:45 2020