! Started logfile: /scr/pima/rv125_uvs/J0336-1302_X_dfm.log on Sun Dec 23 02:49:07 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.36575 obs /scr/pima/rv125_uvs/J0336-1302_X_uva.fits ! Reading UV FITS file: /scr/pima/rv125_uvs/J0336-1302_X_uva.fits ! AN table 1: 46 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.89372 visibilities/baseline/integration-bin. ! Found source: J0336-1302 ! ! 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.36575e+09 8e+06 1 8e+06 ! 02 2 8.44575e+09 8e+06 1 8e+06 ! 03 3 8.80575e+09 8e+06 1 8e+06 ! 04 4 8.92575e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 5920 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 J0336-1302_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 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.069191Jy sigma=18.665690 ! Fit after self-cal, rms=0.654515Jy sigma=11.224400 ! 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.6308 mas, bmaj=1.635 mas, bpa=-5.375 degrees ! Estimated noise=0.972211 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.25543 Jy ! Component: 100 - total flux cleaned = 0.324436 Jy ! Total flux subtracted in 100 components = 0.324436 Jy ! Clean residual min=-0.013329 max=0.030074 Jy/beam ! Clean residual mean=0.000032 rms=0.003091 Jy/beam ! Combined flux in latest and established models = 0.324436 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.324436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087200Jy sigma=1.502613 ! Fit after self-cal, rms=0.087154Jy sigma=1.500331 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0324031 Jy ! Component: 100 - total flux cleaned = 0.0475974 Jy ! Total flux subtracted in 100 components = 0.0475974 Jy ! Clean residual min=-0.010728 max=0.012036 Jy/beam ! Clean residual mean=0.000017 rms=0.002067 Jy/beam ! Combined flux in latest and established models = 0.372033 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 6 components and 0.372033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070714Jy sigma=1.177403 ! Fit after self-cal, rms=0.070675Jy sigma=1.176204 ! 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.8076 mas, bmaj=1.975 mas, bpa=-4.181 degrees ! Estimated noise=0.545442 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.0138511 Jy ! Component: 100 - total flux cleaned = 0.0197484 Jy ! Component: 150 - total flux cleaned = 0.0226158 Jy ! Component: 200 - total flux cleaned = 0.0240925 Jy ! Total flux subtracted in 200 components = 0.0240925 Jy ! Clean residual min=-0.014335 max=0.011419 Jy/beam ! Clean residual mean=0.000038 rms=0.002715 Jy/beam ! Combined flux in latest and established models = 0.396126 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 17 components and 0.396126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068735Jy sigma=1.125940 ! Fit after self-cal, rms=0.068718Jy sigma=1.125719 ! 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.8076 x 1.975 at -4.181 degrees (North through East) ! Clean map min=-0.01381 max=0.34855 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 HN 1.10 KP 1.07 LA 1.03 ! MK 0.97 NL 1.06 OV 0.98 PT 0.86 ! SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 HN 1.12 KP 1.07 LA 1.03 ! MK 0.96 NL 1.05 OV 0.97 PT 0.87 ! SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 HN 1.11 KP 1.07 LA 1.02 ! MK 0.97 NL 1.08 OV 0.97 PT 0.84 ! SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 HN 1.09 KP 1.08 LA 1.03 ! MK 0.99 NL 1.07 OV 0.98 PT 0.83 ! SC 1.00 ! ! ! Fit before self-cal, rms=0.068718Jy sigma=1.125719 ! Fit after self-cal, rms=0.059134Jy sigma=0.932235 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8079 mas, bmaj=1.974 mas, bpa=-4.172 degrees ! Estimated noise=0.545294 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.8, 0.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00359843 Jy ! Component: 100 - total flux cleaned = 0.00294901 Jy ! Component: 150 - total flux cleaned = 0.00258902 Jy ! Component: 200 - total flux cleaned = 0.00243587 Jy ! Total flux subtracted in 200 components = 0.00243587 Jy ! Clean residual min=-0.003286 max=0.003459 Jy/beam ! Clean residual mean=0.000005 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.398562 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 30 components and 0.398562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058677Jy sigma=0.924741 ! Fit after self-cal, rms=0.058713Jy sigma=0.923859 ! 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.058713Jy sigma=0.923859 ! Fit after self-cal, rms=0.057963Jy sigma=0.907729 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8056 mas, bmaj=1.977 mas, bpa=-4.161 degrees ! Estimated noise=0.54507 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00171828 Jy ! Component: 100 - total flux cleaned = 0.00191092 Jy ! Component: 150 - total flux cleaned = 0.00190815 Jy ! Component: 200 - total flux cleaned = 0.00190838 Jy ! Total flux subtracted in 200 components = 0.00190838 Jy ! Clean residual min=-0.002083 max=0.002360 Jy/beam ! Clean residual mean=-0.000003 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.40047 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 43 components and 0.40047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057879Jy sigma=0.906252 ! Fit after self-cal, rms=0.057866Jy sigma=0.906100 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.6, 36.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00210796 Jy ! Component: 100 - total flux cleaned = 0.00269966 Jy ! Component: 150 - total flux cleaned = 0.00292617 Jy ! Component: 200 - total flux cleaned = 0.00302794 Jy ! Total flux subtracted in 200 components = 0.00302794 Jy ! Clean residual min=-0.002042 max=0.002012 Jy/beam ! Clean residual mean=-0.000003 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.403498 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 63 components and 0.403498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057771Jy sigma=0.904544 ! Fit after self-cal, rms=0.057759Jy sigma=0.904405 ! 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.057759Jy sigma=0.904405 ! Fit after self-cal, rms=0.057692Jy sigma=0.904009 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8049 mas, bmaj=1.977 mas, bpa=-4.165 degrees ! Estimated noise=0.545185 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113696 Jy ! Component: 100 - total flux cleaned = 0.00163544 Jy ! Component: 150 - total flux cleaned = 0.00177942 Jy ! Component: 200 - total flux cleaned = 0.00191131 Jy ! Total flux subtracted in 200 components = 0.00191131 Jy ! Clean residual min=-0.002041 max=0.001988 Jy/beam ! Clean residual mean=-0.000002 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.405409 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 71 components and 0.405409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057654Jy sigma=0.903407 ! Fit after self-cal, rms=0.057648Jy sigma=0.903364 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.000292662 Jy ! Component: 100 - total flux cleaned = 0.000414219 Jy ! Component: 150 - total flux cleaned = 0.000460095 Jy ! Component: 200 - total flux cleaned = 0.000503182 Jy ! Total flux subtracted in 200 components = 0.000503182 Jy ! Clean residual min=-0.002011 max=0.001972 Jy/beam ! Clean residual mean=-0.000002 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.405912 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 76 components and 0.405913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057629Jy sigma=0.903058 ! Fit after self-cal, rms=0.057626Jy sigma=0.903037 ! 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.057626Jy sigma=0.903037 ! Fit after self-cal, rms=0.057607Jy sigma=0.902806 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.027 mas, bmaj=4.2 mas, bpa=0.09132 degrees ! Estimated noise=0.707658 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000800569 Jy ! Component: 100 - total flux cleaned = 0.00127437 Jy ! Component: 150 - total flux cleaned = 0.00132142 Jy ! Component: 200 - total flux cleaned = 0.00136081 Jy ! Total flux subtracted in 200 components = 0.00136081 Jy ! Clean residual min=-0.002024 max=0.002127 Jy/beam ! Clean residual mean=-0.000004 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.407273 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 86 components and 0.407273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057602Jy sigma=0.902673 ! Fit after self-cal, rms=0.057599Jy sigma=0.902646 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.00022508 Jy ! Component: 100 - total flux cleaned = 0.000254939 Jy ! Component: 150 - total flux cleaned = 0.000266219 Jy ! Component: 200 - total flux cleaned = 0.000265908 Jy ! Total flux subtracted in 200 components = 0.000265908 Jy ! Clean residual min=-0.002005 max=0.002079 Jy/beam ! Clean residual mean=-0.000004 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.407539 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 90 components and 0.407539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057597Jy sigma=0.902627 ! Fit after self-cal, rms=0.057597Jy sigma=0.902617 ! 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.8046 mas, bmaj=1.977 mas, bpa=-4.176 degrees ! Estimated noise=0.545285 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8046 x 1.977 at -4.176 degrees (North through East) ! Clean map min=-0.0017939 max=0.3486 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.6283 mas, bmaj=1.633 mas, bpa=-5.147 degrees ! Estimated noise=0.980857 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.257549 Jy ! Component: 100 - total flux cleaned = 0.328764 Jy ! Component: 150 - total flux cleaned = 0.361874 Jy ! Component: 200 - total flux cleaned = 0.378315 Jy ! Total flux subtracted in 200 components = 0.378315 Jy ! Clean residual min=-0.004801 max=0.007970 Jy/beam ! Clean residual mean=0.000007 rms=0.001149 Jy/beam ! Combined flux in latest and established models = 0.378315 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 7 model components to the UV plane model. ! The established model now contains 7 components and 0.378315 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8046 mas, bmaj=1.977 mas, bpa=-4.176 degrees ! Estimated noise=0.545285 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.0120176 Jy ! Component: 100 - total flux cleaned = 0.0175923 Jy ! Component: 150 - total flux cleaned = 0.0210665 Jy ! Component: 200 - total flux cleaned = 0.0234862 Jy ! Total flux subtracted in 200 components = 0.0234862 Jy ! Clean residual min=-0.002072 max=0.002067 Jy/beam ! Clean residual mean=0.000000 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.401801 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 22 components and 0.401801 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.027 mas, bmaj=4.2 mas, bpa=0.09132 degrees ! Estimated noise=0.707658 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0024436 Jy ! Component: 100 - total flux cleaned = 0.0039313 Jy ! Component: 150 - total flux cleaned = 0.00492347 Jy ! Component: 200 - total flux cleaned = 0.00530529 Jy ! Total flux subtracted in 200 components = 0.00530529 Jy ! Clean residual min=-0.001992 max=0.002146 Jy/beam ! Clean residual mean=-0.000003 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.407106 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.000163452 Jy ! Component: 100 - total flux cleaned = 0.000261302 Jy ! Component: 150 - total flux cleaned = 0.000346018 Jy ! Component: 200 - total flux cleaned = 0.000433379 Jy ! Total flux subtracted in 200 components = 0.000433379 Jy ! Clean residual min=-0.002023 max=0.002073 Jy/beam ! Clean residual mean=-0.000004 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.407539 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 54 components and 0.40754 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8046 mas, bmaj=1.977 mas, bpa=-4.176 degrees ! Estimated noise=0.545285 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000334384 Jy ! Component: 100 - total flux cleaned = -0.000396156 Jy ! Component: 150 - total flux cleaned = -0.000396191 Jy ! Component: 200 - total flux cleaned = -0.000343883 Jy ! Total flux subtracted in 200 components = -0.000343883 Jy ! Clean residual min=-0.001981 max=0.001799 Jy/beam ! Clean residual mean=-0.000002 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.407196 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 68 components and 0.407196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057620Jy sigma=0.902860 ! Fit after self-cal, rms=0.057613Jy sigma=0.902734 wmodel J0336-1302_X_map.mod ! Writing 68 model components to file: J0336-1302_X_map.mod wobs J0336-1302_X_uvs.fits ! Writing UV FITS file: J0336-1302_X_uvs.fits wwins J0336-1302_X_map.win ! wwins: Wrote 3 windows to J0336-1302_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.000444006 Jy ! Component: 100 - total flux cleaned = -0.000571169 Jy ! Component: 150 - total flux cleaned = -0.000880309 Jy ! Component: 200 - total flux cleaned = -0.00102984 Jy ! Component: 250 - total flux cleaned = -0.00103047 Jy ! Component: 300 - total flux cleaned = -0.00108782 Jy ! Component: 350 - total flux cleaned = -0.00117125 Jy ! Component: 400 - total flux cleaned = -0.00122517 Jy ! Component: 450 - total flux cleaned = -0.00125158 Jy ! Component: 500 - total flux cleaned = -0.00127781 Jy ! Component: 550 - total flux cleaned = -0.00130315 Jy ! Component: 600 - total flux cleaned = -0.00127778 Jy ! Component: 650 - total flux cleaned = -0.0012779 Jy ! Component: 700 - total flux cleaned = -0.00125304 Jy ! Component: 750 - total flux cleaned = -0.00122891 Jy ! Component: 800 - total flux cleaned = -0.00118121 Jy ! Component: 850 - total flux cleaned = -0.001181 Jy ! Component: 900 - total flux cleaned = -0.00115777 Jy ! Component: 950 - total flux cleaned = -0.00118066 Jy ! Component: 1000 - total flux cleaned = -0.00120313 Jy ! Component: 1050 - total flux cleaned = -0.00113647 Jy ! Component: 1100 - total flux cleaned = -0.00115881 Jy ! Component: 1150 - total flux cleaned = -0.00115905 Jy ! Component: 1200 - total flux cleaned = -0.00115946 Jy ! Component: 1250 - total flux cleaned = -0.00120187 Jy ! Component: 1300 - total flux cleaned = -0.00122236 Jy ! Component: 1350 - total flux cleaned = -0.00118096 Jy ! Component: 1400 - total flux cleaned = -0.00116057 Jy ! Component: 1450 - total flux cleaned = -0.00122135 Jy ! Component: 1500 - total flux cleaned = -0.00122145 Jy ! Component: 1550 - total flux cleaned = -0.00120158 Jy ! Component: 1600 - total flux cleaned = -0.00124115 Jy ! Component: 1650 - total flux cleaned = -0.0011829 Jy ! Component: 1700 - total flux cleaned = -0.00116365 Jy ! Component: 1750 - total flux cleaned = -0.00118267 Jy ! Component: 1800 - total flux cleaned = -0.00114478 Jy ! Component: 1850 - total flux cleaned = -0.00112622 Jy ! Component: 1900 - total flux cleaned = -0.00114468 Jy ! Component: 1950 - total flux cleaned = -0.00110797 Jy ! Component: 2000 - total flux cleaned = -0.00108981 Jy ! Component: 2050 - total flux cleaned = -0.00103556 Jy ! Component: 2100 - total flux cleaned = -0.00107165 Jy ! Component: 2150 - total flux cleaned = -0.00103626 Jy ! Component: 2200 - total flux cleaned = -0.00105389 Jy ! Component: 2250 - total flux cleaned = -0.00103654 Jy ! Component: 2300 - total flux cleaned = -0.00108851 Jy ! Component: 2350 - total flux cleaned = -0.00101982 Jy ! Component: 2400 - total flux cleaned = -0.00108806 Jy ! Component: 2450 - total flux cleaned = -0.00110497 Jy ! Component: 2500 - total flux cleaned = -0.0011219 Jy ! Component: 2550 - total flux cleaned = -0.00113826 Jy ! Component: 2600 - total flux cleaned = -0.00115469 Jy ! Component: 2650 - total flux cleaned = -0.00115471 Jy ! Component: 2700 - total flux cleaned = -0.00115449 Jy ! Component: 2750 - total flux cleaned = -0.00125181 Jy ! Component: 2800 - total flux cleaned = -0.00128383 Jy ! Component: 2850 - total flux cleaned = -0.00131572 Jy ! Component: 2900 - total flux cleaned = -0.00129968 Jy ! Component: 2950 - total flux cleaned = -0.0013313 Jy ! Component: 3000 - total flux cleaned = -0.00136276 Jy ! Component: 3050 - total flux cleaned = -0.0014093 Jy ! Component: 3100 - total flux cleaned = -0.00136276 Jy ! Component: 3150 - total flux cleaned = -0.00142461 Jy ! Component: 3200 - total flux cleaned = -0.00143995 Jy ! Component: 3250 - total flux cleaned = -0.00147062 Jy ! Component: 3300 - total flux cleaned = -0.00156143 Jy ! Component: 3350 - total flux cleaned = -0.00151627 Jy ! Component: 3400 - total flux cleaned = -0.00153127 Jy ! Component: 3450 - total flux cleaned = -0.0015908 Jy ! Component: 3500 - total flux cleaned = -0.00154629 Jy ! Component: 3550 - total flux cleaned = -0.00159051 Jy ! Component: 3600 - total flux cleaned = -0.00157591 Jy ! Component: 3650 - total flux cleaned = -0.00169233 Jy ! Component: 3700 - total flux cleaned = -0.00164891 Jy ! Component: 3750 - total flux cleaned = -0.0016345 Jy ! Component: 3800 - total flux cleaned = -0.0016632 Jy ! Component: 3850 - total flux cleaned = -0.00167743 Jy ! Component: 3900 - total flux cleaned = -0.00170579 Jy ! Component: 3950 - total flux cleaned = -0.00171991 Jy ! Component: 4000 - total flux cleaned = -0.00173398 Jy ! Component: 4050 - total flux cleaned = -0.00174793 Jy ! Total flux subtracted in 4096 components = -0.00174797 Jy ! Clean residual min=-0.000819 max=0.000821 Jy/beam ! Clean residual mean=-0.000000 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.405448 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 354 components and 0.405448 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv125_uvs/J0336-1302_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8046 x 1.977 at -4.176 degrees (North through East) ! Clean map min=-0.001606 max=0.34839 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv125_uvs/J0336-1302_X_map.fits wmodel /scr/pima/rv125_uvs/J0336-1302_X_map.mod ! Writing 354 model components to file: /scr/pima/rv125_uvs/J0336-1302_X_map.mod wobs /scr/pima/rv125_uvs/J0336-1302_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv125_uvs/J0336-1302_X_uvs.fits wwins /scr/pima/rv125_uvs/J0336-1302_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rv125_uvs/J0336-1302_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.348391 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000224584 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.19339 0.19339 0.38678 0.77356 1.54712 3.09424 6.18848 12.377 24.7539 49.5079 99.0157 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.348 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1551.27 quit ! Quitting program ! Log file /scr/pima/rv125_uvs/J0336-1302_X_dfm.log closed on Sun Dec 23 02:49:11 2018