! Started logfile: /scr/pima/rv119_uvs/J0038-2459_S_dfm.log on Sun Dec 17 11:32:26 2017 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/rv119_uvs/J0038-2459_S_uva.fits ! Reading UV FITS file: /scr/pima/rv119_uvs/J0038-2459_S_uva.fits ! AN table 1: 54 integrations on 3 of 3 possible baselines. ! AN table 2: 21 integrations on 28 of 28 possible baselines. ! AN table 3: 45 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.585225 visibilities/baseline/integration-bin. ! Found source: J0038-2459 ! ! 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 6496 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 J0038-2459_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 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 72 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! A total of 205 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 72 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! A total of 205 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 72 telescope corrections were flagged in sub-array 1. ! A total of 35 telescope corrections were flagged in sub-array 2. ! A total of 231 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 72 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! A total of 205 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.008112Jy sigma=13.152426 ! Fit after self-cal, rms=0.872840Jy sigma=11.446366 ! 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=1.907 mas, bmaj=4.467 mas, bpa=22.51 degrees ! Estimated noise=1.08703 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.0970892 Jy ! Component: 100 - total flux cleaned = 0.123235 Jy ! Total flux subtracted in 100 components = 0.123235 Jy ! Clean residual min=-0.009883 max=0.010331 Jy/beam ! Clean residual mean=0.000052 rms=0.002558 Jy/beam ! Combined flux in latest and established models = 0.123235 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.123235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131219Jy sigma=1.451529 ! Fit after self-cal, rms=0.131116Jy sigma=1.450031 ! 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.248 mas, bmaj=5.135 mas, bpa=23.88 degrees ! Estimated noise=0.770408 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.0165004 Jy ! Component: 100 - total flux cleaned = 0.0232054 Jy ! Component: 150 - total flux cleaned = 0.0267797 Jy ! Component: 200 - total flux cleaned = 0.0283624 Jy ! Total flux subtracted in 200 components = 0.0283624 Jy ! Clean residual min=-0.008934 max=0.010601 Jy/beam ! Clean residual mean=0.000048 rms=0.002429 Jy/beam ! Combined flux in latest and established models = 0.151597 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 24 components and 0.151597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128514Jy sigma=1.430403 ! Fit after self-cal, rms=0.128504Jy sigma=1.430133 ! 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.248 x 5.135 at 23.88 degrees (North through East) ! Clean map min=-0.008282 max=0.12643 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 90 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HH 0.00* SC 0.00* WZ 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.92 HH 1.43 HN 1.25 KP 0.94 ! LA 0.97 NL 1.17 PT 1.03 SC 1.32 ! ! A total of 18 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! BR 1.08 FD 1.05 HN 1.30 KP 1.03 ! LA 0.99 MK 1.04 NL 1.02 OV 1.10 ! PT 1.06 SC 1.35 ! ! ! Correcting IF 2. ! A total of 90 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HH 0.00* SC 0.00* WZ 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.93 HH 1.03 HN 1.18 KP 1.08 ! LA 0.99 NL 1.16 PT 0.98 SC 1.31 ! ! A total of 18 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! BR 1.06 FD 1.04 HN 1.17 KP 1.01 ! LA 1.02 MK 1.10 NL 1.07 OV 1.08 ! PT 1.02 SC 1.33 ! ! ! Correcting IF 3. ! A total of 90 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HH 0.00* SC 0.00* WZ 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00 HH 0.96 HN 1.08 KP 0.38 ! LA 0.98 NL 1.00* PT 1.10 SC 0.41 ! ! A total of 18 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! BR 1.09 FD 1.12 HN 1.17 KP 0.33 ! LA 1.08 MK 0.98 NL 1.00* OV 1.11 ! PT 1.06 SC 0.56 ! ! ! Correcting IF 4. ! A total of 90 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HH 0.00* SC 0.00* WZ 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.98 HH 0.94 HN 1.09 KP 1.01 ! LA 1.08 NL 1.24 PT 0.95 SC 1.26 ! ! A total of 18 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! BR 1.18 FD 1.10 HN 1.29 KP 1.00 ! LA 1.02 MK 1.04 NL 1.06 OV 1.04 ! PT 1.02 SC 1.33 ! ! ! Fit before self-cal, rms=0.128504Jy sigma=1.430133 ! Fit after self-cal, rms=0.085243Jy sigma=1.121751 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.345 mas, bmaj=5.867 mas, bpa=23.9 degrees ! Estimated noise=0.796347 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.00240584 Jy ! Component: 100 - total flux cleaned = 0.00240748 Jy ! Component: 150 - total flux cleaned = 0.00235825 Jy ! Component: 200 - total flux cleaned = 0.00240513 Jy ! Total flux subtracted in 200 components = 0.00240513 Jy ! Clean residual min=-0.004950 max=0.004506 Jy/beam ! Clean residual mean=0.000029 rms=0.001060 Jy/beam ! Combined flux in latest and established models = 0.154002 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 30 components and 0.154002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085125Jy sigma=1.119981 ! Fit after self-cal, rms=0.086068Jy sigma=1.109159 ! 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.086068Jy sigma=1.109159 ! Fit after self-cal, rms=0.085911Jy sigma=1.094373 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.314 mas, bmaj=5.826 mas, bpa=24.1 degrees ! Estimated noise=0.798375 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00217842 Jy ! Component: 100 - total flux cleaned = 0.0023297 Jy ! Component: 150 - total flux cleaned = 0.00241674 Jy ! Component: 200 - total flux cleaned = 0.00245703 Jy ! Total flux subtracted in 200 components = 0.00245703 Jy ! Clean residual min=-0.004130 max=0.004372 Jy/beam ! Clean residual mean=0.000019 rms=0.000976 Jy/beam ! Combined flux in latest and established models = 0.156459 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 33 components and 0.156459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085830Jy sigma=1.093202 ! Fit after self-cal, rms=0.085862Jy sigma=1.092792 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) ! Added new window around map position (-13.5, 19). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00389077 Jy ! Component: 100 - total flux cleaned = 0.00514823 Jy ! Component: 150 - total flux cleaned = 0.00542958 Jy ! Component: 200 - total flux cleaned = 0.00547526 Jy ! Total flux subtracted in 200 components = 0.00547526 Jy ! Clean residual min=-0.003865 max=0.003725 Jy/beam ! Clean residual mean=0.000003 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.161934 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 51 components and 0.161934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085653Jy sigma=1.090553 ! Fit after self-cal, rms=0.085645Jy sigma=1.090195 ! 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.085645Jy sigma=1.090195 ! Fit after self-cal, rms=0.085519Jy sigma=1.076650 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.284 mas, bmaj=5.776 mas, bpa=24.36 degrees ! Estimated noise=0.79654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00243198 Jy ! Component: 100 - total flux cleaned = 0.00329022 Jy ! Component: 150 - total flux cleaned = 0.00348158 Jy ! Component: 200 - total flux cleaned = 0.00360569 Jy ! Total flux subtracted in 200 components = 0.00360569 Jy ! Clean residual min=-0.003616 max=0.003847 Jy/beam ! Clean residual mean=0.000012 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.16554 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 59 components and 0.16554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085422Jy sigma=1.075576 ! Fit after self-cal, rms=0.085462Jy sigma=1.075210 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) ! Added new window around map position (36.5, -100). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0035564 Jy ! Component: 100 - total flux cleaned = 0.00371076 Jy ! Component: 150 - total flux cleaned = 0.00370969 Jy ! Component: 200 - total flux cleaned = 0.00371111 Jy ! Total flux subtracted in 200 components = 0.00371111 Jy ! Clean residual min=-0.003350 max=0.003091 Jy/beam ! Clean residual mean=0.000003 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.169251 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 79 components and 0.169251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085285Jy sigma=1.072414 ! Fit after self-cal, rms=0.085264Jy sigma=1.072121 ! 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.085264Jy sigma=1.072121 ! Fit after self-cal, rms=0.085293Jy sigma=1.071443 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.701 mas, bmaj=15.98 mas, bpa=-4.843 degrees ! Estimated noise=1.07002 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00221631 Jy ! Component: 100 - total flux cleaned = 0.00336232 Jy ! Component: 150 - total flux cleaned = 0.00339832 Jy ! Component: 200 - total flux cleaned = 0.00336995 Jy ! Total flux subtracted in 200 components = 0.00336995 Jy ! Clean residual min=-0.003670 max=0.003620 Jy/beam ! Clean residual mean=-0.000002 rms=0.001015 Jy/beam ! Combined flux in latest and established models = 0.172621 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 99 components and 0.172621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085259Jy sigma=1.071038 ! Fit after self-cal, rms=0.085270Jy sigma=1.070858 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.000217176 Jy ! Component: 100 - total flux cleaned = 0.00038531 Jy ! Component: 150 - total flux cleaned = 0.000415334 Jy ! Component: 200 - total flux cleaned = 0.000414684 Jy ! Total flux subtracted in 200 components = 0.000414684 Jy ! Clean residual min=-0.003631 max=0.003585 Jy/beam ! Clean residual mean=-0.000006 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.173036 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 101 components and 0.173036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085265Jy sigma=1.070638 ! Fit after self-cal, rms=0.085264Jy sigma=1.070537 ! 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=2.266 mas, bmaj=5.75 mas, bpa=24.48 degrees ! Estimated noise=0.795921 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.266 x 5.75 at 24.48 degrees (North through East) ! Clean map min=-0.0030025 max=0.12726 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=1.875 mas, bmaj=4.649 mas, bpa=23.42 degrees ! Estimated noise=1.13478 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0999414 Jy ! Component: 100 - total flux cleaned = 0.128143 Jy ! Component: 150 - total flux cleaned = 0.13964 Jy ! Component: 200 - total flux cleaned = 0.146426 Jy ! Total flux subtracted in 200 components = 0.146426 Jy ! Clean residual min=-0.005162 max=0.005069 Jy/beam ! Clean residual mean=0.000028 rms=0.001200 Jy/beam ! Combined flux in latest and established models = 0.146426 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.146426 Jy ! Inverting map and beam ! Estimated beam: bmin=2.266 mas, bmaj=5.75 mas, bpa=24.48 degrees ! Estimated noise=0.795921 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) ! Added new window around map position (-2.5, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00851282 Jy ! Component: 100 - total flux cleaned = 0.0139377 Jy ! Component: 150 - total flux cleaned = 0.0179749 Jy ! Component: 200 - total flux cleaned = 0.0210398 Jy ! Total flux subtracted in 200 components = 0.0210398 Jy ! Clean residual min=-0.003412 max=0.003405 Jy/beam ! Clean residual mean=0.000017 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.167466 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 51 components and 0.167466 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.701 mas, bmaj=15.98 mas, bpa=-4.843 degrees ! Estimated noise=1.07002 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00340195 Jy ! Component: 100 - total flux cleaned = 0.00473164 Jy ! Component: 150 - total flux cleaned = 0.00505888 Jy ! Component: 200 - total flux cleaned = 0.00527171 Jy ! Total flux subtracted in 200 components = 0.00527171 Jy ! Clean residual min=-0.003629 max=0.003271 Jy/beam ! Clean residual mean=-0.000005 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 0.172738 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.000171094 Jy ! Component: 100 - total flux cleaned = 0.000200165 Jy ! Component: 150 - total flux cleaned = 0.000226036 Jy ! Component: 200 - total flux cleaned = 0.000226117 Jy ! Total flux subtracted in 200 components = 0.000226117 Jy ! Clean residual min=-0.003660 max=0.003388 Jy/beam ! Clean residual mean=-0.000007 rms=0.000999 Jy/beam ! Combined flux in latest and established models = 0.172964 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 90 components and 0.172964 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.266 mas, bmaj=5.75 mas, bpa=24.48 degrees ! Estimated noise=0.795921 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.11493e-05 Jy ! Component: 100 - total flux cleaned = 7.12497e-05 Jy ! Component: 150 - total flux cleaned = 0.000175452 Jy ! Component: 200 - total flux cleaned = 0.000266828 Jy ! Total flux subtracted in 200 components = 0.000266828 Jy ! Clean residual min=-0.003076 max=0.003106 Jy/beam ! Clean residual mean=-0.000004 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.173231 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 108 components and 0.173231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085160Jy sigma=1.070207 ! Fit after self-cal, rms=0.085140Jy sigma=1.069566 wmodel J0038-2459_S_map.mod ! Writing 108 model components to file: J0038-2459_S_map.mod wobs J0038-2459_S_uvs.fits ! Writing UV FITS file: J0038-2459_S_uvs.fits wwins J0038-2459_S_map.win ! wwins: Wrote 4 windows to J0038-2459_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.000168763 Jy ! Component: 100 - total flux cleaned = -0.000500642 Jy ! Component: 150 - total flux cleaned = -0.000553697 Jy ! Component: 200 - total flux cleaned = -0.000604807 Jy ! Component: 250 - total flux cleaned = -0.00080267 Jy ! Component: 300 - total flux cleaned = -0.000802415 Jy ! Component: 350 - total flux cleaned = -0.000802707 Jy ! Component: 400 - total flux cleaned = -0.000848708 Jy ! Component: 450 - total flux cleaned = -0.000802974 Jy ! Component: 500 - total flux cleaned = -0.000892685 Jy ! Component: 550 - total flux cleaned = -0.000936641 Jy ! Component: 600 - total flux cleaned = -0.0010236 Jy ! Component: 650 - total flux cleaned = -0.00110932 Jy ! Component: 700 - total flux cleaned = -0.00115185 Jy ! Component: 750 - total flux cleaned = -0.00119412 Jy ! Component: 800 - total flux cleaned = -0.00119458 Jy ! Component: 850 - total flux cleaned = -0.00127654 Jy ! Component: 900 - total flux cleaned = -0.00135706 Jy ! Component: 950 - total flux cleaned = -0.00139689 Jy ! Component: 1000 - total flux cleaned = -0.00155412 Jy ! Component: 1050 - total flux cleaned = -0.0016701 Jy ! Component: 1100 - total flux cleaned = -0.00170792 Jy ! Component: 1150 - total flux cleaned = -0.00182232 Jy ! Component: 1200 - total flux cleaned = -0.00193525 Jy ! Component: 1250 - total flux cleaned = -0.00201019 Jy ! Component: 1300 - total flux cleaned = -0.00215866 Jy ! Component: 1350 - total flux cleaned = -0.00230536 Jy ! Component: 1400 - total flux cleaned = -0.00241435 Jy ! Component: 1450 - total flux cleaned = -0.00255825 Jy ! Component: 1500 - total flux cleaned = -0.00270058 Jy ! Component: 1550 - total flux cleaned = -0.00270043 Jy ! Component: 1600 - total flux cleaned = -0.002806 Jy ! Component: 1650 - total flux cleaned = -0.00294567 Jy ! Component: 1700 - total flux cleaned = -0.00315274 Jy ! Component: 1750 - total flux cleaned = -0.00325508 Jy ! Component: 1800 - total flux cleaned = -0.00328894 Jy ! Component: 1850 - total flux cleaned = -0.00342402 Jy ! Component: 1900 - total flux cleaned = -0.00352414 Jy ! Component: 1950 - total flux cleaned = -0.00352427 Jy ! Component: 2000 - total flux cleaned = -0.0036562 Jy ! Component: 2050 - total flux cleaned = -0.00381935 Jy ! Component: 2100 - total flux cleaned = -0.00391636 Jy ! Component: 2150 - total flux cleaned = -0.00398063 Jy ! Component: 2200 - total flux cleaned = -0.00410821 Jy ! Component: 2250 - total flux cleaned = -0.00420326 Jy ! Component: 2300 - total flux cleaned = -0.00432917 Jy ! Component: 2350 - total flux cleaned = -0.00432906 Jy ! Component: 2400 - total flux cleaned = -0.0043601 Jy ! Component: 2450 - total flux cleaned = -0.00445258 Jy ! Component: 2500 - total flux cleaned = -0.00439139 Jy ! Component: 2550 - total flux cleaned = -0.00445249 Jy ! Component: 2600 - total flux cleaned = -0.00460345 Jy ! Component: 2650 - total flux cleaned = -0.00460368 Jy ! Component: 2700 - total flux cleaned = -0.00463358 Jy ! Component: 2750 - total flux cleaned = -0.00463353 Jy ! Component: 2800 - total flux cleaned = -0.00466298 Jy ! Component: 2850 - total flux cleaned = -0.00475082 Jy ! Component: 2900 - total flux cleaned = -0.00480863 Jy ! Component: 2950 - total flux cleaned = -0.00483765 Jy ! Component: 3000 - total flux cleaned = -0.00492352 Jy ! Component: 3050 - total flux cleaned = -0.00489483 Jy ! Component: 3100 - total flux cleaned = -0.00500802 Jy ! Component: 3150 - total flux cleaned = -0.00497967 Jy ! Component: 3200 - total flux cleaned = -0.00500769 Jy ! Component: 3250 - total flux cleaned = -0.00506344 Jy ! Component: 3300 - total flux cleaned = -0.005091 Jy ! Component: 3350 - total flux cleaned = -0.00514578 Jy ! Component: 3400 - total flux cleaned = -0.00511854 Jy ! Component: 3450 - total flux cleaned = -0.0052271 Jy ! Component: 3500 - total flux cleaned = -0.00511881 Jy ! Component: 3550 - total flux cleaned = -0.00519977 Jy ! Component: 3600 - total flux cleaned = -0.00528024 Jy ! Component: 3650 - total flux cleaned = -0.00512041 Jy ! Component: 3700 - total flux cleaned = -0.00527949 Jy ! Component: 3750 - total flux cleaned = -0.00522688 Jy ! Component: 3800 - total flux cleaned = -0.0051748 Jy ! Component: 3850 - total flux cleaned = -0.00525302 Jy ! Component: 3900 - total flux cleaned = -0.00525322 Jy ! Component: 3950 - total flux cleaned = -0.00533072 Jy ! Component: 4000 - total flux cleaned = -0.00517663 Jy ! Component: 4050 - total flux cleaned = -0.0053302 Jy ! Total flux subtracted in 4096 components = -0.00535569 Jy ! Clean residual min=-0.001436 max=0.001491 Jy/beam ! Clean residual mean=0.000003 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.167875 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 401 components and 0.167875 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv119_uvs/J0038-2459_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.266 x 5.75 at 24.48 degrees (North through East) ! Clean map min=-0.0024286 max=0.12845 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv119_uvs/J0038-2459_S_map.fits wmodel /scr/pima/rv119_uvs/J0038-2459_S_map.mod ! Writing 401 model components to file: /scr/pima/rv119_uvs/J0038-2459_S_map.mod wobs /scr/pima/rv119_uvs/J0038-2459_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv119_uvs/J0038-2459_S_uvs.fits wwins /scr/pima/rv119_uvs/J0038-2459_S_map.win ! wwins: Wrote 5 windows to /scr/pima/rv119_uvs/J0038-2459_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.128446 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000460572 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.07572 1.07572 2.15143 4.30286 8.60573 17.2115 34.4229 68.8458 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.128 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 278.884 quit ! Quitting program ! Log file /scr/pima/rv119_uvs/J0038-2459_S_dfm.log closed on Sun Dec 17 11:32:30 2017