! Started logfile: .//J2235-4835_C_20180714_dfm.log on Sat Jul 28 19:32:14 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 .//J2235-4835_C_20180714_uva.fits ! Reading UV FITS file: .//J2235-4835_C_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 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 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.3 print "taper_size =", taper_size ! taper_size = 40 ![@/opt64/bin/pima_mupet_01.dfm J2235-4835_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 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.164490Jy sigma=20.671684 ! Fit after self-cal, rms=0.616409Jy sigma=11.482670 ! 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.14 mas, bmaj=36.83 mas, bpa=-29.84 degrees ! Estimated noise=1.98696 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.214204 Jy ! Component: 100 - total flux cleaned = 0.336593 Jy ! Total flux subtracted in 100 components = 0.336593 Jy ! Clean residual min=-0.050754 max=0.069320 Jy/beam ! Clean residual mean=-0.000333 rms=0.026665 Jy/beam ! Combined flux in latest and established models = 0.336594 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 28 components and 0.336594 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.334389Jy sigma=4.927830 ! Fit after self-cal, rms=0.334346Jy sigma=4.927228 ! 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.511 mas, bmaj=29.97 mas, bpa=-29.78 degrees ! Estimated noise=1.4057 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.227382 Jy ! Component: 100 - total flux cleaned = 0.292032 Jy ! Component: 150 - total flux cleaned = 0.291954 Jy ! Component: 200 - total flux cleaned = 0.287515 Jy ! Total flux subtracted in 200 components = 0.287515 Jy ! Clean residual min=-0.034791 max=0.034664 Jy/beam ! Clean residual mean=-0.000250 rms=0.011475 Jy/beam ! Combined flux in latest and established models = 0.624109 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 96 components and 0.624109 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.086641Jy sigma=1.438351 ! Fit after self-cal, rms=0.083330Jy sigma=1.368285 ! 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.511 x 29.97 at -29.78 degrees (North through East) ! Clean map min=-0.040031 max=0.38553 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 1.04 LA 1.08 MK 1.10 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 1.06 LA 1.14 MK 1.00 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.07 KP 0.90 LA 0.85 MK 1.12 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 0.89 LA 0.91 MK 1.07 ! ! ! Correcting IF 5. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 0.92 LA 0.91 MK 1.01 ! ! ! Correcting IF 6. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 0.93 LA 0.93 MK 1.03 ! ! ! Correcting IF 7. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 0.93 LA 0.90 MK 1.01 ! ! ! Correcting IF 8. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 0.93 LA 0.95 MK 0.84 ! ! ! Fit before self-cal, rms=0.083330Jy sigma=1.368285 ! Fit after self-cal, rms=0.053457Jy sigma=0.745098 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.501 mas, bmaj=29.8 mas, bpa=-29.81 degrees ! Estimated noise=1.38916 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.00180086 Jy ! Component: 100 - total flux cleaned = -0.00205226 Jy ! Component: 150 - total flux cleaned = -0.000458799 Jy ! Component: 200 - total flux cleaned = 0.000962711 Jy ! Total flux subtracted in 200 components = 0.000962711 Jy ! Clean residual min=-0.002513 max=0.002524 Jy/beam ! Clean residual mean=-0.000048 rms=0.000954 Jy/beam ! Combined flux in latest and established models = 0.625071 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 152 components and 0.625071 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.051536Jy sigma=0.716635 ! Fit after self-cal, rms=0.051345Jy sigma=0.715228 ! 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.051345Jy sigma=0.715228 ! Fit after self-cal, rms=0.051120Jy sigma=0.714859 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.5 mas, bmaj=29.81 mas, bpa=-29.81 degrees ! Estimated noise=1.38725 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000624327 Jy ! Component: 100 - total flux cleaned = 0.000757066 Jy ! Component: 150 - total flux cleaned = 0.00138519 Jy ! Component: 200 - total flux cleaned = 0.00223592 Jy ! Total flux subtracted in 200 components = 0.00223592 Jy ! Clean residual min=-0.002001 max=0.002004 Jy/beam ! Clean residual mean=-0.000048 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.627307 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 212 components and 0.627307 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.050461Jy sigma=0.703946 ! Fit after self-cal, rms=0.050439Jy sigma=0.703732 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.000979017 Jy ! Component: 100 - total flux cleaned = 0.00140445 Jy ! Component: 150 - total flux cleaned = 0.00200622 Jy ! Component: 200 - total flux cleaned = 0.0028868 Jy ! Total flux subtracted in 200 components = 0.0028868 Jy ! Clean residual min=-0.001620 max=0.001604 Jy/beam ! Clean residual mean=-0.000044 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.630194 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 258 components and 0.630194 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.050010Jy sigma=0.696692 ! Fit after self-cal, rms=0.049993Jy sigma=0.696535 ! 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.049993Jy sigma=0.696535 ! Fit after self-cal, rms=0.049763Jy sigma=0.694640 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.499 mas, bmaj=29.81 mas, bpa=-29.81 degrees ! Estimated noise=1.38531 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000244586 Jy ! Component: 100 - total flux cleaned = -0.000856688 Jy ! Component: 150 - total flux cleaned = -0.00147927 Jy ! Component: 200 - total flux cleaned = -0.00227465 Jy ! Total flux subtracted in 200 components = -0.00227465 Jy ! Clean residual min=-0.001459 max=0.001465 Jy/beam ! Clean residual mean=-0.000047 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.62792 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 295 components and 0.62792 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.049461Jy sigma=0.688870 ! Fit after self-cal, rms=0.049436Jy sigma=0.688727 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 = 2.40995e-05 Jy ! Component: 100 - total flux cleaned = -0.000135933 Jy ! Component: 150 - total flux cleaned = -0.000370325 Jy ! Component: 200 - total flux cleaned = -0.000520952 Jy ! Total flux subtracted in 200 components = -0.000520952 Jy ! Clean residual min=-0.001230 max=0.001234 Jy/beam ! Clean residual mean=-0.000040 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.627399 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 326 components and 0.627399 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.049183Jy sigma=0.684424 ! Fit after self-cal, rms=0.049166Jy sigma=0.684349 ! 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.049166Jy sigma=0.684349 ! Fit after self-cal, rms=0.048993Jy sigma=0.682826 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.724 mas, bmaj=29.39 mas, bpa=-23.39 degrees ! Estimated noise=1.77904 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000900932 Jy ! Component: 100 - total flux cleaned = -0.0010091 Jy ! Component: 150 - total flux cleaned = -0.000873294 Jy ! Component: 200 - total flux cleaned = -0.000138115 Jy ! Total flux subtracted in 200 components = -0.000138115 Jy ! Clean residual min=-0.002549 max=0.002552 Jy/beam ! Clean residual mean=-0.000070 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.627261 Jy selfcal ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 368 components and 0.627261 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.048852Jy sigma=0.678585 ! Fit after self-cal, rms=0.048824Jy sigma=0.678061 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.00206107 Jy ! Component: 100 - total flux cleaned = 0.00225834 Jy ! Component: 150 - total flux cleaned = 0.00193402 Jy ! Component: 200 - total flux cleaned = 0.00146203 Jy ! Total flux subtracted in 200 components = 0.00146203 Jy ! Clean residual min=-0.001999 max=0.002024 Jy/beam ! Clean residual mean=-0.000059 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.628723 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 416 components and 0.628723 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.048635Jy sigma=0.673938 ! Fit after self-cal, rms=0.048601Jy sigma=0.673577 ! 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.498 mas, bmaj=29.81 mas, bpa=-29.81 degrees ! Estimated noise=1.3843 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.498 x 29.81 at -29.81 degrees (North through East) ! Clean map min=-0.031135 max=0.3653 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.141 mas, bmaj=36.33 mas, bpa=-29.87 degrees ! Estimated noise=1.95581 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.215417 Jy ! Component: 100 - total flux cleaned = 0.33849 Jy ! Component: 150 - total flux cleaned = 0.428568 Jy ! Component: 200 - total flux cleaned = 0.494923 Jy ! Total flux subtracted in 200 components = 0.494923 Jy ! Clean residual min=-0.026549 max=0.037736 Jy/beam ! Clean residual mean=-0.000260 rms=0.014072 Jy/beam ! Combined flux in latest and established models = 0.494923 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 47 model components to the UV plane model. ! The established model now contains 47 components and 0.494923 Jy ! Inverting map and beam ! Estimated beam: bmin=1.498 mas, bmaj=29.81 mas, bpa=-29.81 degrees ! Estimated noise=1.3843 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.119052 Jy ! Component: 100 - total flux cleaned = 0.116341 Jy ! Component: 150 - total flux cleaned = 0.118555 Jy ! Component: 200 - total flux cleaned = 0.114913 Jy ! Total flux subtracted in 200 components = 0.114913 Jy ! Clean residual min=-0.028056 max=0.028712 Jy/beam ! Clean residual mean=-0.000054 rms=0.006931 Jy/beam ! Combined flux in latest and established models = 0.609835 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 103 components and 0.609835 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=5.724 mas, bmaj=29.39 mas, bpa=-23.39 degrees ! Estimated noise=1.77904 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0118968 Jy ! Component: 100 - total flux cleaned = 0.00997334 Jy ! Component: 150 - total flux cleaned = 0.00997867 Jy ! Component: 200 - total flux cleaned = 0.0119269 Jy ! Total flux subtracted in 200 components = 0.0119269 Jy ! Clean residual min=-0.006651 max=0.006638 Jy/beam ! Clean residual mean=0.000007 rms=0.002093 Jy/beam ! Combined flux in latest and established models = 0.621762 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.00287438 Jy ! Component: 100 - total flux cleaned = 0.0046849 Jy ! Component: 150 - total flux cleaned = 0.00732223 Jy ! Component: 200 - total flux cleaned = 0.0090285 Jy ! Total flux subtracted in 200 components = 0.0090285 Jy ! Clean residual min=-0.010888 max=0.010880 Jy/beam ! Clean residual mean=0.000076 rms=0.004005 Jy/beam ! Combined flux in latest and established models = 0.630791 Jy ! Adding 103 model components to the UV plane model. ! The established model now contains 204 components and 0.63079 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.498 mas, bmaj=29.81 mas, bpa=-29.81 degrees ! Estimated noise=1.3843 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000708202 Jy ! Component: 100 - total flux cleaned = -2.12688e-05 Jy ! Component: 150 - total flux cleaned = 0.000283576 Jy ! Component: 200 - total flux cleaned = 0.000767795 Jy ! Total flux subtracted in 200 components = 0.000767795 Jy ! Clean residual min=-0.002494 max=0.002497 Jy/beam ! Clean residual mean=-0.000017 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.631558 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 266 components and 0.631558 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.049808Jy sigma=0.696633 ! Fit after self-cal, rms=0.049612Jy sigma=0.690082 wmodel J2235-4835_C_map.mod ! Writing 266 model components to file: J2235-4835_C_map.mod wobs J2235-4835_C_uvs.fits ! Writing UV FITS file: J2235-4835_C_uvs.fits wwins J2235-4835_C_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_C_20180714_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.498 x 29.81 at -29.81 degrees (North through East) ! Clean map min=-0.038898 max=0.31673 Jy/beam ! Writing clean map to FITS file: .//J2235-4835_C_20180714_map.fits wmodel .//J2235-4835_C_20180714_map.mod ! Writing 266 model components to file: .//J2235-4835_C_20180714_map.mod wobs .//J2235-4835_C_20180714_uvs.fits ! Writing UV FITS file: .//J2235-4835_C_20180714_uvs.fits wwins .//J2235-4835_C_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.316733 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000900638 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.853058 0.853058 1.70612 3.41223 6.82447 13.6489 27.2979 54.5957 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0027 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.316 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 351.675 quit ! Quitting program ! Log file .//J2235-4835_C_20180714_dfm.log closed on Sat Jul 28 19:32:17 2018