! Started logfile: J0203+5411_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:01:31 2017 obs J0203+5411_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0203+5411_S_2015_01_23_pus_uva.fits ! AN table 1: 137 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.674777 visibilities/baseline/integration-bin. ! Found source: J0203+5411 ! ! 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.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 338 lines of history. ! ! Reading 16640 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.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J0203+5411_S_2015_01_23_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.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 294 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 294 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 294 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 294 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.879276Jy sigma=0.009080 ! Fit after self-cal, rms=0.850795Jy sigma=0.008870 ! 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.268 mas, bmaj=5.504 mas, bpa=49.14 degrees ! Estimated noise=1077.96 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.126012 Jy ! Component: 100 - total flux cleaned = 0.169312 Jy ! Total flux subtracted in 100 components = 0.169312 Jy ! Clean residual min=-0.011960 max=0.018166 Jy/beam ! Clean residual mean=-0.000004 rms=0.003148 Jy/beam ! Combined flux in latest and established models = 0.169312 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.169312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125674Jy sigma=0.000985 ! Fit after self-cal, rms=0.125488Jy sigma=0.000983 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0208745 Jy ! Component: 100 - total flux cleaned = 0.0322954 Jy ! Total flux subtracted in 100 components = 0.0322954 Jy ! Clean residual min=-0.008814 max=0.012421 Jy/beam ! Clean residual mean=-0.000006 rms=0.002304 Jy/beam ! Combined flux in latest and established models = 0.201607 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 16 components and 0.201607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123754Jy sigma=0.000898 ! Fit after self-cal, rms=0.123666Jy sigma=0.000896 ! 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.013 mas, bmaj=6.143 mas, bpa=47.93 degrees ! Estimated noise=541.167 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.0114558 Jy ! Component: 100 - total flux cleaned = 0.0175642 Jy ! Component: 150 - total flux cleaned = 0.0213579 Jy ! Component: 200 - total flux cleaned = 0.0238275 Jy ! Total flux subtracted in 200 components = 0.0238275 Jy ! Clean residual min=-0.008507 max=0.012935 Jy/beam ! Clean residual mean=-0.000094 rms=0.002710 Jy/beam ! Combined flux in latest and established models = 0.225435 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 30 components and 0.225435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124207Jy sigma=0.000870 ! Fit after self-cal, rms=0.124167Jy sigma=0.000870 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 63 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 2.48 HN 0.95 KP 1.06 ! LA 0.94 MK 1.02 NL 0.99 OV 0.98 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 2. ! A total of 63 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 3.04 HN 1.02 KP 0.97 ! LA 0.91 MK 1.00 NL 0.97 OV 1.01 ! PT 0.96 SC 1.08 ! ! ! Correcting IF 3. ! A total of 63 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 3.41 HN 1.00 KP 0.85 ! LA 0.74 MK 1.01 NL 1.13 OV 0.93 ! PT 0.92 SC 1.07 ! ! ! Correcting IF 4. ! A total of 63 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 2.85 HN 0.98 KP 0.79 ! LA 0.78 MK 1.03 NL 1.07 OV 0.98 ! PT 0.98 SC 1.01 ! ! ! Fit before self-cal, rms=0.124167Jy sigma=0.000870 ! Fit after self-cal, rms=0.247620Jy sigma=0.000786 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.017 mas, bmaj=6.117 mas, bpa=47.81 degrees ! Estimated noise=546.391 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 (-7.5, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0059857 Jy ! Component: 100 - total flux cleaned = 0.00780744 Jy ! Component: 150 - total flux cleaned = 0.00897919 Jy ! Component: 200 - total flux cleaned = 0.00990978 Jy ! Total flux subtracted in 200 components = 0.00990978 Jy ! Clean residual min=-0.002853 max=0.003115 Jy/beam ! Clean residual mean=-0.000036 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.235344 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 62 components and 0.235344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.247512Jy sigma=0.000779 ! Fit after self-cal, rms=0.247940Jy sigma=0.000778 ! 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.247940Jy sigma=0.000778 ! Fit after self-cal, rms=0.254118Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.038 mas, bmaj=6.104 mas, bpa=47.47 degrees ! Estimated noise=547.158 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116913 Jy ! Component: 100 - total flux cleaned = 0.00207013 Jy ! Component: 150 - total flux cleaned = 0.00288463 Jy ! Component: 200 - total flux cleaned = 0.00354373 Jy ! Total flux subtracted in 200 components = 0.00354373 Jy ! Clean residual min=-0.002636 max=0.002619 Jy/beam ! Clean residual mean=-0.000034 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.238888 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 96 components and 0.238888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254077Jy sigma=0.000775 ! Fit after self-cal, rms=0.254079Jy sigma=0.000775 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.000456264 Jy ! Component: 100 - total flux cleaned = 0.000978224 Jy ! Component: 150 - total flux cleaned = 0.00120511 Jy ! Component: 200 - total flux cleaned = 0.00131761 Jy ! Total flux subtracted in 200 components = 0.00131761 Jy ! Clean residual min=-0.002591 max=0.002405 Jy/beam ! Clean residual mean=-0.000031 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.240206 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 117 components and 0.240206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254061Jy sigma=0.000774 ! Fit after self-cal, rms=0.254070Jy sigma=0.000774 ! 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.254070Jy sigma=0.000774 ! Fit after self-cal, rms=0.254106Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.049 mas, bmaj=6.097 mas, bpa=47.46 degrees ! Estimated noise=548.053 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000665459 Jy ! Component: 100 - total flux cleaned = 0.00111696 Jy ! Component: 150 - total flux cleaned = 0.00134188 Jy ! Component: 200 - total flux cleaned = 0.00146515 Jy ! Total flux subtracted in 200 components = 0.00146515 Jy ! Clean residual min=-0.002426 max=0.002219 Jy/beam ! Clean residual mean=-0.000027 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.241671 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 128 components and 0.241671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254090Jy sigma=0.000774 ! Fit after self-cal, rms=0.254107Jy sigma=0.000774 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.000200834 Jy ! Component: 100 - total flux cleaned = 0.00030219 Jy ! Component: 150 - total flux cleaned = 0.000367323 Jy ! Component: 200 - total flux cleaned = 0.00040715 Jy ! Total flux subtracted in 200 components = 0.00040715 Jy ! Clean residual min=-0.002377 max=0.002175 Jy/beam ! Clean residual mean=-0.000026 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.242078 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 137 components and 0.242078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254096Jy sigma=0.000774 ! Fit after self-cal, rms=0.254105Jy sigma=0.000774 ! 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.254105Jy sigma=0.000774 ! Fit after self-cal, rms=0.253908Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.494 mas, bmaj=8.451 mas, bpa=43.65 degrees ! Estimated noise=675.575 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000981284 Jy ! Component: 100 - total flux cleaned = 0.00111634 Jy ! Component: 150 - total flux cleaned = 0.0010992 Jy ! Component: 200 - total flux cleaned = 0.00111439 Jy ! Total flux subtracted in 200 components = 0.00111439 Jy ! Clean residual min=-0.002350 max=0.002530 Jy/beam ! Clean residual mean=-0.000047 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.243192 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 156 components and 0.243192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.253899Jy sigma=0.000774 ! Fit after self-cal, rms=0.253904Jy sigma=0.000774 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.000276547 Jy ! Component: 100 - total flux cleaned = 0.000278572 Jy ! Component: 150 - total flux cleaned = 0.000305493 Jy ! Component: 200 - total flux cleaned = 0.000317415 Jy ! Total flux subtracted in 200 components = 0.000317415 Jy ! Clean residual min=-0.002319 max=0.002485 Jy/beam ! Clean residual mean=-0.000045 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.24351 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 160 components and 0.24351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.253900Jy sigma=0.000774 ! Fit after self-cal, rms=0.253903Jy sigma=0.000774 ! 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.055 mas, bmaj=6.093 mas, bpa=47.47 degrees ! Estimated noise=548.609 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.055 x 6.093 at 47.47 degrees (North through East) ! Clean map min=-0.0020476 max=0.16371 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.312 mas, bmaj=5.452 mas, bpa=48.71 degrees ! Estimated noise=1090.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.126823 Jy ! Component: 100 - total flux cleaned = 0.171149 Jy ! Component: 150 - total flux cleaned = 0.192409 Jy ! Component: 200 - total flux cleaned = 0.204437 Jy ! Total flux subtracted in 200 components = 0.204437 Jy ! Clean residual min=-0.005378 max=0.006395 Jy/beam ! Clean residual mean=-0.000019 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.204437 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.204437 Jy ! Inverting map and beam ! Estimated beam: bmin=4.055 mas, bmaj=6.093 mas, bpa=47.47 degrees ! Estimated noise=548.609 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.0113334 Jy ! Component: 100 - total flux cleaned = 0.0184814 Jy ! Component: 150 - total flux cleaned = 0.0235095 Jy ! Component: 200 - total flux cleaned = 0.0272798 Jy ! Total flux subtracted in 200 components = 0.0272798 Jy ! Clean residual min=-0.002465 max=0.002414 Jy/beam ! Clean residual mean=-0.000039 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.231717 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 55 components and 0.231717 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.494 mas, bmaj=8.451 mas, bpa=43.65 degrees ! Estimated noise=675.575 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00443424 Jy ! Component: 100 - total flux cleaned = 0.00705361 Jy ! Component: 150 - total flux cleaned = 0.00881229 Jy ! Component: 200 - total flux cleaned = 0.0100295 Jy ! Total flux subtracted in 200 components = 0.0100295 Jy ! Clean residual min=-0.002345 max=0.002510 Jy/beam ! Clean residual mean=-0.000051 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.241746 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 = 0.00071484 Jy ! Component: 100 - total flux cleaned = 0.00109931 Jy ! Component: 150 - total flux cleaned = 0.00140584 Jy ! Component: 200 - total flux cleaned = 0.00163418 Jy ! Total flux subtracted in 200 components = 0.00163418 Jy ! Clean residual min=-0.002341 max=0.002375 Jy/beam ! Clean residual mean=-0.000045 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.243381 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 150 components and 0.243381 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.055 mas, bmaj=6.093 mas, bpa=47.47 degrees ! Estimated noise=548.609 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000339583 Jy ! Component: 100 - total flux cleaned = 0.000397673 Jy ! Component: 150 - total flux cleaned = 0.000423724 Jy ! Component: 200 - total flux cleaned = 0.000472512 Jy ! Total flux subtracted in 200 components = 0.000472512 Jy ! Clean residual min=-0.002047 max=0.002324 Jy/beam ! Clean residual mean=-0.000020 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.243853 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 171 components and 0.243853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.253907Jy sigma=0.000774 ! Fit after self-cal, rms=0.253927Jy sigma=0.000774 wmodel J0203+5411_S_2015_01_23_pus_map.mod ! Writing 171 model components to file: J0203+5411_S_2015_01_23_pus_map.mod wobs J0203+5411_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0203+5411_S_2015_01_23_pus_uvs.fits wwins J0203+5411_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J0203+5411_S_2015_01_23_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.000584556 Jy ! Component: 100 - total flux cleaned = 0.000866082 Jy ! Component: 150 - total flux cleaned = 0.00102636 Jy ! Component: 200 - total flux cleaned = 0.00126293 Jy ! Component: 250 - total flux cleaned = 0.00140434 Jy ! Component: 300 - total flux cleaned = 0.00148621 Jy ! Component: 350 - total flux cleaned = 0.00151264 Jy ! Component: 400 - total flux cleaned = 0.00156319 Jy ! Component: 450 - total flux cleaned = 0.00153864 Jy ! Component: 500 - total flux cleaned = 0.00146692 Jy ! Component: 550 - total flux cleaned = 0.00134954 Jy ! Component: 600 - total flux cleaned = 0.00116614 Jy ! Component: 650 - total flux cleaned = 0.00103149 Jy ! Component: 700 - total flux cleaned = 0.000855336 Jy ! Component: 750 - total flux cleaned = 0.000769273 Jy ! Component: 800 - total flux cleaned = 0.000620933 Jy ! Component: 850 - total flux cleaned = 0.000537369 Jy ! Component: 900 - total flux cleaned = 0.000414876 Jy ! Component: 950 - total flux cleaned = 0.000394191 Jy ! Component: 1000 - total flux cleaned = 0.000295352 Jy ! Component: 1050 - total flux cleaned = 0.000218036 Jy ! Component: 1100 - total flux cleaned = 0.000180184 Jy ! Component: 1150 - total flux cleaned = 0.000199237 Jy ! Component: 1200 - total flux cleaned = 0.000198883 Jy ! Component: 1250 - total flux cleaned = 0.000162056 Jy ! Component: 1300 - total flux cleaned = 0.000125695 Jy ! Component: 1350 - total flux cleaned = 8.99688e-05 Jy ! Component: 1400 - total flux cleaned = 8.95962e-05 Jy ! Component: 1450 - total flux cleaned = -1.50037e-05 Jy ! Component: 1500 - total flux cleaned = -3.2243e-05 Jy ! Component: 1550 - total flux cleaned = -0.000117066 Jy ! Component: 1600 - total flux cleaned = -0.000150541 Jy ! Component: 1650 - total flux cleaned = -0.000200576 Jy ! Component: 1700 - total flux cleaned = -0.000282727 Jy ! Component: 1750 - total flux cleaned = -0.000380417 Jy ! Component: 1800 - total flux cleaned = -0.000428781 Jy ! Component: 1850 - total flux cleaned = -0.000460613 Jy ! Component: 1900 - total flux cleaned = -0.00052398 Jy ! Component: 1950 - total flux cleaned = -0.00057112 Jy ! Component: 2000 - total flux cleaned = -0.000648965 Jy ! Component: 2050 - total flux cleaned = -0.000649044 Jy ! Component: 2100 - total flux cleaned = -0.000725747 Jy ! Component: 2150 - total flux cleaned = -0.000786573 Jy ! Component: 2200 - total flux cleaned = -0.000801808 Jy ! Component: 2250 - total flux cleaned = -0.000801991 Jy ! Component: 2300 - total flux cleaned = -0.000906234 Jy ! Component: 2350 - total flux cleaned = -0.00100951 Jy ! Component: 2400 - total flux cleaned = -0.00102406 Jy ! Component: 2450 - total flux cleaned = -0.00105319 Jy ! Component: 2500 - total flux cleaned = -0.00109663 Jy ! Component: 2550 - total flux cleaned = -0.00116847 Jy ! Component: 2600 - total flux cleaned = -0.00118275 Jy ! Component: 2650 - total flux cleaned = -0.00122515 Jy ! Component: 2700 - total flux cleaned = -0.00128145 Jy ! Component: 2750 - total flux cleaned = -0.0013234 Jy ! Component: 2800 - total flux cleaned = -0.00137905 Jy ! Component: 2850 - total flux cleaned = -0.00137916 Jy ! Component: 2900 - total flux cleaned = -0.00146141 Jy ! Component: 2950 - total flux cleaned = -0.00152948 Jy ! Component: 3000 - total flux cleaned = -0.00157019 Jy ! Component: 3050 - total flux cleaned = -0.00166456 Jy ! Component: 3100 - total flux cleaned = -0.00169127 Jy ! Component: 3150 - total flux cleaned = -0.00174457 Jy ! Component: 3200 - total flux cleaned = -0.00181091 Jy ! Component: 3250 - total flux cleaned = -0.00190316 Jy ! Component: 3300 - total flux cleaned = -0.00194245 Jy ! Component: 3350 - total flux cleaned = -0.00202058 Jy ! Component: 3400 - total flux cleaned = -0.00202058 Jy ! Component: 3450 - total flux cleaned = -0.00205934 Jy ! Component: 3500 - total flux cleaned = -0.00208512 Jy ! Component: 3550 - total flux cleaned = -0.00216168 Jy ! Component: 3600 - total flux cleaned = -0.00216172 Jy ! Component: 3650 - total flux cleaned = -0.0022249 Jy ! Component: 3700 - total flux cleaned = -0.00223755 Jy ! Component: 3750 - total flux cleaned = -0.00231268 Jy ! Component: 3800 - total flux cleaned = -0.00235007 Jy ! Component: 3850 - total flux cleaned = -0.00239961 Jy ! Component: 3900 - total flux cleaned = -0.00239956 Jy ! Component: 3950 - total flux cleaned = -0.00239961 Jy ! Component: 4000 - total flux cleaned = -0.00243637 Jy ! Component: 4050 - total flux cleaned = -0.00250951 Jy ! Total flux subtracted in 4096 components = -0.00252166 Jy ! Clean residual min=-0.000716 max=0.000648 Jy/beam ! Clean residual mean=-0.000007 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 0.241331 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 483 components and 0.241332 Jy ![Exited script file: muppet] wmap "J0203+5411_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.055 x 6.093 at 47.47 degrees (North through East) ! Clean map min=-0.001561 max=0.16394 Jy/beam ! Writing clean map to FITS file: J0203+5411_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.163936 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00022201 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.406276 0.406276 0.812551 1.6251 3.25021 6.50041 13.0008 26.0016 52.0033 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.163 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.055 x 6.093 at 47.47 degrees (North through East) ! Clean map min=-0.001561 max=0.16394 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 J0203+5411_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:01:37 2017