! Started logfile: /scr/pima/rv124_uvs/J0004-4736_S_dfm.log on Mon Dec 24 01:38:17 2018 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.23275 obs /scr/pima/rv124_uvs/J0004-4736_S_uva.fits ! Reading UV FITS file: /scr/pima/rv124_uvs/J0004-4736_S_uva.fits ! AN table 1: 5 integrations on 3 of 3 possible baselines. ! AN table 2: 13 integrations on 10 of 10 possible baselines. ! AN table 3: 26 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.887043 visibilities/baseline/integration-bin. ! Found source: J0004-4736 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23275e+09 8e+06 1 8e+06 ! 02 2 2.26275e+09 8e+06 1 8e+06 ! 03 3 2.35275e+09 8e+06 1 8e+06 ! 04 4 2.37275e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 1068 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 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 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 J0004-4736_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 3 telescope corrections were flagged in sub-array 1. ! A total of 13 telescope corrections were flagged in sub-array 2. ! A total of 38 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 13 telescope corrections were flagged in sub-array 2. ! A total of 38 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! A total of 65 telescope corrections were flagged in sub-array 2. ! A total of 104 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 13 telescope corrections were flagged in sub-array 2. ! A total of 38 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.045522Jy sigma=13.101387 ! Fit after self-cal, rms=0.709234Jy sigma=8.943613 ! 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.473 mas, bmaj=18.42 mas, bpa=-8.215 degrees ! Estimated noise=3.64651 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.220554 Jy ! Component: 100 - total flux cleaned = 0.270887 Jy ! Total flux subtracted in 100 components = 0.270887 Jy ! Clean residual min=-0.028536 max=0.021817 Jy/beam ! Clean residual mean=0.000048 rms=0.006496 Jy/beam ! Combined flux in latest and established models = 0.270887 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.270887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089580Jy sigma=1.069068 ! Fit after self-cal, rms=0.089561Jy sigma=1.068894 ! 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=2.859 mas, bmaj=22.13 mas, bpa=-7.12 degrees ! Estimated noise=2.5315 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.0320277 Jy ! Component: 100 - total flux cleaned = 0.047801 Jy ! Component: 150 - total flux cleaned = 0.0556716 Jy ! Component: 200 - total flux cleaned = 0.0598604 Jy ! Total flux subtracted in 200 components = 0.0598604 Jy ! Clean residual min=-0.015091 max=0.017401 Jy/beam ! Clean residual mean=0.000048 rms=0.005089 Jy/beam ! Combined flux in latest and established models = 0.330747 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 27 components and 0.330747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077537Jy sigma=0.933908 ! Fit after self-cal, rms=0.077382Jy sigma=0.933163 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.859 x 22.13 at -7.12 degrees (North through East) ! Clean map min=-0.014617 max=0.28753 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* SC 0.00* ! ! A total of 12 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.07 KP 0.93 MK 1.06 OV 0.90 ! PT 1.10 ! ! A total of 66 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.00* KP 0.00* MK 0.00* YG 0.00* ! ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* SC 0.00* ! ! A total of 12 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.98 KP 0.89 MK 1.03 OV 0.78 ! PT 1.14 ! ! A total of 66 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.00* KP 0.00* MK 0.00* YG 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* KP 0.00* MK 0.00* OV 0.00* ! PT 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.00* KP 0.00* MK 0.00* YG 0.00* ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* SC 0.00* ! ! A total of 12 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.06 KP 0.99 MK 1.01 OV 0.84 ! PT 1.05 ! ! A total of 66 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.00* KP 0.00* MK 0.00* YG 0.00* ! ! ! Fit before self-cal, rms=0.077382Jy sigma=0.933163 ! Fit after self-cal, rms=0.070718Jy sigma=0.888782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.205 mas, bmaj=31.56 mas, bpa=-14.88 degrees ! Estimated noise=3.66092 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.00153823 Jy ! Component: 100 - total flux cleaned = 0.00171784 Jy ! Component: 150 - total flux cleaned = 0.00183123 Jy ! Component: 200 - total flux cleaned = 0.00193233 Jy ! Total flux subtracted in 200 components = 0.00193233 Jy ! Clean residual min=-0.007254 max=0.007984 Jy/beam ! Clean residual mean=0.000035 rms=0.002262 Jy/beam ! Combined flux in latest and established models = 0.332679 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 34 components and 0.332679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070655Jy sigma=0.888205 ! Fit after self-cal, rms=0.070769Jy sigma=0.887160 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070769Jy sigma=0.887160 ! Fit after self-cal, rms=0.070832Jy sigma=0.887015 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.204 mas, bmaj=31.52 mas, bpa=-14.89 degrees ! Estimated noise=3.66377 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117239 Jy ! Component: 100 - total flux cleaned = 0.00130443 Jy ! Component: 150 - total flux cleaned = 0.00139156 Jy ! Component: 200 - total flux cleaned = 0.00149295 Jy ! Total flux subtracted in 200 components = 0.00149295 Jy ! Clean residual min=-0.007298 max=0.007858 Jy/beam ! Clean residual mean=0.000037 rms=0.002243 Jy/beam ! Combined flux in latest and established models = 0.334172 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 37 components and 0.334172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070794Jy sigma=0.886736 ! Fit after self-cal, rms=0.070793Jy sigma=0.886726 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.000159459 Jy ! Component: 100 - total flux cleaned = 0.000181332 Jy ! Component: 150 - total flux cleaned = 0.000223399 Jy ! Component: 200 - total flux cleaned = 0.000281003 Jy ! Total flux subtracted in 200 components = 0.000281003 Jy ! Clean residual min=-0.007409 max=0.007883 Jy/beam ! Clean residual mean=0.000036 rms=0.002239 Jy/beam ! Combined flux in latest and established models = 0.334453 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.334453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070778Jy sigma=0.886622 ! Fit after self-cal, rms=0.070775Jy sigma=0.886618 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070775Jy sigma=0.886618 ! Fit after self-cal, rms=0.070805Jy sigma=0.886522 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.202 mas, bmaj=31.49 mas, bpa=-14.89 degrees ! Estimated noise=3.66487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000681343 Jy ! Component: 100 - total flux cleaned = 0.000795774 Jy ! Component: 150 - total flux cleaned = 0.000857018 Jy ! Component: 200 - total flux cleaned = 0.000894999 Jy ! Total flux subtracted in 200 components = 0.000894999 Jy ! Clean residual min=-0.007202 max=0.007904 Jy/beam ! Clean residual mean=0.000041 rms=0.002233 Jy/beam ! Combined flux in latest and established models = 0.335348 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.335348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070783Jy sigma=0.886408 ! Fit after self-cal, rms=0.070783Jy sigma=0.886400 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.000121982 Jy ! Component: 100 - total flux cleaned = 0.000193914 Jy ! Component: 150 - total flux cleaned = 0.000243707 Jy ! Component: 200 - total flux cleaned = 0.000291024 Jy ! Total flux subtracted in 200 components = 0.000291024 Jy ! Clean residual min=-0.007287 max=0.007931 Jy/beam ! Clean residual mean=0.000039 rms=0.002231 Jy/beam ! Combined flux in latest and established models = 0.335639 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.335639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070772Jy sigma=0.886337 ! Fit after self-cal, rms=0.070770Jy sigma=0.886333 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070770Jy sigma=0.886333 ! Fit after self-cal, rms=0.070797Jy sigma=0.886293 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.4 mas, bmaj=38.71 mas, bpa=-2.444 degrees ! Estimated noise=4.69484 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107208 Jy ! Component: 100 - total flux cleaned = 0.0010679 Jy ! Component: 150 - total flux cleaned = 0.00112417 Jy ! Component: 200 - total flux cleaned = 0.00119636 Jy ! Total flux subtracted in 200 components = 0.00119636 Jy ! Clean residual min=-0.009827 max=0.008516 Jy/beam ! Clean residual mean=0.000073 rms=0.003126 Jy/beam ! Combined flux in latest and established models = 0.336836 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 61 components and 0.336836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070790Jy sigma=0.886466 ! Fit after self-cal, rms=0.070773Jy sigma=0.886300 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.000395165 Jy ! Component: 100 - total flux cleaned = 0.000396479 Jy ! Component: 150 - total flux cleaned = 0.000397233 Jy ! Component: 200 - total flux cleaned = 0.000412286 Jy ! Total flux subtracted in 200 components = 0.000412286 Jy ! Clean residual min=-0.009811 max=0.008405 Jy/beam ! Clean residual mean=0.000070 rms=0.003112 Jy/beam ! Combined flux in latest and established models = 0.337248 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 69 components and 0.337248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070776Jy sigma=0.886486 ! Fit after self-cal, rms=0.070764Jy sigma=0.886386 ! 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.201 mas, bmaj=31.47 mas, bpa=-14.89 degrees ! Estimated noise=3.66568 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.201 x 31.47 at -14.89 degrees (North through East) ! Clean map min=-0.0072622 max=0.29659 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.431 mas, bmaj=36.17 mas, bpa=-15.32 degrees ! Estimated noise=5.09964 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.218417 Jy ! Component: 100 - total flux cleaned = 0.267665 Jy ! Component: 150 - total flux cleaned = 0.290456 Jy ! Component: 200 - total flux cleaned = 0.304921 Jy ! Total flux subtracted in 200 components = 0.304921 Jy ! Clean residual min=-0.009294 max=0.008489 Jy/beam ! Clean residual mean=0.000083 rms=0.003395 Jy/beam ! Combined flux in latest and established models = 0.304921 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.304921 Jy ! Inverting map and beam ! Estimated beam: bmin=3.201 mas, bmaj=31.47 mas, bpa=-14.89 degrees ! Estimated noise=3.66568 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.0147496 Jy ! Component: 100 - total flux cleaned = 0.0212119 Jy ! Component: 150 - total flux cleaned = 0.0246104 Jy ! Component: 200 - total flux cleaned = 0.0266376 Jy ! Total flux subtracted in 200 components = 0.0266376 Jy ! Clean residual min=-0.007315 max=0.008021 Jy/beam ! Clean residual mean=0.000061 rms=0.002322 Jy/beam ! Combined flux in latest and established models = 0.331559 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 58 components and 0.331559 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=9.4 mas, bmaj=38.71 mas, bpa=-2.444 degrees ! Estimated noise=4.69484 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00241695 Jy ! Component: 100 - total flux cleaned = 0.00331675 Jy ! Component: 150 - total flux cleaned = 0.00352129 Jy ! Component: 200 - total flux cleaned = 0.0037141 Jy ! Total flux subtracted in 200 components = 0.0037141 Jy ! Clean residual min=-0.009944 max=0.008963 Jy/beam ! Clean residual mean=0.000085 rms=0.003190 Jy/beam ! Combined flux in latest and established models = 0.335273 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 = 0.000180908 Jy ! Component: 100 - total flux cleaned = 0.000318889 Jy ! Component: 150 - total flux cleaned = 0.000479165 Jy ! Component: 200 - total flux cleaned = 0.000601313 Jy ! Total flux subtracted in 200 components = 0.000601313 Jy ! Clean residual min=-0.009877 max=0.008769 Jy/beam ! Clean residual mean=0.000081 rms=0.003154 Jy/beam ! Combined flux in latest and established models = 0.335874 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 72 components and 0.335874 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.201 mas, bmaj=31.47 mas, bpa=-14.89 degrees ! Estimated noise=3.66568 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000371598 Jy ! Component: 100 - total flux cleaned = -0.000135841 Jy ! Component: 150 - total flux cleaned = -0.000138614 Jy ! Component: 200 - total flux cleaned = -0.000141613 Jy ! Total flux subtracted in 200 components = -0.000141613 Jy ! Clean residual min=-0.007501 max=0.008104 Jy/beam ! Clean residual mean=0.000046 rms=0.002251 Jy/beam ! Combined flux in latest and established models = 0.335733 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 88 components and 0.335733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070793Jy sigma=0.886586 ! Fit after self-cal, rms=0.070804Jy sigma=0.886545 wmodel J0004-4736_S_map.mod ! Writing 88 model components to file: J0004-4736_S_map.mod wobs J0004-4736_S_uvs.fits ! Writing UV FITS file: J0004-4736_S_uvs.fits wwins J0004-4736_S_map.win ! wwins: Wrote 1 windows to J0004-4736_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.00132167 Jy ! Component: 100 - total flux cleaned = 0.00131879 Jy ! Component: 150 - total flux cleaned = 0.00121914 Jy ! Component: 200 - total flux cleaned = 0.000647234 Jy ! Component: 250 - total flux cleaned = 0.000118218 Jy ! Component: 300 - total flux cleaned = -0.000136897 Jy ! Component: 350 - total flux cleaned = -0.000138342 Jy ! Component: 400 - total flux cleaned = -0.000298221 Jy ! Component: 450 - total flux cleaned = -0.000217967 Jy ! Component: 500 - total flux cleaned = 1.66332e-05 Jy ! Component: 550 - total flux cleaned = 9.4137e-05 Jy ! Component: 600 - total flux cleaned = 1.55487e-05 Jy ! Component: 650 - total flux cleaned = -0.00014198 Jy ! Component: 700 - total flux cleaned = -0.000301288 Jy ! Component: 750 - total flux cleaned = -0.000542935 Jy ! Component: 800 - total flux cleaned = -0.00062423 Jy ! Component: 850 - total flux cleaned = -0.000790972 Jy ! Component: 900 - total flux cleaned = -0.000705561 Jy ! Component: 950 - total flux cleaned = -0.000792505 Jy ! Component: 1000 - total flux cleaned = -0.000973526 Jy ! Component: 1050 - total flux cleaned = -0.000975491 Jy ! Component: 1100 - total flux cleaned = -0.000879456 Jy ! Component: 1150 - total flux cleaned = -0.000977819 Jy ! Component: 1200 - total flux cleaned = -0.000977668 Jy ! Component: 1250 - total flux cleaned = -0.00118503 Jy ! Component: 1300 - total flux cleaned = -0.00118571 Jy ! Component: 1350 - total flux cleaned = -0.00129619 Jy ! Component: 1400 - total flux cleaned = -0.00129589 Jy ! Component: 1450 - total flux cleaned = -0.00129463 Jy ! Component: 1500 - total flux cleaned = -0.00141638 Jy ! Component: 1550 - total flux cleaned = -0.00141791 Jy ! Component: 1600 - total flux cleaned = -0.00141515 Jy ! Component: 1650 - total flux cleaned = -0.00154735 Jy ! Component: 1700 - total flux cleaned = -0.0015493 Jy ! Component: 1750 - total flux cleaned = -0.00140551 Jy ! Component: 1800 - total flux cleaned = -0.00140553 Jy ! Component: 1850 - total flux cleaned = -0.00140594 Jy ! Component: 1900 - total flux cleaned = -0.00140781 Jy ! Component: 1950 - total flux cleaned = -0.00123872 Jy ! Component: 2000 - total flux cleaned = -0.00123674 Jy ! Component: 2050 - total flux cleaned = -0.00123645 Jy ! Component: 2100 - total flux cleaned = -0.00123863 Jy ! Component: 2150 - total flux cleaned = -0.00123781 Jy ! Component: 2200 - total flux cleaned = -0.00123655 Jy ! Component: 2250 - total flux cleaned = -0.00123441 Jy ! Component: 2300 - total flux cleaned = -0.00123235 Jy ! Component: 2350 - total flux cleaned = -0.00123391 Jy ! Component: 2400 - total flux cleaned = -0.000992704 Jy ! Component: 2450 - total flux cleaned = -0.000992086 Jy ! Component: 2500 - total flux cleaned = -0.000985998 Jy ! Component: 2550 - total flux cleaned = -0.000978745 Jy ! Component: 2600 - total flux cleaned = -0.000972992 Jy ! Component: 2650 - total flux cleaned = -0.000963153 Jy ! Component: 2700 - total flux cleaned = -0.000954645 Jy ! Component: 2750 - total flux cleaned = -0.000953022 Jy ! Component: 2800 - total flux cleaned = -0.000950175 Jy ! Component: 2850 - total flux cleaned = -0.000946311 Jy ! Component: 2900 - total flux cleaned = -0.000934875 Jy ! Component: 2950 - total flux cleaned = -0.00132639 Jy ! Component: 3000 - total flux cleaned = -0.00132578 Jy ! Component: 3050 - total flux cleaned = -0.00131593 Jy ! Component: 3100 - total flux cleaned = -0.00176096 Jy ! Component: 3150 - total flux cleaned = -0.0017591 Jy ! Component: 3200 - total flux cleaned = -0.00175147 Jy ! Component: 3250 - total flux cleaned = -0.0022514 Jy ! Component: 3300 - total flux cleaned = -0.00226007 Jy ! Component: 3350 - total flux cleaned = -0.00281465 Jy ! Component: 3400 - total flux cleaned = -0.00282908 Jy ! Component: 3450 - total flux cleaned = -0.00282835 Jy ! Component: 3500 - total flux cleaned = -0.00345835 Jy ! Component: 3550 - total flux cleaned = -0.00347023 Jy ! Component: 3600 - total flux cleaned = -0.00346505 Jy ! Component: 3650 - total flux cleaned = -0.00419322 Jy ! Component: 3700 - total flux cleaned = -0.00420348 Jy ! Component: 3750 - total flux cleaned = -0.00419351 Jy ! Component: 3800 - total flux cleaned = -0.0050126 Jy ! Component: 3850 - total flux cleaned = -0.0050311 Jy ! Component: 3900 - total flux cleaned = -0.0059192 Jy ! Component: 3950 - total flux cleaned = -0.00590695 Jy ! Component: 4000 - total flux cleaned = -0.00688431 Jy ! Component: 4050 - total flux cleaned = -0.00688802 Jy ! Total flux subtracted in 4096 components = -0.00795166 Jy ! Clean residual min=-0.059461 max=0.064700 Jy/beam ! Clean residual mean=0.000017 rms=0.015938 Jy/beam ! Combined flux in latest and established models = 0.327781 Jy keep ! Adding 106 model components to the UV plane model. ! The established model now contains 194 components and 0.327781 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv124_uvs/J0004-4736_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.201 x 31.47 at -14.89 degrees (North through East) ! Clean map min=-0.10326 max=0.27322 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv124_uvs/J0004-4736_S_map.fits wmodel /scr/pima/rv124_uvs/J0004-4736_S_map.mod ! Writing 194 model components to file: /scr/pima/rv124_uvs/J0004-4736_S_map.mod wobs /scr/pima/rv124_uvs/J0004-4736_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv124_uvs/J0004-4736_S_uvs.fits wwins /scr/pima/rv124_uvs/J0004-4736_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rv124_uvs/J0004-4736_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.273223 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0176795 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -19.4122 19.4122 38.8244 77.6488 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.053 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.273 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 15.454 quit ! Quitting program ! Log file /scr/pima/rv124_uvs/J0004-4736_S_dfm.log closed on Mon Dec 24 01:38:22 2018