! Started logfile: .//J2036-0629_X_dfm.log on Sun Oct 21 00:11:39 2018 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 7.39200 obs .//J2036-0629_X_uva.fits ! Reading UV FITS file: .//J2036-0629_X_uva.fits ! AN table 1: 3 integrations on 21 of 21 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2036-0629 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 7.392e+09 3.2e+07 1 3.2e+07 ! 02 2 7.424e+09 3.2e+07 1 3.2e+07 ! 03 3 7.456e+09 3.2e+07 1 3.2e+07 ! 04 4 7.552e+09 3.2e+07 1 3.2e+07 ! 05 5 7.744e+09 3.2e+07 1 3.2e+07 ! 06 6 7.776e+09 3.2e+07 1 3.2e+07 ! 07 7 7.808e+09 3.2e+07 1 3.2e+07 ! 08 8 7.84e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 85 lines of history. ! ! Reading 504 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 8 channels. ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 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 J2036-0629_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=1.096966Jy sigma=47.583405 ! Fit after self-cal, rms=0.595759Jy sigma=25.689612 ! 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.8642 mas, bmaj=3.008 mas, bpa=18.26 degrees ! Estimated noise=0.988933 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.299974 Jy ! Component: 100 - total flux cleaned = 0.403888 Jy ! Total flux subtracted in 100 components = 0.403888 Jy ! Clean residual min=-0.033126 max=0.047442 Jy/beam ! Clean residual mean=-0.000155 rms=0.011155 Jy/beam ! Combined flux in latest and established models = 0.403888 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.403888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.126951Jy sigma=5.512492 ! Fit after self-cal, rms=0.126372Jy sigma=5.495909 ! 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=1.038 mas, bmaj=3.051 mas, bpa=16.27 degrees ! Estimated noise=0.751263 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.0692936 Jy ! Component: 100 - total flux cleaned = 0.105741 Jy ! Component: 150 - total flux cleaned = 0.115929 Jy ! Component: 200 - total flux cleaned = 0.116637 Jy ! Total flux subtracted in 200 components = 0.116637 Jy ! Clean residual min=-0.023779 max=0.056903 Jy/beam ! Clean residual mean=-0.000085 rms=0.009374 Jy/beam ! Combined flux in latest and established models = 0.520525 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 0.520525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.081322Jy sigma=3.501346 ! Fit after self-cal, rms=0.081000Jy sigma=3.493275 ! Inverting map ! Added new window around map position (-8.2, 13.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0501817 Jy ! Component: 100 - total flux cleaned = 0.0590067 Jy ! Component: 150 - total flux cleaned = 0.0599109 Jy ! Component: 200 - total flux cleaned = 0.0596026 Jy ! Total flux subtracted in 200 components = 0.0596026 Jy ! Clean residual min=-0.015888 max=0.016944 Jy/beam ! Clean residual mean=-0.000004 rms=0.004541 Jy/beam ! Combined flux in latest and established models = 0.580127 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 45 components and 0.580127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.045249Jy sigma=1.934950 ! Fit after self-cal, rms=0.044336Jy sigma=1.891897 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.038 x 3.051 at 16.27 degrees (North through East) ! Clean map min=-0.014144 max=0.41747 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 HN 0.94 LA 1.02 NL 0.97 ! OV 0.95 PT 0.95 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 HN 0.93 LA 1.02 NL 0.95 ! OV 0.96 PT 0.97 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 HN 0.95 LA 1.02 NL 0.94 ! OV 0.99 PT 0.97 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 HN 0.95 LA 1.03 NL 0.98 ! OV 0.98 PT 0.99 SC 0.99 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 HN 0.99 LA 1.05 NL 1.15 ! OV 0.97 PT 0.98 SC 1.01 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 HN 0.99 LA 1.03 NL 1.16 ! OV 0.99 PT 0.97 SC 1.02 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 HN 1.00 LA 1.02 NL 1.26 ! OV 1.01 PT 0.98 SC 1.01 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 HN 1.02 LA 1.04 NL 1.29 ! OV 1.00 PT 0.96 SC 0.97 ! ! ! Fit before self-cal, rms=0.044336Jy sigma=1.891897 ! Fit after self-cal, rms=0.029330Jy sigma=1.231073 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.035 mas, bmaj=3.044 mas, bpa=16.09 degrees ! Estimated noise=0.751214 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.00374708 Jy ! Component: 100 - total flux cleaned = -0.00371322 Jy ! Component: 150 - total flux cleaned = -0.00371176 Jy ! Component: 200 - total flux cleaned = -0.00345518 Jy ! Total flux subtracted in 200 components = -0.00345518 Jy ! Clean residual min=-0.008303 max=0.008678 Jy/beam ! Clean residual mean=-0.000004 rms=0.002279 Jy/beam ! Combined flux in latest and established models = 0.576672 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 56 components and 0.576672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.026839Jy sigma=1.100344 ! Fit after self-cal, rms=0.026732Jy sigma=1.096368 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.026732Jy sigma=1.096368 ! Fit after self-cal, rms=0.026396Jy sigma=1.083549 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.033 mas, bmaj=3.039 mas, bpa=16.1 degrees ! Estimated noise=0.751574 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000876397 Jy ! Component: 100 - total flux cleaned = -0.000987723 Jy ! Component: 150 - total flux cleaned = -0.00118997 Jy ! Component: 200 - total flux cleaned = -0.00137511 Jy ! Total flux subtracted in 200 components = -0.00137511 Jy ! Clean residual min=-0.007397 max=0.007697 Jy/beam ! Clean residual mean=-0.000004 rms=0.002099 Jy/beam ! Combined flux in latest and established models = 0.575297 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 72 components and 0.575297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.025464Jy sigma=1.034765 ! Fit after self-cal, rms=0.025426Jy sigma=1.034033 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.00030408 Jy ! Component: 100 - total flux cleaned = -0.000631758 Jy ! Component: 150 - total flux cleaned = -0.000709185 Jy ! Component: 200 - total flux cleaned = -0.000857357 Jy ! Total flux subtracted in 200 components = -0.000857357 Jy ! Clean residual min=-0.007288 max=0.007484 Jy/beam ! Clean residual mean=-0.000005 rms=0.002033 Jy/beam ! Combined flux in latest and established models = 0.57444 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 86 components and 0.57444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.025026Jy sigma=1.013293 ! Fit after self-cal, rms=0.024994Jy sigma=1.012860 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.024994Jy sigma=1.012860 ! Fit after self-cal, rms=0.024718Jy sigma=1.003792 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.031 mas, bmaj=3.034 mas, bpa=16.09 degrees ! Estimated noise=0.75081 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000435727 Jy ! Component: 100 - total flux cleaned = -0.000789205 Jy ! Component: 150 - total flux cleaned = -0.000866654 Jy ! Component: 200 - total flux cleaned = -0.00100354 Jy ! Total flux subtracted in 200 components = -0.00100354 Jy ! Clean residual min=-0.006949 max=0.007181 Jy/beam ! Clean residual mean=-0.000004 rms=0.001926 Jy/beam ! Combined flux in latest and established models = 0.573436 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 99 components and 0.573436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.024204Jy sigma=0.979343 ! Fit after self-cal, rms=0.024183Jy sigma=0.979015 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.000296355 Jy ! Component: 100 - total flux cleaned = -0.000359583 Jy ! Component: 150 - total flux cleaned = -0.000420107 Jy ! Component: 200 - total flux cleaned = -0.000534709 Jy ! Total flux subtracted in 200 components = -0.000534709 Jy ! Clean residual min=-0.006811 max=0.006886 Jy/beam ! Clean residual mean=-0.000004 rms=0.001884 Jy/beam ! Combined flux in latest and established models = 0.572901 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 104 components and 0.572901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.023935Jy sigma=0.966546 ! Fit after self-cal, rms=0.023915Jy sigma=0.966287 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.023915Jy sigma=0.966287 ! Fit after self-cal, rms=0.023755Jy sigma=0.961273 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.953 mas, bmaj=3.752 mas, bpa=4.933 degrees ! Estimated noise=0.918046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000217389 Jy ! Component: 100 - total flux cleaned = -0.000498497 Jy ! Component: 150 - total flux cleaned = -0.00057223 Jy ! Component: 200 - total flux cleaned = -0.000570067 Jy ! Total flux subtracted in 200 components = -0.000570067 Jy ! Clean residual min=-0.007920 max=0.009019 Jy/beam ! Clean residual mean=-0.000005 rms=0.002641 Jy/beam ! Combined flux in latest and established models = 0.572331 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 118 components and 0.572331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.023655Jy sigma=0.955484 ! Fit after self-cal, rms=0.023606Jy sigma=0.953582 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 = -2.31976e-05 Jy ! Component: 100 - total flux cleaned = -8.68582e-05 Jy ! Component: 150 - total flux cleaned = -0.000150168 Jy ! Component: 200 - total flux cleaned = -0.000149391 Jy ! Total flux subtracted in 200 components = -0.000149391 Jy ! Clean residual min=-0.007812 max=0.008631 Jy/beam ! Clean residual mean=-0.000004 rms=0.002553 Jy/beam ! Combined flux in latest and established models = 0.572182 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 126 components and 0.572182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.023529Jy sigma=0.949357 ! Fit after self-cal, rms=0.023502Jy sigma=0.948495 ! 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=1.03 mas, bmaj=3.031 mas, bpa=16.09 degrees ! Estimated noise=0.749876 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.03 x 3.031 at 16.09 degrees (North through East) ! Clean map min=-0.011017 max=0.41369 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=0.8588 mas, bmaj=2.988 mas, bpa=18.04 degrees ! Estimated noise=0.974447 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.295897 Jy ! Component: 100 - total flux cleaned = 0.400399 Jy ! Component: 150 - total flux cleaned = 0.455916 Jy ! Component: 200 - total flux cleaned = 0.49325 Jy ! Total flux subtracted in 200 components = 0.49325 Jy ! Clean residual min=-0.024357 max=0.021769 Jy/beam ! Clean residual mean=-0.000068 rms=0.005841 Jy/beam ! Combined flux in latest and established models = 0.493251 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.493251 Jy ! Inverting map and beam ! Estimated beam: bmin=1.03 mas, bmaj=3.031 mas, bpa=16.09 degrees ! Estimated noise=0.749876 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.0398023 Jy ! Component: 100 - total flux cleaned = 0.0574495 Jy ! Component: 150 - total flux cleaned = 0.0661205 Jy ! Component: 200 - total flux cleaned = 0.0719908 Jy ! Total flux subtracted in 200 components = 0.0719908 Jy ! Clean residual min=-0.011999 max=0.012887 Jy/beam ! Clean residual mean=-0.000013 rms=0.003384 Jy/beam ! Combined flux in latest and established models = 0.565241 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 47 components and 0.565241 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=1.953 mas, bmaj=3.752 mas, bpa=4.933 degrees ! Estimated noise=0.918046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00632124 Jy ! Component: 100 - total flux cleaned = 0.00752507 Jy ! Component: 150 - total flux cleaned = 0.00806305 Jy ! Component: 200 - total flux cleaned = 0.00825048 Jy ! Total flux subtracted in 200 components = 0.00825048 Jy ! Clean residual min=-0.009902 max=0.011560 Jy/beam ! Clean residual mean=0.000001 rms=0.002922 Jy/beam ! Combined flux in latest and established models = 0.573492 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 = -1.05545e-05 Jy ! Component: 100 - total flux cleaned = -0.000136593 Jy ! Component: 150 - total flux cleaned = -0.000128805 Jy ! Component: 200 - total flux cleaned = -0.000232706 Jy ! Total flux subtracted in 200 components = -0.000232706 Jy ! Clean residual min=-0.008380 max=0.010555 Jy/beam ! Clean residual mean=0.000001 rms=0.002652 Jy/beam ! Combined flux in latest and established models = 0.573259 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 81 components and 0.573259 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.03 mas, bmaj=3.031 mas, bpa=16.09 degrees ! Estimated noise=0.749876 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0005986 Jy ! Component: 100 - total flux cleaned = -0.00109572 Jy ! Component: 150 - total flux cleaned = -0.00169217 Jy ! Component: 200 - total flux cleaned = -0.00210454 Jy ! Total flux subtracted in 200 components = -0.00210454 Jy ! Clean residual min=-0.007759 max=0.009648 Jy/beam ! Clean residual mean=-0.000001 rms=0.002077 Jy/beam ! Combined flux in latest and established models = 0.571155 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 100 components and 0.571155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.026352Jy sigma=1.082931 ! Fit after self-cal, rms=0.026213Jy sigma=1.074423 wmodel J2036-0629_X_map.mod ! Writing 100 model components to file: J2036-0629_X_map.mod wobs J2036-0629_X_uvs.fits ! Writing UV FITS file: J2036-0629_X_uvs.fits wwins J2036-0629_X_map.win ! wwins: Wrote 2 windows to J2036-0629_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.00271587 Jy ! Component: 100 - total flux cleaned = 0.00336636 Jy ! Component: 150 - total flux cleaned = 0.0036004 Jy ! Component: 200 - total flux cleaned = 0.00369917 Jy ! Component: 250 - total flux cleaned = 0.00369524 Jy ! Component: 300 - total flux cleaned = 0.00396422 Jy ! Component: 350 - total flux cleaned = 0.00438583 Jy ! Component: 400 - total flux cleaned = 0.00454885 Jy ! Component: 450 - total flux cleaned = 0.00477431 Jy ! Component: 500 - total flux cleaned = 0.00477087 Jy ! Component: 550 - total flux cleaned = 0.00477022 Jy ! Component: 600 - total flux cleaned = 0.00470666 Jy ! Component: 650 - total flux cleaned = 0.00476664 Jy ! Component: 700 - total flux cleaned = 0.0049929 Jy ! Component: 750 - total flux cleaned = 0.00510074 Jy ! Component: 800 - total flux cleaned = 0.00520325 Jy ! Component: 850 - total flux cleaned = 0.00525198 Jy ! Component: 900 - total flux cleaned = 0.00539138 Jy ! Component: 950 - total flux cleaned = 0.00552457 Jy ! Component: 1000 - total flux cleaned = 0.00569351 Jy ! Component: 1050 - total flux cleaned = 0.00585634 Jy ! Component: 1100 - total flux cleaned = 0.0060108 Jy ! Component: 1150 - total flux cleaned = 0.00593511 Jy ! Component: 1200 - total flux cleaned = 0.00593496 Jy ! Component: 1250 - total flux cleaned = 0.00576227 Jy ! Component: 1300 - total flux cleaned = 0.00579613 Jy ! Component: 1350 - total flux cleaned = 0.00579539 Jy ! Component: 1400 - total flux cleaned = 0.00592183 Jy ! Component: 1450 - total flux cleaned = 0.00598223 Jy ! Component: 1500 - total flux cleaned = 0.00610077 Jy ! Component: 1550 - total flux cleaned = 0.00621542 Jy ! Component: 1600 - total flux cleaned = 0.00627127 Jy ! Component: 1650 - total flux cleaned = 0.00635413 Jy ! Component: 1700 - total flux cleaned = 0.00651476 Jy ! Component: 1750 - total flux cleaned = 0.00656725 Jy ! Component: 1800 - total flux cleaned = 0.00664334 Jy ! Component: 1850 - total flux cleaned = 0.00669272 Jy ! Component: 1900 - total flux cleaned = 0.00674125 Jy ! Component: 1950 - total flux cleaned = 0.00681273 Jy ! Component: 2000 - total flux cleaned = 0.00690596 Jy ! Component: 2050 - total flux cleaned = 0.00699742 Jy ! Component: 2100 - total flux cleaned = 0.0070655 Jy ! Component: 2150 - total flux cleaned = 0.00715377 Jy ! Component: 2200 - total flux cleaned = 0.00721935 Jy ! Component: 2250 - total flux cleaned = 0.00730554 Jy ! Component: 2300 - total flux cleaned = 0.00739062 Jy ! Component: 2350 - total flux cleaned = 0.00747468 Jy ! Component: 2400 - total flux cleaned = 0.00766204 Jy ! Component: 2450 - total flux cleaned = 0.00776485 Jy ! Component: 2500 - total flux cleaned = 0.00790756 Jy ! Component: 2550 - total flux cleaned = 0.00806907 Jy ! Component: 2600 - total flux cleaned = 0.00810884 Jy ! Component: 2650 - total flux cleaned = 0.00822811 Jy ! Component: 2700 - total flux cleaned = 0.00832683 Jy ! Component: 2750 - total flux cleaned = 0.00842501 Jy ! Component: 2800 - total flux cleaned = 0.00848345 Jy ! Component: 2850 - total flux cleaned = 0.00861927 Jy ! Component: 2900 - total flux cleaned = 0.00877365 Jy ! Component: 2950 - total flux cleaned = 0.00890789 Jy ! Component: 3000 - total flux cleaned = 0.00904146 Jy ! Component: 3050 - total flux cleaned = 0.00913655 Jy ! Component: 3100 - total flux cleaned = 0.00923124 Jy ! Component: 3150 - total flux cleaned = 0.00938209 Jy ! Component: 3200 - total flux cleaned = 0.00943846 Jy ! Component: 3250 - total flux cleaned = 0.00955114 Jy ! Component: 3300 - total flux cleaned = 0.00968232 Jy ! Component: 3350 - total flux cleaned = 0.00975712 Jy ! Component: 3400 - total flux cleaned = 0.00988775 Jy ! Component: 3450 - total flux cleaned = 0.010037 Jy ! Component: 3500 - total flux cleaned = 0.0101302 Jy ! Component: 3550 - total flux cleaned = 0.0102421 Jy ! Component: 3600 - total flux cleaned = 0.0103354 Jy ! Component: 3650 - total flux cleaned = 0.0104473 Jy ! Component: 3700 - total flux cleaned = 0.0105407 Jy ! Component: 3750 - total flux cleaned = 0.0105782 Jy ! Component: 3800 - total flux cleaned = 0.0106344 Jy ! Component: 3850 - total flux cleaned = 0.0106905 Jy ! Component: 3900 - total flux cleaned = 0.010728 Jy ! Component: 3950 - total flux cleaned = 0.0108412 Jy ! Component: 4000 - total flux cleaned = 0.0109171 Jy ! Component: 4050 - total flux cleaned = 0.0109362 Jy ! Total flux subtracted in 4096 components = 0.0110315 Jy ! Clean residual min=-0.001218 max=0.001163 Jy/beam ! Clean residual mean=-0.000000 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.582186 Jy keep ! Adding 233 model components to the UV plane model. ! The established model now contains 333 components and 0.582186 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap .//J2036-0629_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.03 x 3.031 at 16.09 degrees (North through East) ! Clean map min=-0.014774 max=0.40704 Jy/beam ! Writing clean map to FITS file: .//J2036-0629_X_map.fits wmodel .//J2036-0629_X_map.mod ! Writing 333 model components to file: .//J2036-0629_X_map.mod wobs .//J2036-0629_X_uvs.fits ! Writing UV FITS file: .//J2036-0629_X_uvs.fits wwins .//J2036-0629_X_map.win ! wwins: Wrote 3 windows to .//J2036-0629_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.407044 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000309426 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.228053 0.228053 0.456107 0.912213 1.82443 3.64885 7.29771 14.5954 29.1908 58.3816 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.407 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1315.48 quit ! Quitting program ! Log file .//J2036-0629_X_dfm.log closed on Sun Oct 21 00:11:42 2018