! Started logfile: J1909-2139_X_2009_05_13_pus_uvs.log on Sat Jan 21 12:47:01 2017 obs J1909-2139_X_2009_05_13_pus_uva.fits ! Reading UV FITS file: J1909-2139_X_2009_05_13_pus_uva.fits ! AN table 1: 190 integrations on 120 of 120 possible baselines. ! Apparent sampling: 0.403509 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1909-2139 ! ! 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 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1988 lines of history. ! ! Reading 36800 visibilities. select I ! Polarization I is unavailable. ! 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.1 print "taper_size =",taper_size ! taper_size = 70 ![@muppet J1909-2139_X_2009_05_13_pus] 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.100x0.100 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 1083 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1123 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1123 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.963214Jy sigma=0.008318 ! Fit after self-cal, rms=0.902190Jy sigma=0.007933 ! 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.5338 mas, bmaj=0.9326 mas, bpa=-35.95 degrees ! Estimated noise=973.723 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.0859983 Jy ! Component: 100 - total flux cleaned = 0.106571 Jy ! Total flux subtracted in 100 components = 0.106571 Jy ! Clean residual min=-0.004982 max=0.008378 Jy/beam ! Clean residual mean=-0.000028 rms=0.001235 Jy/beam ! Combined flux in latest and established models = 0.106571 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.106571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159298Jy sigma=0.001112 ! Fit after self-cal, rms=0.159218Jy sigma=0.001112 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00830215 Jy ! Component: 100 - total flux cleaned = 0.00962675 Jy ! Total flux subtracted in 100 components = 0.00962675 Jy ! Clean residual min=-0.004634 max=0.005022 Jy/beam ! Clean residual mean=-0.000025 rms=0.001122 Jy/beam ! Combined flux in latest and established models = 0.116197 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 13 components and 0.116197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158717Jy sigma=0.001109 ! Fit after self-cal, rms=0.158701Jy sigma=0.001109 ! 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=0.7514 mas, bmaj=1.276 mas, bpa=-24.25 degrees ! Estimated noise=437.694 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.000463737 Jy ! Component: 100 - total flux cleaned = 0.000804189 Jy ! Component: 150 - total flux cleaned = 0.000950702 Jy ! Component: 200 - total flux cleaned = 0.00108717 Jy ! Total flux subtracted in 200 components = 0.00108717 Jy ! Clean residual min=-0.003022 max=0.002662 Jy/beam ! Clean residual mean=0.000001 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.117285 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.117285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158549Jy sigma=0.001108 ! Fit after self-cal, rms=0.158517Jy sigma=0.001108 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! 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: ! BR 0.99 FD 1.02 HN 0.99 HO 0.88 ! KK 1.00* KP 1.01 LA 1.04 MK 1.05 ! NL 0.98 NY 1.00* OV 0.96 PT 0.98 ! SC 1.01 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.96 HN 1.08 HO 0.84 ! KK 1.00* KP 0.95 LA 1.04 MK 1.04 ! NL 0.98 NY 1.00* OV 0.99 PT 1.03 ! SC 1.01 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.96 HN 0.98 HO 0.87 ! KK 1.00* KP 0.99 LA 1.04 MK 0.98 ! NL 1.02 NY 1.00* OV 0.98 PT 1.07 ! SC 1.06 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.96 HN 1.06 HO 0.73 ! KK 1.00* KP 1.01 LA 0.99 MK 0.96 ! NL 1.00 NY 1.00* OV 0.98 PT 1.06 ! SC 0.93 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Fit before self-cal, rms=0.158517Jy sigma=0.001108 ! Fit after self-cal, rms=0.147699Jy sigma=0.001107 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7327 mas, bmaj=1.231 mas, bpa=-27.82 degrees ! Estimated noise=434.815 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.000113452 Jy ! Component: 100 - total flux cleaned = -7.19949e-05 Jy ! Component: 150 - total flux cleaned = -5.44627e-05 Jy ! Component: 200 - total flux cleaned = -5.44574e-05 Jy ! Total flux subtracted in 200 components = -5.44574e-05 Jy ! Clean residual min=-0.002218 max=0.002284 Jy/beam ! Clean residual mean=-0.000008 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.11723 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 24 components and 0.11723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147692Jy sigma=0.001107 ! Fit after self-cal, rms=0.147565Jy sigma=0.001107 ! 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.147565Jy sigma=0.001107 ! Fit after self-cal, rms=0.147291Jy sigma=0.001106 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7311 mas, bmaj=1.228 mas, bpa=-28.22 degrees ! Estimated noise=435.218 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.63216e-05 Jy ! Component: 100 - total flux cleaned = -6.26679e-06 Jy ! Component: 150 - total flux cleaned = 7.43822e-06 Jy ! Component: 200 - total flux cleaned = 8.02383e-06 Jy ! Total flux subtracted in 200 components = 8.02383e-06 Jy ! Clean residual min=-0.002079 max=0.002120 Jy/beam ! Clean residual mean=-0.000007 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.117238 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 32 components and 0.117238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147287Jy sigma=0.001106 ! Fit after self-cal, rms=0.147287Jy sigma=0.001106 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 = -5.52196e-05 Jy ! Component: 100 - total flux cleaned = -4.18665e-05 Jy ! Component: 150 - total flux cleaned = -4.18973e-05 Jy ! Component: 200 - total flux cleaned = -5.282e-05 Jy ! Total flux subtracted in 200 components = -5.282e-05 Jy ! Clean residual min=-0.002100 max=0.002131 Jy/beam ! Clean residual mean=-0.000007 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.117185 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 34 components and 0.117185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147285Jy sigma=0.001106 ! Fit after self-cal, rms=0.147285Jy sigma=0.001106 ! 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.147285Jy sigma=0.001106 ! Fit after self-cal, rms=0.147206Jy sigma=0.001106 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7305 mas, bmaj=1.227 mas, bpa=-28.37 degrees ! Estimated noise=435.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.01152e-05 Jy ! Component: 100 - total flux cleaned = -1.63211e-05 Jy ! Component: 150 - total flux cleaned = -1.67605e-05 Jy ! Component: 200 - total flux cleaned = -7.02266e-06 Jy ! Total flux subtracted in 200 components = -7.02266e-06 Jy ! Clean residual min=-0.002075 max=0.002089 Jy/beam ! Clean residual mean=-0.000007 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.117178 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 35 components and 0.117178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147204Jy sigma=0.001106 ! Fit after self-cal, rms=0.147205Jy sigma=0.001106 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.74238e-05 Jy ! Component: 100 - total flux cleaned = -2.71883e-05 Jy ! Component: 150 - total flux cleaned = -2.70761e-05 Jy ! Component: 200 - total flux cleaned = -3.61484e-05 Jy ! Total flux subtracted in 200 components = -3.61484e-05 Jy ! Clean residual min=-0.002079 max=0.002088 Jy/beam ! Clean residual mean=-0.000007 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.117142 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 36 components and 0.117142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147204Jy sigma=0.001106 ! Fit after self-cal, rms=0.147205Jy sigma=0.001106 ! 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. ! ! Fit before self-cal, rms=0.147205Jy sigma=0.001106 ! Fit after self-cal, rms=0.147043Jy sigma=0.001106 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.212 mas, bmaj=4.741 mas, bpa=-0.006437 degrees ! Estimated noise=549.017 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000294187 Jy ! Component: 100 - total flux cleaned = 0.000296848 Jy ! Component: 150 - total flux cleaned = 0.000298028 Jy ! Component: 200 - total flux cleaned = 0.000297647 Jy ! Total flux subtracted in 200 components = 0.000297647 Jy ! Clean residual min=-0.002598 max=0.002988 Jy/beam ! Clean residual mean=-0.000014 rms=0.000863 Jy/beam ! Combined flux in latest and established models = 0.11744 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 41 components and 0.11744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147045Jy sigma=0.001106 ! Fit after self-cal, rms=0.147035Jy sigma=0.001106 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.13505e-06 Jy ! Component: 100 - total flux cleaned = 3.82258e-06 Jy ! Component: 150 - total flux cleaned = 4.56444e-06 Jy ! Component: 200 - total flux cleaned = 4.61051e-06 Jy ! Total flux subtracted in 200 components = 4.61051e-06 Jy ! Clean residual min=-0.002609 max=0.002989 Jy/beam ! Clean residual mean=-0.000014 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.117445 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 41 components and 0.117445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147040Jy sigma=0.001106 ! Fit after self-cal, rms=0.147033Jy sigma=0.001106 ! 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=0.7299 mas, bmaj=1.225 mas, bpa=-28.5 degrees ! Estimated noise=435.543 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7299 x 1.225 at -28.5 degrees (North through East) ! Clean map min=-0.0019773 max=0.10735 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.508 mas, bmaj=0.9168 mas, bpa=-40.13 degrees ! Estimated noise=949.693 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.083838 Jy ! Component: 100 - total flux cleaned = 0.103929 Jy ! Component: 150 - total flux cleaned = 0.11249 Jy ! Component: 200 - total flux cleaned = 0.116094 Jy ! Total flux subtracted in 200 components = 0.116094 Jy ! Clean residual min=-0.003927 max=0.004145 Jy/beam ! Clean residual mean=-0.000021 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.116094 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.116094 Jy ! Inverting map and beam ! Estimated beam: bmin=0.7299 mas, bmaj=1.225 mas, bpa=-28.5 degrees ! Estimated noise=435.543 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.000896037 Jy ! Component: 100 - total flux cleaned = 0.000990152 Jy ! Component: 150 - total flux cleaned = 0.000992642 Jy ! Component: 200 - total flux cleaned = 0.000992051 Jy ! Total flux subtracted in 200 components = 0.000992051 Jy ! Clean residual min=-0.002119 max=0.002155 Jy/beam ! Clean residual mean=-0.000007 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.117086 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 15 components and 0.117086 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.212 mas, bmaj=4.741 mas, bpa=-0.006437 degrees ! Estimated noise=549.017 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00037417 Jy ! Component: 100 - total flux cleaned = 0.000370302 Jy ! Component: 150 - total flux cleaned = 0.000367678 Jy ! Component: 200 - total flux cleaned = 0.000365626 Jy ! Total flux subtracted in 200 components = 0.000365626 Jy ! Clean residual min=-0.002608 max=0.003032 Jy/beam ! Clean residual mean=-0.000014 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.117451 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 = -1.62015e-06 Jy ! Component: 100 - total flux cleaned = -4.09235e-06 Jy ! Component: 150 - total flux cleaned = -6.52037e-06 Jy ! Component: 200 - total flux cleaned = -7.35273e-06 Jy ! Total flux subtracted in 200 components = -7.35273e-06 Jy ! Clean residual min=-0.002599 max=0.002998 Jy/beam ! Clean residual mean=-0.000014 rms=0.000863 Jy/beam ! Combined flux in latest and established models = 0.117444 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 24 components and 0.117444 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.7299 mas, bmaj=1.225 mas, bpa=-28.5 degrees ! Estimated noise=435.543 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.9947e-05 Jy ! Component: 100 - total flux cleaned = -6.07942e-05 Jy ! Component: 150 - total flux cleaned = -9.64252e-05 Jy ! Component: 200 - total flux cleaned = -4.08327e-05 Jy ! Total flux subtracted in 200 components = -4.08327e-05 Jy ! Clean residual min=-0.002114 max=0.002217 Jy/beam ! Clean residual mean=-0.000007 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.117403 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 27 components and 0.117403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147057Jy sigma=0.001106 ! Fit after self-cal, rms=0.147082Jy sigma=0.001106 wmodel J1909-2139_X_2009_05_13_pus_map.mod ! Writing 27 model components to file: J1909-2139_X_2009_05_13_pus_map.mod wobs J1909-2139_X_2009_05_13_pus_uvs.fits ! Writing UV FITS file: J1909-2139_X_2009_05_13_pus_uvs.fits wwins J1909-2139_X_2009_05_13_pus_map.win ! wwins: Wrote 1 windows to J1909-2139_X_2009_05_13_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000488343 Jy ! Component: 100 - total flux cleaned = 0.000707171 Jy ! Component: 150 - total flux cleaned = 0.000847023 Jy ! Component: 200 - total flux cleaned = 0.000813745 Jy ! Component: 250 - total flux cleaned = 0.000750227 Jy ! Component: 300 - total flux cleaned = 0.000656705 Jy ! Component: 350 - total flux cleaned = 0.000565532 Jy ! Component: 400 - total flux cleaned = 0.000536065 Jy ! Component: 450 - total flux cleaned = 0.000506449 Jy ! Component: 500 - total flux cleaned = 0.000393817 Jy ! Component: 550 - total flux cleaned = 0.000394342 Jy ! Component: 600 - total flux cleaned = 0.000394232 Jy ! Component: 650 - total flux cleaned = 0.000341456 Jy ! Component: 700 - total flux cleaned = 0.000367721 Jy ! Component: 750 - total flux cleaned = 0.000392944 Jy ! Component: 800 - total flux cleaned = 0.000343171 Jy ! Component: 850 - total flux cleaned = 0.000318875 Jy ! Component: 900 - total flux cleaned = 0.000294802 Jy ! Component: 950 - total flux cleaned = 0.000436337 Jy ! Component: 1000 - total flux cleaned = 0.000482266 Jy ! Component: 1050 - total flux cleaned = 0.00045925 Jy ! Component: 1100 - total flux cleaned = 0.000549897 Jy ! Component: 1150 - total flux cleaned = 0.000638869 Jy ! Component: 1200 - total flux cleaned = 0.000726655 Jy ! Component: 1250 - total flux cleaned = 0.000791749 Jy ! Component: 1300 - total flux cleaned = 0.000898607 Jy ! Component: 1350 - total flux cleaned = 0.000983041 Jy ! Component: 1400 - total flux cleaned = 0.00100347 Jy ! Component: 1450 - total flux cleaned = 0.00104479 Jy ! Component: 1500 - total flux cleaned = 0.0010654 Jy ! Component: 1550 - total flux cleaned = 0.00118606 Jy ! Component: 1600 - total flux cleaned = 0.00120574 Jy ! Component: 1650 - total flux cleaned = 0.0012454 Jy ! Component: 1700 - total flux cleaned = 0.00132297 Jy ! Component: 1750 - total flux cleaned = 0.00132254 Jy ! Component: 1800 - total flux cleaned = 0.0013606 Jy ! Component: 1850 - total flux cleaned = 0.00137921 Jy ! Component: 1900 - total flux cleaned = 0.00147266 Jy ! Component: 1950 - total flux cleaned = 0.0014914 Jy ! Component: 2000 - total flux cleaned = 0.00156477 Jy ! Component: 2050 - total flux cleaned = 0.00158292 Jy ! Component: 2100 - total flux cleaned = 0.00167317 Jy ! Component: 2150 - total flux cleaned = 0.00167311 Jy ! Component: 2200 - total flux cleaned = 0.00169113 Jy ! Component: 2250 - total flux cleaned = 0.00174371 Jy ! Component: 2300 - total flux cleaned = 0.0017438 Jy ! Component: 2350 - total flux cleaned = 0.00176106 Jy ! Component: 2400 - total flux cleaned = 0.00177818 Jy ! Component: 2450 - total flux cleaned = 0.00177843 Jy ! Component: 2500 - total flux cleaned = 0.00177851 Jy ! Component: 2550 - total flux cleaned = 0.00174548 Jy ! Component: 2600 - total flux cleaned = 0.00184472 Jy ! Component: 2650 - total flux cleaned = 0.00181188 Jy ! Component: 2700 - total flux cleaned = 0.00177964 Jy ! Component: 2750 - total flux cleaned = 0.00181204 Jy ! Component: 2800 - total flux cleaned = 0.00185995 Jy ! Component: 2850 - total flux cleaned = 0.00190757 Jy ! Component: 2900 - total flux cleaned = 0.00187607 Jy ! Component: 2950 - total flux cleaned = 0.00193874 Jy ! Component: 3000 - total flux cleaned = 0.00192319 Jy ! Component: 3050 - total flux cleaned = 0.00193872 Jy ! Component: 3100 - total flux cleaned = 0.00199992 Jy ! Component: 3150 - total flux cleaned = 0.00199985 Jy ! Component: 3200 - total flux cleaned = 0.00207547 Jy ! Component: 3250 - total flux cleaned = 0.00212051 Jy ! Component: 3300 - total flux cleaned = 0.00212057 Jy ! Component: 3350 - total flux cleaned = 0.00216517 Jy ! Component: 3400 - total flux cleaned = 0.00220934 Jy ! Component: 3450 - total flux cleaned = 0.002268 Jy ! Component: 3500 - total flux cleaned = 0.00229707 Jy ! Component: 3550 - total flux cleaned = 0.00239843 Jy ! Component: 3600 - total flux cleaned = 0.00238387 Jy ! Component: 3650 - total flux cleaned = 0.00242661 Jy ! Component: 3700 - total flux cleaned = 0.00242661 Jy ! Component: 3750 - total flux cleaned = 0.00246899 Jy ! Component: 3800 - total flux cleaned = 0.00246906 Jy ! Component: 3850 - total flux cleaned = 0.00251109 Jy ! Component: 3900 - total flux cleaned = 0.00248338 Jy ! Component: 3950 - total flux cleaned = 0.00249718 Jy ! Component: 4000 - total flux cleaned = 0.00249721 Jy ! Component: 4050 - total flux cleaned = 0.00249728 Jy ! Total flux subtracted in 4096 components = 0.00259243 Jy ! Clean residual min=-0.000743 max=0.000830 Jy/beam ! Clean residual mean=0.000002 rms=0.000240 Jy/beam ! Combined flux in latest and established models = 0.119996 Jy keep ! Adding 261 model components to the UV plane model. ! The established model now contains 288 components and 0.119996 Jy ![Exited script file: muppet] wmap "J1909-2139_X_2009_05_13_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7299 x 1.225 at -28.5 degrees (North through East) ! Clean map min=-0.0014498 max=0.1079 Jy/beam ! Writing clean map to FITS file: J1909-2139_X_2009_05_13_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.107903 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000239079 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.664702 0.664702 1.3294 2.65881 5.31761 10.6352 21.2705 42.5409 85.0818 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.107 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7299 x 1.225 at -28.5 degrees (North through East) ! Clean map min=-0.0014498 max=0.1079 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1909-2139_X_2009_05_13_pus_uvs.log closed on Sat Jan 21 12:47:08 2017