! Started logfile: .//J0652-3700_C_dfm.log on Mon Jan 20 17:37:42 2020 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 .//J0652-3700_C_uva.fits ! Reading UV FITS file: .//J0652-3700_C_uva.fits ! AN table 1: 15 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0652-3700 ! ! 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 1200 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 J0652-3700_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. ! ! 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=1.007629Jy sigma=11.393913 ! Fit after self-cal, rms=0.947342Jy sigma=10.784224 ! 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=3.937 mas, bmaj=62.42 mas, bpa=-20.56 degrees ! Estimated noise=2.84091 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.0418277 Jy ! Component: 100 - total flux cleaned = 0.049961 Jy ! Total flux subtracted in 100 components = 0.049961 Jy ! Clean residual min=-0.004314 max=0.004384 Jy/beam ! Clean residual mean=-0.000002 rms=0.001731 Jy/beam ! Combined flux in latest and established models = 0.049961 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.049961 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.077404Jy sigma=0.639712 ! Fit after self-cal, rms=0.075994Jy sigma=0.624255 ! 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=4.91 mas, bmaj=53.97 mas, bpa=-20.49 degrees ! Estimated noise=1.93199 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.00281117 Jy ! Component: 100 - total flux cleaned = 0.00301293 Jy ! Component: 150 - total flux cleaned = 0.00258519 Jy ! Component: 200 - total flux cleaned = 0.00243296 Jy ! Total flux subtracted in 200 components = 0.00243296 Jy ! Clean residual min=-0.002414 max=0.002473 Jy/beam ! Clean residual mean=0.000001 rms=0.001005 Jy/beam ! Combined flux in latest and established models = 0.0523939 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 89 components and 0.0523939 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.075060Jy sigma=0.617514 ! Fit after self-cal, rms=0.074927Jy sigma=0.616807 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.91 x 53.97 at -20.49 degrees (North through East) ! Clean map min=-0.0046798 max=0.052172 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.20 KP 0.96 LA 0.81 NL 0.98 ! PT 0.87 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 KP 1.15 LA 0.81 NL 1.03 ! PT 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.19 KP 1.03 LA 0.96 NL 0.94 ! PT 0.86 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 1.00 LA 0.92 NL 1.07 ! PT 0.98 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 1.22 LA 0.95 NL 0.90 ! PT 0.92 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 0.93 LA 0.86 NL 1.02 ! PT 1.14 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 0.89 KP 1.06 LA 0.84 NL 1.07 ! PT 1.06 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.12 KP 1.09 LA 0.98 NL 0.98 ! PT 0.94 ! ! ! Fit before self-cal, rms=0.074927Jy sigma=0.616807 ! Fit after self-cal, rms=0.070116Jy sigma=0.612047 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.949 mas, bmaj=53.77 mas, bpa=-20.46 degrees ! Estimated noise=1.89764 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.000636443 Jy ! Component: 100 - total flux cleaned = -0.000877842 Jy ! Component: 150 - total flux cleaned = -0.00135296 Jy ! Component: 200 - total flux cleaned = -0.00190775 Jy ! Total flux subtracted in 200 components = -0.00190775 Jy ! Clean residual min=-0.000988 max=0.000984 Jy/beam ! Clean residual mean=0.000004 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.0504862 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 149 components and 0.0504862 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.069906Jy sigma=0.610697 ! Fit after self-cal, rms=0.069898Jy sigma=0.609252 ! 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.069898Jy sigma=0.609252 ! Fit after self-cal, rms=0.070089Jy sigma=0.609000 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.951 mas, bmaj=53.8 mas, bpa=-20.45 degrees ! Estimated noise=1.9076 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000840862 Jy ! Component: 100 - total flux cleaned = -0.00117844 Jy ! Component: 150 - total flux cleaned = -0.00164181 Jy ! Component: 200 - total flux cleaned = -0.00235519 Jy ! Total flux subtracted in 200 components = -0.00235519 Jy ! Clean residual min=-0.000892 max=0.000873 Jy/beam ! Clean residual mean=0.000006 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.048131 Jy selfcal ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 209 components and 0.048131 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.069929Jy sigma=0.608045 ! Fit after self-cal, rms=0.069975Jy sigma=0.607773 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.45461e-06 Jy ! Component: 100 - total flux cleaned = -0.000277155 Jy ! Component: 150 - total flux cleaned = -0.000726472 Jy ! Component: 200 - total flux cleaned = -0.00115146 Jy ! Total flux subtracted in 200 components = -0.00115146 Jy ! Clean residual min=-0.000765 max=0.000761 Jy/beam ! Clean residual mean=0.000006 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.0469795 Jy ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 278 components and 0.0469795 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.069869Jy sigma=0.607136 ! Fit after self-cal, rms=0.069867Jy sigma=0.607027 ! 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.069867Jy sigma=0.607027 ! Fit after self-cal, rms=0.069918Jy sigma=0.606936 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.95 mas, bmaj=53.71 mas, bpa=-20.45 degrees ! Estimated noise=1.91506 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000243622 Jy ! Component: 100 - total flux cleaned = -0.000746134 Jy ! Component: 150 - total flux cleaned = -0.00120952 Jy ! Component: 200 - total flux cleaned = -0.00151471 Jy ! Total flux subtracted in 200 components = -0.00151471 Jy ! Clean residual min=-0.000720 max=0.000723 Jy/beam ! Clean residual mean=0.000006 rms=0.000307 Jy/beam ! Combined flux in latest and established models = 0.0454648 Jy selfcal ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 329 components and 0.0454648 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.069836Jy sigma=0.606440 ! Fit after self-cal, rms=0.069851Jy sigma=0.606318 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.000343916 Jy ! Component: 100 - total flux cleaned = 0.000473612 Jy ! Component: 150 - total flux cleaned = 0.000312565 Jy ! Component: 200 - total flux cleaned = 0.00015758 Jy ! Total flux subtracted in 200 components = 0.00015758 Jy ! Clean residual min=-0.000618 max=0.000612 Jy/beam ! Clean residual mean=0.000007 rms=0.000277 Jy/beam ! Combined flux in latest and established models = 0.0456224 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 374 components and 0.0456224 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.069782Jy sigma=0.605931 ! Fit after self-cal, rms=0.069785Jy sigma=0.605866 ! 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.069785Jy sigma=0.605866 ! Fit after self-cal, rms=0.069745Jy sigma=0.605808 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.654 mas, bmaj=51.51 mas, bpa=-20.37 degrees ! Estimated noise=1.91169 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.46399e-05 Jy ! Component: 100 - total flux cleaned = -0.000161373 Jy ! Component: 150 - total flux cleaned = -0.000395179 Jy ! Component: 200 - total flux cleaned = -0.000648743 Jy ! Total flux subtracted in 200 components = -0.000648743 Jy ! Clean residual min=-0.000515 max=0.000508 Jy/beam ! Clean residual mean=0.000006 rms=0.000228 Jy/beam ! Combined flux in latest and established models = 0.0449736 Jy selfcal ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 414 components and 0.0449736 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.069695Jy sigma=0.605508 ! Fit after self-cal, rms=0.069708Jy sigma=0.605451 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.000194596 Jy ! Component: 100 - total flux cleaned = 0.00038843 Jy ! Component: 150 - total flux cleaned = 0.000387773 Jy ! Component: 200 - total flux cleaned = 0.000472959 Jy ! Total flux subtracted in 200 components = 0.000472959 Jy ! Clean residual min=-0.000456 max=0.000459 Jy/beam ! Clean residual mean=0.000006 rms=0.000207 Jy/beam ! Combined flux in latest and established models = 0.0454466 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 465 components and 0.0454466 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.069665Jy sigma=0.605221 ! Fit after self-cal, rms=0.069684Jy sigma=0.605194 ! 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=4.951 mas, bmaj=53.59 mas, bpa=-20.46 degrees ! Estimated noise=1.92024 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.951 x 53.59 at -20.46 degrees (North through East) ! Clean map min=-0.0060397 max=0.050599 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=3.949 mas, bmaj=61.8 mas, bpa=-20.56 degrees ! Estimated noise=2.87897 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0410517 Jy ! Component: 100 - total flux cleaned = 0.0418603 Jy ! Component: 150 - total flux cleaned = 0.0428928 Jy ! Component: 200 - total flux cleaned = 0.0421009 Jy ! Total flux subtracted in 200 components = 0.0421009 Jy ! Clean residual min=-0.004535 max=0.004458 Jy/beam ! Clean residual mean=-0.000004 rms=0.001662 Jy/beam ! Combined flux in latest and established models = 0.042101 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 63 model components to the UV plane model. ! The established model now contains 63 components and 0.042101 Jy ! Inverting map and beam ! Estimated beam: bmin=4.951 mas, bmaj=53.59 mas, bpa=-20.46 degrees ! Estimated noise=1.92024 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.000818469 Jy ! Component: 100 - total flux cleaned = -0.00170285 Jy ! Component: 150 - total flux cleaned = -0.00170683 Jy ! Component: 200 - total flux cleaned = -0.0020146 Jy ! Total flux subtracted in 200 components = -0.0020146 Jy ! Clean residual min=-0.002544 max=0.002604 Jy/beam ! Clean residual mean=-0.000006 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.0400864 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 110 components and 0.0400864 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.654 mas, bmaj=51.51 mas, bpa=-20.37 degrees ! Estimated noise=1.91169 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00111941 Jy ! Component: 100 - total flux cleaned = -0.00160605 Jy ! Component: 150 - total flux cleaned = -0.00152346 Jy ! Component: 200 - total flux cleaned = -0.00160586 Jy ! Total flux subtracted in 200 components = -0.00160586 Jy ! Clean residual min=-0.001224 max=0.001209 Jy/beam ! Clean residual mean=-0.000001 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.0384805 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 = -7.03854e-05 Jy ! Component: 100 - total flux cleaned = -6.9764e-05 Jy ! Component: 150 - total flux cleaned = -0.000307215 Jy ! Component: 200 - total flux cleaned = -0.000483488 Jy ! Total flux subtracted in 200 components = -0.000483488 Jy ! Clean residual min=-0.001531 max=0.001527 Jy/beam ! Clean residual mean=0.000015 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.037997 Jy ! Adding 106 model components to the UV plane model. ! The established model now contains 214 components and 0.037997 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.951 mas, bmaj=53.59 mas, bpa=-20.46 degrees ! Estimated noise=1.92024 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146479 Jy ! Component: 100 - total flux cleaned = 0.00222071 Jy ! Component: 150 - total flux cleaned = 0.00246253 Jy ! Component: 200 - total flux cleaned = 0.00252609 Jy ! Total flux subtracted in 200 components = 0.00252609 Jy ! Clean residual min=-0.000942 max=0.000933 Jy/beam ! Clean residual mean=0.000002 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.0405231 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 261 components and 0.0405231 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.069756Jy sigma=0.605698 ! Fit after self-cal, rms=0.069771Jy sigma=0.605517 wmodel J0652-3700_C_map.mod ! Writing 261 model components to file: J0652-3700_C_map.mod wobs J0652-3700_C_uvs.fits ! Writing UV FITS file: J0652-3700_C_uvs.fits wwins J0652-3700_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J0652-3700_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.951 x 53.59 at -20.46 degrees (North through East) ! Clean map min=-0.0064547 max=0.047943 Jy/beam ! Writing clean map to FITS file: .//J0652-3700_C_map.fits wmodel .//J0652-3700_C_map.mod ! Writing 261 model components to file: .//J0652-3700_C_map.mod wobs .//J0652-3700_C_uvs.fits ! Writing UV FITS file: .//J0652-3700_C_uvs.fits wwins .//J0652-3700_C_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.0479428 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000329722 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.06322 2.06322 4.12644 8.25288 16.5058 33.0115 66.023 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.047 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 145.403 quit ! Quitting program ! Log file .//J0652-3700_C_dfm.log closed on Mon Jan 20 17:37:46 2020