! Started logfile: .//J1418-2958_X_dfm.log on Mon Jan 20 18:12:22 2020 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 .//J1418-2958_X_uva.fits ! Reading UV FITS file: .//J1418-2958_X_uva.fits ! AN table 1: 16 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.95 visibilities/baseline/integration-bin. ! Found source: J1418-2958 ! ! 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 1824 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 J1418-2958_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 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003329Jy sigma=12.595285 ! Fit after self-cal, rms=0.941051Jy sigma=11.786165 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.336 mas, bmaj=21.27 mas, bpa=-23.51 degrees ! Estimated noise=2.32055 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.0443528 Jy ! Component: 100 - total flux cleaned = 0.0553515 Jy ! Total flux subtracted in 100 components = 0.0553515 Jy ! Clean residual min=-0.008423 max=0.008435 Jy/beam ! Clean residual mean=0.000008 rms=0.003276 Jy/beam ! Combined flux in latest and established models = 0.0553515 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 29 components and 0.0553515 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.069864Jy sigma=0.781637 ! Fit after self-cal, rms=0.069120Jy sigma=0.770457 ! 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=2.856 mas, bmaj=20.27 mas, bpa=-22.6 degrees ! Estimated noise=1.35834 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.0128627 Jy ! Component: 100 - total flux cleaned = 0.0194132 Jy ! Component: 150 - total flux cleaned = 0.0214595 Jy ! Component: 200 - total flux cleaned = 0.0214966 Jy ! Total flux subtracted in 200 components = 0.0214966 Jy ! Clean residual min=-0.003044 max=0.003043 Jy/beam ! Clean residual mean=-0.000000 rms=0.001476 Jy/beam ! Combined flux in latest and established models = 0.0768481 Jy ! Performing phase self-cal ! Adding 112 model components to the UV plane model. ! The established model now contains 139 components and 0.0768481 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.065392Jy sigma=0.710736 ! Fit after self-cal, rms=0.065288Jy sigma=0.707455 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.856 x 20.27 at -22.6 degrees (North through East) ! Clean map min=-0.0075563 max=0.058753 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: ! FD 1.15 KP 0.92 LA 0.89 NL 1.18 ! OV 1.04 PT 0.95 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 0.91 LA 1.00 NL 1.18 ! OV 1.18 PT 0.90 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.90 KP 1.05 LA 0.90 NL 0.90 ! OV 1.11 PT 1.06 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.86 KP 0.98 LA 1.04 NL 1.26 ! OV 1.12 PT 0.93 ! ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.90 KP 1.13 LA 0.90 NL 1.26 ! OV 1.04 PT 0.87 ! ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.73 KP 0.93 LA 0.99 NL 1.13 ! OV 1.26 PT 1.06 ! ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.89 KP 1.04 LA 0.96 NL 0.95 ! OV 1.18 PT 0.90 ! ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 1.01 LA 0.97 NL 1.00 ! OV 1.05 PT 0.85 ! ! ! Fit before self-cal, rms=0.065288Jy sigma=0.707455 ! Fit after self-cal, rms=0.061117Jy sigma=0.693841 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.993 mas, bmaj=20.12 mas, bpa=-22.67 degrees ! Estimated noise=1.32339 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.00451935 Jy ! Component: 100 - total flux cleaned = 0.00501617 Jy ! Component: 150 - total flux cleaned = 0.00437173 Jy ! Component: 200 - total flux cleaned = 0.00378925 Jy ! Total flux subtracted in 200 components = 0.00378925 Jy ! Clean residual min=-0.001030 max=0.001046 Jy/beam ! Clean residual mean=-0.000016 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.0806374 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 189 components and 0.0806374 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.060739Jy sigma=0.689201 ! Fit after self-cal, rms=0.060920Jy sigma=0.687549 ! 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.060920Jy sigma=0.687549 ! Fit after self-cal, rms=0.061632Jy sigma=0.687031 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.01 mas, bmaj=20.08 mas, bpa=-22.69 degrees ! Estimated noise=1.32203 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173925 Jy ! Component: 100 - total flux cleaned = 0.00147418 Jy ! Component: 150 - total flux cleaned = 0.00121092 Jy ! Component: 200 - total flux cleaned = 0.000906625 Jy ! Total flux subtracted in 200 components = 0.000906625 Jy ! Clean residual min=-0.000596 max=0.000603 Jy/beam ! Clean residual mean=-0.000008 rms=0.000243 Jy/beam ! Combined flux in latest and established models = 0.081544 Jy selfcal ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 244 components and 0.081544 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.061527Jy sigma=0.686048 ! Fit after self-cal, rms=0.061614Jy sigma=0.685824 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.000279322 Jy ! Component: 100 - total flux cleaned = 0.000131582 Jy ! Component: 150 - total flux cleaned = 6.42936e-05 Jy ! Component: 200 - total flux cleaned = -7.95623e-05 Jy ! Total flux subtracted in 200 components = -7.95623e-05 Jy ! Clean residual min=-0.000456 max=0.000461 Jy/beam ! Clean residual mean=-0.000004 rms=0.000188 Jy/beam ! Combined flux in latest and established models = 0.0814644 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 277 components and 0.0814644 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.061564Jy sigma=0.685435 ! Fit after self-cal, rms=0.061574Jy sigma=0.685386 ! 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.061574Jy sigma=0.685386 ! Fit after self-cal, rms=0.061899Jy sigma=0.685228 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.01 mas, bmaj=20.05 mas, bpa=-22.72 degrees ! Estimated noise=1.3227 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000149206 Jy ! Component: 100 - total flux cleaned = -0.000237938 Jy ! Component: 150 - total flux cleaned = -0.000455486 Jy ! Component: 200 - total flux cleaned = -0.000557613 Jy ! Total flux subtracted in 200 components = -0.000557613 Jy ! Clean residual min=-0.000412 max=0.000409 Jy/beam ! Clean residual mean=-0.000005 rms=0.000161 Jy/beam ! Combined flux in latest and established models = 0.0809068 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 315 components and 0.0809068 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.061865Jy sigma=0.684982 ! Fit after self-cal, rms=0.061913Jy sigma=0.684925 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 = 1.96408e-05 Jy ! Component: 100 - total flux cleaned = -2.55701e-05 Jy ! Component: 150 - total flux cleaned = -2.57581e-05 Jy ! Component: 200 - total flux cleaned = -4.43678e-05 Jy ! Total flux subtracted in 200 components = -4.43678e-05 Jy ! Clean residual min=-0.000325 max=0.000326 Jy/beam ! Clean residual mean=-0.000004 rms=0.000135 Jy/beam ! Combined flux in latest and established models = 0.0808624 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 380 components and 0.0808624 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.061892Jy sigma=0.684795 ! Fit after self-cal, rms=0.061899Jy sigma=0.684781 ! 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.061899Jy sigma=0.684781 ! Fit after self-cal, rms=0.062169Jy sigma=0.684728 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.507 mas, bmaj=19.7 mas, bpa=-22.23 degrees ! Estimated noise=1.28756 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.72906e-06 Jy ! Component: 100 - total flux cleaned = -9.16424e-05 Jy ! Component: 150 - total flux cleaned = -0.000108211 Jy ! Component: 200 - total flux cleaned = -0.000139216 Jy ! Total flux subtracted in 200 components = -0.000139216 Jy ! Clean residual min=-0.000251 max=0.000252 Jy/beam ! Clean residual mean=-0.000005 rms=0.000106 Jy/beam ! Combined flux in latest and established models = 0.0807232 Jy selfcal ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 441 components and 0.0807232 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.062155Jy sigma=0.684652 ! Fit after self-cal, rms=0.062184Jy sigma=0.684634 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.00011608 Jy ! Component: 100 - total flux cleaned = 0.000268793 Jy ! Component: 150 - total flux cleaned = 0.000382297 Jy ! Component: 200 - total flux cleaned = 0.000477155 Jy ! Total flux subtracted in 200 components = 0.000477155 Jy ! Clean residual min=-0.000220 max=0.000220 Jy/beam ! Clean residual mean=-0.000004 rms=0.000093 Jy/beam ! Combined flux in latest and established models = 0.0812004 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 503 components and 0.0812004 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.062174Jy sigma=0.684559 ! Fit after self-cal, rms=0.062179Jy sigma=0.684551 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "============== Finished amplitude self-cal ==============" ! ============== Finished amplitude self-cal ============== restore ! Inverting map and beam ! Estimated beam: bmin=3.011 mas, bmaj=20.02 mas, bpa=-22.73 degrees ! Estimated noise=1.32394 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.011 x 20.02 at -22.73 degrees (North through East) ! Clean map min=-0.0038063 max=0.056897 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=2.432 mas, bmaj=21.09 mas, bpa=-23.79 degrees ! Estimated noise=2.33873 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0420748 Jy ! Component: 100 - total flux cleaned = 0.0521168 Jy ! Component: 150 - total flux cleaned = 0.0578305 Jy ! Component: 200 - total flux cleaned = 0.0630366 Jy ! Total flux subtracted in 200 components = 0.0630366 Jy ! Clean residual min=-0.004356 max=0.004456 Jy/beam ! Clean residual mean=-0.000012 rms=0.002021 Jy/beam ! Combined flux in latest and established models = 0.0630365 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 77 model components to the UV plane model. ! The established model now contains 77 components and 0.0630365 Jy ! Inverting map and beam ! Estimated beam: bmin=3.011 mas, bmaj=20.02 mas, bpa=-22.73 degrees ! Estimated noise=1.32394 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.00479767 Jy ! Component: 100 - total flux cleaned = 0.00730075 Jy ! Component: 150 - total flux cleaned = 0.00818511 Jy ! Component: 200 - total flux cleaned = 0.00961678 Jy ! Total flux subtracted in 200 components = 0.00961678 Jy ! Clean residual min=-0.002096 max=0.002115 Jy/beam ! Clean residual mean=-0.000013 rms=0.001062 Jy/beam ! Combined flux in latest and established models = 0.0726533 Jy ! Adding 106 model components to the UV plane model. ! The established model now contains 183 components and 0.0726533 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.507 mas, bmaj=19.7 mas, bpa=-22.23 degrees ! Estimated noise=1.28756 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00186311 Jy ! Component: 100 - total flux cleaned = 0.00249292 Jy ! Component: 150 - total flux cleaned = 0.00307475 Jy ! Component: 200 - total flux cleaned = 0.00313823 Jy ! Total flux subtracted in 200 components = 0.00313823 Jy ! Clean residual min=-0.001003 max=0.001008 Jy/beam ! Clean residual mean=-0.000015 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.0757915 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 = 6.07258e-05 Jy ! Component: 100 - total flux cleaned = 0.000120412 Jy ! Component: 150 - total flux cleaned = 6.04609e-05 Jy ! Component: 200 - total flux cleaned = -2.07729e-06 Jy ! Total flux subtracted in 200 components = -2.07729e-06 Jy ! Clean residual min=-0.001099 max=0.001091 Jy/beam ! Clean residual mean=-0.000016 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.0757894 Jy ! Adding 152 model components to the UV plane model. ! The established model now contains 332 components and 0.0757894 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.011 mas, bmaj=20.02 mas, bpa=-22.73 degrees ! Estimated noise=1.32394 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000136644 Jy ! Component: 100 - total flux cleaned = -0.000228754 Jy ! Component: 150 - total flux cleaned = -0.000358803 Jy ! Component: 200 - total flux cleaned = -0.000531395 Jy ! Total flux subtracted in 200 components = -0.000531395 Jy ! Clean residual min=-0.000763 max=0.000728 Jy/beam ! Clean residual mean=-0.000002 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.0752581 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 368 components and 0.075258 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.062254Jy sigma=0.685137 ! Fit after self-cal, rms=0.062214Jy sigma=0.684915 wmodel J1418-2958_X_map.mod ! Writing 368 model components to file: J1418-2958_X_map.mod wobs J1418-2958_X_uvs.fits ! Writing UV FITS file: J1418-2958_X_uvs.fits wwins J1418-2958_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J1418-2958_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.011 x 20.02 at -22.73 degrees (North through East) ! Clean map min=-0.0051783 max=0.054052 Jy/beam ! Writing clean map to FITS file: .//J1418-2958_X_map.fits wmodel .//J1418-2958_X_map.mod ! Writing 368 model components to file: .//J1418-2958_X_map.mod wobs .//J1418-2958_X_uvs.fits ! Writing UV FITS file: .//J1418-2958_X_uvs.fits wwins .//J1418-2958_X_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.0540518 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000272796 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.51408 1.51408 3.02816 6.05633 12.1127 24.2253 48.4506 96.9013 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.054 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 198.139 quit ! Quitting program ! Log file .//J1418-2958_X_dfm.log closed on Mon Jan 20 18:12:25 2020