! Started logfile: /scr/pima/rv122_uvs/J1751-2524_S_dfm.log on Fri Jul 13 21:10:28 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/rv122_uvs/J1751-2524_S_uva.fits ! Reading UV FITS file: /scr/pima/rv122_uvs/J1751-2524_S_uva.fits ! AN table 1: 15 integrations on 1 of 1 possible baselines. ! AN table 2: 43 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.519697 visibilities/baseline/integration-bin. ! Found source: J1751-2524 ! ! 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 69 lines of history. ! ! Reading 1372 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 J1751-2524_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 30 telescope corrections were flagged in sub-array 1. ! A total of 91 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! A total of 91 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! A total of 258 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! A total of 91 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.099085Jy sigma=15.085719 ! Fit after self-cal, rms=0.647945Jy sigma=8.932963 ! 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=9.234 mas, bmaj=31.05 mas, bpa=30.79 degrees ! Estimated noise=2.58984 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.278178 Jy ! Component: 100 - total flux cleaned = 0.401508 Jy ! Total flux subtracted in 100 components = 0.401508 Jy ! Clean residual min=-0.044778 max=0.059211 Jy/beam ! Clean residual mean=0.002134 rms=0.016015 Jy/beam ! Combined flux in latest and established models = 0.401508 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 50 components and 0.401508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175835Jy sigma=2.426118 ! Fit after self-cal, rms=0.174957Jy sigma=2.415942 ! 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=11.52 mas, bmaj=31.33 mas, bpa=29.32 degrees ! Estimated noise=1.76141 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.0964074 Jy ! Component: 100 - total flux cleaned = 0.156406 Jy ! Component: 150 - total flux cleaned = 0.200573 Jy ! Component: 200 - total flux cleaned = 0.234227 Jy ! Total flux subtracted in 200 components = 0.234227 Jy ! Clean residual min=-0.016357 max=0.024993 Jy/beam ! Clean residual mean=0.001035 rms=0.007603 Jy/beam ! Combined flux in latest and established models = 0.635734 Jy ! Performing phase self-cal ! Adding 144 model components to the UV plane model. ! The established model now contains 193 components and 0.635734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096080Jy sigma=1.322171 ! Fit after self-cal, rms=0.095938Jy sigma=1.319926 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.52 x 31.33 at 29.32 degrees (North through East) ! Clean map min=-0.016474 max=0.37885 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! HN 0.00* SC 0.00* ! ! A total of 54 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.16 FD 1.04 KP 0.94 LA 0.90 ! OV 1.02 PT 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! HN 0.00* SC 0.00* ! ! A total of 54 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.12 FD 1.04 KP 0.95 LA 0.88 ! OV 0.83 PT 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! HN 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* FD 0.00* KP 0.00* LA 0.00* ! OV 0.00* PT 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! HN 0.00* SC 0.00* ! ! A total of 54 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.12 FD 1.08 KP 0.97 LA 0.89 ! OV 0.95 PT 1.00 ! ! ! Fit before self-cal, rms=0.095938Jy sigma=1.319926 ! Fit after self-cal, rms=0.077418Jy sigma=1.144466 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=11.34 mas, bmaj=32.84 mas, bpa=29.46 degrees ! Estimated noise=1.8228 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.0231495 Jy ! Component: 100 - total flux cleaned = 0.0367232 Jy ! Component: 150 - total flux cleaned = 0.0428607 Jy ! Component: 200 - total flux cleaned = 0.0458584 Jy ! Total flux subtracted in 200 components = 0.0458584 Jy ! Clean residual min=-0.011248 max=0.009492 Jy/beam ! Clean residual mean=0.000050 rms=0.003393 Jy/beam ! Combined flux in latest and established models = 0.681593 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 251 components and 0.681593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070707Jy sigma=1.016005 ! Fit after self-cal, rms=0.070687Jy sigma=1.015463 ! 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.070687Jy sigma=1.015463 ! Fit after self-cal, rms=0.065922Jy sigma=0.949023 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.34 mas, bmaj=32.62 mas, bpa=29.1 degrees ! Estimated noise=1.81406 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00801153 Jy ! Component: 100 - total flux cleaned = 0.0127264 Jy ! Component: 150 - total flux cleaned = 0.0142252 Jy ! Component: 200 - total flux cleaned = 0.0153836 Jy ! Total flux subtracted in 200 components = 0.0153836 Jy ! Clean residual min=-0.006928 max=0.006377 Jy/beam ! Clean residual mean=-0.000108 rms=0.002026 Jy/beam ! Combined flux in latest and established models = 0.696976 Jy selfcal ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 297 components and 0.696976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064997Jy sigma=0.928809 ! Fit after self-cal, rms=0.065007Jy sigma=0.928687 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.00052495 Jy ! Component: 100 - total flux cleaned = 0.000959062 Jy ! Component: 150 - total flux cleaned = 0.00121188 Jy ! Component: 200 - total flux cleaned = 0.00138569 Jy ! Total flux subtracted in 200 components = 0.00138569 Jy ! Clean residual min=-0.006941 max=0.006344 Jy/beam ! Clean residual mean=-0.000122 rms=0.001980 Jy/beam ! Combined flux in latest and established models = 0.698362 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 332 components and 0.698362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064882Jy sigma=0.926546 ! Fit after self-cal, rms=0.064878Jy sigma=0.926520 ! 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.064878Jy sigma=0.926520 ! Fit after self-cal, rms=0.064695Jy sigma=0.917282 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.4 mas, bmaj=32.53 mas, bpa=28.84 degrees ! Estimated noise=1.81279 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00324688 Jy ! Component: 100 - total flux cleaned = 0.00527501 Jy ! Component: 150 - total flux cleaned = 0.00611179 Jy ! Component: 200 - total flux cleaned = 0.00651853 Jy ! Total flux subtracted in 200 components = 0.00651853 Jy ! Clean residual min=-0.005841 max=0.006221 Jy/beam ! Clean residual mean=-0.000067 rms=0.001759 Jy/beam ! Combined flux in latest and established models = 0.70488 Jy selfcal ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 382 components and 0.70488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064530Jy sigma=0.913680 ! Fit after self-cal, rms=0.064535Jy sigma=0.913641 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.000441762 Jy ! Component: 100 - total flux cleaned = 0.000700705 Jy ! Component: 150 - total flux cleaned = 0.000980727 Jy ! Component: 200 - total flux cleaned = 0.00120667 Jy ! Total flux subtracted in 200 components = 0.00120667 Jy ! Clean residual min=-0.005903 max=0.006111 Jy/beam ! Clean residual mean=-0.000077 rms=0.001757 Jy/beam ! Combined flux in latest and established models = 0.706087 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 407 components and 0.706087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064476Jy sigma=0.913069 ! Fit after self-cal, rms=0.064477Jy sigma=0.913063 ! 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.064477Jy sigma=0.913063 ! Fit after self-cal, rms=0.064572Jy sigma=0.912133 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.58 mas, bmaj=32.42 mas, bpa=27.22 degrees ! Estimated noise=1.81177 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00210348 Jy ! Component: 100 - total flux cleaned = 0.00351522 Jy ! Component: 150 - total flux cleaned = 0.00400048 Jy ! Component: 200 - total flux cleaned = 0.00408169 Jy ! Total flux subtracted in 200 components = 0.00408169 Jy ! Clean residual min=-0.005461 max=0.006147 Jy/beam ! Clean residual mean=-0.000060 rms=0.001730 Jy/beam ! Combined flux in latest and established models = 0.710169 Jy selfcal ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 438 components and 0.710169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064484Jy sigma=0.910861 ! Fit after self-cal, rms=0.064484Jy sigma=0.910847 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.000167815 Jy ! Component: 100 - total flux cleaned = 0.000245712 Jy ! Component: 150 - total flux cleaned = 0.000321434 Jy ! Component: 200 - total flux cleaned = 0.000358373 Jy ! Total flux subtracted in 200 components = 0.000358373 Jy ! Clean residual min=-0.005457 max=0.006118 Jy/beam ! Clean residual mean=-0.000064 rms=0.001722 Jy/beam ! Combined flux in latest and established models = 0.710527 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 457 components and 0.710527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064437Jy sigma=0.910383 ! Fit after self-cal, rms=0.064438Jy sigma=0.910376 ! 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=11.42 mas, bmaj=32.5 mas, bpa=28.75 degrees ! Estimated noise=1.8121 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.42 x 32.5 at 28.75 degrees (North through East) ! Clean map min=-0.0054921 max=0.36667 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=9.682 mas, bmaj=30.91 mas, bpa=30.33 degrees ! Estimated noise=2.61334 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.271182 Jy ! Component: 100 - total flux cleaned = 0.396965 Jy ! Component: 150 - total flux cleaned = 0.470304 Jy ! Component: 200 - total flux cleaned = 0.519456 Jy ! Total flux subtracted in 200 components = 0.519456 Jy ! Clean residual min=-0.025885 max=0.027226 Jy/beam ! Clean residual mean=0.001167 rms=0.009019 Jy/beam ! Combined flux in latest and established models = 0.519456 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 95 model components to the UV plane model. ! The established model now contains 95 components and 0.519456 Jy ! Inverting map and beam ! Estimated beam: bmin=11.42 mas, bmaj=32.5 mas, bpa=28.75 degrees ! Estimated noise=1.8121 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.0480866 Jy ! Component: 100 - total flux cleaned = 0.080658 Jy ! Component: 150 - total flux cleaned = 0.105009 Jy ! Component: 200 - total flux cleaned = 0.123496 Jy ! Total flux subtracted in 200 components = 0.123496 Jy ! Clean residual min=-0.009354 max=0.011249 Jy/beam ! Clean residual mean=0.000520 rms=0.004111 Jy/beam ! Combined flux in latest and established models = 0.642953 Jy ! Adding 128 model components to the UV plane model. ! The established model now contains 222 components and 0.642953 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=12.58 mas, bmaj=32.42 mas, bpa=27.22 degrees ! Estimated noise=1.81177 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0154556 Jy ! Component: 100 - total flux cleaned = 0.027075 Jy ! Component: 150 - total flux cleaned = 0.0358998 Jy ! Component: 200 - total flux cleaned = 0.0426396 Jy ! Total flux subtracted in 200 components = 0.0426396 Jy ! Clean residual min=-0.007156 max=0.006743 Jy/beam ! Clean residual mean=0.000166 rms=0.002289 Jy/beam ! Combined flux in latest and established models = 0.685592 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.0051693 Jy ! Component: 100 - total flux cleaned = 0.00914652 Jy ! Component: 150 - total flux cleaned = 0.0122176 Jy ! Component: 200 - total flux cleaned = 0.0138911 Jy ! Total flux subtracted in 200 components = 0.0138911 Jy ! Clean residual min=-0.006430 max=0.006662 Jy/beam ! Clean residual mean=0.000030 rms=0.001973 Jy/beam ! Combined flux in latest and established models = 0.699483 Jy ! Adding 135 model components to the UV plane model. ! The established model now contains 339 components and 0.699483 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=11.42 mas, bmaj=32.5 mas, bpa=28.75 degrees ! Estimated noise=1.8121 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000653204 Jy ! Component: 100 - total flux cleaned = 0.00138622 Jy ! Component: 150 - total flux cleaned = 0.0018558 Jy ! Component: 200 - total flux cleaned = 0.00217387 Jy ! Total flux subtracted in 200 components = 0.00217387 Jy ! Clean residual min=-0.006478 max=0.006790 Jy/beam ! Clean residual mean=0.000007 rms=0.001927 Jy/beam ! Combined flux in latest and established models = 0.701657 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 367 components and 0.701657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064889Jy sigma=0.920771 ! Fit after self-cal, rms=0.064883Jy sigma=0.920711 wmodel J1751-2524_S_map.mod ! Writing 367 model components to file: J1751-2524_S_map.mod wobs J1751-2524_S_uvs.fits ! Writing UV FITS file: J1751-2524_S_uvs.fits wwins J1751-2524_S_map.win ! wwins: Wrote 1 windows to J1751-2524_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.000774226 Jy ! Component: 100 - total flux cleaned = 0.00133379 Jy ! Component: 150 - total flux cleaned = 0.0011361 Jy ! Component: 200 - total flux cleaned = 0.00066972 Jy ! Component: 250 - total flux cleaned = 0.000585223 Jy ! Component: 300 - total flux cleaned = 0.000506093 Jy ! Component: 350 - total flux cleaned = 0.000737377 Jy ! Component: 400 - total flux cleaned = 0.000808774 Jy ! Component: 450 - total flux cleaned = 0.00108367 Jy ! Component: 500 - total flux cleaned = 0.00168005 Jy ! Component: 550 - total flux cleaned = 0.00225656 Jy ! Component: 600 - total flux cleaned = 0.0028151 Jy ! Component: 650 - total flux cleaned = 0.00329684 Jy ! Component: 700 - total flux cleaned = 0.00370571 Jy ! Component: 750 - total flux cleaned = 0.00415781 Jy ! Component: 800 - total flux cleaned = 0.00448583 Jy ! Component: 850 - total flux cleaned = 0.00480501 Jy ! Component: 900 - total flux cleaned = 0.00516706 Jy ! Component: 950 - total flux cleaned = 0.00551965 Jy ! Component: 1000 - total flux cleaned = 0.00576377 Jy ! Component: 1050 - total flux cleaned = 0.00600275 Jy ! Component: 1100 - total flux cleaned = 0.00623586 Jy ! Component: 1150 - total flux cleaned = 0.0064631 Jy ! Component: 1200 - total flux cleaned = 0.00677328 Jy ! Component: 1250 - total flux cleaned = 0.00698956 Jy ! Component: 1300 - total flux cleaned = 0.0073263 Jy ! Component: 1350 - total flux cleaned = 0.00749021 Jy ! Component: 1400 - total flux cleaned = 0.00781319 Jy ! Component: 1450 - total flux cleaned = 0.0081293 Jy ! Component: 1500 - total flux cleaned = 0.00836222 Jy ! Component: 1550 - total flux cleaned = 0.00855375 Jy ! Component: 1600 - total flux cleaned = 0.00877854 Jy ! Component: 1650 - total flux cleaned = 0.00888918 Jy ! Component: 1700 - total flux cleaned = 0.00899854 Jy ! Component: 1750 - total flux cleaned = 0.00928482 Jy ! Component: 1800 - total flux cleaned = 0.00938995 Jy ! Component: 1850 - total flux cleaned = 0.0095984 Jy ! Component: 1900 - total flux cleaned = 0.00973516 Jy ! Component: 1950 - total flux cleaned = 0.00983658 Jy ! Component: 2000 - total flux cleaned = 0.0100029 Jy ! Component: 2050 - total flux cleaned = 0.0102975 Jy ! Component: 2100 - total flux cleaned = 0.0106198 Jy ! Component: 2150 - total flux cleaned = 0.0108113 Jy ! Component: 2200 - total flux cleaned = 0.0110952 Jy ! Component: 2250 - total flux cleaned = 0.0113448 Jy ! Component: 2300 - total flux cleaned = 0.0116222 Jy ! Component: 2350 - total flux cleaned = 0.0117749 Jy ! Component: 2400 - total flux cleaned = 0.0121071 Jy ! Component: 2450 - total flux cleaned = 0.0123761 Jy ! Component: 2500 - total flux cleaned = 0.0126722 Jy ! Component: 2550 - total flux cleaned = 0.0129361 Jy ! Component: 2600 - total flux cleaned = 0.0132845 Jy ! Component: 2650 - total flux cleaned = 0.013543 Jy ! Component: 2700 - total flux cleaned = 0.0137993 Jy ! Component: 2750 - total flux cleaned = 0.0140532 Jy ! Component: 2800 - total flux cleaned = 0.014277 Jy ! Component: 2850 - total flux cleaned = 0.0145819 Jy ! Component: 2900 - total flux cleaned = 0.0148564 Jy ! Component: 2950 - total flux cleaned = 0.0151012 Jy ! Component: 3000 - total flux cleaned = 0.0153705 Jy ! Component: 3050 - total flux cleaned = 0.0156112 Jy ! Component: 3100 - total flux cleaned = 0.0158761 Jy ! Component: 3150 - total flux cleaned = 0.0161915 Jy ! Component: 3200 - total flux cleaned = 0.0165038 Jy ! Component: 3250 - total flux cleaned = 0.0167359 Jy ! Component: 3300 - total flux cleaned = 0.0169406 Jy ! Component: 3350 - total flux cleaned = 0.0172454 Jy ! Component: 3400 - total flux cleaned = 0.017598 Jy ! Component: 3450 - total flux cleaned = 0.0178727 Jy ! Component: 3500 - total flux cleaned = 0.0180959 Jy ! Component: 3550 - total flux cleaned = 0.0183914 Jy ! Component: 3600 - total flux cleaned = 0.0186359 Jy ! Component: 3650 - total flux cleaned = 0.0189031 Jy ! Component: 3700 - total flux cleaned = 0.0191684 Jy ! Component: 3750 - total flux cleaned = 0.0194559 Jy ! Component: 3800 - total flux cleaned = 0.0196939 Jy ! Component: 3850 - total flux cleaned = 0.0198358 Jy ! Component: 3900 - total flux cleaned = 0.0201644 Jy ! Component: 3950 - total flux cleaned = 0.0203511 Jy ! Component: 4000 - total flux cleaned = 0.0205597 Jy ! Component: 4050 - total flux cleaned = 0.0206519 Jy ! Total flux subtracted in 4096 components = 0.0208584 Jy ! Clean residual min=-0.001266 max=0.001372 Jy/beam ! Clean residual mean=0.000015 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.722516 Jy keep ! Adding 344 model components to the UV plane model. ! The established model now contains 711 components and 0.722516 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv122_uvs/J1751-2524_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.42 x 32.5 at 28.75 degrees (North through East) ! Clean map min=-0.004143 max=0.36832 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv122_uvs/J1751-2524_S_map.fits wmodel /scr/pima/rv122_uvs/J1751-2524_S_map.mod ! Writing 711 model components to file: /scr/pima/rv122_uvs/J1751-2524_S_map.mod wobs /scr/pima/rv122_uvs/J1751-2524_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv122_uvs/J1751-2524_S_uvs.fits wwins /scr/pima/rv122_uvs/J1751-2524_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rv122_uvs/J1751-2524_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.368317 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000530537 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.432131 0.432131 0.864263 1.72853 3.45705 6.9141 13.8282 27.6564 55.3128 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.368 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 694.233 quit ! Quitting program ! Log file /scr/pima/rv122_uvs/J1751-2524_S_dfm.log closed on Fri Jul 13 21:10:32 2018