! Started logfile: /tmp/maps//J1515-3817_X_20180615_dfm.log on Wed Jul 4 23:31:22 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 /tmp/maps//J1515-3817_X_20180615_uva.fits ! Reading UV FITS file: /tmp/maps//J1515-3817_X_20180615_uva.fits ! AN table 1: 17 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1515-3817 ! ! 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 94 lines of history. ! ! Reading 1360 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 J1515-3817_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. ! ! 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.998360Jy sigma=18.280319 ! Fit after self-cal, rms=0.954745Jy sigma=17.471994 ! 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.9253 mas, bmaj=15.81 mas, bpa=-2.231 degrees ! Estimated noise=1.51656 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.0374197 Jy ! Component: 100 - total flux cleaned = 0.0457554 Jy ! Total flux subtracted in 100 components = 0.0457554 Jy ! Clean residual min=-0.003142 max=0.003135 Jy/beam ! Clean residual mean=0.000006 rms=0.001045 Jy/beam ! Combined flux in latest and established models = 0.0457554 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0457554 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.031239Jy sigma=0.543427 ! Fit after self-cal, rms=0.030710Jy sigma=0.535855 ! 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.16 mas, bmaj=15.4 mas, bpa=-2.348 degrees ! Estimated noise=1.07887 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.00157514 Jy ! Component: 100 - total flux cleaned = 0.00152419 Jy ! Component: 150 - total flux cleaned = 0.001127 Jy ! Component: 200 - total flux cleaned = 0.000806531 Jy ! Total flux subtracted in 200 components = 0.000806531 Jy ! Clean residual min=-0.000716 max=0.000713 Jy/beam ! Clean residual mean=-0.000001 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.0465619 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 99 components and 0.0465619 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.030414Jy sigma=0.529135 ! Fit after self-cal, rms=0.030411Jy sigma=0.528801 ! 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.16 x 15.4 at -2.348 degrees (North through East) ! Clean map min=-0.0013556 max=0.045577 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 KP 0.93 LA 1.05 PT 0.92 ! SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 1.06 LA 0.88 PT 1.08 ! SC 0.89 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 0.93 LA 1.07 PT 0.80 ! SC 1.13 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.07 KP 0.97 LA 1.05 PT 0.97 ! SC 0.88 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 1.04 LA 1.13 PT 0.88 ! SC 1.02 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 1.07 LA 0.94 PT 1.08 ! SC 0.93 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 1.08 KP 0.92 LA 1.12 PT 1.00 ! SC 0.94 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 1.09 LA 0.97 PT 1.12 ! SC 1.07 ! ! ! Fit before self-cal, rms=0.030411Jy sigma=0.528801 ! Fit after self-cal, rms=0.030302Jy sigma=0.520113 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.154 mas, bmaj=15.49 mas, bpa=-2.34 degrees ! Estimated noise=1.06045 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.000813294 Jy ! Component: 100 - total flux cleaned = 0.001058 Jy ! Component: 150 - total flux cleaned = 0.00117371 Jy ! Component: 200 - total flux cleaned = 0.00130536 Jy ! Total flux subtracted in 200 components = 0.00130536 Jy ! Clean residual min=-0.000425 max=0.000432 Jy/beam ! Clean residual mean=0.000002 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.0478673 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 154 components and 0.0478673 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.030226Jy sigma=0.518942 ! Fit after self-cal, rms=0.030312Jy sigma=0.518446 ! 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.030312Jy sigma=0.518446 ! Fit after self-cal, rms=0.030312Jy sigma=0.518279 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.153 mas, bmaj=15.51 mas, bpa=-2.336 degrees ! Estimated noise=1.05562 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000371618 Jy ! Component: 100 - total flux cleaned = 0.000719701 Jy ! Component: 150 - total flux cleaned = 0.000946747 Jy ! Component: 200 - total flux cleaned = 0.00108062 Jy ! Total flux subtracted in 200 components = 0.00108062 Jy ! Clean residual min=-0.000309 max=0.000309 Jy/beam ! Clean residual mean=0.000006 rms=0.000120 Jy/beam ! Combined flux in latest and established models = 0.0489479 Jy selfcal ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 208 components and 0.0489479 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.030275Jy sigma=0.517805 ! Fit after self-cal, rms=0.030288Jy sigma=0.517739 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.61084e-05 Jy ! Component: 100 - total flux cleaned = 7.53939e-05 Jy ! Component: 150 - total flux cleaned = 0.000183774 Jy ! Component: 200 - total flux cleaned = 0.000271944 Jy ! Total flux subtracted in 200 components = 0.000271944 Jy ! Clean residual min=-0.000241 max=0.000240 Jy/beam ! Clean residual mean=0.000007 rms=0.000095 Jy/beam ! Combined flux in latest and established models = 0.0492198 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 254 components and 0.0492198 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.030270Jy sigma=0.517523 ! Fit after self-cal, rms=0.030275Jy sigma=0.517495 ! 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.030275Jy sigma=0.517495 ! Fit after self-cal, rms=0.030245Jy sigma=0.517400 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.153 mas, bmaj=15.53 mas, bpa=-2.332 degrees ! Estimated noise=1.05193 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.25384e-05 Jy ! Component: 100 - total flux cleaned = 9.40422e-05 Jy ! Component: 150 - total flux cleaned = 0.000138957 Jy ! Component: 200 - total flux cleaned = 0.000166518 Jy ! Total flux subtracted in 200 components = 0.000166518 Jy ! Clean residual min=-0.000230 max=0.000234 Jy/beam ! Clean residual mean=0.000006 rms=0.000090 Jy/beam ! Combined flux in latest and established models = 0.0493864 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 299 components and 0.0493864 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.030227Jy sigma=0.517152 ! Fit after self-cal, rms=0.030232Jy sigma=0.517129 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.000117477 Jy ! Component: 100 - total flux cleaned = -0.000117523 Jy ! Component: 150 - total flux cleaned = -8.16233e-05 Jy ! Component: 200 - total flux cleaned = -0.000163271 Jy ! Total flux subtracted in 200 components = -0.000163271 Jy ! Clean residual min=-0.000194 max=0.000195 Jy/beam ! Clean residual mean=0.000005 rms=0.000076 Jy/beam ! Combined flux in latest and established models = 0.0492231 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 344 components and 0.0492231 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.030222Jy sigma=0.516977 ! Fit after self-cal, rms=0.030224Jy sigma=0.516963 ! 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.030224Jy sigma=0.516963 ! Fit after self-cal, rms=0.030145Jy sigma=0.516908 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.464 mas, bmaj=14.06 mas, bpa=-4.295 degrees ! Estimated noise=1.34487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000357279 Jy ! Component: 100 - total flux cleaned = 0.000621324 Jy ! Component: 150 - total flux cleaned = 0.000654319 Jy ! Component: 200 - total flux cleaned = 0.000652941 Jy ! Total flux subtracted in 200 components = 0.000652941 Jy ! Clean residual min=-0.000241 max=0.000245 Jy/beam ! Clean residual mean=0.000008 rms=0.000076 Jy/beam ! Combined flux in latest and established models = 0.049876 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 392 components and 0.049876 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.030135Jy sigma=0.516864 ! Fit after self-cal, rms=0.030138Jy sigma=0.516851 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.00010907 Jy ! Component: 100 - total flux cleaned = 0.000142642 Jy ! Component: 150 - total flux cleaned = 0.000172698 Jy ! Component: 200 - total flux cleaned = 0.000171181 Jy ! Total flux subtracted in 200 components = 0.000171181 Jy ! Clean residual min=-0.000147 max=0.000152 Jy/beam ! Clean residual mean=0.000008 rms=0.000057 Jy/beam ! Combined flux in latest and established models = 0.0500472 Jy ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 461 components and 0.0500472 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.030132Jy sigma=0.516825 ! Fit after self-cal, rms=0.030133Jy sigma=0.516821 ! 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.153 mas, bmaj=15.54 mas, bpa=-2.329 degrees ! Estimated noise=1.04776 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.153 x 15.54 at -2.329 degrees (North through East) ! Clean map min=-0.00082848 max=0.044912 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.9233 mas, bmaj=15.89 mas, bpa=-2.283 degrees ! Estimated noise=1.48213 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0367279 Jy ! Component: 100 - total flux cleaned = 0.0442431 Jy ! Component: 150 - total flux cleaned = 0.0460704 Jy ! Component: 200 - total flux cleaned = 0.0467434 Jy ! Total flux subtracted in 200 components = 0.0467434 Jy ! Clean residual min=-0.001568 max=0.001564 Jy/beam ! Clean residual mean=0.000010 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.0467434 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.0467434 Jy ! Inverting map and beam ! Estimated beam: bmin=1.153 mas, bmaj=15.54 mas, bpa=-2.329 degrees ! Estimated noise=1.04776 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.00117069 Jy ! Component: 100 - total flux cleaned = 0.00140469 Jy ! Component: 150 - total flux cleaned = 0.00156545 Jy ! Component: 200 - total flux cleaned = 0.00179926 Jy ! Total flux subtracted in 200 components = 0.00179926 Jy ! Clean residual min=-0.000528 max=0.000527 Jy/beam ! Clean residual mean=0.000006 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.0485426 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 119 components and 0.0485426 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.464 mas, bmaj=14.06 mas, bpa=-4.295 degrees ! Estimated noise=1.34487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000345337 Jy ! Component: 100 - total flux cleaned = 0.000624687 Jy ! Component: 150 - total flux cleaned = 0.000623317 Jy ! Component: 200 - total flux cleaned = 0.00062242 Jy ! Total flux subtracted in 200 components = 0.00062242 Jy ! Clean residual min=-0.000370 max=0.000381 Jy/beam ! Clean residual mean=0.000003 rms=0.000143 Jy/beam ! Combined flux in latest and established models = 0.049165 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 = -2.2471e-06 Jy ! Component: 100 - total flux cleaned = -2.0839e-06 Jy ! Component: 150 - total flux cleaned = 3.09056e-05 Jy ! Component: 200 - total flux cleaned = 3.58398e-05 Jy ! Total flux subtracted in 200 components = 3.58398e-05 Jy ! Clean residual min=-0.000791 max=0.000764 Jy/beam ! Clean residual mean=0.000002 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.0492009 Jy ! Adding 79 model components to the UV plane model. ! The established model now contains 197 components and 0.0492009 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.153 mas, bmaj=15.54 mas, bpa=-2.329 degrees ! Estimated noise=1.04776 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000300586 Jy ! Component: 100 - total flux cleaned = -0.000275657 Jy ! Component: 150 - total flux cleaned = -0.000298049 Jy ! Component: 200 - total flux cleaned = -0.000398071 Jy ! Total flux subtracted in 200 components = -0.000398071 Jy ! Clean residual min=-0.000311 max=0.000314 Jy/beam ! Clean residual mean=0.000002 rms=0.000121 Jy/beam ! Combined flux in latest and established models = 0.0488028 Jy selfcal ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 259 components and 0.0488028 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.030145Jy sigma=0.517431 ! Fit after self-cal, rms=0.030145Jy sigma=0.517358 wmodel J1515-3817_X_map.mod ! Writing 259 model components to file: J1515-3817_X_map.mod wobs J1515-3817_X_uvs.fits ! Writing UV FITS file: J1515-3817_X_uvs.fits wwins J1515-3817_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /tmp/maps//J1515-3817_X_20180615_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.153 x 15.54 at -2.329 degrees (North through East) ! Clean map min=-0.0012332 max=0.044279 Jy/beam ! Writing clean map to FITS file: /tmp/maps//J1515-3817_X_20180615_map.fits wmodel /tmp/maps//J1515-3817_X_20180615_map.mod ! Writing 259 model components to file: /tmp/maps//J1515-3817_X_20180615_map.mod wobs /tmp/maps//J1515-3817_X_20180615_uvs.fits ! Writing UV FITS file: /tmp/maps//J1515-3817_X_20180615_uvs.fits wwins /tmp/maps//J1515-3817_X_20180615_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.0442794 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000118975 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.806074 0.806074 1.61215 3.22429 6.44859 12.8972 25.7944 51.5887 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.044 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 372.174 quit ! Quitting program ! Log file /tmp/maps//J1515-3817_X_20180615_dfm.log closed on Wed Jul 4 23:31:25 2018