! Started logfile: /image_prod/ug002_uva//J1007-1247_S_dfm.log on Wed Mar 4 23:24:16 2020 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /image_prod/ug002_uva//J1007-1247_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1007-1247_S_uva.fits ! AN table 1: 40 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.976389 visibilities/baseline/integration-bin. ! Found source: J1007-1247 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 40 lines of history. ! ! Reading 4218 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 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 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 J1007-1247_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.038294Jy sigma=7.416443 ! Fit after self-cal, rms=0.764504Jy sigma=5.388868 ! 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=2.999 mas, bmaj=15.7 mas, bpa=-17.5 degrees ! Estimated noise=1.89683 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.184067 Jy ! Component: 100 - total flux cleaned = 0.23972 Jy ! Total flux subtracted in 100 components = 0.23972 Jy ! Clean residual min=-0.011479 max=0.024467 Jy/beam ! Clean residual mean=-0.000077 rms=0.004243 Jy/beam ! Combined flux in latest and established models = 0.23972 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.23972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100482Jy sigma=0.671466 ! Fit after self-cal, rms=0.100214Jy sigma=0.670097 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0295055 Jy ! Component: 100 - total flux cleaned = 0.0491814 Jy ! Total flux subtracted in 100 components = 0.0491814 Jy ! Clean residual min=-0.007987 max=0.011852 Jy/beam ! Clean residual mean=-0.000041 rms=0.002744 Jy/beam ! Combined flux in latest and established models = 0.288901 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 45 components and 0.288901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089004Jy sigma=0.548062 ! Fit after self-cal, rms=0.088821Jy sigma=0.547098 ! 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=3.617 mas, bmaj=15.98 mas, bpa=-17.08 degrees ! Estimated noise=1.5777 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.0213267 Jy ! Component: 100 - total flux cleaned = 0.0348587 Jy ! Component: 150 - total flux cleaned = 0.0440161 Jy ! Component: 200 - total flux cleaned = 0.0503498 Jy ! Total flux subtracted in 200 components = 0.0503498 Jy ! Clean residual min=-0.007120 max=0.009546 Jy/beam ! Clean residual mean=-0.000015 rms=0.002156 Jy/beam ! Combined flux in latest and established models = 0.339251 Jy ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 110 components and 0.339251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083903Jy sigma=0.489010 ! Fit after self-cal, rms=0.083764Jy sigma=0.488074 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.617 x 15.98 at -17.08 degrees (North through East) ! Clean map min=-0.0068472 max=0.23837 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.94 HN 1.02 KP 1.00 ! LA 1.01 MK 1.08 NL 0.94 OV 0.93 ! PT 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.67 FD 0.92 HN 1.03 KP 1.00 ! LA 1.03 MK 0.99 NL 1.02 OV 0.96 ! PT 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 0.95 HN 1.02 KP 1.03 ! LA 1.04 MK 1.00 NL 0.94 OV 0.94 ! PT 0.98 ! ! ! Fit before self-cal, rms=0.083764Jy sigma=0.488074 ! Fit after self-cal, rms=0.091667Jy sigma=0.457489 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.638 mas, bmaj=16.62 mas, bpa=-17.09 degrees ! Estimated noise=1.58649 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 = -9.80918e-05 Jy ! Component: 100 - total flux cleaned = -0.00114695 Jy ! Component: 150 - total flux cleaned = -0.00141909 Jy ! Component: 200 - total flux cleaned = -0.0015754 Jy ! Total flux subtracted in 200 components = -0.0015754 Jy ! Clean residual min=-0.004734 max=0.005931 Jy/beam ! Clean residual mean=-0.000004 rms=0.001366 Jy/beam ! Combined flux in latest and established models = 0.337676 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 128 components and 0.337676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091238Jy sigma=0.455526 ! Fit after self-cal, rms=0.091311Jy sigma=0.455109 ! 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. ! ! Fit before self-cal, rms=0.091311Jy sigma=0.455109 ! Fit after self-cal, rms=0.088422Jy sigma=0.446434 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.636 mas, bmaj=16.56 mas, bpa=-17 degrees ! Estimated noise=1.58132 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000159011 Jy ! Component: 100 - total flux cleaned = -0.000442435 Jy ! Component: 150 - total flux cleaned = -0.000900381 Jy ! Component: 200 - total flux cleaned = -0.00107165 Jy ! Total flux subtracted in 200 components = -0.00107165 Jy ! Clean residual min=-0.003990 max=0.004834 Jy/beam ! Clean residual mean=0.000007 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.336604 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 145 components and 0.336604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088289Jy sigma=0.445717 ! Fit after self-cal, rms=0.088276Jy sigma=0.445524 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 (91.5, -87). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00478721 Jy ! Component: 100 - total flux cleaned = 0.00657523 Jy ! Component: 150 - total flux cleaned = 0.00798662 Jy ! Component: 200 - total flux cleaned = 0.00882611 Jy ! Total flux subtracted in 200 components = 0.00882611 Jy ! Clean residual min=-0.003782 max=0.003292 Jy/beam ! Clean residual mean=0.000003 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.34543 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 180 components and 0.34543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087977Jy sigma=0.442568 ! Fit after self-cal, rms=0.087968Jy sigma=0.442498 ! 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. ! ! Fit before self-cal, rms=0.087968Jy sigma=0.442498 ! Fit after self-cal, rms=0.088578Jy sigma=0.442262 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.637 mas, bmaj=16.62 mas, bpa=-16.99 degrees ! Estimated noise=1.57895 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117829 Jy ! Component: 100 - total flux cleaned = 0.00142324 Jy ! Component: 150 - total flux cleaned = 0.00169358 Jy ! Component: 200 - total flux cleaned = 0.00188711 Jy ! Total flux subtracted in 200 components = 0.00188711 Jy ! Clean residual min=-0.003649 max=0.003155 Jy/beam ! Clean residual mean=0.000005 rms=0.000808 Jy/beam ! Combined flux in latest and established models = 0.347317 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 192 components and 0.347317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088489Jy sigma=0.441662 ! Fit after self-cal, rms=0.088486Jy sigma=0.441643 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 = 5.79862e-05 Jy ! Component: 100 - total flux cleaned = 0.000187786 Jy ! Component: 150 - total flux cleaned = 0.000227879 Jy ! Component: 200 - total flux cleaned = 0.000189979 Jy ! Total flux subtracted in 200 components = 0.000189979 Jy ! Clean residual min=-0.003601 max=0.003105 Jy/beam ! Clean residual mean=0.000005 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 0.347507 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 208 components and 0.347507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088440Jy sigma=0.441357 ! Fit after self-cal, rms=0.088435Jy sigma=0.441346 ! 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. ! ! Fit before self-cal, rms=0.088435Jy sigma=0.441346 ! Fit after self-cal, rms=0.088812Jy sigma=0.441278 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.866 mas, bmaj=19.62 mas, bpa=-9.557 degrees ! Estimated noise=1.80132 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000491309 Jy ! Component: 100 - total flux cleaned = -0.000274621 Jy ! Component: 150 - total flux cleaned = -0.000241794 Jy ! Component: 200 - total flux cleaned = -0.00018362 Jy ! Total flux subtracted in 200 components = -0.00018362 Jy ! Clean residual min=-0.003504 max=0.003153 Jy/beam ! Clean residual mean=0.000007 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.347324 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 231 components and 0.347324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088774Jy sigma=0.441099 ! Fit after self-cal, rms=0.088770Jy sigma=0.441075 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.77134e-05 Jy ! Component: 100 - total flux cleaned = -0.000120292 Jy ! Component: 150 - total flux cleaned = -0.00016938 Jy ! Component: 200 - total flux cleaned = -0.000192543 Jy ! Total flux subtracted in 200 components = -0.000192543 Jy ! Clean residual min=-0.003443 max=0.003169 Jy/beam ! Clean residual mean=0.000007 rms=0.000892 Jy/beam ! Combined flux in latest and established models = 0.347131 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 239 components and 0.347131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088755Jy sigma=0.440986 ! Fit after self-cal, rms=0.088750Jy sigma=0.440970 ! 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=3.637 mas, bmaj=16.66 mas, bpa=-16.98 degrees ! Estimated noise=1.57778 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.637 x 16.66 at -16.98 degrees (North through East) ! Clean map min=-0.0035049 max=0.23614 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=3.006 mas, bmaj=16.19 mas, bpa=-17.47 degrees ! Estimated noise=1.89726 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.183752 Jy ! Component: 100 - total flux cleaned = 0.241088 Jy ! Component: 150 - total flux cleaned = 0.270822 Jy ! Component: 200 - total flux cleaned = 0.288042 Jy ! Total flux subtracted in 200 components = 0.288042 Jy ! Clean residual min=-0.006361 max=0.009139 Jy/beam ! Clean residual mean=-0.000027 rms=0.001951 Jy/beam ! Combined flux in latest and established models = 0.288042 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.288042 Jy ! Inverting map and beam ! Estimated beam: bmin=3.637 mas, bmaj=16.66 mas, bpa=-16.98 degrees ! Estimated noise=1.57778 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.0161718 Jy ! Component: 100 - total flux cleaned = 0.0261478 Jy ! Component: 150 - total flux cleaned = 0.0328197 Jy ! Component: 200 - total flux cleaned = 0.0379548 Jy ! Total flux subtracted in 200 components = 0.0379548 Jy ! Clean residual min=-0.004477 max=0.004660 Jy/beam ! Clean residual mean=-0.000007 rms=0.001141 Jy/beam ! Combined flux in latest and established models = 0.325997 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 96 components and 0.325997 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.866 mas, bmaj=19.62 mas, bpa=-9.557 degrees ! Estimated noise=1.80132 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0051173 Jy ! Component: 100 - total flux cleaned = 0.00859531 Jy ! Component: 150 - total flux cleaned = 0.0113996 Jy ! Component: 200 - total flux cleaned = 0.0136863 Jy ! Total flux subtracted in 200 components = 0.0136863 Jy ! Clean residual min=-0.003506 max=0.003974 Jy/beam ! Clean residual mean=0.000002 rms=0.001035 Jy/beam ! Combined flux in latest and established models = 0.339683 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.00189384 Jy ! Component: 100 - total flux cleaned = 0.00335526 Jy ! Component: 150 - total flux cleaned = 0.00427788 Jy ! Component: 200 - total flux cleaned = 0.00489298 Jy ! Total flux subtracted in 200 components = 0.00489298 Jy ! Clean residual min=-0.003287 max=0.003212 Jy/beam ! Clean residual mean=0.000004 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.344576 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 171 components and 0.344576 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.637 mas, bmaj=16.66 mas, bpa=-16.98 degrees ! Estimated noise=1.57778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000271573 Jy ! Component: 100 - total flux cleaned = 0.000484787 Jy ! Component: 150 - total flux cleaned = 0.00060822 Jy ! Component: 200 - total flux cleaned = 0.000836736 Jy ! Total flux subtracted in 200 components = 0.000836736 Jy ! Clean residual min=-0.003511 max=0.003076 Jy/beam ! Clean residual mean=0.000003 rms=0.000818 Jy/beam ! Combined flux in latest and established models = 0.345413 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 190 components and 0.345413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088880Jy sigma=0.442010 ! Fit after self-cal, rms=0.088830Jy sigma=0.441778 wmodel J1007-1247_S_map.mod ! Writing 190 model components to file: J1007-1247_S_map.mod wobs J1007-1247_S_uvs.fits ! Writing UV FITS file: J1007-1247_S_uvs.fits wwins J1007-1247_S_map.win ! wwins: Wrote 2 windows to J1007-1247_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.0009213 Jy ! Component: 100 - total flux cleaned = -0.00157394 Jy ! Component: 150 - total flux cleaned = -0.0017758 Jy ! Component: 200 - total flux cleaned = -0.00177508 Jy ! Component: 250 - total flux cleaned = -0.00168618 Jy ! Component: 300 - total flux cleaned = -0.00164352 Jy ! Component: 350 - total flux cleaned = -0.00168452 Jy ! Component: 400 - total flux cleaned = -0.0017228 Jy ! Component: 450 - total flux cleaned = -0.00172321 Jy ! Component: 500 - total flux cleaned = -0.00176119 Jy ! Component: 550 - total flux cleaned = -0.00197598 Jy ! Component: 600 - total flux cleaned = -0.00204476 Jy ! Component: 650 - total flux cleaned = -0.00214659 Jy ! Component: 700 - total flux cleaned = -0.00224587 Jy ! Component: 750 - total flux cleaned = -0.00231105 Jy ! Component: 800 - total flux cleaned = -0.0023117 Jy ! Component: 850 - total flux cleaned = -0.00231278 Jy ! Component: 900 - total flux cleaned = -0.0024039 Jy ! Component: 950 - total flux cleaned = -0.00243362 Jy ! Component: 1000 - total flux cleaned = -0.00243365 Jy ! Component: 1050 - total flux cleaned = -0.00229065 Jy ! Component: 1100 - total flux cleaned = -0.0022907 Jy ! Component: 1150 - total flux cleaned = -0.00226324 Jy ! Component: 1200 - total flux cleaned = -0.00229093 Jy ! Component: 1250 - total flux cleaned = -0.00234479 Jy ! Component: 1300 - total flux cleaned = -0.00234485 Jy ! Component: 1350 - total flux cleaned = -0.00239675 Jy ! Component: 1400 - total flux cleaned = -0.00252554 Jy ! Component: 1450 - total flux cleaned = -0.0025257 Jy ! Component: 1500 - total flux cleaned = -0.00255058 Jy ! Component: 1550 - total flux cleaned = -0.00252565 Jy ! Component: 1600 - total flux cleaned = -0.00250117 Jy ! Component: 1650 - total flux cleaned = -0.00242832 Jy ! Component: 1700 - total flux cleaned = -0.00235689 Jy ! Component: 1750 - total flux cleaned = -0.00233362 Jy ! Component: 1800 - total flux cleaned = -0.00231052 Jy ! Component: 1850 - total flux cleaned = -0.00226459 Jy ! Component: 1900 - total flux cleaned = -0.0022647 Jy ! Component: 1950 - total flux cleaned = -0.00224212 Jy ! Component: 2000 - total flux cleaned = -0.00215342 Jy ! Component: 2050 - total flux cleaned = -0.00215378 Jy ! Component: 2100 - total flux cleaned = -0.00215371 Jy ! Component: 2150 - total flux cleaned = -0.00221814 Jy ! Component: 2200 - total flux cleaned = -0.00209028 Jy ! Component: 2250 - total flux cleaned = -0.00211122 Jy ! Component: 2300 - total flux cleaned = -0.00206956 Jy ! Component: 2350 - total flux cleaned = -0.00202804 Jy ! Component: 2400 - total flux cleaned = -0.00198696 Jy ! Component: 2450 - total flux cleaned = -0.0019666 Jy ! Component: 2500 - total flux cleaned = -0.00200664 Jy ! Component: 2550 - total flux cleaned = -0.00192752 Jy ! Component: 2600 - total flux cleaned = -0.00198666 Jy ! Component: 2650 - total flux cleaned = -0.00198674 Jy ! Component: 2700 - total flux cleaned = -0.0020445 Jy ! Component: 2750 - total flux cleaned = -0.00212066 Jy ! Component: 2800 - total flux cleaned = -0.00217744 Jy ! Component: 2850 - total flux cleaned = -0.00217772 Jy ! Component: 2900 - total flux cleaned = -0.0021967 Jy ! Component: 2950 - total flux cleaned = -0.00228875 Jy ! Component: 3000 - total flux cleaned = -0.00225255 Jy ! Component: 3050 - total flux cleaned = -0.00234291 Jy ! Component: 3100 - total flux cleaned = -0.00237876 Jy ! Component: 3150 - total flux cleaned = -0.00243206 Jy ! Component: 3200 - total flux cleaned = -0.00248484 Jy ! Component: 3250 - total flux cleaned = -0.00251971 Jy ! Component: 3300 - total flux cleaned = -0.00257152 Jy ! Component: 3350 - total flux cleaned = -0.00257145 Jy ! Component: 3400 - total flux cleaned = -0.00262255 Jy ! Component: 3450 - total flux cleaned = -0.00262245 Jy ! Component: 3500 - total flux cleaned = -0.00257225 Jy ! Component: 3550 - total flux cleaned = -0.00260571 Jy ! Component: 3600 - total flux cleaned = -0.00250679 Jy ! Component: 3650 - total flux cleaned = -0.00253974 Jy ! Component: 3700 - total flux cleaned = -0.00258865 Jy ! Component: 3750 - total flux cleaned = -0.00258858 Jy ! Component: 3800 - total flux cleaned = -0.00262041 Jy ! Component: 3850 - total flux cleaned = -0.00258836 Jy ! Component: 3900 - total flux cleaned = -0.00260409 Jy ! Component: 3950 - total flux cleaned = -0.00255677 Jy ! Component: 4000 - total flux cleaned = -0.00254125 Jy ! Component: 4050 - total flux cleaned = -0.00247922 Jy ! Total flux subtracted in 4096 components = -0.00251019 Jy ! Clean residual min=-0.000884 max=0.000865 Jy/beam ! Clean residual mean=0.000003 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.342903 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 457 components and 0.342903 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1007-1247_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.637 x 16.66 at -16.98 degrees (North through East) ! Clean map min=-0.0026065 max=0.23736 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1007-1247_S_map.fits wmodel /image_prod/ug002_uva//J1007-1247_S_map.mod ! Writing 457 model components to file: /image_prod/ug002_uva//J1007-1247_S_map.mod wobs /image_prod/ug002_uva//J1007-1247_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1007-1247_S_uvs.fits wwins /image_prod/ug002_uva//J1007-1247_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1007-1247_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.237355 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000292744 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.370007 0.370007 0.740014 1.48003 2.96005 5.92011 11.8402 23.6804 47.3609 94.7217 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.237 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 810.795 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1007-1247_S_dfm.log closed on Wed Mar 4 23:24:20 2020