! Started logfile: /image_prod/ug002_uva//J1123+5045_S_dfm.log on Thu Mar 5 00:01:08 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//J1123+5045_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1123+5045_S_uva.fits ! AN table 1: 45 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.74963 visibilities/baseline/integration-bin. ! Found source: J1123+5045 ! ! 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 44 lines of history. ! ! Reading 4554 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 J1123+5045_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 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001673Jy sigma=8.453428 ! Fit after self-cal, rms=0.936171Jy sigma=7.894629 ! 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=3.126 mas, bmaj=5.265 mas, bpa=-10.91 degrees ! Estimated noise=1.79078 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.0513209 Jy ! Component: 100 - total flux cleaned = 0.0633336 Jy ! Total flux subtracted in 100 components = 0.0633336 Jy ! Clean residual min=-0.004787 max=0.006001 Jy/beam ! Clean residual mean=0.000001 rms=0.001129 Jy/beam ! Combined flux in latest and established models = 0.0633336 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0633336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062576Jy sigma=0.475153 ! Fit after self-cal, rms=0.062070Jy sigma=0.472232 ! 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.766 mas, bmaj=6.141 mas, bpa=-10.77 degrees ! Estimated noise=1.27224 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 (1, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00597734 Jy ! Component: 100 - total flux cleaned = 0.00890987 Jy ! Component: 150 - total flux cleaned = 0.00955848 Jy ! Component: 200 - total flux cleaned = 0.00987143 Jy ! Total flux subtracted in 200 components = 0.00987143 Jy ! Clean residual min=-0.002947 max=0.003071 Jy/beam ! Clean residual mean=-0.000007 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.0732051 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 34 components and 0.0732051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061486Jy sigma=0.466273 ! Fit after self-cal, rms=0.061439Jy sigma=0.465746 ! 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.766 x 6.141 at -10.77 degrees (North through East) ! Clean map min=-0.002826 max=0.065378 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.94 HN 0.99 KP 0.96 ! LA 1.05 MK 0.88 NL 1.00 OV 0.93 ! PT 1.04 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.95 HN 1.04 KP 1.02 ! LA 1.03 MK 1.01 NL 1.04 OV 0.90 ! PT 1.08 SC 0.73 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.98 HN 1.02 KP 1.07 ! LA 1.01 MK 0.97 NL 1.00 OV 0.92 ! PT 1.03 SC 1.11 ! ! ! Fit before self-cal, rms=0.061439Jy sigma=0.465746 ! Fit after self-cal, rms=0.058755Jy sigma=0.462663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.724 mas, bmaj=6.084 mas, bpa=-10.1 degrees ! Estimated noise=1.24041 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.00176606 Jy ! Component: 100 - total flux cleaned = 0.00206152 Jy ! Component: 150 - total flux cleaned = 0.00206162 Jy ! Component: 200 - total flux cleaned = 0.00206367 Jy ! Total flux subtracted in 200 components = 0.00206367 Jy ! Clean residual min=-0.002518 max=0.002513 Jy/beam ! Clean residual mean=0.000001 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.0752687 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 54 components and 0.0752687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058643Jy sigma=0.461661 ! Fit after self-cal, rms=0.058649Jy sigma=0.461399 ! 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.058649Jy sigma=0.461399 ! Fit after self-cal, rms=0.061375Jy sigma=0.458619 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.7 mas, bmaj=6.115 mas, bpa=-10.02 degrees ! Estimated noise=1.25264 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000493636 Jy ! Component: 100 - total flux cleaned = 0.000778475 Jy ! Component: 150 - total flux cleaned = 0.00101704 Jy ! Component: 200 - total flux cleaned = 0.00105589 Jy ! Total flux subtracted in 200 components = 0.00105589 Jy ! Clean residual min=-0.002348 max=0.002619 Jy/beam ! Clean residual mean=0.000001 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.0763246 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 70 components and 0.0763246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061347Jy sigma=0.458378 ! Fit after self-cal, rms=0.061427Jy sigma=0.458200 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 (-115.5, -21). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00203271 Jy ! Component: 100 - total flux cleaned = 0.00232106 Jy ! Component: 150 - total flux cleaned = 0.00245958 Jy ! Component: 200 - total flux cleaned = 0.00258592 Jy ! Total flux subtracted in 200 components = 0.00258592 Jy ! Clean residual min=-0.002309 max=0.002086 Jy/beam ! Clean residual mean=0.000001 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.0789106 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 86 components and 0.0789106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061339Jy sigma=0.457423 ! Fit after self-cal, rms=0.061342Jy sigma=0.457361 ! 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.061342Jy sigma=0.457361 ! Fit after self-cal, rms=0.061480Jy sigma=0.457271 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.695 mas, bmaj=6.101 mas, bpa=-9.954 degrees ! Estimated noise=1.24913 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000523619 Jy ! Component: 100 - total flux cleaned = 0.000651489 Jy ! Component: 150 - total flux cleaned = 0.000740772 Jy ! Component: 200 - total flux cleaned = 0.000826607 Jy ! Total flux subtracted in 200 components = 0.000826607 Jy ! Clean residual min=-0.002313 max=0.002092 Jy/beam ! Clean residual mean=0.000001 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0797372 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 92 components and 0.0797372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061446Jy sigma=0.457014 ! Fit after self-cal, rms=0.061456Jy sigma=0.456999 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.000117134 Jy ! Component: 100 - total flux cleaned = 0.000171168 Jy ! Component: 150 - total flux cleaned = 0.000222316 Jy ! Component: 200 - total flux cleaned = 0.000246987 Jy ! Total flux subtracted in 200 components = 0.000246987 Jy ! Clean residual min=-0.002320 max=0.002100 Jy/beam ! Clean residual mean=0.000000 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.0799841 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 97 components and 0.0799841 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061433Jy sigma=0.456845 ! Fit after self-cal, rms=0.061436Jy sigma=0.456841 ! 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.061436Jy sigma=0.456841 ! Fit after self-cal, rms=0.061413Jy sigma=0.456821 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.261 mas, bmaj=9.838 mas, bpa=1.841 degrees ! Estimated noise=1.50004 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.5323e-06 Jy ! Component: 100 - total flux cleaned = 9.53123e-05 Jy ! Component: 150 - total flux cleaned = 0.000212644 Jy ! Component: 200 - total flux cleaned = 0.000298705 Jy ! Total flux subtracted in 200 components = 0.000298705 Jy ! Clean residual min=-0.001901 max=0.002147 Jy/beam ! Clean residual mean=0.000000 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.0802828 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 111 components and 0.0802828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061403Jy sigma=0.456736 ! Fit after self-cal, rms=0.061403Jy sigma=0.456722 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.000151105 Jy ! Component: 100 - total flux cleaned = 0.000167547 Jy ! Component: 150 - total flux cleaned = 0.000210705 Jy ! Component: 200 - total flux cleaned = 0.000236303 Jy ! Total flux subtracted in 200 components = 0.000236303 Jy ! Clean residual min=-0.001888 max=0.002093 Jy/beam ! Clean residual mean=0.000000 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.0805191 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 116 components and 0.0805191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061399Jy sigma=0.456698 ! Fit after self-cal, rms=0.061400Jy sigma=0.456693 ! 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.692 mas, bmaj=6.092 mas, bpa=-9.892 degrees ! Estimated noise=1.24752 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.692 x 6.092 at -9.892 degrees (North through East) ! Clean map min=-0.0022776 max=0.064197 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.079 mas, bmaj=5.247 mas, bpa=-10.28 degrees ! Estimated noise=1.73704 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0497532 Jy ! Component: 100 - total flux cleaned = 0.062125 Jy ! Component: 150 - total flux cleaned = 0.0679151 Jy ! Component: 200 - total flux cleaned = 0.0719136 Jy ! Total flux subtracted in 200 components = 0.0719136 Jy ! Clean residual min=-0.003715 max=0.004051 Jy/beam ! Clean residual mean=0.000003 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.0719136 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0719136 Jy ! Inverting map and beam ! Estimated beam: bmin=3.692 mas, bmaj=6.092 mas, bpa=-9.892 degrees ! Estimated noise=1.24752 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.00347808 Jy ! Component: 100 - total flux cleaned = 0.00582008 Jy ! Component: 150 - total flux cleaned = 0.00729248 Jy ! Component: 200 - total flux cleaned = 0.00781212 Jy ! Total flux subtracted in 200 components = 0.00781212 Jy ! Clean residual min=-0.002401 max=0.002167 Jy/beam ! Clean residual mean=0.000001 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.0797257 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 51 components and 0.0797257 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=8.261 mas, bmaj=9.838 mas, bpa=1.841 degrees ! Estimated noise=1.50004 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00021158 Jy ! Component: 100 - total flux cleaned = 0.000518809 Jy ! Component: 150 - total flux cleaned = 0.000740415 Jy ! Component: 200 - total flux cleaned = 0.000871841 Jy ! Total flux subtracted in 200 components = 0.000871841 Jy ! Clean residual min=-0.002017 max=0.002174 Jy/beam ! Clean residual mean=-0.000001 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.0805976 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 = 5.83294e-05 Jy ! Component: 100 - total flux cleaned = 0.000110519 Jy ! Component: 150 - total flux cleaned = 0.000158362 Jy ! Component: 200 - total flux cleaned = 0.00020239 Jy ! Total flux subtracted in 200 components = 0.00020239 Jy ! Clean residual min=-0.001956 max=0.002115 Jy/beam ! Clean residual mean=-0.000001 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.0808 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 72 components and 0.0808 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.692 mas, bmaj=6.092 mas, bpa=-9.892 degrees ! Estimated noise=1.24752 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.28474e-05 Jy ! Component: 100 - total flux cleaned = 7.94591e-05 Jy ! Component: 150 - total flux cleaned = 0.000147042 Jy ! Component: 200 - total flux cleaned = 0.000238102 Jy ! Total flux subtracted in 200 components = 0.000238102 Jy ! Clean residual min=-0.002360 max=0.002169 Jy/beam ! Clean residual mean=-0.000001 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.0810381 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 86 components and 0.0810381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061452Jy sigma=0.457086 ! Fit after self-cal, rms=0.061454Jy sigma=0.457049 wmodel J1123+5045_S_map.mod ! Writing 86 model components to file: J1123+5045_S_map.mod wobs J1123+5045_S_uvs.fits ! Writing UV FITS file: J1123+5045_S_uvs.fits wwins J1123+5045_S_map.win ! wwins: Wrote 3 windows to J1123+5045_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.00038754 Jy ! Component: 100 - total flux cleaned = -0.000571713 Jy ! Component: 150 - total flux cleaned = -0.00060521 Jy ! Component: 200 - total flux cleaned = -0.000671054 Jy ! Component: 250 - total flux cleaned = -0.000863345 Jy ! Component: 300 - total flux cleaned = -0.000957064 Jy ! Component: 350 - total flux cleaned = -0.000987065 Jy ! Component: 400 - total flux cleaned = -0.00104602 Jy ! Component: 450 - total flux cleaned = -0.0010458 Jy ! Component: 500 - total flux cleaned = -0.00110162 Jy ! Component: 550 - total flux cleaned = -0.00115596 Jy ! Component: 600 - total flux cleaned = -0.00118285 Jy ! Component: 650 - total flux cleaned = -0.00126173 Jy ! Component: 700 - total flux cleaned = -0.00126184 Jy ! Component: 750 - total flux cleaned = -0.00123627 Jy ! Component: 800 - total flux cleaned = -0.00121138 Jy ! Component: 850 - total flux cleaned = -0.00121154 Jy ! Component: 900 - total flux cleaned = -0.0012355 Jy ! Component: 950 - total flux cleaned = -0.00123484 Jy ! Component: 1000 - total flux cleaned = -0.00123417 Jy ! Component: 1050 - total flux cleaned = -0.00118758 Jy ! Component: 1100 - total flux cleaned = -0.00118761 Jy ! Component: 1150 - total flux cleaned = -0.00116452 Jy ! Component: 1200 - total flux cleaned = -0.00114214 Jy ! Component: 1250 - total flux cleaned = -0.00109808 Jy ! Component: 1300 - total flux cleaned = -0.00116338 Jy ! Component: 1350 - total flux cleaned = -0.00111972 Jy ! Component: 1400 - total flux cleaned = -0.00109856 Jy ! Component: 1450 - total flux cleaned = -0.00105686 Jy ! Component: 1500 - total flux cleaned = -0.00105703 Jy ! Component: 1550 - total flux cleaned = -0.00107819 Jy ! Component: 1600 - total flux cleaned = -0.00111878 Jy ! Component: 1650 - total flux cleaned = -0.00109865 Jy ! Component: 1700 - total flux cleaned = -0.00111839 Jy ! Component: 1750 - total flux cleaned = -0.00103995 Jy ! Component: 1800 - total flux cleaned = -0.0010599 Jy ! Component: 1850 - total flux cleaned = -0.00104088 Jy ! Component: 1900 - total flux cleaned = -0.001098 Jy ! Component: 1950 - total flux cleaned = -0.00106014 Jy ! Component: 2000 - total flux cleaned = -0.000966699 Jy ! Component: 2050 - total flux cleaned = -0.00102235 Jy ! Component: 2100 - total flux cleaned = -0.000949181 Jy ! Component: 2150 - total flux cleaned = -0.000949325 Jy ! Component: 2200 - total flux cleaned = -0.000913474 Jy ! Component: 2250 - total flux cleaned = -0.000913746 Jy ! Component: 2300 - total flux cleaned = -0.00086092 Jy ! Component: 2350 - total flux cleaned = -0.000808554 Jy ! Component: 2400 - total flux cleaned = -0.000808627 Jy ! Component: 2450 - total flux cleaned = -0.000791328 Jy ! Component: 2500 - total flux cleaned = -0.000808238 Jy ! Component: 2550 - total flux cleaned = -0.000757426 Jy ! Component: 2600 - total flux cleaned = -0.00075746 Jy ! Component: 2650 - total flux cleaned = -0.00070751 Jy ! Component: 2700 - total flux cleaned = -0.000724282 Jy ! Component: 2750 - total flux cleaned = -0.000691511 Jy ! Component: 2800 - total flux cleaned = -0.000626307 Jy ! Component: 2850 - total flux cleaned = -0.000674815 Jy ! Component: 2900 - total flux cleaned = -0.000610771 Jy ! Component: 2950 - total flux cleaned = -0.000626648 Jy ! Component: 3000 - total flux cleaned = -0.000579187 Jy ! Component: 3050 - total flux cleaned = -0.000626382 Jy ! Component: 3100 - total flux cleaned = -0.000610886 Jy ! Component: 3150 - total flux cleaned = -0.000626399 Jy ! Component: 3200 - total flux cleaned = -0.000580263 Jy ! Component: 3250 - total flux cleaned = -0.000611001 Jy ! Component: 3300 - total flux cleaned = -0.000656711 Jy ! Component: 3350 - total flux cleaned = -0.000596329 Jy ! Component: 3400 - total flux cleaned = -0.000581321 Jy ! Component: 3450 - total flux cleaned = -0.000596064 Jy ! Component: 3500 - total flux cleaned = -0.000522087 Jy ! Component: 3550 - total flux cleaned = -0.000477881 Jy ! Component: 3600 - total flux cleaned = -0.000492588 Jy ! Component: 3650 - total flux cleaned = -0.000492738 Jy ! Component: 3700 - total flux cleaned = -0.00040594 Jy ! Component: 3750 - total flux cleaned = -0.000391522 Jy ! Component: 3800 - total flux cleaned = -0.00036288 Jy ! Component: 3850 - total flux cleaned = -0.000291921 Jy ! Component: 3900 - total flux cleaned = -0.000320207 Jy ! Component: 3950 - total flux cleaned = -0.000278133 Jy ! Component: 4000 - total flux cleaned = -0.000222266 Jy ! Component: 4050 - total flux cleaned = -0.000208508 Jy ! Total flux subtracted in 4096 components = -0.000139417 Jy ! Clean residual min=-0.000811 max=0.000821 Jy/beam ! Clean residual mean=0.000001 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.0808987 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 370 components and 0.0808987 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1123+5045_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.692 x 6.092 at -9.892 degrees (North through East) ! Clean map min=-0.0023094 max=0.06347 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1123+5045_S_map.fits wmodel /image_prod/ug002_uva//J1123+5045_S_map.mod ! Writing 370 model components to file: /image_prod/ug002_uva//J1123+5045_S_map.mod wobs /image_prod/ug002_uva//J1123+5045_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1123+5045_S_uvs.fits wwins /image_prod/ug002_uva//J1123+5045_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1123+5045_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0634701 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000242997 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.14856 1.14856 2.29712 4.59424 9.18847 18.3769 36.7539 73.5078 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.063 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 261.196 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1123+5045_S_dfm.log closed on Thu Mar 5 00:01:12 2020