! Started logfile: .//J2304+0016_C_dfm.log on Mon Jan 20 19:24:52 2020 float field_size field_size = 1024 float field_cell field_cell = 0.3000 float taper_size taper_size = 40.0 float freq freq = 4.12800 obs .//J2304+0016_C_uva.fits ! Reading UV FITS file: .//J2304+0016_C_uva.fits ! AN table 1: 15 integrations on 6 of 6 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2304+0016 ! ! 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 4.128e+09 3.2e+07 1 3.2e+07 ! 02 2 4.16e+09 3.2e+07 1 3.2e+07 ! 03 3 4.192e+09 3.2e+07 1 3.2e+07 ! 04 4 4.224e+09 3.2e+07 1 3.2e+07 ! 05 5 4.416e+09 3.2e+07 1 3.2e+07 ! 06 6 4.512e+09 3.2e+07 1 3.2e+07 ! 07 7 4.544e+09 3.2e+07 1 3.2e+07 ! 08 8 4.576e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 67 lines of history. ! ! Reading 720 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.3 print "taper_size =", taper_size ! taper_size = 40 ![@/opt64/bin/pima_mupet_01.dfm J2304+0016_C] 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.300x0.300 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.001315Jy sigma=18.789544 ! Fit after self-cal, rms=0.974621Jy sigma=18.290145 ! 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=11.02 mas, bmaj=23.64 mas, bpa=60.55 degrees ! Estimated noise=1.81821 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0203967 Jy ! Component: 100 - total flux cleaned = 0.0250487 Jy ! Total flux subtracted in 100 components = 0.0250487 Jy ! Clean residual min=-0.002422 max=0.002428 Jy/beam ! Clean residual mean=0.000006 rms=0.001030 Jy/beam ! Combined flux in latest and established models = 0.0250487 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0250487 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.032101Jy sigma=0.573323 ! Fit after self-cal, rms=0.030456Jy sigma=0.543947 ! 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=12.29 mas, bmaj=21.81 mas, bpa=58.65 degrees ! Estimated noise=1.42229 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.00282531 Jy ! Component: 100 - total flux cleaned = 0.00358905 Jy ! Component: 150 - total flux cleaned = 0.00329021 Jy ! Component: 200 - total flux cleaned = 0.00287505 Jy ! Total flux subtracted in 200 components = 0.00287505 Jy ! Clean residual min=-0.000703 max=0.000700 Jy/beam ! Clean residual mean=-0.000001 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.0279238 Jy ! Performing phase self-cal ! Adding 100 model components to the UV plane model. ! The established model now contains 117 components and 0.0279238 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.029852Jy sigma=0.533467 ! Fit after self-cal, rms=0.029749Jy sigma=0.531540 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.29 x 21.81 at 58.65 degrees (North through East) ! Clean map min=-0.0027584 max=0.024477 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.09 KP 0.93 OV 0.82 PT 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.75 KP 1.00 OV 1.22 PT 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 1.17 OV 1.06 PT 0.93 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.19 KP 1.10 OV 0.80 PT 1.04 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 1.42 KP 0.98 OV 0.76 PT 0.84 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.83 KP 1.30 OV 1.06 PT 0.99 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 KP 1.01 OV 1.00 PT 0.99 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 0.99 OV 1.05 PT 1.12 ! ! ! Fit before self-cal, rms=0.029749Jy sigma=0.531540 ! Fit after self-cal, rms=0.029578Jy sigma=0.522447 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=12.22 mas, bmaj=22.13 mas, bpa=58.79 degrees ! Estimated noise=1.39924 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.00115831 Jy ! Component: 100 - total flux cleaned = 0.0015593 Jy ! Component: 150 - total flux cleaned = 0.00160376 Jy ! Component: 200 - total flux cleaned = 0.00147595 Jy ! Total flux subtracted in 200 components = 0.00147595 Jy ! Clean residual min=-0.000408 max=0.000405 Jy/beam ! Clean residual mean=0.000001 rms=0.000136 Jy/beam ! Combined flux in latest and established models = 0.0293997 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 158 components and 0.0293998 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.029470Jy sigma=0.520851 ! Fit after self-cal, rms=0.029716Jy sigma=0.518664 ! Inverting map ! Added new window around map position (34.5, -70.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000400745 Jy ! Component: 100 - total flux cleaned = 0.000607562 Jy ! Component: 150 - total flux cleaned = 0.000608898 Jy ! Component: 200 - total flux cleaned = 0.000556427 Jy ! Total flux subtracted in 200 components = 0.000556427 Jy ! Clean residual min=-0.000545 max=0.000595 Jy/beam ! Clean residual mean=0.000007 rms=0.000175 Jy/beam ! Combined flux in latest and established models = 0.0299562 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 215 components and 0.0299562 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.029685Jy sigma=0.518342 ! Fit after self-cal, rms=0.029696Jy sigma=0.518190 ! 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.029696Jy sigma=0.518190 ! Fit after self-cal, rms=0.030662Jy sigma=0.517502 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.21 mas, bmaj=22.16 mas, bpa=58.92 degrees ! Estimated noise=1.39528 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000472646 Jy ! Component: 100 - total flux cleaned = 0.000769577 Jy ! Component: 150 - total flux cleaned = 0.00100293 Jy ! Component: 200 - total flux cleaned = 0.00107352 Jy ! Total flux subtracted in 200 components = 0.00107352 Jy ! Clean residual min=-0.000430 max=0.000601 Jy/beam ! Clean residual mean=0.000009 rms=0.000175 Jy/beam ! Combined flux in latest and established models = 0.0310297 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 248 components and 0.0310297 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.030641Jy sigma=0.517303 ! Fit after self-cal, rms=0.030785Jy sigma=0.517004 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.000489535 Jy ! Component: 100 - total flux cleaned = 0.00066283 Jy ! Component: 150 - total flux cleaned = 0.000725424 Jy ! Component: 200 - total flux cleaned = 0.000716731 Jy ! Total flux subtracted in 200 components = 0.000716731 Jy ! Clean residual min=-0.000408 max=0.000605 Jy/beam ! Clean residual mean=0.000008 rms=0.000173 Jy/beam ! Combined flux in latest and established models = 0.0317464 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 296 components and 0.0317464 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.030770Jy sigma=0.516878 ! Fit after self-cal, rms=0.030778Jy sigma=0.516805 ! Inverting map ! Added new window around map position (-62.7, 42.9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000520123 Jy ! Component: 100 - total flux cleaned = 0.000415046 Jy ! Component: 150 - total flux cleaned = 0.000298422 Jy ! Component: 200 - total flux cleaned = 0.000221892 Jy ! Total flux subtracted in 200 components = 0.000221892 Jy ! Clean residual min=-0.000283 max=0.000397 Jy/beam ! Clean residual mean=0.000005 rms=0.000116 Jy/beam ! Combined flux in latest and established models = 0.0319683 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 355 components and 0.0319683 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.030752Jy sigma=0.516574 ! Fit after self-cal, rms=0.030763Jy sigma=0.516401 ! Inverting map ! Added new window around map position (74.1, -42.3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000624133 Jy ! Component: 100 - total flux cleaned = 0.000967954 Jy ! Component: 150 - total flux cleaned = 0.001073 Jy ! Component: 200 - total flux cleaned = 0.00107623 Jy ! Total flux subtracted in 200 components = 0.00107623 Jy ! Clean residual min=-0.000280 max=0.000347 Jy/beam ! Clean residual mean=0.000005 rms=0.000092 Jy/beam ! Combined flux in latest and established models = 0.0330445 Jy ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 436 components and 0.0330445 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.030735Jy sigma=0.516143 ! Fit after self-cal, rms=0.030751Jy sigma=0.515977 ! Inverting map ! Added new window around map position (76.5, 76.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00052692 Jy ! Component: 100 - total flux cleaned = 0.000666943 Jy ! Component: 150 - total flux cleaned = 0.000715448 Jy ! Component: 200 - total flux cleaned = 0.000855131 Jy ! Total flux subtracted in 200 components = 0.000855131 Jy ! Clean residual min=-0.000283 max=0.000355 Jy/beam ! Clean residual mean=0.000005 rms=0.000098 Jy/beam ! Combined flux in latest and established models = 0.0338997 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 485 components and 0.0338997 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.030725Jy sigma=0.515774 ! Fit after self-cal, rms=0.030748Jy sigma=0.515623 ! Inverting map ! Added new window around map position (-53.4, 72.3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000527729 Jy ! Component: 100 - total flux cleaned = 0.000665124 Jy ! Component: 150 - total flux cleaned = 0.000665297 Jy ! Component: 200 - total flux cleaned = 0.00066585 Jy ! Total flux subtracted in 200 components = 0.00066585 Jy ! Clean residual min=-0.000254 max=0.000352 Jy/beam ! Clean residual mean=0.000006 rms=0.000092 Jy/beam ! Combined flux in latest and established models = 0.0345655 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 526 components and 0.0345655 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.030724Jy sigma=0.515450 ! Fit after self-cal, rms=0.030758Jy sigma=0.515318 ! Inverting map ! Added new window around map position (-73.2, 11.7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000568005 Jy ! Component: 100 - total flux cleaned = 0.000943725 Jy ! Component: 150 - total flux cleaned = 0.00115067 Jy ! Component: 200 - total flux cleaned = 0.0012811 Jy ! Total flux subtracted in 200 components = 0.0012811 Jy ! Clean residual min=-0.000231 max=0.000212 Jy/beam ! Clean residual mean=0.000004 rms=0.000085 Jy/beam ! Combined flux in latest and established models = 0.0358466 Jy ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 608 components and 0.0358466 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.030733Jy sigma=0.515175 ! Fit after self-cal, rms=0.030763Jy sigma=0.515022 ! Inverting map ! Added new window around map position (31.5, 15.3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000427752 Jy ! Component: 100 - total flux cleaned = 0.000690777 Jy ! Component: 150 - total flux cleaned = 0.00072917 Jy ! Component: 200 - total flux cleaned = 0.000718563 Jy ! Total flux subtracted in 200 components = 0.000718563 Jy ! Clean residual min=-0.000212 max=0.000186 Jy/beam ! Clean residual mean=0.000004 rms=0.000075 Jy/beam ! Combined flux in latest and established models = 0.0365652 Jy ! Performing phase self-cal ! Adding 92 model components to the UV plane model. ! The established model now contains 683 components and 0.0365652 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.030737Jy sigma=0.514880 ! Fit after self-cal, rms=0.030768Jy sigma=0.514731 ! 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.030768Jy sigma=0.514731 ! Fit after self-cal, rms=0.031617Jy sigma=0.514184 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.24 mas, bmaj=22.12 mas, bpa=59.24 degrees ! Estimated noise=1.38233 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000432969 Jy ! Component: 100 - total flux cleaned = 0.000762552 Jy ! Component: 150 - total flux cleaned = 0.00100425 Jy ! Component: 200 - total flux cleaned = 0.00117917 Jy ! Total flux subtracted in 200 components = 0.00117917 Jy ! Clean residual min=-0.000242 max=0.000230 Jy/beam ! Clean residual mean=0.000004 rms=0.000082 Jy/beam ! Combined flux in latest and established models = 0.0377444 Jy selfcal ! Performing phase self-cal ! Adding 91 model components to the UV plane model. ! The established model now contains 757 components and 0.0377444 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.031585Jy sigma=0.513989 ! Fit after self-cal, rms=0.031677Jy sigma=0.513677 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.000119865 Jy ! Component: 100 - total flux cleaned = 0.000502882 Jy ! Component: 150 - total flux cleaned = 0.000825736 Jy ! Component: 200 - total flux cleaned = 0.00107225 Jy ! Total flux subtracted in 200 components = 0.00107225 Jy ! Clean residual min=-0.000220 max=0.000221 Jy/beam ! Clean residual mean=0.000004 rms=0.000078 Jy/beam ! Combined flux in latest and established models = 0.0388166 Jy ! Performing phase self-cal ! Adding 84 model components to the UV plane model. ! The established model now contains 822 components and 0.0388166 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.031645Jy sigma=0.513522 ! Fit after self-cal, rms=0.031649Jy sigma=0.513095 ! Inverting map ! Added new window around map position (-6.9, -73.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000306102 Jy ! Component: 100 - total flux cleaned = 0.000460042 Jy ! Component: 150 - total flux cleaned = 0.000446462 Jy ! Component: 200 - total flux cleaned = 0.000349809 Jy ! Total flux subtracted in 200 components = 0.000349809 Jy ! Clean residual min=-0.000284 max=0.000291 Jy/beam ! Clean residual mean=0.000004 rms=0.000115 Jy/beam ! Combined flux in latest and established models = 0.0391664 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 893 components and 0.0391664 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.031608Jy sigma=0.512714 ! Fit after self-cal, rms=0.031619Jy sigma=0.512460 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.7002e-05 Jy ! Component: 100 - total flux cleaned = 0.000264158 Jy ! Component: 150 - total flux cleaned = 0.000346519 Jy ! Component: 200 - total flux cleaned = 0.000304493 Jy ! Total flux subtracted in 200 components = 0.000304493 Jy ! Clean residual min=-0.000232 max=0.000281 Jy/beam ! Clean residual mean=0.000003 rms=0.000104 Jy/beam ! Combined flux in latest and established models = 0.0394709 Jy ! Performing phase self-cal ! Adding 90 model components to the UV plane model. ! The established model now contains 970 components and 0.0394709 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.031583Jy sigma=0.512182 ! Fit after self-cal, rms=0.031594Jy sigma=0.512014 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000154666 Jy ! Component: 100 - total flux cleaned = 0.000405961 Jy ! Component: 150 - total flux cleaned = 0.00060527 Jy ! Component: 200 - total flux cleaned = 0.000777062 Jy ! Total flux subtracted in 200 components = 0.000777062 Jy ! Clean residual min=-0.000190 max=0.000267 Jy/beam ! Clean residual mean=0.000003 rms=0.000095 Jy/beam ! Combined flux in latest and established models = 0.040248 Jy ! Performing phase self-cal ! Adding 101 model components to the UV plane model. ! The established model now contains 1044 components and 0.040248 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.031563Jy sigma=0.511813 ! Fit after self-cal, rms=0.031575Jy sigma=0.511678 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000226895 Jy ! Component: 100 - total flux cleaned = 0.000452749 Jy ! Component: 150 - total flux cleaned = 0.000659434 Jy ! Component: 200 - total flux cleaned = 0.000760356 Jy ! Total flux subtracted in 200 components = 0.000760356 Jy ! Clean residual min=-0.000175 max=0.000258 Jy/beam ! Clean residual mean=0.000002 rms=0.000088 Jy/beam ! Combined flux in latest and established models = 0.0410083 Jy ! Performing phase self-cal ! Adding 99 model components to the UV plane model. ! The established model now contains 1119 components and 0.0410083 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.031549Jy sigma=0.511530 ! Fit after self-cal, rms=0.031559Jy sigma=0.511419 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000217277 Jy ! Component: 100 - total flux cleaned = 0.000425441 Jy ! Component: 150 - total flux cleaned = 0.00061413 Jy ! Component: 200 - total flux cleaned = 0.00075936 Jy ! Total flux subtracted in 200 components = 0.00075936 Jy ! Clean residual min=-0.000162 max=0.000249 Jy/beam ! Clean residual mean=0.000001 rms=0.000082 Jy/beam ! Combined flux in latest and established models = 0.0417677 Jy ! Performing phase self-cal ! Adding 105 model components to the UV plane model. ! The established model now contains 1189 components and 0.0417677 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.031536Jy sigma=0.511306 ! Fit after self-cal, rms=0.031494Jy sigma=0.510623 ! Inverting map ! Added new window around map position (-54.9, -76.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000569151 Jy ! Component: 100 - total flux cleaned = 0.000867123 Jy ! Component: 150 - total flux cleaned = 0.00106998 Jy ! Component: 200 - total flux cleaned = 0.00120465 Jy ! Total flux subtracted in 200 components = 0.00120465 Jy ! Clean residual min=-0.000242 max=0.000258 Jy/beam ! Clean residual mean=-0.000000 rms=0.000095 Jy/beam ! Combined flux in latest and established models = 0.0429723 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 1252 components and 0.0429723 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.031460Jy sigma=0.510335 ! Fit after self-cal, rms=0.031453Jy sigma=0.510165 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 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.031453Jy sigma=0.510165 ! Fit after self-cal, rms=0.032575Jy sigma=0.509118 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.37 mas, bmaj=21.97 mas, bpa=60.06 degrees ! Estimated noise=1.35783 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00012459 Jy ! Component: 100 - total flux cleaned = 0.000403208 Jy ! Component: 150 - total flux cleaned = 0.00063022 Jy ! Component: 200 - total flux cleaned = 0.000816003 Jy ! Total flux subtracted in 200 components = 0.000816003 Jy ! Clean residual min=-0.000128 max=0.000154 Jy/beam ! Clean residual mean=-0.000001 rms=0.000049 Jy/beam ! Combined flux in latest and established models = 0.0437883 Jy selfcal ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 1303 components and 0.0437883 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.032551Jy sigma=0.509100 ! Fit after self-cal, rms=0.032753Jy sigma=0.508334 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.39419e-05 Jy ! Component: 100 - total flux cleaned = 0.000149608 Jy ! Component: 150 - total flux cleaned = 0.000201112 Jy ! Component: 200 - total flux cleaned = 0.000232296 Jy ! Total flux subtracted in 200 components = 0.000232296 Jy ! Clean residual min=-0.000120 max=0.000131 Jy/beam ! Clean residual mean=0.000001 rms=0.000045 Jy/beam ! Combined flux in latest and established models = 0.0440206 Jy ! Performing phase self-cal ! Adding 83 model components to the UV plane model. ! The established model now contains 1365 components and 0.0440206 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.032728Jy sigma=0.508285 ! Fit after self-cal, rms=0.032730Jy sigma=0.507997 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.02462e-05 Jy ! Component: 100 - total flux cleaned = -1.14082e-05 Jy ! Component: 150 - total flux cleaned = 9.13295e-05 Jy ! Component: 200 - total flux cleaned = 0.000186184 Jy ! Total flux subtracted in 200 components = 0.000186184 Jy ! Clean residual min=-0.000136 max=0.000142 Jy/beam ! Clean residual mean=0.000002 rms=0.000056 Jy/beam ! Combined flux in latest and established models = 0.0442068 Jy ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 1445 components and 0.0442068 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.032702Jy sigma=0.507964 ! Fit after self-cal, rms=0.032708Jy sigma=0.507782 ! 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=12.25 mas, bmaj=22.06 mas, bpa=60.04 degrees ! Estimated noise=1.35971 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.25 x 22.06 at 60.04 degrees (North through East) ! Clean map min=-0.0020076 max=0.023804 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=11.02 mas, bmaj=23.84 mas, bpa=61.54 degrees ! Estimated noise=1.73452 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00982697 Jy ! Component: 100 - total flux cleaned = 0.0148888 Jy ! Component: 150 - total flux cleaned = 0.0182514 Jy ! Component: 200 - total flux cleaned = 0.0210121 Jy ! Total flux subtracted in 200 components = 0.0210121 Jy ! Clean residual min=-0.002588 max=0.003074 Jy/beam ! Clean residual mean=-0.000012 rms=0.001016 Jy/beam ! Combined flux in latest and established models = 0.0210121 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 70 model components to the UV plane model. ! The established model now contains 70 components and 0.0210121 Jy ! Inverting map and beam ! Estimated beam: bmin=12.25 mas, bmaj=22.06 mas, bpa=60.04 degrees ! Estimated noise=1.35971 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.00141072 Jy ! Component: 100 - total flux cleaned = 0.0026368 Jy ! Component: 150 - total flux cleaned = 0.00362816 Jy ! Component: 200 - total flux cleaned = 0.00449857 Jy ! Total flux subtracted in 200 components = 0.00449857 Jy ! Clean residual min=-0.001406 max=0.001002 Jy/beam ! Clean residual mean=0.000004 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0255107 Jy ! Adding 90 model components to the UV plane model. ! The established model now contains 160 components and 0.0255107 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.37 mas, bmaj=21.97 mas, bpa=60.06 degrees ! Estimated noise=1.35783 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000270864 Jy ! Component: 100 - total flux cleaned = 0.000732602 Jy ! Component: 150 - total flux cleaned = 0.00120595 Jy ! Component: 200 - total flux cleaned = 0.00166477 Jy ! Total flux subtracted in 200 components = 0.00166477 Jy ! Clean residual min=-0.000764 max=0.000673 Jy/beam ! Clean residual mean=-0.000001 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.0271754 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.000412365 Jy ! Component: 100 - total flux cleaned = 0.000927064 Jy ! Component: 150 - total flux cleaned = 0.00151074 Jy ! Component: 200 - total flux cleaned = 0.002091 Jy ! Total flux subtracted in 200 components = 0.002091 Jy ! Clean residual min=-0.000651 max=0.000624 Jy/beam ! Clean residual mean=-0.000000 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.0292664 Jy ! Adding 107 model components to the UV plane model. ! The established model now contains 264 components and 0.0292664 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=12.25 mas, bmaj=22.06 mas, bpa=60.04 degrees ! Estimated noise=1.35971 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000478215 Jy ! Component: 100 - total flux cleaned = -0.000420391 Jy ! Component: 150 - total flux cleaned = -0.00034743 Jy ! Component: 200 - total flux cleaned = -0.000347464 Jy ! Total flux subtracted in 200 components = -0.000347464 Jy ! Clean residual min=-0.000379 max=0.000424 Jy/beam ! Clean residual mean=-0.000002 rms=0.000123 Jy/beam ! Combined flux in latest and established models = 0.028919 Jy selfcal ! Performing phase self-cal ! Adding 83 model components to the UV plane model. ! The established model now contains 346 components and 0.028919 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.032723Jy sigma=0.508872 ! Fit after self-cal, rms=0.032724Jy sigma=0.508300 wmodel J2304+0016_C_map.mod ! Writing 346 model components to file: J2304+0016_C_map.mod wobs J2304+0016_C_uvs.fits ! Writing UV FITS file: J2304+0016_C_uvs.fits wwins J2304+0016_C_map.win ! wwins: Wrote 9 windows to J2304+0016_C_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 = 4.78615e-05 Jy ! Component: 100 - total flux cleaned = -3.55625e-05 Jy ! Component: 150 - total flux cleaned = -9.60025e-05 Jy ! Component: 200 - total flux cleaned = -0.000149874 Jy ! Component: 250 - total flux cleaned = -0.00018218 Jy ! Component: 300 - total flux cleaned = -0.000177313 Jy ! Component: 350 - total flux cleaned = -0.00017289 Jy ! Component: 400 - total flux cleaned = -0.000189595 Jy ! Component: 450 - total flux cleaned = -0.000209244 Jy ! Component: 500 - total flux cleaned = -0.000183031 Jy ! Component: 550 - total flux cleaned = -0.000153877 Jy ! Component: 600 - total flux cleaned = -0.000125371 Jy ! Component: 650 - total flux cleaned = -9.74715e-05 Jy ! Component: 700 - total flux cleaned = -8.03325e-05 Jy ! Component: 750 - total flux cleaned = -7.3584e-05 Jy ! Component: 800 - total flux cleaned = -6.02862e-05 Jy ! Component: 850 - total flux cleaned = -5.04013e-05 Jy ! Component: 900 - total flux cleaned = -3.73533e-05 Jy ! Component: 950 - total flux cleaned = -2.11931e-05 Jy ! Component: 1000 - total flux cleaned = -1.15637e-05 Jy ! Component: 1050 - total flux cleaned = 4.38546e-06 Jy ! Component: 1100 - total flux cleaned = 2.34815e-05 Jy ! Component: 1150 - total flux cleaned = 4.8872e-05 Jy ! Component: 1200 - total flux cleaned = 8.72263e-05 Jy ! Component: 1250 - total flux cleaned = 0.000125828 Jy ! Component: 1300 - total flux cleaned = 0.000161513 Jy ! Component: 1350 - total flux cleaned = 0.000197469 Jy ! Component: 1400 - total flux cleaned = 0.000230531 Jy ! Component: 1450 - total flux cleaned = 0.000270597 Jy ! Component: 1500 - total flux cleaned = 0.000300994 Jy ! Component: 1550 - total flux cleaned = 0.000338494 Jy ! Component: 1600 - total flux cleaned = 0.000376416 Jy ! Component: 1650 - total flux cleaned = 0.000411288 Jy ! Component: 1700 - total flux cleaned = 0.00044303 Jy ! Component: 1750 - total flux cleaned = 0.000471613 Jy ! Component: 1800 - total flux cleaned = 0.000493364 Jy ! Component: 1850 - total flux cleaned = 0.000522764 Jy ! Component: 1900 - total flux cleaned = 0.000548878 Jy ! Component: 1950 - total flux cleaned = 0.000575457 Jy ! Component: 2000 - total flux cleaned = 0.000602431 Jy ! Component: 2050 - total flux cleaned = 0.000621986 Jy ! Component: 2100 - total flux cleaned = 0.000645872 Jy ! Component: 2150 - total flux cleaned = 0.000653965 Jy ! Component: 2200 - total flux cleaned = 0.00067039 Jy ! Component: 2250 - total flux cleaned = 0.000682955 Jy ! Component: 2300 - total flux cleaned = 0.000695688 Jy ! Component: 2350 - total flux cleaned = 0.000708639 Jy ! Component: 2400 - total flux cleaned = 0.000713071 Jy ! Component: 2450 - total flux cleaned = 0.000722005 Jy ! Component: 2500 - total flux cleaned = 0.000731176 Jy ! Component: 2550 - total flux cleaned = 0.000735891 Jy ! Component: 2600 - total flux cleaned = 0.000740612 Jy ! Component: 2650 - total flux cleaned = 0.000745493 Jy ! Component: 2700 - total flux cleaned = 0.000755458 Jy ! Component: 2750 - total flux cleaned = 0.000750558 Jy ! Component: 2800 - total flux cleaned = 0.000750581 Jy ! Component: 2850 - total flux cleaned = 0.000750672 Jy ! Component: 2900 - total flux cleaned = 0.000740109 Jy ! Component: 2950 - total flux cleaned = 0.000729242 Jy ! Component: 3000 - total flux cleaned = 0.000729306 Jy ! Component: 3050 - total flux cleaned = 0.000718107 Jy ! Component: 3100 - total flux cleaned = 0.000700717 Jy ! Component: 3150 - total flux cleaned = 0.000694812 Jy ! Component: 3200 - total flux cleaned = 0.000676698 Jy ! Component: 3250 - total flux cleaned = 0.000664367 Jy ! Component: 3300 - total flux cleaned = 0.00065816 Jy ! Component: 3350 - total flux cleaned = 0.000638796 Jy ! Component: 3400 - total flux cleaned = 0.000618754 Jy ! Component: 3450 - total flux cleaned = 0.00062538 Jy ! Component: 3500 - total flux cleaned = 0.000618482 Jy ! Component: 3550 - total flux cleaned = 0.000611344 Jy ! Component: 3600 - total flux cleaned = 0.000611397 Jy ! Component: 3650 - total flux cleaned = 0.00061131 Jy ! Component: 3700 - total flux cleaned = 0.000603544 Jy ! Component: 3750 - total flux cleaned = 0.000611351 Jy ! Component: 3800 - total flux cleaned = 0.000611452 Jy ! Component: 3850 - total flux cleaned = 0.000603149 Jy ! Component: 3900 - total flux cleaned = 0.000611619 Jy ! Component: 3950 - total flux cleaned = 0.000611637 Jy ! Component: 4000 - total flux cleaned = 0.000602669 Jy ! Component: 4050 - total flux cleaned = 0.000611808 Jy ! Total flux subtracted in 4096 components = 0.000611975 Jy ! Clean residual min=-0.000496 max=0.000486 Jy/beam ! Clean residual mean=0.000001 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.0295309 Jy keep ! Adding 345 model components to the UV plane model. ! The established model now contains 686 components and 0.0295309 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap .//J2304+0016_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.25 x 22.06 at 60.04 degrees (North through East) ! Clean map min=-0.0054189 max=0.012988 Jy/beam ! Writing clean map to FITS file: .//J2304+0016_C_map.fits wmodel .//J2304+0016_C_map.mod ! Writing 686 model components to file: .//J2304+0016_C_map.mod wobs .//J2304+0016_C_uvs.fits ! Writing UV FITS file: .//J2304+0016_C_uvs.fits wwins .//J2304+0016_C_map.win ! wwins: Wrote 10 windows to .//J2304+0016_C_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0129884 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000201122 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -4.64544 4.64544 9.29087 18.5817 37.1635 74.327 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.012 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 64.579 quit ! Quitting program ! Log file .//J2304+0016_C_dfm.log closed on Mon Jan 20 19:24:58 2020