! Started logfile: /scr/pima/rdv76_uvs/J2056-4714_X_dfm.log on Fri Jun 15 03:57:21 2018 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 8.40599 obs /scr/pima/rdv76_uvs/J2056-4714_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv76_uvs/J2056-4714_X_uva.fits ! AN table 1: 12 integrations on 1 of 1 possible baselines. ! AN table 2: 13 integrations on 6 of 6 possible baselines. ! AN table 3: 22 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.743243 visibilities/baseline/integration-bin. ! Found source: J2056-4714 ! ! 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 8.40599e+09 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 660 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.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_01.dfm J2056-4714_X] 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.200x0.200 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 24 telescope corrections were flagged in sub-array 1. ! A total of 24 telescope corrections were flagged in sub-array 2. ! A total of 56 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! A total of 24 telescope corrections were flagged in sub-array 2. ! A total of 56 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! A total of 24 telescope corrections were flagged in sub-array 2. ! A total of 56 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! A total of 24 telescope corrections were flagged in sub-array 2. ! A total of 56 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=2.402093Jy sigma=18.158914 ! Fit after self-cal, rms=1.199056Jy sigma=8.996950 ! 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=0.6942 mas, bmaj=2.278 mas, bpa=-3.303 degrees ! Estimated noise=6.65684 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 = 1.62227 Jy ! Component: 100 - total flux cleaned = 1.98136 Jy ! Total flux subtracted in 100 components = 1.98136 Jy ! Clean residual min=-0.110718 max=0.122595 Jy/beam ! Clean residual mean=0.000951 rms=0.038292 Jy/beam ! Combined flux in latest and established models = 1.98136 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 1.98136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.369594Jy sigma=2.648223 ! Fit after self-cal, rms=0.369373Jy sigma=2.646970 ! 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=0.7871 mas, bmaj=2.611 mas, bpa=-7.543 degrees ! Estimated noise=5.06062 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.193096 Jy ! Component: 100 - total flux cleaned = 0.296295 Jy ! Component: 150 - total flux cleaned = 0.352272 Jy ! Component: 200 - total flux cleaned = 0.382722 Jy ! Total flux subtracted in 200 components = 0.382722 Jy ! Clean residual min=-0.060249 max=0.061360 Jy/beam ! Clean residual mean=0.000553 rms=0.025613 Jy/beam ! Combined flux in latest and established models = 2.36408 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 29 components and 2.36408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.252808Jy sigma=1.750862 ! Fit after self-cal, rms=0.252645Jy sigma=1.749676 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7871 x 2.611 at -7.543 degrees (North through East) ! Clean map min=-0.058576 max=2.0973 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! KP 1.04 LA 0.96 PT 1.01 SC 0.99 ! ! Telescope amplitude corrections in sub-array 3: ! KK 0.90 KP 1.01 MK 0.96 OV 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! KP 1.04 LA 0.99 PT 1.03 SC 0.96 ! ! Telescope amplitude corrections in sub-array 3: ! KK 0.94 KP 1.01 MK 0.94 OV 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! KP 1.04 LA 0.97 PT 1.03 SC 0.99 ! ! Telescope amplitude corrections in sub-array 3: ! KK 0.94 KP 1.01 MK 0.94 OV 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! KP 1.06 LA 0.96 PT 1.00 SC 1.03 ! ! Telescope amplitude corrections in sub-array 3: ! KK 0.96 KP 1.06 MK 0.96 OV 1.01 ! ! ! Fit before self-cal, rms=0.252645Jy sigma=1.749676 ! Fit after self-cal, rms=0.217109Jy sigma=1.521778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7848 mas, bmaj=2.608 mas, bpa=-7.823 degrees ! Estimated noise=5.01879 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.0283934 Jy ! Component: 100 - total flux cleaned = 0.0326049 Jy ! Component: 150 - total flux cleaned = 0.0329212 Jy ! Component: 200 - total flux cleaned = 0.0332547 Jy ! Total flux subtracted in 200 components = 0.0332547 Jy ! Clean residual min=-0.022730 max=0.024715 Jy/beam ! Clean residual mean=0.000030 rms=0.007261 Jy/beam ! Combined flux in latest and established models = 2.39733 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 2.39733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213346Jy sigma=1.499065 ! Fit after self-cal, rms=0.213449Jy sigma=1.498527 ! 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.213449Jy sigma=1.498527 ! Fit after self-cal, rms=0.211192Jy sigma=1.488450 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.783 mas, bmaj=2.604 mas, bpa=-7.909 degrees ! Estimated noise=5.01219 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.011679 Jy ! Component: 100 - total flux cleaned = 0.0121451 Jy ! Component: 150 - total flux cleaned = 0.0124139 Jy ! Component: 200 - total flux cleaned = 0.0125729 Jy ! Total flux subtracted in 200 components = 0.0125729 Jy ! Clean residual min=-0.015889 max=0.018241 Jy/beam ! Clean residual mean=0.000025 rms=0.004868 Jy/beam ! Combined flux in latest and established models = 2.4099 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 2.4099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210454Jy sigma=1.483680 ! Fit after self-cal, rms=0.210476Jy sigma=1.483536 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.000954205 Jy ! Component: 100 - total flux cleaned = 0.000908924 Jy ! Component: 150 - total flux cleaned = 0.000782773 Jy ! Component: 200 - total flux cleaned = 0.000744043 Jy ! Total flux subtracted in 200 components = 0.000744043 Jy ! Clean residual min=-0.016129 max=0.017812 Jy/beam ! Clean residual mean=0.000023 rms=0.004855 Jy/beam ! Combined flux in latest and established models = 2.41065 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 2.41065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210439Jy sigma=1.483438 ! Fit after self-cal, rms=0.210451Jy sigma=1.483369 ! 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.210451Jy sigma=1.483369 ! Fit after self-cal, rms=0.209740Jy sigma=1.481234 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7823 mas, bmaj=2.603 mas, bpa=-7.954 degrees ! Estimated noise=5.00597 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00347093 Jy ! Component: 100 - total flux cleaned = 0.00355744 Jy ! Component: 150 - total flux cleaned = 0.00361714 Jy ! Component: 200 - total flux cleaned = 0.00362158 Jy ! Total flux subtracted in 200 components = 0.00362158 Jy ! Clean residual min=-0.015412 max=0.016069 Jy/beam ! Clean residual mean=0.000020 rms=0.004217 Jy/beam ! Combined flux in latest and established models = 2.41427 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 2.41427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209598Jy sigma=1.480340 ! Fit after self-cal, rms=0.209617Jy sigma=1.480274 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.94842e-05 Jy ! Component: 100 - total flux cleaned = 7.0223e-05 Jy ! Component: 150 - total flux cleaned = -6.00148e-07 Jy ! Component: 200 - total flux cleaned = -8.09476e-07 Jy ! Total flux subtracted in 200 components = -8.09476e-07 Jy ! Clean residual min=-0.015538 max=0.015897 Jy/beam ! Clean residual mean=0.000020 rms=0.004203 Jy/beam ! Combined flux in latest and established models = 2.41427 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 2.41427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209590Jy sigma=1.480194 ! Fit after self-cal, rms=0.209600Jy sigma=1.480140 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.209600Jy sigma=1.480140 ! Fit after self-cal, rms=0.209324Jy sigma=1.479791 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.976 mas, bmaj=10.34 mas, bpa=-9.895 degrees ! Estimated noise=7.46893 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0001451 Jy ! Component: 100 - total flux cleaned = -0.000141105 Jy ! Component: 150 - total flux cleaned = -0.000132082 Jy ! Component: 200 - total flux cleaned = -0.000118937 Jy ! Total flux subtracted in 200 components = -0.000118937 Jy ! Clean residual min=-0.010600 max=0.010220 Jy/beam ! Clean residual mean=0.000045 rms=0.003630 Jy/beam ! Combined flux in latest and established models = 2.41415 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 50 components and 2.41415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209339Jy sigma=1.479744 ! Fit after self-cal, rms=0.209303Jy sigma=1.479662 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 = -7.60359e-07 Jy ! Component: 100 - total flux cleaned = -1.80239e-06 Jy ! Component: 150 - total flux cleaned = 8.33508e-07 Jy ! Component: 200 - total flux cleaned = 1.20179e-05 Jy ! Total flux subtracted in 200 components = 1.20179e-05 Jy ! Clean residual min=-0.010531 max=0.010159 Jy/beam ! Clean residual mean=0.000045 rms=0.003611 Jy/beam ! Combined flux in latest and established models = 2.41416 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 50 components and 2.41416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209336Jy sigma=1.479697 ! Fit after self-cal, rms=0.209293Jy sigma=1.479601 ! 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=0.782 mas, bmaj=2.602 mas, bpa=-7.974 degrees ! Estimated noise=5.0012 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.782 x 2.602 at -7.974 degrees (North through East) ! Clean map min=-0.013412 max=2.0781 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209293Jy sigma=1.479601 ! Fit after self-cal, rms=0.156130Jy sigma=1.067788 ! Inverting map and beam ! Estimated beam: bmin=0.782 mas, bmaj=2.602 mas, bpa=-7.984 degrees ! Estimated noise=4.99908 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.40025e-05 Jy ! Component: 100 - total flux cleaned = -0.000232794 Jy ! Component: 150 - total flux cleaned = -0.000486483 Jy ! Component: 200 - total flux cleaned = -0.000634898 Jy ! Total flux subtracted in 200 components = -0.000634898 Jy ! Clean residual min=-0.015455 max=0.015727 Jy/beam ! Clean residual mean=0.000013 rms=0.004033 Jy/beam ! Combined flux in latest and established models = 2.41353 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 2.41353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156062Jy sigma=1.067691 ! Fit after self-cal, rms=0.156081Jy sigma=1.067630 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.58833e-05 Jy ! Component: 100 - total flux cleaned = 2.65242e-05 Jy ! Component: 150 - total flux cleaned = -0.000115811 Jy ! Component: 200 - total flux cleaned = -0.000210096 Jy ! Total flux subtracted in 200 components = -0.000210096 Jy ! Clean residual min=-0.015477 max=0.015702 Jy/beam ! Clean residual mean=0.000013 rms=0.004018 Jy/beam ! Combined flux in latest and established models = 2.41332 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 54 components and 2.41332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156041Jy sigma=1.067583 ! Fit after self-cal, rms=0.156057Jy sigma=1.067510 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156057Jy sigma=1.067510 ! Fit after self-cal, rms=0.155930Jy sigma=1.067403 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=0.6935 mas, bmaj=2.268 mas, bpa=-3.77 degrees ! Estimated noise=6.56479 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.5997 Jy ! Component: 100 - total flux cleaned = 1.95041 Jy ! Component: 150 - total flux cleaned = 2.09113 Jy ! Component: 200 - total flux cleaned = 2.18875 Jy ! Total flux subtracted in 200 components = 2.18875 Jy ! Clean residual min=-0.051295 max=0.059648 Jy/beam ! Clean residual mean=0.000360 rms=0.018086 Jy/beam ! Combined flux in latest and established models = 2.18875 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 27 model components to the UV plane model. ! The established model now contains 27 components and 2.18875 Jy ! Inverting map and beam ! Estimated beam: bmin=0.7819 mas, bmaj=2.602 mas, bpa=-7.992 degrees ! Estimated noise=4.99488 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.102083 Jy ! Component: 100 - total flux cleaned = 0.156732 Jy ! Component: 150 - total flux cleaned = 0.186633 Jy ! Component: 200 - total flux cleaned = 0.203073 Jy ! Total flux subtracted in 200 components = 0.203073 Jy ! Clean residual min=-0.016053 max=0.014373 Jy/beam ! Clean residual mean=0.000075 rms=0.004612 Jy/beam ! Combined flux in latest and established models = 2.39182 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 47 components and 2.39182 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.976 mas, bmaj=10.34 mas, bpa=-9.906 degrees ! Estimated noise=7.46108 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0146541 Jy ! Component: 100 - total flux cleaned = 0.0180645 Jy ! Component: 150 - total flux cleaned = 0.0182859 Jy ! Component: 200 - total flux cleaned = 0.0182937 Jy ! Total flux subtracted in 200 components = 0.0182937 Jy ! Clean residual min=-0.010391 max=0.008706 Jy/beam ! Clean residual mean=0.000039 rms=0.003493 Jy/beam ! Combined flux in latest and established models = 2.41012 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.03219e-06 Jy ! Component: 100 - total flux cleaned = 4.8041e-05 Jy ! Component: 150 - total flux cleaned = 5.63879e-05 Jy ! Component: 200 - total flux cleaned = 5.7317e-05 Jy ! Total flux subtracted in 200 components = 5.7317e-05 Jy ! Clean residual min=-0.010143 max=0.008601 Jy/beam ! Clean residual mean=0.000039 rms=0.003444 Jy/beam ! Combined flux in latest and established models = 2.41018 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 57 components and 2.41018 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.7819 mas, bmaj=2.602 mas, bpa=-7.992 degrees ! Estimated noise=4.99488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000590295 Jy ! Component: 100 - total flux cleaned = 0.000681259 Jy ! Component: 150 - total flux cleaned = 0.000761489 Jy ! Component: 200 - total flux cleaned = 0.000828146 Jy ! Total flux subtracted in 200 components = 0.000828146 Jy ! Clean residual min=-0.015282 max=0.014671 Jy/beam ! Clean residual mean=0.000014 rms=0.003983 Jy/beam ! Combined flux in latest and established models = 2.411 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 63 components and 2.411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155909Jy sigma=1.067754 ! Fit after self-cal, rms=0.155912Jy sigma=1.067527 wmodel J2056-4714_X_map.mod ! Writing 63 model components to file: J2056-4714_X_map.mod wobs J2056-4714_X_uvs.fits ! Writing UV FITS file: J2056-4714_X_uvs.fits wwins J2056-4714_X_map.win ! wwins: Wrote 1 windows to J2056-4714_X_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.00109009 Jy ! Component: 100 - total flux cleaned = 0.003593 Jy ! Component: 150 - total flux cleaned = 0.00499307 Jy ! Component: 200 - total flux cleaned = 0.0062825 Jy ! Component: 250 - total flux cleaned = 0.00708167 Jy ! Component: 300 - total flux cleaned = 0.00689158 Jy ! Component: 350 - total flux cleaned = 0.00742311 Jy ! Component: 400 - total flux cleaned = 0.00707743 Jy ! Component: 450 - total flux cleaned = 0.00723811 Jy ! Component: 500 - total flux cleaned = 0.00677518 Jy ! Component: 550 - total flux cleaned = 0.00603676 Jy ! Component: 600 - total flux cleaned = 0.00547765 Jy ! Component: 650 - total flux cleaned = 0.00494133 Jy ! Component: 700 - total flux cleaned = 0.00442437 Jy ! Component: 750 - total flux cleaned = 0.00393045 Jy ! Component: 800 - total flux cleaned = 0.00345277 Jy ! Component: 850 - total flux cleaned = 0.0026442 Jy ! Component: 900 - total flux cleaned = 0.00219695 Jy ! Component: 950 - total flux cleaned = 0.00219771 Jy ! Component: 1000 - total flux cleaned = 0.00187699 Jy ! Component: 1050 - total flux cleaned = 0.00145679 Jy ! Component: 1100 - total flux cleaned = 0.00114304 Jy ! Component: 1150 - total flux cleaned = 0.000615958 Jy ! Component: 1200 - total flux cleaned = 0.000299651 Jy ! Component: 1250 - total flux cleaned = -1.87783e-05 Jy ! Component: 1300 - total flux cleaned = -0.000233167 Jy ! Component: 1350 - total flux cleaned = -0.000556809 Jy ! Component: 1400 - total flux cleaned = -0.000776582 Jy ! Component: 1450 - total flux cleaned = -0.000998595 Jy ! Component: 1500 - total flux cleaned = -0.00110991 Jy ! Component: 1550 - total flux cleaned = -0.00122445 Jy ! Component: 1600 - total flux cleaned = -0.00133942 Jy ! Component: 1650 - total flux cleaned = -0.00168945 Jy ! Component: 1700 - total flux cleaned = -0.00180876 Jy ! Component: 1750 - total flux cleaned = -0.00180815 Jy ! Component: 1800 - total flux cleaned = -0.00205154 Jy ! Component: 1850 - total flux cleaned = -0.00230146 Jy ! Component: 1900 - total flux cleaned = -0.00293641 Jy ! Component: 1950 - total flux cleaned = -0.00332789 Jy ! Component: 2000 - total flux cleaned = -0.0035946 Jy ! Component: 2050 - total flux cleaned = -0.00400064 Jy ! Component: 2100 - total flux cleaned = -0.00455518 Jy ! Component: 2150 - total flux cleaned = -0.00512503 Jy ! Component: 2200 - total flux cleaned = -0.00556215 Jy ! Component: 2250 - total flux cleaned = -0.00615711 Jy ! Component: 2300 - total flux cleaned = -0.00676343 Jy ! Component: 2350 - total flux cleaned = -0.00738807 Jy ! Component: 2400 - total flux cleaned = -0.00787 Jy ! Component: 2450 - total flux cleaned = -0.00852489 Jy ! Component: 2500 - total flux cleaned = -0.00869121 Jy ! Component: 2550 - total flux cleaned = -0.00954751 Jy ! Component: 2600 - total flux cleaned = -0.010076 Jy ! Component: 2650 - total flux cleaned = -0.010615 Jy ! Component: 2700 - total flux cleaned = -0.0109832 Jy ! Component: 2750 - total flux cleaned = -0.0117423 Jy ! Component: 2800 - total flux cleaned = -0.0119385 Jy ! Component: 2850 - total flux cleaned = -0.0121371 Jy ! Component: 2900 - total flux cleaned = -0.0123409 Jy ! Component: 2950 - total flux cleaned = -0.0127603 Jy ! Component: 3000 - total flux cleaned = -0.0131885 Jy ! Component: 3050 - total flux cleaned = -0.0136346 Jy ! Component: 3100 - total flux cleaned = -0.0138618 Jy ! Component: 3150 - total flux cleaned = -0.0143272 Jy ! Component: 3200 - total flux cleaned = -0.0148047 Jy ! Component: 3250 - total flux cleaned = -0.0150491 Jy ! Component: 3300 - total flux cleaned = -0.0158024 Jy ! Component: 3350 - total flux cleaned = -0.0165771 Jy ! Component: 3400 - total flux cleaned = -0.0168418 Jy ! Component: 3450 - total flux cleaned = -0.0176612 Jy ! Component: 3500 - total flux cleaned = -0.0182227 Jy ! Component: 3550 - total flux cleaned = -0.0187991 Jy ! Component: 3600 - total flux cleaned = -0.0196849 Jy ! Component: 3650 - total flux cleaned = -0.020903 Jy ! Component: 3700 - total flux cleaned = -0.0212215 Jy ! Component: 3750 - total flux cleaned = -0.0221824 Jy ! Component: 3800 - total flux cleaned = -0.023499 Jy ! Component: 3850 - total flux cleaned = -0.0245249 Jy ! Component: 3900 - total flux cleaned = -0.0255739 Jy ! Component: 3950 - total flux cleaned = -0.0262846 Jy ! Component: 4000 - total flux cleaned = -0.0277578 Jy ! Component: 4050 - total flux cleaned = -0.0288886 Jy ! Total flux subtracted in 4096 components = -0.030058 Jy ! Clean residual min=-0.022050 max=0.022552 Jy/beam ! Clean residual mean=-0.000005 rms=0.006122 Jy/beam ! Combined flux in latest and established models = 2.38095 Jy keep ! Adding 121 model components to the UV plane model. ! The established model now contains 184 components and 2.38094 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rdv76_uvs/J2056-4714_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7819 x 2.602 at -7.992 degrees (North through East) ! Clean map min=-0.043498 max=2.0847 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv76_uvs/J2056-4714_X_map.fits wmodel /scr/pima/rdv76_uvs/J2056-4714_X_map.mod ! Writing 184 model components to file: /scr/pima/rdv76_uvs/J2056-4714_X_map.mod wobs /scr/pima/rdv76_uvs/J2056-4714_X_uvs.fits ! Writing UV FITS file: /scr/pima/rdv76_uvs/J2056-4714_X_uvs.fits wwins /scr/pima/rdv76_uvs/J2056-4714_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv76_uvs/J2056-4714_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 2.08474 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00640456 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.921634 0.921634 1.84327 3.68654 7.37307 14.7461 29.4923 58.9846 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0192 print "peak= ", int(1000*peak_flux)/1000 ! peak= 2.084 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 325.508 quit ! Quitting program ! Log file /scr/pima/rdv76_uvs/J2056-4714_X_dfm.log closed on Fri Jun 15 03:57:25 2018