! Started logfile: .//J2235-4835_X_20180714_dfm.log on Sat Jul 28 19:32:18 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 .//J2235-4835_X_20180714_uva.fits ! Reading UV FITS file: .//J2235-4835_X_20180714_uva.fits ! AN table 1: 23 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.956522 visibilities/baseline/integration-bin. ! Found source: J2235-4835 ! ! 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 1056 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 J2235-4835_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 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.146027Jy sigma=18.373285 ! Fit after self-cal, rms=0.699564Jy sigma=11.070710 ! 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=0.6268 mas, bmaj=20.6 mas, bpa=-30.12 degrees ! Estimated noise=2.53816 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.109725 Jy ! Component: 100 - total flux cleaned = 0.185502 Jy ! Total flux subtracted in 100 components = 0.185502 Jy ! Clean residual min=-0.028319 max=0.046515 Jy/beam ! Clean residual mean=0.000161 rms=0.017948 Jy/beam ! Combined flux in latest and established models = 0.185502 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.185502 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.325256Jy sigma=5.170677 ! Fit after self-cal, rms=0.325184Jy sigma=5.169670 ! 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=0.8543 mas, bmaj=16.57 mas, bpa=-29.85 degrees ! Estimated noise=1.41674 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.243621 Jy ! Component: 100 - total flux cleaned = 0.352413 Jy ! Component: 150 - total flux cleaned = 0.385925 Jy ! Component: 200 - total flux cleaned = 0.385817 Jy ! Total flux subtracted in 200 components = 0.385817 Jy ! Clean residual min=-0.013938 max=0.013887 Jy/beam ! Clean residual mean=0.000078 rms=0.006770 Jy/beam ! Combined flux in latest and established models = 0.571319 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 69 components and 0.571319 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.056272Jy sigma=0.738455 ! Fit after self-cal, rms=0.056111Jy sigma=0.736534 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8543 x 16.57 at -29.85 degrees (North through East) ! Clean map min=-0.020798 max=0.33949 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 0.99 LA 1.01 MK 1.20 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 0.98 LA 1.03 MK 1.01 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 1.00 LA 0.99 MK 0.97 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 KP 0.98 LA 1.02 MK 0.99 ! ! ! Correcting IF 5. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 KP 0.97 LA 1.03 MK 1.05 ! ! ! Correcting IF 6. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 0.98 LA 1.00 MK 1.09 ! ! ! Correcting IF 7. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 0.98 LA 1.03 MK 0.97 ! ! ! Correcting IF 8. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 0.98 LA 1.02 MK 0.94 ! ! ! Fit before self-cal, rms=0.056111Jy sigma=0.736534 ! Fit after self-cal, rms=0.046730Jy sigma=0.623367 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8496 mas, bmaj=16.49 mas, bpa=-29.83 degrees ! Estimated noise=1.40183 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.000644544 Jy ! Component: 100 - total flux cleaned = -0.000924028 Jy ! Component: 150 - total flux cleaned = -0.000665239 Jy ! Component: 200 - total flux cleaned = -0.00092041 Jy ! Total flux subtracted in 200 components = -0.00092041 Jy ! Clean residual min=-0.002087 max=0.002095 Jy/beam ! Clean residual mean=-0.000021 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.570398 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 134 components and 0.570398 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.046054Jy sigma=0.610181 ! Fit after self-cal, rms=0.046037Jy sigma=0.609927 ! 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.046037Jy sigma=0.609927 ! Fit after self-cal, rms=0.045657Jy sigma=0.609314 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8469 mas, bmaj=16.5 mas, bpa=-29.83 degrees ! Estimated noise=1.39591 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000620841 Jy ! Component: 100 - total flux cleaned = 0.000726475 Jy ! Component: 150 - total flux cleaned = 0.000518584 Jy ! Component: 200 - total flux cleaned = 0.000106413 Jy ! Total flux subtracted in 200 components = 0.000106413 Jy ! Clean residual min=-0.001710 max=0.001725 Jy/beam ! Clean residual mean=-0.000018 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.570505 Jy selfcal ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 184 components and 0.570505 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.045243Jy sigma=0.601162 ! Fit after self-cal, rms=0.045237Jy sigma=0.601121 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.000756237 Jy ! Component: 100 - total flux cleaned = 0.00103369 Jy ! Component: 150 - total flux cleaned = 0.00130804 Jy ! Component: 200 - total flux cleaned = 0.002501 Jy ! Total flux subtracted in 200 components = 0.002501 Jy ! Clean residual min=-0.001533 max=0.001536 Jy/beam ! Clean residual mean=-0.000015 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.573006 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 249 components and 0.573006 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.044965Jy sigma=0.594514 ! Fit after self-cal, rms=0.044962Jy sigma=0.594475 ! 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.044962Jy sigma=0.594475 ! Fit after self-cal, rms=0.044961Jy sigma=0.593254 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8478 mas, bmaj=16.5 mas, bpa=-29.83 degrees ! Estimated noise=1.39925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00067503 Jy ! Component: 100 - total flux cleaned = 8.19233e-07 Jy ! Component: 150 - total flux cleaned = -0.000650321 Jy ! Component: 200 - total flux cleaned = -0.00113348 Jy ! Total flux subtracted in 200 components = -0.00113348 Jy ! Clean residual min=-0.001347 max=0.001343 Jy/beam ! Clean residual mean=-0.000016 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.571872 Jy selfcal ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 281 components and 0.571872 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.044703Jy sigma=0.588202 ! Fit after self-cal, rms=0.044702Jy sigma=0.588180 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.000358704 Jy ! Component: 100 - total flux cleaned = 0.00035374 Jy ! Component: 150 - total flux cleaned = 0.00143447 Jy ! Component: 200 - total flux cleaned = 0.00282686 Jy ! Total flux subtracted in 200 components = 0.00282686 Jy ! Clean residual min=-0.001237 max=0.001244 Jy/beam ! Clean residual mean=-0.000011 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.574699 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 302 components and 0.574699 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.044537Jy sigma=0.583976 ! Fit after self-cal, rms=0.044533Jy sigma=0.583945 ! 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.044533Jy sigma=0.583945 ! Fit after self-cal, rms=0.044560Jy sigma=0.583056 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.214 mas, bmaj=16.09 mas, bpa=-23.64 degrees ! Estimated noise=1.83767 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000473496 Jy ! Component: 100 - total flux cleaned = 0.000579345 Jy ! Component: 150 - total flux cleaned = 0.00175805 Jy ! Component: 200 - total flux cleaned = 0.00349402 Jy ! Total flux subtracted in 200 components = 0.00349402 Jy ! Clean residual min=-0.002121 max=0.002136 Jy/beam ! Clean residual mean=-0.000033 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.578193 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 332 components and 0.578193 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.044329Jy sigma=0.578475 ! Fit after self-cal, rms=0.044318Jy sigma=0.578385 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.00277726 Jy ! Component: 100 - total flux cleaned = 0.0048569 Jy ! Component: 150 - total flux cleaned = 0.00651441 Jy ! Component: 200 - total flux cleaned = 0.00856781 Jy ! Total flux subtracted in 200 components = 0.00856781 Jy ! Clean residual min=-0.001680 max=0.001685 Jy/beam ! Clean residual mean=-0.000023 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.586761 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 389 components and 0.586761 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.044197Jy sigma=0.575160 ! Fit after self-cal, rms=0.044197Jy sigma=0.575102 ! 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=0.8483 mas, bmaj=16.5 mas, bpa=-29.83 degrees ! Estimated noise=1.40156 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8483 x 16.5 at -29.83 degrees (North through East) ! Clean map min=-0.0071356 max=0.32494 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=0.6282 mas, bmaj=20.33 mas, bpa=-30.09 degrees ! Estimated noise=2.51736 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.110821 Jy ! Component: 100 - total flux cleaned = 0.187229 Jy ! Component: 150 - total flux cleaned = 0.251597 Jy ! Component: 200 - total flux cleaned = 0.305866 Jy ! Total flux subtracted in 200 components = 0.305866 Jy ! Clean residual min=-0.022031 max=0.033158 Jy/beam ! Clean residual mean=0.000116 rms=0.012896 Jy/beam ! Combined flux in latest and established models = 0.305866 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.305866 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8483 mas, bmaj=16.5 mas, bpa=-29.83 degrees ! Estimated noise=1.40156 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.163159 Jy ! Component: 100 - total flux cleaned = 0.236684 Jy ! Component: 150 - total flux cleaned = 0.262947 Jy ! Component: 200 - total flux cleaned = 0.263838 Jy ! Total flux subtracted in 200 components = 0.263838 Jy ! Clean residual min=-0.009609 max=0.009728 Jy/beam ! Clean residual mean=0.000059 rms=0.004356 Jy/beam ! Combined flux in latest and established models = 0.569703 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 78 components and 0.569704 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=3.214 mas, bmaj=16.09 mas, bpa=-23.64 degrees ! Estimated noise=1.83767 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00156519 Jy ! Component: 100 - total flux cleaned = 0.000330017 Jy ! Component: 150 - total flux cleaned = 0.00208793 Jy ! Component: 200 - total flux cleaned = 0.0025179 Jy ! Total flux subtracted in 200 components = 0.0025179 Jy ! Clean residual min=-0.006541 max=0.006603 Jy/beam ! Clean residual mean=-0.000105 rms=0.003167 Jy/beam ! Combined flux in latest and established models = 0.572221 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.00327323 Jy ! Component: 100 - total flux cleaned = -0.0046415 Jy ! Component: 150 - total flux cleaned = -0.00621526 Jy ! Component: 200 - total flux cleaned = -0.00753743 Jy ! Total flux subtracted in 200 components = -0.00753743 Jy ! Clean residual min=-0.011750 max=0.011521 Jy/beam ! Clean residual mean=-0.000169 rms=0.005148 Jy/beam ! Combined flux in latest and established models = 0.564684 Jy ! Adding 94 model components to the UV plane model. ! The established model now contains 168 components and 0.564684 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8483 mas, bmaj=16.5 mas, bpa=-29.83 degrees ! Estimated noise=1.40156 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149963 Jy ! Component: 100 - total flux cleaned = 0.00465708 Jy ! Component: 150 - total flux cleaned = 0.00584044 Jy ! Component: 200 - total flux cleaned = 0.00584091 Jy ! Total flux subtracted in 200 components = 0.00584091 Jy ! Clean residual min=-0.004116 max=0.004122 Jy/beam ! Clean residual mean=-0.000003 rms=0.001346 Jy/beam ! Combined flux in latest and established models = 0.570525 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 190 components and 0.570525 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.045894Jy sigma=0.606342 ! Fit after self-cal, rms=0.045727Jy sigma=0.601870 wmodel J2235-4835_X_map.mod ! Writing 190 model components to file: J2235-4835_X_map.mod wobs J2235-4835_X_uvs.fits ! Writing UV FITS file: J2235-4835_X_uvs.fits wwins J2235-4835_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J2235-4835_X_20180714_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8483 x 16.5 at -29.83 degrees (North through East) ! Clean map min=-0.01267 max=0.31742 Jy/beam ! Writing clean map to FITS file: .//J2235-4835_X_20180714_map.fits wmodel .//J2235-4835_X_20180714_map.mod ! Writing 190 model components to file: .//J2235-4835_X_20180714_map.mod wobs .//J2235-4835_X_20180714_uvs.fits ! Writing UV FITS file: .//J2235-4835_X_20180714_uvs.fits wwins .//J2235-4835_X_20180714_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.317421 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00138632 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.31024 1.31024 2.62047 5.24094 10.4819 20.9638 41.9275 83.855 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0041 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.317 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 228.966 quit ! Quitting program ! Log file .//J2235-4835_X_20180714_dfm.log closed on Sat Jul 28 19:32:20 2018