! Started logfile: /image_prod/ug002_uva//J1430-0009_S_dfm.log on Thu Mar 5 01:46:36 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//J1430-0009_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1430-0009_S_uva.fits ! AN table 1: 45 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.807407 visibilities/baseline/integration-bin. ! Found source: J1430-0009 ! ! 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 4905 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 J1430-0009_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 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000651Jy sigma=8.755560 ! Fit after self-cal, rms=0.955322Jy sigma=8.358244 ! 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.98 mas, bmaj=7.617 mas, bpa=-3.27 degrees ! Estimated noise=1.60393 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.0346107 Jy ! Component: 100 - total flux cleaned = 0.0434871 Jy ! Total flux subtracted in 100 components = 0.0434871 Jy ! Clean residual min=-0.003324 max=0.005427 Jy/beam ! Clean residual mean=-0.000003 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.0434871 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0434871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057596Jy sigma=0.470125 ! Fit after self-cal, rms=0.055649Jy sigma=0.452692 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00608421 Jy ! Component: 100 - total flux cleaned = 0.00898823 Jy ! Total flux subtracted in 100 components = 0.00898823 Jy ! Clean residual min=-0.003385 max=0.004312 Jy/beam ! Clean residual mean=-0.000005 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.0524753 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 16 components and 0.0524753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054955Jy sigma=0.446556 ! Fit after self-cal, rms=0.054954Jy sigma=0.446414 ! 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.527 mas, bmaj=8.933 mas, bpa=-4.318 degrees ! Estimated noise=1.17877 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 (5, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00305714 Jy ! Component: 100 - total flux cleaned = 0.00326984 Jy ! Component: 150 - total flux cleaned = 0.00315574 Jy ! Component: 200 - total flux cleaned = 0.00305245 Jy ! Total flux subtracted in 200 components = 0.00305245 Jy ! Clean residual min=-0.002522 max=0.002227 Jy/beam ! Clean residual mean=-0.000012 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.0555277 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 34 components and 0.0555277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054750Jy sigma=0.445094 ! Fit after self-cal, rms=0.054733Jy sigma=0.444803 ! 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.527 x 8.933 at -4.318 degrees (North through East) ! Clean map min=-0.002435 max=0.047811 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 0.96 KP 1.00 ! LA 1.00 MK 0.98 NL 1.09 OV 1.12 ! PT 0.98 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.82 FD 0.98 HN 1.10 KP 1.03 ! LA 1.03 MK 0.94 NL 1.12 OV 0.98 ! PT 1.01 SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.97 HN 1.03 KP 1.07 ! LA 1.02 MK 0.98 NL 0.80 OV 0.95 ! PT 1.01 SC 0.96 ! ! ! Fit before self-cal, rms=0.054733Jy sigma=0.444803 ! Fit after self-cal, rms=0.053289Jy sigma=0.442665 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.493 mas, bmaj=8.774 mas, bpa=-3.952 degrees ! Estimated noise=1.16363 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.00121877 Jy ! Component: 100 - total flux cleaned = 0.00128189 Jy ! Component: 150 - total flux cleaned = 0.00121437 Jy ! Component: 200 - total flux cleaned = 0.00117459 Jy ! Total flux subtracted in 200 components = 0.00117459 Jy ! Clean residual min=-0.002244 max=0.002065 Jy/beam ! Clean residual mean=-0.000013 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.0567023 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 48 components and 0.0567023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053248Jy sigma=0.442397 ! Fit after self-cal, rms=0.053304Jy sigma=0.442134 ! 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.053304Jy sigma=0.442134 ! Fit after self-cal, rms=0.053115Jy sigma=0.440003 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.482 mas, bmaj=8.72 mas, bpa=-3.622 degrees ! Estimated noise=1.16748 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000777383 Jy ! Component: 100 - total flux cleaned = 0.00101523 Jy ! Component: 150 - total flux cleaned = 0.00106748 Jy ! Component: 200 - total flux cleaned = 0.00108383 Jy ! Total flux subtracted in 200 components = 0.00108383 Jy ! Clean residual min=-0.002085 max=0.001958 Jy/beam ! Clean residual mean=-0.000007 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.0577862 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 69 components and 0.0577862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053092Jy sigma=0.439855 ! Fit after self-cal, rms=0.053108Jy sigma=0.439723 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.000100423 Jy ! Component: 100 - total flux cleaned = 0.000138204 Jy ! Component: 150 - total flux cleaned = 0.00010806 Jy ! Component: 200 - total flux cleaned = 9.39085e-05 Jy ! Total flux subtracted in 200 components = 9.39085e-05 Jy ! Clean residual min=-0.002053 max=0.001948 Jy/beam ! Clean residual mean=-0.000007 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.0578801 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 85 components and 0.0578801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053095Jy sigma=0.439651 ! Fit after self-cal, rms=0.053098Jy sigma=0.439637 ! 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.053098Jy sigma=0.439637 ! Fit after self-cal, rms=0.053121Jy sigma=0.439445 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.478 mas, bmaj=8.693 mas, bpa=-3.488 degrees ! Estimated noise=1.16544 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00028739 Jy ! Component: 100 - total flux cleaned = 0.000338064 Jy ! Component: 150 - total flux cleaned = 0.000324585 Jy ! Component: 200 - total flux cleaned = 0.000324838 Jy ! Total flux subtracted in 200 components = 0.000324838 Jy ! Clean residual min=-0.002117 max=0.002035 Jy/beam ! Clean residual mean=-0.000005 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.0582049 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 98 components and 0.0582049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053109Jy sigma=0.439382 ! Fit after self-cal, rms=0.053115Jy sigma=0.439354 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 = 4.42883e-05 Jy ! Component: 100 - total flux cleaned = 1.78524e-05 Jy ! Component: 150 - total flux cleaned = 5.6428e-06 Jy ! Component: 200 - total flux cleaned = 5.87468e-06 Jy ! Total flux subtracted in 200 components = 5.87468e-06 Jy ! Clean residual min=-0.002095 max=0.002011 Jy/beam ! Clean residual mean=-0.000005 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.0582108 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 103 components and 0.0582108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053107Jy sigma=0.439312 ! Fit after self-cal, rms=0.053109Jy sigma=0.439303 ! 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.053109Jy sigma=0.439303 ! Fit after self-cal, rms=0.053015Jy sigma=0.439291 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.963 mas, bmaj=14.06 mas, bpa=-6.68 degrees ! Estimated noise=1.4176 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000336666 Jy ! Component: 100 - total flux cleaned = 0.000315562 Jy ! Component: 150 - total flux cleaned = 0.00031531 Jy ! Component: 200 - total flux cleaned = 0.000314801 Jy ! Total flux subtracted in 200 components = 0.000314801 Jy ! Clean residual min=-0.002089 max=0.001686 Jy/beam ! Clean residual mean=-0.000010 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0585256 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 108 components and 0.0585256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053010Jy sigma=0.439273 ! Fit after self-cal, rms=0.053010Jy sigma=0.439264 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.83814e-05 Jy ! Component: 100 - total flux cleaned = 3.83857e-05 Jy ! Component: 150 - total flux cleaned = 2.05686e-05 Jy ! Component: 200 - total flux cleaned = 2.05472e-05 Jy ! Total flux subtracted in 200 components = 2.05472e-05 Jy ! Clean residual min=-0.002070 max=0.001709 Jy/beam ! Clean residual mean=-0.000010 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.0585462 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 112 components and 0.0585461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053007Jy sigma=0.439257 ! Fit after self-cal, rms=0.053007Jy sigma=0.439253 ! 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.475 mas, bmaj=8.675 mas, bpa=-3.411 degrees ! Estimated noise=1.16368 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.475 x 8.675 at -3.411 degrees (North through East) ! Clean map min=-0.0020035 max=0.046533 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.951 mas, bmaj=7.439 mas, bpa=-2.139 degrees ! Estimated noise=1.55779 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0352238 Jy ! Component: 100 - total flux cleaned = 0.0459373 Jy ! Component: 150 - total flux cleaned = 0.051745 Jy ! Component: 200 - total flux cleaned = 0.0549886 Jy ! Total flux subtracted in 200 components = 0.0549886 Jy ! Clean residual min=-0.003696 max=0.002908 Jy/beam ! Clean residual mean=0.000000 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.0549886 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.0549886 Jy ! Inverting map and beam ! Estimated beam: bmin=3.475 mas, bmaj=8.675 mas, bpa=-3.411 degrees ! Estimated noise=1.16368 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.00257552 Jy ! Component: 100 - total flux cleaned = 0.0034748 Jy ! Component: 150 - total flux cleaned = 0.00374059 Jy ! Component: 200 - total flux cleaned = 0.00377598 Jy ! Total flux subtracted in 200 components = 0.00377598 Jy ! Clean residual min=-0.002180 max=0.001972 Jy/beam ! Clean residual mean=-0.000004 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.0587646 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 44 components and 0.0587646 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.963 mas, bmaj=14.06 mas, bpa=-6.68 degrees ! Estimated noise=1.4176 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.23712e-05 Jy ! Component: 100 - total flux cleaned = -0.000128549 Jy ! Component: 150 - total flux cleaned = -0.000202777 Jy ! Component: 200 - total flux cleaned = -0.000231868 Jy ! Total flux subtracted in 200 components = -0.000231868 Jy ! Clean residual min=-0.002145 max=0.001737 Jy/beam ! Clean residual mean=-0.000010 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.0585327 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.16555e-05 Jy ! Component: 100 - total flux cleaned = -9.39818e-05 Jy ! Component: 150 - total flux cleaned = -0.000104349 Jy ! Component: 200 - total flux cleaned = -0.000104687 Jy ! Total flux subtracted in 200 components = -0.000104687 Jy ! Clean residual min=-0.002117 max=0.001740 Jy/beam ! Clean residual mean=-0.000010 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.058428 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 72 components and 0.058428 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.475 mas, bmaj=8.675 mas, bpa=-3.411 degrees ! Estimated noise=1.16368 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.61388e-05 Jy ! Component: 100 - total flux cleaned = -3.69936e-05 Jy ! Component: 150 - total flux cleaned = 8.88736e-07 Jy ! Component: 200 - total flux cleaned = -1.66643e-05 Jy ! Total flux subtracted in 200 components = -1.66643e-05 Jy ! Clean residual min=-0.002137 max=0.001956 Jy/beam ! Clean residual mean=-0.000005 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.0584114 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 90 components and 0.0584114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053015Jy sigma=0.439403 ! Fit after self-cal, rms=0.053017Jy sigma=0.439378 wmodel J1430-0009_S_map.mod ! Writing 90 model components to file: J1430-0009_S_map.mod wobs J1430-0009_S_uvs.fits ! Writing UV FITS file: J1430-0009_S_uvs.fits wwins J1430-0009_S_map.win ! wwins: Wrote 2 windows to J1430-0009_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.000451632 Jy ! Component: 100 - total flux cleaned = -0.000841039 Jy ! Component: 150 - total flux cleaned = -0.0011463 Jy ! Component: 200 - total flux cleaned = -0.00120447 Jy ! Component: 250 - total flux cleaned = -0.00134423 Jy ! Component: 300 - total flux cleaned = -0.00134419 Jy ! Component: 350 - total flux cleaned = -0.00137094 Jy ! Component: 400 - total flux cleaned = -0.00144732 Jy ! Component: 450 - total flux cleaned = -0.00142212 Jy ! Component: 500 - total flux cleaned = -0.00137415 Jy ! Component: 550 - total flux cleaned = -0.00135079 Jy ! Component: 600 - total flux cleaned = -0.00135099 Jy ! Component: 650 - total flux cleaned = -0.00135131 Jy ! Component: 700 - total flux cleaned = -0.00135154 Jy ! Component: 750 - total flux cleaned = -0.00135168 Jy ! Component: 800 - total flux cleaned = -0.00133098 Jy ! Component: 850 - total flux cleaned = -0.00131071 Jy ! Component: 900 - total flux cleaned = -0.0012706 Jy ! Component: 950 - total flux cleaned = -0.00129079 Jy ! Component: 1000 - total flux cleaned = -0.00132996 Jy ! Component: 1050 - total flux cleaned = -0.00131069 Jy ! Component: 1100 - total flux cleaned = -0.00131085 Jy ! Component: 1150 - total flux cleaned = -0.00140443 Jy ! Component: 1200 - total flux cleaned = -0.0014228 Jy ! Component: 1250 - total flux cleaned = -0.00145874 Jy ! Component: 1300 - total flux cleaned = -0.00145879 Jy ! Component: 1350 - total flux cleaned = -0.00145892 Jy ! Component: 1400 - total flux cleaned = -0.0015284 Jy ! Component: 1450 - total flux cleaned = -0.00159641 Jy ! Component: 1500 - total flux cleaned = -0.00161309 Jy ! Component: 1550 - total flux cleaned = -0.00166327 Jy ! Component: 1600 - total flux cleaned = -0.00172891 Jy ! Component: 1650 - total flux cleaned = -0.00174542 Jy ! Component: 1700 - total flux cleaned = -0.0017935 Jy ! Component: 1750 - total flux cleaned = -0.00185686 Jy ! Component: 1800 - total flux cleaned = -0.00188829 Jy ! Component: 1850 - total flux cleaned = -0.00195003 Jy ! Component: 1900 - total flux cleaned = -0.00188913 Jy ! Component: 1950 - total flux cleaned = -0.00202559 Jy ! Component: 2000 - total flux cleaned = -0.00202557 Jy ! Component: 2050 - total flux cleaned = -0.00207004 Jy ! Component: 2100 - total flux cleaned = -0.00204088 Jy ! Component: 2150 - total flux cleaned = -0.00205533 Jy ! Component: 2200 - total flux cleaned = -0.0020556 Jy ! Component: 2250 - total flux cleaned = -0.00212667 Jy ! Component: 2300 - total flux cleaned = -0.0020984 Jy ! Component: 2350 - total flux cleaned = -0.00209843 Jy ! Component: 2400 - total flux cleaned = -0.00212602 Jy ! Component: 2450 - total flux cleaned = -0.00212599 Jy ! Component: 2500 - total flux cleaned = -0.00208505 Jy ! Component: 2550 - total flux cleaned = -0.00212566 Jy ! Component: 2600 - total flux cleaned = -0.00216562 Jy ! Component: 2650 - total flux cleaned = -0.00212612 Jy ! Component: 2700 - total flux cleaned = -0.00216531 Jy ! Component: 2750 - total flux cleaned = -0.00212635 Jy ! Component: 2800 - total flux cleaned = -0.00206194 Jy ! Component: 2850 - total flux cleaned = -0.00202386 Jy ! Component: 2900 - total flux cleaned = -0.00201141 Jy ! Component: 2950 - total flux cleaned = -0.00199894 Jy ! Component: 3000 - total flux cleaned = -0.00196176 Jy ! Component: 3050 - total flux cleaned = -0.00198629 Jy ! Component: 3100 - total flux cleaned = -0.00191271 Jy ! Component: 3150 - total flux cleaned = -0.001852 Jy ! Component: 3200 - total flux cleaned = -0.00185193 Jy ! Component: 3250 - total flux cleaned = -0.00181607 Jy ! Component: 3300 - total flux cleaned = -0.00183979 Jy ! Component: 3350 - total flux cleaned = -0.00178085 Jy ! Component: 3400 - total flux cleaned = -0.00175753 Jy ! Component: 3450 - total flux cleaned = -0.00171124 Jy ! Component: 3500 - total flux cleaned = -0.0016883 Jy ! Component: 3550 - total flux cleaned = -0.00164248 Jy ! Component: 3600 - total flux cleaned = -0.00160849 Jy ! Component: 3650 - total flux cleaned = -0.00157451 Jy ! Component: 3700 - total flux cleaned = -0.0015745 Jy ! Component: 3750 - total flux cleaned = -0.00156324 Jy ! Component: 3800 - total flux cleaned = -0.00150779 Jy ! Component: 3850 - total flux cleaned = -0.0015297 Jy ! Component: 3900 - total flux cleaned = -0.00149687 Jy ! Component: 3950 - total flux cleaned = -0.00140994 Jy ! Component: 4000 - total flux cleaned = -0.00141005 Jy ! Component: 4050 - total flux cleaned = -0.00133491 Jy ! Total flux subtracted in 4096 components = -0.00135626 Jy ! Clean residual min=-0.000584 max=0.000606 Jy/beam ! Clean residual mean=-0.000000 rms=0.000207 Jy/beam ! Combined flux in latest and established models = 0.0570551 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 387 components and 0.0570551 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1430-0009_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.475 x 8.675 at -3.411 degrees (North through East) ! Clean map min=-0.0012985 max=0.045815 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1430-0009_S_map.fits wmodel /image_prod/ug002_uva//J1430-0009_S_map.mod ! Writing 387 model components to file: /image_prod/ug002_uva//J1430-0009_S_map.mod wobs /image_prod/ug002_uva//J1430-0009_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1430-0009_S_uvs.fits wwins /image_prod/ug002_uva//J1430-0009_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1430-0009_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0458153 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00020426 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.3375 1.3375 2.675 5.35 10.7 21.4 42.8 85.6 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.045 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 224.299 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1430-0009_S_dfm.log closed on Thu Mar 5 01:46:39 2020