! Started logfile: .//J0017+8135_C_dfm.log on Sat Oct 20 23:29:45 2018 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 .//J0017+8135_C_uvm.fits ! Reading UV FITS file: .//J0017+8135_C_uvm.fits ! AN table 1: 3 integrations on 15 of 15 possible baselines. ! AN table 2: 4 integrations on 15 of 15 possible baselines. ! AN table 3: 17 integrations on 21 of 21 possible baselines. ! AN table 4: 28 integrations on 28 of 28 possible baselines. ! AN table 5: 11 integrations on 15 of 15 possible baselines. ! AN table 6: 11 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.956607 visibilities/baseline/integration-bin. ! Found source: J0017+8135 ! ! 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 76 lines of history. ! ! Reading 11640 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 J0017+8135_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. ! A total of 18 telescope corrections were flagged in sub-array 1. ! A total of 24 telescope corrections were flagged in sub-array 2. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 48 telescope corrections were flagged in sub-array 4. ! A total of 15 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! A total of 24 telescope corrections were flagged in sub-array 2. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 48 telescope corrections were flagged in sub-array 4. ! A total of 15 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 48 telescope corrections were flagged in sub-array 4. ! A total of 15 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 48 telescope corrections were flagged in sub-array 4. ! A total of 15 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 5. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 48 telescope corrections were flagged in sub-array 4. ! A total of 15 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 6. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 48 telescope corrections were flagged in sub-array 4. ! A total of 15 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 7. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 48 telescope corrections were flagged in sub-array 4. ! A total of 15 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 8. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 48 telescope corrections were flagged in sub-array 4. ! A total of 15 telescope corrections were flagged in sub-array 5. ! ! Fit before self-cal, rms=1.831955Jy sigma=116.285466 ! Fit after self-cal, rms=0.579539Jy sigma=32.779809 ! 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.638 mas, bmaj=5.004 mas, bpa=70.78 degrees ! Estimated noise=0.229475 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 = 1.13206 Jy ! Component: 100 - total flux cleaned = 1.38028 Jy ! Total flux subtracted in 100 components = 1.38028 Jy ! Clean residual min=-0.035360 max=0.077636 Jy/beam ! Clean residual mean=0.000104 rms=0.010402 Jy/beam ! Combined flux in latest and established models = 1.38028 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 1.38028 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.332810Jy sigma=23.045225 ! Fit after self-cal, rms=0.332812Jy sigma=23.045167 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0811355 Jy ! Component: 100 - total flux cleaned = 0.110923 Jy ! Total flux subtracted in 100 components = 0.110923 Jy ! Clean residual min=-0.038315 max=0.043749 Jy/beam ! Clean residual mean=0.000059 rms=0.009802 Jy/beam ! Combined flux in latest and established models = 1.4912 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 16 components and 1.4912 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.307802Jy sigma=24.132785 ! Fit after self-cal, rms=0.307798Jy sigma=24.132409 ! 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.445 mas, bmaj=6.002 mas, bpa=74.41 degrees ! Estimated noise=0.133142 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.0096728 Jy ! Component: 100 - total flux cleaned = 0.0133134 Jy ! Component: 150 - total flux cleaned = 0.0160697 Jy ! Component: 200 - total flux cleaned = 0.0185117 Jy ! Total flux subtracted in 200 components = 0.0185117 Jy ! Clean residual min=-0.041179 max=0.034263 Jy/beam ! Clean residual mean=0.000268 rms=0.010105 Jy/beam ! Combined flux in latest and established models = 1.50971 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 26 components and 1.50971 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.305879Jy sigma=24.078660 ! Fit after self-cal, rms=0.305875Jy sigma=24.078320 ! 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.445 x 6.002 at 74.41 degrees (North through East) ! Clean map min=-0.040671 max=1.4354 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* KP 0.00* LA 0.00* ! NL 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* FD 0.00* LA 0.00* NL 0.00* ! OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.97 FD 0.90 KP 0.92 LA 0.99 ! NL 1.01 OV 0.99 PT 0.90 ! ! Telescope amplitude corrections in sub-array 4: ! BR 1.11 FD 0.93 HN 1.08 KP 1.03 ! LA 1.21 NL 1.13 OV 1.08 PT 1.09 ! ! A total of 12 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! BR 1.00 HN 0.85 LA 1.02 NL 0.92 ! OV 0.93 PT 0.84 ! ! Telescope amplitude corrections in sub-array 6: ! FD 0.79 KP 1.13 LA 1.21 NL 1.18 ! OV 1.19 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* KP 0.00* LA 0.00* ! NL 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* FD 0.00* LA 0.00* NL 0.00* ! OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.97 FD 0.91 KP 0.92 LA 0.99 ! NL 1.01 OV 0.98 PT 0.90 ! ! Telescope amplitude corrections in sub-array 4: ! BR 1.15 FD 0.92 HN 1.13 KP 1.07 ! LA 1.20 NL 1.17 OV 1.10 PT 1.14 ! ! A total of 12 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! BR 1.00 HN 0.87 LA 1.03 NL 0.91 ! OV 0.93 PT 0.83 ! ! Telescope amplitude corrections in sub-array 6: ! FD 0.80 KP 1.14 LA 1.25 NL 1.21 ! OV 1.13 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.97 KP 1.00 LA 0.97 ! NL 0.96 PT 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.94 FD 0.96 LA 0.98 NL 0.96 ! OV 0.96 PT 0.97 ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.95 FD 0.91 KP 0.93 LA 0.99 ! NL 1.01 OV 0.97 PT 0.92 ! ! Telescope amplitude corrections in sub-array 4: ! BR 0.95 FD 1.00 HN 0.99 KP 1.00 ! LA 1.01 NL 1.05 OV 0.96 PT 0.78 ! ! A total of 12 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! BR 0.98 HN 0.88 LA 1.00 NL 0.94 ! OV 0.96 PT 0.93 ! ! Telescope amplitude corrections in sub-array 6: ! FD 0.95 KP 0.90 LA 0.94 NL 1.01 ! OV 0.90 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.96 KP 0.99 LA 0.96 ! NL 0.95 PT 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.96 FD 0.96 LA 0.96 NL 0.96 ! OV 0.95 PT 0.97 ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.97 FD 0.90 KP 0.92 LA 0.98 ! NL 1.01 OV 0.97 PT 0.91 ! ! Telescope amplitude corrections in sub-array 4: ! BR 0.98 FD 1.01 HN 0.95 KP 0.97 ! LA 1.05 NL 0.96 OV 0.97 PT 1.03 ! ! A total of 12 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! BR 0.99 HN 0.90 LA 0.99 NL 0.91 ! OV 1.07 PT 0.95 ! ! Telescope amplitude corrections in sub-array 6: ! FD 0.95 KP 0.89 LA 0.95 NL 0.91 ! OV 0.94 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.95 KP 0.97 LA 0.96 ! NL 0.92 PT 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 0.96 LA 0.96 NL 0.93 ! OV 0.95 PT 0.96 ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.97 FD 0.91 KP 0.93 LA 0.98 ! NL 0.99 OV 0.97 PT 0.90 ! ! Telescope amplitude corrections in sub-array 4: ! BR 0.95 FD 0.97 HN 1.01 KP 0.99 ! LA 1.03 NL 1.04 OV 0.97 PT 1.03 ! ! A total of 12 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! BR 1.00 HN 0.93 LA 1.00 NL 0.94 ! OV 0.96 PT 0.87 ! ! Telescope amplitude corrections in sub-array 6: ! FD 0.90 KP 0.92 LA 0.96 NL 1.03 ! OV 0.93 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.96 KP 0.96 LA 0.96 ! NL 0.92 PT 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.94 FD 0.95 LA 0.96 NL 0.92 ! OV 0.95 PT 0.96 ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.96 FD 0.90 KP 0.92 LA 0.98 ! NL 0.98 OV 0.97 PT 0.89 ! ! Telescope amplitude corrections in sub-array 4: ! BR 0.96 FD 1.02 HN 1.00 KP 0.98 ! LA 1.00 NL 1.02 OV 0.95 PT 1.03 ! ! A total of 12 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! BR 0.99 HN 0.93 LA 0.99 NL 0.93 ! OV 0.97 PT 0.87 ! ! Telescope amplitude corrections in sub-array 6: ! FD 0.99 KP 0.92 LA 0.93 NL 1.00 ! OV 0.90 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.96 KP 0.96 LA 0.95 ! NL 0.91 PT 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.94 FD 0.96 LA 0.94 NL 0.91 ! OV 0.95 PT 0.97 ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.96 FD 0.91 KP 0.93 LA 0.98 ! NL 0.98 OV 0.97 PT 0.89 ! ! Telescope amplitude corrections in sub-array 4: ! BR 0.96 FD 1.00 HN 0.99 KP 0.99 ! LA 0.99 NL 1.01 OV 0.95 PT 1.00 ! ! A total of 12 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! BR 0.98 HN 0.94 LA 0.99 NL 0.89 ! OV 0.95 PT 0.87 ! ! Telescope amplitude corrections in sub-array 6: ! FD 0.95 KP 0.93 LA 0.90 NL 0.99 ! OV 0.92 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.95 KP 0.96 LA 0.96 ! NL 0.91 PT 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.94 FD 0.95 LA 0.95 NL 0.91 ! OV 0.93 PT 0.97 ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.96 FD 0.91 KP 0.92 LA 0.99 ! NL 0.98 OV 0.97 PT 0.90 ! ! Telescope amplitude corrections in sub-array 4: ! BR 0.99 FD 1.00 HN 1.01 KP 0.97 ! LA 1.01 NL 1.00 OV 0.96 PT 1.03 ! ! A total of 12 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! BR 0.99 HN 0.94 LA 0.99 NL 0.94 ! OV 0.95 PT 0.88 ! ! Telescope amplitude corrections in sub-array 6: ! FD 0.92 KP 0.90 LA 0.94 NL 0.96 ! OV 0.93 ! ! ! Fit before self-cal, rms=0.305875Jy sigma=24.078320 ! Fit after self-cal, rms=0.258912Jy sigma=14.719404 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.469 mas, bmaj=6.046 mas, bpa=75.23 degrees ! Estimated noise=0.133047 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.00905011 Jy ! Component: 100 - total flux cleaned = -0.00812145 Jy ! Component: 150 - total flux cleaned = -0.00773122 Jy ! Component: 200 - total flux cleaned = -0.00738743 Jy ! Total flux subtracted in 200 components = -0.00738743 Jy ! Clean residual min=-0.022009 max=0.026951 Jy/beam ! Clean residual mean=0.000146 rms=0.005190 Jy/beam ! Combined flux in latest and established models = 1.50232 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 35 components and 1.50232 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.257913Jy sigma=14.722215 ! Fit after self-cal, rms=0.257903Jy sigma=14.721722 ! Inverting map ! Added new window around map position (-27.9, -27.9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00956612 Jy ! Component: 100 - total flux cleaned = 0.0136182 Jy ! Component: 150 - total flux cleaned = 0.0170135 Jy ! Component: 200 - total flux cleaned = 0.0202831 Jy ! Total flux subtracted in 200 components = 0.0202831 Jy ! Clean residual min=-0.020725 max=0.022632 Jy/beam ! Clean residual mean=0.000133 rms=0.004603 Jy/beam ! Combined flux in latest and established models = 1.52261 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 55 components and 1.52261 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.254180Jy sigma=14.515509 ! Fit after self-cal, rms=0.253746Jy sigma=14.478040 ! 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.253746Jy sigma=14.478040 ! Fit after self-cal, rms=0.049421Jy sigma=2.751865 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.475 mas, bmaj=6.038 mas, bpa=75.09 degrees ! Estimated noise=0.133337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000378838 Jy ! Component: 100 - total flux cleaned = -0.000295714 Jy ! Component: 150 - total flux cleaned = -0.000159696 Jy ! Component: 200 - total flux cleaned = -0.000153287 Jy ! Total flux subtracted in 200 components = -0.000153287 Jy ! Clean residual min=-0.005387 max=0.010448 Jy/beam ! Clean residual mean=0.000021 rms=0.001313 Jy/beam ! Combined flux in latest and established models = 1.52245 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 76 components and 1.52245 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.047605Jy sigma=2.647743 ! Fit after self-cal, rms=0.047318Jy sigma=2.627816 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 (-2.1, -5.7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101706 Jy ! Component: 100 - total flux cleaned = 0.0111148 Jy ! Component: 150 - total flux cleaned = 0.0114569 Jy ! Component: 200 - total flux cleaned = 0.0116018 Jy ! Total flux subtracted in 200 components = 0.0116018 Jy ! Clean residual min=-0.004246 max=0.004181 Jy/beam ! Clean residual mean=0.000011 rms=0.001046 Jy/beam ! Combined flux in latest and established models = 1.53406 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 100 components and 1.53406 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.044558Jy sigma=2.466241 ! Fit after self-cal, rms=0.044064Jy sigma=2.449973 ! 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.044064Jy sigma=2.449973 ! Fit after self-cal, rms=0.037398Jy sigma=1.818821 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.473 mas, bmaj=6.04 mas, bpa=75.12 degrees ! Estimated noise=0.133253 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00214793 Jy ! Component: 100 - total flux cleaned = 0.00245806 Jy ! Component: 150 - total flux cleaned = 0.00284139 Jy ! Component: 200 - total flux cleaned = 0.00327361 Jy ! Total flux subtracted in 200 components = 0.00327361 Jy ! Clean residual min=-0.003670 max=0.003061 Jy/beam ! Clean residual mean=0.000007 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 1.53733 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 132 components and 1.53733 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.036245Jy sigma=1.735223 ! Fit after self-cal, rms=0.036063Jy sigma=1.728550 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.000718159 Jy ! Component: 100 - total flux cleaned = 0.00100309 Jy ! Component: 150 - total flux cleaned = 0.00126251 Jy ! Component: 200 - total flux cleaned = 0.00141845 Jy ! Total flux subtracted in 200 components = 0.00141845 Jy ! Clean residual min=-0.003372 max=0.002876 Jy/beam ! Clean residual mean=0.000006 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 1.53875 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 150 components and 1.53875 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.035588Jy sigma=1.698191 ! Fit after self-cal, rms=0.035533Jy sigma=1.696586 ! 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.035533Jy sigma=1.696586 ! Fit after self-cal, rms=0.035210Jy sigma=1.674578 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.512 mas, bmaj=6.82 mas, bpa=81.19 degrees ! Estimated noise=0.139251 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000888579 Jy ! Component: 100 - total flux cleaned = 0.00154627 Jy ! Component: 150 - total flux cleaned = 0.00202105 Jy ! Component: 200 - total flux cleaned = 0.0021603 Jy ! Total flux subtracted in 200 components = 0.0021603 Jy ! Clean residual min=-0.002476 max=0.002304 Jy/beam ! Clean residual mean=0.000006 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 1.54091 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 192 components and 1.54091 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.034814Jy sigma=1.641844 ! Fit after self-cal, rms=0.034740Jy sigma=1.639029 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.000499034 Jy ! Component: 100 - total flux cleaned = 0.000677396 Jy ! Component: 150 - total flux cleaned = 0.000731241 Jy ! Component: 200 - total flux cleaned = 0.000831287 Jy ! Total flux subtracted in 200 components = 0.000831287 Jy ! Clean residual min=-0.002361 max=0.002275 Jy/beam ! Clean residual mean=0.000006 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 1.54174 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 210 components and 1.54174 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.034556Jy sigma=1.626159 ! Fit after self-cal, rms=0.034526Jy sigma=1.625475 ! 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.473 mas, bmaj=6.041 mas, bpa=75.09 degrees ! Estimated noise=0.133234 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.473 x 6.041 at 75.09 degrees (North through East) ! Clean map min=-0.0046854 max=1.4324 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 ! Performing amp+phase self-cal ! ! 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.034526Jy sigma=1.625475 ! Fit after self-cal, rms=0.029689Jy sigma=1.343850 ! Inverting map and beam ! Estimated beam: bmin=3.472 mas, bmaj=6.041 mas, bpa=75.07 degrees ! Estimated noise=0.133246 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.58445e-05 Jy ! Component: 100 - total flux cleaned = -4.76853e-05 Jy ! Component: 150 - total flux cleaned = 2.14263e-05 Jy ! Component: 200 - total flux cleaned = 0.000213142 Jy ! Total flux subtracted in 200 components = 0.000213142 Jy ! Clean residual min=-0.002432 max=0.002390 Jy/beam ! Clean residual mean=0.000005 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 1.54195 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 228 components and 1.54195 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.029284Jy sigma=1.320837 ! Fit after self-cal, rms=0.029284Jy sigma=1.319803 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000130865 Jy ! Component: 100 - total flux cleaned = 0.000248564 Jy ! Component: 150 - total flux cleaned = 0.0003593 Jy ! Component: 200 - total flux cleaned = 0.00041262 Jy ! Total flux subtracted in 200 components = 0.00041262 Jy ! Clean residual min=-0.002227 max=0.002286 Jy/beam ! Clean residual mean=0.000005 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 1.54236 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 238 components and 1.54236 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.029038Jy sigma=1.306413 ! Fit after self-cal, rms=0.029033Jy sigma=1.306022 ! Inverting map ! Performing amp+phase self-cal ! ! 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.029033Jy sigma=1.306022 ! Fit after self-cal, rms=0.028979Jy sigma=1.298905 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=2.663 mas, bmaj=5.05 mas, bpa=71.56 degrees ! Estimated noise=0.224028 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.10299 Jy ! Component: 100 - total flux cleaned = 1.34362 Jy ! Component: 150 - total flux cleaned = 1.41152 Jy ! Component: 200 - total flux cleaned = 1.44479 Jy ! Total flux subtracted in 200 components = 1.44479 Jy ! Clean residual min=-0.007648 max=0.015695 Jy/beam ! Clean residual mean=0.000033 rms=0.001492 Jy/beam ! Combined flux in latest and established models = 1.4448 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 15 model components to the UV plane model. ! The established model now contains 15 components and 1.4448 Jy ! Inverting map and beam ! Estimated beam: bmin=3.471 mas, bmaj=6.041 mas, bpa=75.02 degrees ! Estimated noise=0.133297 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.026024 Jy ! Component: 100 - total flux cleaned = 0.0432307 Jy ! Component: 150 - total flux cleaned = 0.0557716 Jy ! Component: 200 - total flux cleaned = 0.065232 Jy ! Total flux subtracted in 200 components = 0.065232 Jy ! Clean residual min=-0.003436 max=0.005830 Jy/beam ! Clean residual mean=0.000027 rms=0.001237 Jy/beam ! Combined flux in latest and established models = 1.51003 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 67 components and 1.51003 Jy ! Inverting map ! Added new window around map position (7.8, -3.9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00735557 Jy ! Component: 100 - total flux cleaned = 0.0131098 Jy ! Component: 150 - total flux cleaned = 0.0176696 Jy ! Component: 200 - total flux cleaned = 0.021069 Jy ! Total flux subtracted in 200 components = 0.021069 Jy ! Clean residual min=-0.002249 max=0.002759 Jy/beam ! Clean residual mean=0.000013 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 1.5311 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 112 components and 1.5311 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=4.511 mas, bmaj=6.821 mas, bpa=81.11 degrees ! Estimated noise=0.139332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00352901 Jy ! Component: 100 - total flux cleaned = 0.00515599 Jy ! Component: 150 - total flux cleaned = 0.00626327 Jy ! Component: 200 - total flux cleaned = 0.00720973 Jy ! Total flux subtracted in 200 components = 0.00720973 Jy ! Clean residual min=-0.002046 max=0.002694 Jy/beam ! Clean residual mean=0.000011 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 1.53831 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) ! Added new window around map position (-8.1, 3.3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146301 Jy ! Component: 100 - total flux cleaned = 0.00188012 Jy ! Component: 150 - total flux cleaned = 0.00225599 Jy ! Component: 200 - total flux cleaned = 0.00259782 Jy ! Total flux subtracted in 200 components = 0.00259782 Jy ! Clean residual min=-0.001918 max=0.001861 Jy/beam ! Clean residual mean=0.000009 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 1.5409 Jy ! Adding 114 model components to the UV plane model. ! The established model now contains 216 components and 1.5409 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.471 mas, bmaj=6.041 mas, bpa=75.02 degrees ! Estimated noise=0.133297 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.63659e-06 Jy ! Component: 100 - total flux cleaned = 0.000228694 Jy ! Component: 150 - total flux cleaned = 0.00033851 Jy ! Component: 200 - total flux cleaned = 0.000389194 Jy ! Total flux subtracted in 200 components = 0.000389194 Jy ! Clean residual min=-0.001877 max=0.001584 Jy/beam ! Clean residual mean=0.000006 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 1.54129 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 251 components and 1.54129 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.028058Jy sigma=1.264740 ! Fit after self-cal, rms=0.027911Jy sigma=1.250334 wmodel J0017+8135_C_map.mod ! Writing 251 model components to file: J0017+8135_C_map.mod wobs J0017+8135_C_uvs.fits ! Writing UV FITS file: J0017+8135_C_uvs.fits wwins J0017+8135_C_map.win ! wwins: Wrote 5 windows to J0017+8135_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 = -0.000690638 Jy ! Component: 100 - total flux cleaned = -0.000631815 Jy ! Component: 150 - total flux cleaned = -0.000403062 Jy ! Component: 200 - total flux cleaned = -0.000265217 Jy ! Component: 250 - total flux cleaned = -5.18067e-05 Jy ! Component: 300 - total flux cleaned = 2.51962e-05 Jy ! Component: 350 - total flux cleaned = 0.000126779 Jy ! Component: 400 - total flux cleaned = 0.000152197 Jy ! Component: 450 - total flux cleaned = 0.000274624 Jy ! Component: 500 - total flux cleaned = 0.000322512 Jy ! Component: 550 - total flux cleaned = 0.000393199 Jy ! Component: 600 - total flux cleaned = 0.000416536 Jy ! Component: 650 - total flux cleaned = 0.000439426 Jy ! Component: 700 - total flux cleaned = 0.000372298 Jy ! Component: 750 - total flux cleaned = 0.000372501 Jy ! Component: 800 - total flux cleaned = 0.000350239 Jy ! Component: 850 - total flux cleaned = 0.000264106 Jy ! Component: 900 - total flux cleaned = 0.000243109 Jy ! Component: 950 - total flux cleaned = 0.000285163 Jy ! Component: 1000 - total flux cleaned = 0.000326392 Jy ! Component: 1050 - total flux cleaned = 0.000264555 Jy ! Component: 1100 - total flux cleaned = 0.000244559 Jy ! Component: 1150 - total flux cleaned = 0.000204974 Jy ! Component: 1200 - total flux cleaned = 0.000225245 Jy ! Component: 1250 - total flux cleaned = 0.000284088 Jy ! Component: 1300 - total flux cleaned = 0.00022572 Jy ! Component: 1350 - total flux cleaned = 0.000245348 Jy ! Component: 1400 - total flux cleaned = 0.00028337 Jy ! Component: 1450 - total flux cleaned = 0.000226899 Jy ! Component: 1500 - total flux cleaned = 0.000264461 Jy ! Component: 1550 - total flux cleaned = 0.000264195 Jy ! Component: 1600 - total flux cleaned = 0.000245425 Jy ! Component: 1650 - total flux cleaned = 0.000172712 Jy ! Component: 1700 - total flux cleaned = 0.000262688 Jy ! Component: 1750 - total flux cleaned = 0.000173459 Jy ! Component: 1800 - total flux cleaned = 0.000191254 Jy ! Component: 1850 - total flux cleaned = 0.000226193 Jy ! Component: 1900 - total flux cleaned = 0.000208892 Jy ! Component: 1950 - total flux cleaned = 0.000243084 Jy ! Component: 2000 - total flux cleaned = 0.000174588 Jy ! Component: 2050 - total flux cleaned = 0.000208607 Jy ! Component: 2100 - total flux cleaned = 0.000225696 Jy ! Component: 2150 - total flux cleaned = 0.000242547 Jy ! Component: 2200 - total flux cleaned = 0.000226206 Jy ! Component: 2250 - total flux cleaned = 0.000259298 Jy ! Component: 2300 - total flux cleaned = 0.000341183 Jy ! Component: 2350 - total flux cleaned = 0.000292397 Jy ! Component: 2400 - total flux cleaned = 0.000308565 Jy ! Component: 2450 - total flux cleaned = 0.000356528 Jy ! Component: 2500 - total flux cleaned = 0.000340525 Jy ! Component: 2550 - total flux cleaned = 0.000388044 Jy ! Component: 2600 - total flux cleaned = 0.000388024 Jy ! Component: 2650 - total flux cleaned = 0.00045068 Jy ! Component: 2700 - total flux cleaned = 0.000481724 Jy ! Component: 2750 - total flux cleaned = 0.000558859 Jy ! Component: 2800 - total flux cleaned = 0.000604876 Jy ! Component: 2850 - total flux cleaned = 0.000665883 Jy ! Component: 2900 - total flux cleaned = 0.000680883 Jy ! Component: 2950 - total flux cleaned = 0.00062061 Jy ! Component: 3000 - total flux cleaned = 0.000695449 Jy ! Component: 3050 - total flux cleaned = 0.000710514 Jy ! Component: 3100 - total flux cleaned = 0.00072534 Jy ! Component: 3150 - total flux cleaned = 0.000754794 Jy ! Component: 3200 - total flux cleaned = 0.000798731 Jy ! Component: 3250 - total flux cleaned = 0.000784093 Jy ! Component: 3300 - total flux cleaned = 0.000856368 Jy ! Component: 3350 - total flux cleaned = 0.000784357 Jy ! Component: 3400 - total flux cleaned = 0.000813216 Jy ! Component: 3450 - total flux cleaned = 0.000855912 Jy ! Component: 3500 - total flux cleaned = 0.000898456 Jy ! Component: 3550 - total flux cleaned = 0.000856144 Jy ! Component: 3600 - total flux cleaned = 0.000898327 Jy ! Component: 3650 - total flux cleaned = 0.000898344 Jy ! Component: 3700 - total flux cleaned = 0.000884384 Jy ! Component: 3750 - total flux cleaned = 0.000870533 Jy ! Component: 3800 - total flux cleaned = 0.000870614 Jy ! Component: 3850 - total flux cleaned = 0.000870743 Jy ! Component: 3900 - total flux cleaned = 0.000829853 Jy ! Component: 3950 - total flux cleaned = 0.000884139 Jy ! Component: 4000 - total flux cleaned = 0.000924735 Jy ! Component: 4050 - total flux cleaned = 0.000965058 Jy ! Total flux subtracted in 4096 components = 0.000965115 Jy ! Clean residual min=-0.000760 max=0.000721 Jy/beam ! Clean residual mean=0.000003 rms=0.000297 Jy/beam ! Combined flux in latest and established models = 1.54226 Jy keep ! Adding 354 model components to the UV plane model. ! The established model now contains 604 components and 1.54226 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap .//J0017+8135_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.471 x 6.041 at 75.02 degrees (North through East) ! Clean map min=-0.0022354 max=1.4335 Jy/beam ! Writing clean map to FITS file: .//J0017+8135_C_map.fits wmodel .//J0017+8135_C_map.mod ! Writing 604 model components to file: .//J0017+8135_C_map.mod wobs .//J0017+8135_C_uvs.fits ! Writing UV FITS file: .//J0017+8135_C_uvs.fits wwins .//J0017+8135_C_map.win ! wwins: Wrote 6 windows to .//J0017+8135_C_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 1.43351 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000296069 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0619602 0.0619602 0.12392 0.247841 0.495681 0.991363 1.98273 3.96545 7.9309 15.8618 31.7236 63.4472 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 1.433 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 4841.82 quit ! Quitting program ! Log file .//J0017+8135_C_dfm.log closed on Sat Oct 20 23:29:50 2018