! Started logfile: .//J0354+4643_X_20180710_dfm.log on Sat Jul 28 19:14:39 2018 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 7.39200 obs .//J0354+4643_X_20180710_uva.fits ! Reading UV FITS file: .//J0354+4643_X_20180710_uva.fits ! AN table 1: 15 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.966667 visibilities/baseline/integration-bin. ! Found source: J0354+4643 ! ! 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 7.392e+09 3.2e+07 1 3.2e+07 ! 02 2 7.424e+09 3.2e+07 1 3.2e+07 ! 03 3 7.456e+09 3.2e+07 1 3.2e+07 ! 04 4 7.552e+09 3.2e+07 1 3.2e+07 ! 05 5 7.744e+09 3.2e+07 1 3.2e+07 ! 06 6 7.776e+09 3.2e+07 1 3.2e+07 ! 07 7 7.808e+09 3.2e+07 1 3.2e+07 ! 08 8 7.84e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 76 lines of history. ! ! Reading 696 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.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_01.dfm J0354+4643_X] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.134284Jy sigma=21.379292 ! Fit after self-cal, rms=0.598264Jy sigma=11.028395 ! 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=1.122 mas, bmaj=114.3 mas, bpa=88.05 degrees ! Estimated noise=2.50664 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.298842 Jy ! Component: 100 - total flux cleaned = 0.366478 Jy ! Total flux subtracted in 100 components = 0.366478 Jy ! Clean residual min=-0.025074 max=0.025353 Jy/beam ! Clean residual mean=0.000111 rms=0.010642 Jy/beam ! Combined flux in latest and established models = 0.366478 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.366478 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.081482Jy sigma=1.601871 ! Fit after self-cal, rms=0.080883Jy sigma=1.591098 ! 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=1.426 mas, bmaj=99.3 mas, bpa=88.16 degrees ! Estimated noise=1.50812 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.0555572 Jy ! Component: 100 - total flux cleaned = 0.0714029 Jy ! Component: 150 - total flux cleaned = 0.0760869 Jy ! Component: 200 - total flux cleaned = 0.0774255 Jy ! Total flux subtracted in 200 components = 0.0774255 Jy ! Clean residual min=-0.006304 max=0.006365 Jy/beam ! Clean residual mean=0.000028 rms=0.002266 Jy/beam ! Combined flux in latest and established models = 0.443904 Jy ! Performing phase self-cal ! Adding 88 model components to the UV plane model. ! The established model now contains 113 components and 0.443904 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.039322Jy sigma=0.632552 ! Fit after self-cal, rms=0.039074Jy sigma=0.626075 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.426 x 99.3 at 88.16 degrees (North through East) ! Clean map min=-0.0077923 max=0.39844 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 0.99 KP 0.98 LA 1.01 PT 1.00 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.01 KP 1.02 LA 1.00 PT 0.91 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.03 KP 0.99 LA 0.99 PT 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 0.98 KP 1.00 LA 1.02 PT 0.98 ! ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.00 KP 1.01 LA 1.00 PT 1.08 ! ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 0.99 KP 0.98 LA 1.02 PT 1.00 ! ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.01 KP 0.99 LA 0.99 PT 0.96 ! ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 0.99 KP 1.00 LA 1.00 PT 1.01 ! ! ! Fit before self-cal, rms=0.039074Jy sigma=0.626075 ! Fit after self-cal, rms=0.035967Jy sigma=0.572532 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.438 mas, bmaj=99.46 mas, bpa=88.15 degrees ! Estimated noise=1.51286 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.00156953 Jy ! Component: 100 - total flux cleaned = 0.00193974 Jy ! Component: 150 - total flux cleaned = 0.00324964 Jy ! Component: 200 - total flux cleaned = 0.00515499 Jy ! Total flux subtracted in 200 components = 0.00515499 Jy ! Clean residual min=-0.002237 max=0.002242 Jy/beam ! Clean residual mean=0.000013 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.449059 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 141 components and 0.449059 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.034213Jy sigma=0.550500 ! Fit after self-cal, rms=0.034165Jy sigma=0.547700 ! 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.034165Jy sigma=0.547700 ! Fit after self-cal, rms=0.034073Jy sigma=0.545302 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.441 mas, bmaj=99.43 mas, bpa=88.15 degrees ! Estimated noise=1.51255 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.25219e-05 Jy ! Component: 100 - total flux cleaned = -0.000448001 Jy ! Component: 150 - total flux cleaned = -0.000783659 Jy ! Component: 200 - total flux cleaned = -0.000526633 Jy ! Total flux subtracted in 200 components = -0.000526633 Jy ! Clean residual min=-0.000846 max=0.000850 Jy/beam ! Clean residual mean=0.000005 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.448532 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 192 components and 0.448532 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.033820Jy sigma=0.542510 ! Fit after self-cal, rms=0.033814Jy sigma=0.542304 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 = 9.73032e-05 Jy ! Component: 100 - total flux cleaned = 0.000666691 Jy ! Component: 150 - total flux cleaned = 0.00114661 Jy ! Component: 200 - total flux cleaned = 0.0015896 Jy ! Total flux subtracted in 200 components = 0.0015896 Jy ! Clean residual min=-0.000608 max=0.000618 Jy/beam ! Clean residual mean=0.000002 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 0.450122 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 238 components and 0.450122 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.033738Jy sigma=0.541153 ! Fit after self-cal, rms=0.033739Jy sigma=0.541105 ! 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.033739Jy sigma=0.541105 ! Fit after self-cal, rms=0.033720Jy sigma=0.540867 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.441 mas, bmaj=99.43 mas, bpa=88.15 degrees ! Estimated noise=1.51148 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000472902 Jy ! Component: 100 - total flux cleaned = 0.000637353 Jy ! Component: 150 - total flux cleaned = 0.000920922 Jy ! Component: 200 - total flux cleaned = 0.0013924 Jy ! Total flux subtracted in 200 components = 0.0013924 Jy ! Clean residual min=-0.000522 max=0.000523 Jy/beam ! Clean residual mean=-0.000002 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.451514 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 263 components and 0.451514 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.033657Jy sigma=0.540218 ! Fit after self-cal, rms=0.033651Jy sigma=0.540150 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.000427879 Jy ! Component: 100 - total flux cleaned = -0.000483852 Jy ! Component: 150 - total flux cleaned = -0.000484769 Jy ! Component: 200 - total flux cleaned = -0.000290634 Jy ! Total flux subtracted in 200 components = -0.000290634 Jy ! Clean residual min=-0.000398 max=0.000405 Jy/beam ! Clean residual mean=-0.000000 rms=0.000151 Jy/beam ! Combined flux in latest and established models = 0.451223 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 301 components and 0.451223 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.033612Jy sigma=0.539570 ! Fit after self-cal, rms=0.033612Jy sigma=0.539551 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.033612Jy sigma=0.539551 ! Fit after self-cal, rms=0.033581Jy sigma=0.539402 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.157 mas, bmaj=91.45 mas, bpa=88.35 degrees ! Estimated noise=1.65657 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000205494 Jy ! Component: 100 - total flux cleaned = 0.000278838 Jy ! Component: 150 - total flux cleaned = 0.000323783 Jy ! Component: 200 - total flux cleaned = 0.000370301 Jy ! Total flux subtracted in 200 components = 0.000370301 Jy ! Clean residual min=-0.000258 max=0.000259 Jy/beam ! Clean residual mean=-0.000003 rms=0.000090 Jy/beam ! Combined flux in latest and established models = 0.451594 Jy selfcal ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 350 components and 0.451594 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.033554Jy sigma=0.539164 ! Fit after self-cal, rms=0.033554Jy sigma=0.539155 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.000228425 Jy ! Component: 100 - total flux cleaned = -0.000216688 Jy ! Component: 150 - total flux cleaned = -0.000134633 Jy ! Component: 200 - total flux cleaned = -0.000134982 Jy ! Total flux subtracted in 200 components = -0.000134982 Jy ! Clean residual min=-0.000201 max=0.000203 Jy/beam ! Clean residual mean=-0.000003 rms=0.000071 Jy/beam ! Combined flux in latest and established models = 0.451459 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 370 components and 0.451459 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.033537Jy sigma=0.538962 ! Fit after self-cal, rms=0.033537Jy sigma=0.538951 ! 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=1.441 mas, bmaj=99.45 mas, bpa=88.15 degrees ! Estimated noise=1.5106 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.441 x 99.45 at 88.15 degrees (North through East) ! Clean map min=-0.0064433 max=0.39811 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=1.123 mas, bmaj=114.7 mas, bpa=88.05 degrees ! Estimated noise=2.5218 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.298028 Jy ! Component: 100 - total flux cleaned = 0.364613 Jy ! Component: 150 - total flux cleaned = 0.392099 Jy ! Component: 200 - total flux cleaned = 0.403901 Jy ! Total flux subtracted in 200 components = 0.403901 Jy ! Clean residual min=-0.012935 max=0.013592 Jy/beam ! Clean residual mean=0.000046 rms=0.005591 Jy/beam ! Combined flux in latest and established models = 0.403901 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 75 model components to the UV plane model. ! The established model now contains 75 components and 0.403901 Jy ! Inverting map and beam ! Estimated beam: bmin=1.441 mas, bmaj=99.45 mas, bpa=88.15 degrees ! Estimated noise=1.5106 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.0266845 Jy ! Component: 100 - total flux cleaned = 0.0305789 Jy ! Component: 150 - total flux cleaned = 0.0312327 Jy ! Component: 200 - total flux cleaned = 0.0328839 Jy ! Total flux subtracted in 200 components = 0.0328839 Jy ! Clean residual min=-0.004247 max=0.004283 Jy/beam ! Clean residual mean=-0.000014 rms=0.001558 Jy/beam ! Combined flux in latest and established models = 0.436785 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 163 components and 0.436785 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.157 mas, bmaj=91.45 mas, bpa=88.35 degrees ! Estimated noise=1.65657 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000587314 Jy ! Component: 100 - total flux cleaned = 0.00153294 Jy ! Component: 150 - total flux cleaned = 0.00135399 Jy ! Component: 200 - total flux cleaned = 0.000937534 Jy ! Total flux subtracted in 200 components = 0.000937534 Jy ! Clean residual min=-0.001386 max=0.001386 Jy/beam ! Clean residual mean=-0.000001 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.437722 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.000669914 Jy ! Component: 100 - total flux cleaned = -0.0012054 Jy ! Component: 150 - total flux cleaned = -0.00180324 Jy ! Component: 200 - total flux cleaned = -0.0023741 Jy ! Total flux subtracted in 200 components = -0.0023741 Jy ! Clean residual min=-0.002061 max=0.002056 Jy/beam ! Clean residual mean=0.000008 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 0.435348 Jy ! Adding 94 model components to the UV plane model. ! The established model now contains 257 components and 0.435348 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.441 mas, bmaj=99.45 mas, bpa=88.15 degrees ! Estimated noise=1.5106 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.13428e-05 Jy ! Component: 100 - total flux cleaned = 0.000845926 Jy ! Component: 150 - total flux cleaned = 0.00128281 Jy ! Component: 200 - total flux cleaned = 0.00135334 Jy ! Total flux subtracted in 200 components = 0.00135334 Jy ! Clean residual min=-0.001098 max=0.001125 Jy/beam ! Clean residual mean=0.000001 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.436702 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 285 components and 0.436702 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.033756Jy sigma=0.541756 ! Fit after self-cal, rms=0.033721Jy sigma=0.541219 wmodel J0354+4643_X_map.mod ! Writing 285 model components to file: J0354+4643_X_map.mod wobs J0354+4643_X_uvs.fits ! Writing UV FITS file: J0354+4643_X_uvs.fits wwins J0354+4643_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J0354+4643_X_20180710_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.441 x 99.45 at 88.15 degrees (North through East) ! Clean map min=-0.0078985 max=0.38918 Jy/beam ! Writing clean map to FITS file: .//J0354+4643_X_20180710_map.fits wmodel .//J0354+4643_X_20180710_map.mod ! Writing 285 model components to file: .//J0354+4643_X_20180710_map.mod wobs .//J0354+4643_X_20180710_uvs.fits ! Writing UV FITS file: .//J0354+4643_X_20180710_uvs.fits wwins .//J0354+4643_X_20180710_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.389183 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000391675 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.301921 0.301921 0.603842 1.20768 2.41537 4.83074 9.66147 19.3229 38.6459 77.2918 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.389 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 993.637 quit ! Quitting program ! Log file .//J0354+4643_X_20180710_dfm.log closed on Sat Jul 28 19:14:44 2018