! Started logfile: /scr/pima/bg219i_uvs/J0200+0322_S_dfm.log on Thu May 19 22:57:29 2016 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /scr/pima/bg219i_uvs/J0200+0322_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J0200+0322_S_uva.fits ! AN table 1: 36 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0200+0322 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 6480 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 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/opt64/bin/pima_mupet_01.dfm J0200+0322_S] 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 mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 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 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.039755Jy sigma=22.372054 ! Fit after self-cal, rms=0.739525Jy sigma=15.857567 ! 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.822 mas, bmaj=6.59 mas, bpa=-5.798 degrees ! Estimated noise=0.598707 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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.202411 Jy ! Component: 100 - total flux cleaned = 0.246559 Jy ! Total flux subtracted in 100 components = 0.246559 Jy ! Clean residual min=-0.005235 max=0.012405 Jy/beam ! Clean residual mean=-0.000014 rms=0.001480 Jy/beam ! Combined flux in latest and established models = 0.246559 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.246559 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069587Jy sigma=1.420852 ! Fit after self-cal, rms=0.069579Jy sigma=1.420776 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0117784 Jy ! Component: 100 - total flux cleaned = 0.0183866 Jy ! Total flux subtracted in 100 components = 0.0183866 Jy ! Clean residual min=-0.004464 max=0.004843 Jy/beam ! Clean residual mean=-0.000004 rms=0.001158 Jy/beam ! Combined flux in latest and established models = 0.264946 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 22 components and 0.264946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066734Jy sigma=1.352263 ! Fit after self-cal, rms=0.066715Jy sigma=1.352043 ! 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=3.414 mas, bmaj=7.559 mas, bpa=-5.191 degrees ! Estimated noise=0.442494 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.00749243 Jy ! Component: 100 - total flux cleaned = 0.0115523 Jy ! Component: 150 - total flux cleaned = 0.0141092 Jy ! Component: 200 - total flux cleaned = 0.0157964 Jy ! Total flux subtracted in 200 components = 0.0157964 Jy ! Clean residual min=-0.004289 max=0.003728 Jy/beam ! Clean residual mean=0.000016 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.280742 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 47 components and 0.280742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065941Jy sigma=1.331842 ! Fit after self-cal, rms=0.065920Jy sigma=1.331545 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.414 x 7.559 at -5.191 degrees (North through East) ! Clean map min=-0.0042535 max=0.26115 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.99 HN 1.06 KP 0.99 ! LA 1.03 MK 1.00 NL 1.00 OV 0.98 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.98 HN 1.06 KP 0.98 ! LA 1.00 MK 1.01 NL 0.98 OV 0.97 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 1.07 KP 0.99 ! LA 1.00 MK 1.02 NL 0.96 OV 1.00 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.94 HN 1.05 KP 0.99 ! LA 1.02 MK 0.99 NL 1.01 OV 0.97 ! PT 1.02 SC 1.00 ! ! ! Fit before self-cal, rms=0.065920Jy sigma=1.331545 ! Fit after self-cal, rms=0.065864Jy sigma=1.315780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.434 mas, bmaj=7.586 mas, bpa=-5.127 degrees ! Estimated noise=0.443016 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.000206424 Jy ! Component: 100 - total flux cleaned = -0.000472529 Jy ! Component: 150 - total flux cleaned = -0.000648917 Jy ! Component: 200 - total flux cleaned = -0.000719423 Jy ! Total flux subtracted in 200 components = -0.000719423 Jy ! Clean residual min=-0.003102 max=0.003209 Jy/beam ! Clean residual mean=0.000017 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.280023 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 55 components and 0.280023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065837Jy sigma=1.315209 ! Fit after self-cal, rms=0.065853Jy sigma=1.315075 ! 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. ! ! Fit before self-cal, rms=0.065853Jy sigma=1.315075 ! Fit after self-cal, rms=0.065435Jy sigma=1.300855 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.435 mas, bmaj=7.589 mas, bpa=-5.056 degrees ! Estimated noise=0.442817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.05644e-05 Jy ! Component: 100 - total flux cleaned = -0.000130045 Jy ! Component: 150 - total flux cleaned = -0.000238234 Jy ! Component: 200 - total flux cleaned = -0.000302519 Jy ! Total flux subtracted in 200 components = -0.000302519 Jy ! Clean residual min=-0.002341 max=0.002277 Jy/beam ! Clean residual mean=0.000005 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.27972 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 63 components and 0.27972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065427Jy sigma=1.300668 ! Fit after self-cal, rms=0.065427Jy sigma=1.300576 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.27304e-05 Jy ! Component: 100 - total flux cleaned = -1.39446e-05 Jy ! Component: 150 - total flux cleaned = -4.1825e-05 Jy ! Component: 200 - total flux cleaned = -6.66966e-05 Jy ! Total flux subtracted in 200 components = -6.66966e-05 Jy ! Clean residual min=-0.002327 max=0.002284 Jy/beam ! Clean residual mean=0.000005 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.279654 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 69 components and 0.279654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065424Jy sigma=1.300494 ! Fit after self-cal, rms=0.065422Jy sigma=1.300461 ! 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. ! ! Fit before self-cal, rms=0.065422Jy sigma=1.300461 ! Fit after self-cal, rms=0.065431Jy sigma=1.300410 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.438 mas, bmaj=7.591 mas, bpa=-5.03 degrees ! Estimated noise=0.442887 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.82948e-05 Jy ! Component: 100 - total flux cleaned = -0.000148613 Jy ! Component: 150 - total flux cleaned = -0.00021329 Jy ! Component: 200 - total flux cleaned = -0.000260757 Jy ! Total flux subtracted in 200 components = -0.000260757 Jy ! Clean residual min=-0.002314 max=0.002291 Jy/beam ! Clean residual mean=0.000005 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.279393 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 79 components and 0.279393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065427Jy sigma=1.300313 ! Fit after self-cal, rms=0.065426Jy sigma=1.300295 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 = 3.42216e-06 Jy ! Component: 100 - total flux cleaned = -4.51381e-05 Jy ! Component: 150 - total flux cleaned = -7.69959e-05 Jy ! Component: 200 - total flux cleaned = -0.000100056 Jy ! Total flux subtracted in 200 components = -0.000100056 Jy ! Clean residual min=-0.002296 max=0.002296 Jy/beam ! Clean residual mean=0.000005 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.279293 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 87 components and 0.279293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065424Jy sigma=1.300247 ! Fit after self-cal, rms=0.065424Jy sigma=1.300235 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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. ! ! Fit before self-cal, rms=0.065424Jy sigma=1.300235 ! Fit after self-cal, rms=0.065433Jy sigma=1.300201 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.652 mas, bmaj=11.38 mas, bpa=0.1818 degrees ! Estimated noise=0.559028 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000230814 Jy ! Component: 100 - total flux cleaned = -0.000244484 Jy ! Component: 150 - total flux cleaned = -0.000270277 Jy ! Component: 200 - total flux cleaned = -0.000293968 Jy ! Total flux subtracted in 200 components = -0.000293968 Jy ! Clean residual min=-0.002220 max=0.002103 Jy/beam ! Clean residual mean=0.000010 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.278999 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 92 components and 0.278999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065433Jy sigma=1.300202 ! Fit after self-cal, rms=0.065431Jy sigma=1.300184 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 = -6.05058e-05 Jy ! Component: 100 - total flux cleaned = -7.11997e-05 Jy ! Component: 150 - total flux cleaned = -9.07746e-05 Jy ! Component: 200 - total flux cleaned = -0.000108696 Jy ! Total flux subtracted in 200 components = -0.000108696 Jy ! Clean residual min=-0.002226 max=0.002092 Jy/beam ! Clean residual mean=0.000010 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.27889 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 94 components and 0.27889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065433Jy sigma=1.300221 ! Fit after self-cal, rms=0.065433Jy sigma=1.300208 ! 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.441 mas, bmaj=7.593 mas, bpa=-5.006 degrees ! Estimated noise=0.44296 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.441 x 7.593 at -5.006 degrees (North through East) ! Clean map min=-0.0021318 max=0.26119 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.838 mas, bmaj=6.599 mas, bpa=-5.631 degrees ! Estimated noise=0.603438 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.203977 Jy ! Component: 100 - total flux cleaned = 0.24847 Jy ! Component: 150 - total flux cleaned = 0.26038 Jy ! Component: 200 - total flux cleaned = 0.266487 Jy ! Total flux subtracted in 200 components = 0.266487 Jy ! Clean residual min=-0.003725 max=0.003526 Jy/beam ! Clean residual mean=-0.000006 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.266487 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.266487 Jy ! Inverting map and beam ! Estimated beam: bmin=3.441 mas, bmaj=7.593 mas, bpa=-5.006 degrees ! Estimated noise=0.44296 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.00561417 Jy ! Component: 100 - total flux cleaned = 0.00841869 Jy ! Component: 150 - total flux cleaned = 0.00993059 Jy ! Component: 200 - total flux cleaned = 0.0108019 Jy ! Total flux subtracted in 200 components = 0.0108019 Jy ! Clean residual min=-0.002260 max=0.002422 Jy/beam ! Clean residual mean=0.000003 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.277289 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 52 components and 0.277289 Jy ! Inverting map ! Added new window around map position (20.5, 119.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013536 Jy ! Component: 100 - total flux cleaned = 0.00103758 Jy ! Component: 150 - total flux cleaned = 0.00086117 Jy ! Component: 200 - total flux cleaned = 0.000860919 Jy ! Total flux subtracted in 200 components = 0.000860919 Jy ! Clean residual min=-0.002123 max=0.002018 Jy/beam ! Clean residual mean=0.000003 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.27815 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 69 components and 0.27815 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.652 mas, bmaj=11.38 mas, bpa=0.1818 degrees ! Estimated noise=0.559028 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000522814 Jy ! Component: 100 - total flux cleaned = 0.000767524 Jy ! Component: 150 - total flux cleaned = 0.000883815 Jy ! Component: 200 - total flux cleaned = 0.000967663 Jy ! Total flux subtracted in 200 components = 0.000967663 Jy ! Clean residual min=-0.002100 max=0.002153 Jy/beam ! Clean residual mean=0.000008 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.279117 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 = 5.9733e-05 Jy ! Component: 100 - total flux cleaned = 8.6877e-05 Jy ! Component: 150 - total flux cleaned = 0.00011281 Jy ! Component: 200 - total flux cleaned = 0.000136636 Jy ! Total flux subtracted in 200 components = 0.000136636 Jy ! Clean residual min=-0.002078 max=0.002147 Jy/beam ! Clean residual mean=0.000008 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.279254 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 87 components and 0.279254 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.441 mas, bmaj=7.593 mas, bpa=-5.006 degrees ! Estimated noise=0.44296 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.39561e-05 Jy ! Component: 100 - total flux cleaned = -0.000108883 Jy ! Component: 150 - total flux cleaned = -0.000135127 Jy ! Component: 200 - total flux cleaned = -0.000157967 Jy ! Total flux subtracted in 200 components = -0.000157967 Jy ! Clean residual min=-0.002133 max=0.001880 Jy/beam ! Clean residual mean=0.000004 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.279096 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 94 components and 0.279096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065301Jy sigma=1.297565 ! Fit after self-cal, rms=0.065290Jy sigma=1.297418 wmodel /J0200+0322_S_map.mod ! wmodel: Unable to open new model file: /J0200+0322_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219i_uvs/J0200+0322_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.441 x 7.593 at -5.006 degrees (North through East) ! Clean map min=-0.0019514 max=0.26131 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J0200+0322_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.261308 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0005155 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.591831 0.591831 1.18366 2.36732 4.73465 9.46929 18.9386 37.8772 75.7544 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.261 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 506.901 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J0200+0322_S_dfm.log closed on Thu May 19 22:57:31 2016