! Started logfile: J0426+1257_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:45:58 2016 obs J0426+1257_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0426+1257_S_2015_03_17_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.974345 visibilities/baseline/integration-bin. ! Found source: J0426+1257 ! ! 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 330 lines of history. ! ! Reading 21572 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 J0426+1257_S_2015_03_17_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001641Jy sigma=0.011736 ! Fit after self-cal, rms=0.966583Jy sigma=0.011346 ! 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.678 mas, bmaj=6.306 mas, bpa=-3.92 degrees ! Estimated noise=601.425 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.0266398 Jy ! Component: 100 - total flux cleaned = 0.0326222 Jy ! Total flux subtracted in 100 components = 0.0326222 Jy ! Clean residual min=-0.001721 max=0.002135 Jy/beam ! Clean residual mean=-0.000000 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.0326222 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.0326222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072560Jy sigma=0.000776 ! Fit after self-cal, rms=0.070994Jy sigma=0.000758 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00497017 Jy ! Component: 100 - total flux cleaned = 0.00706936 Jy ! Total flux subtracted in 100 components = 0.00706936 Jy ! Clean residual min=-0.001747 max=0.001710 Jy/beam ! Clean residual mean=0.000001 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.0396916 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 32 components and 0.0396916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070586Jy sigma=0.000754 ! Fit after self-cal, rms=0.070539Jy sigma=0.000754 ! 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.302 mas, bmaj=7.159 mas, bpa=-4.502 degrees ! Estimated noise=418.931 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.00159113 Jy ! Component: 100 - total flux cleaned = 0.00242615 Jy ! Component: 150 - total flux cleaned = 0.00291725 Jy ! Component: 200 - total flux cleaned = 0.00320404 Jy ! Total flux subtracted in 200 components = 0.00320404 Jy ! Clean residual min=-0.001504 max=0.001374 Jy/beam ! Clean residual mean=-0.000001 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.0428956 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 46 components and 0.0428956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070487Jy sigma=0.000753 ! Fit after self-cal, rms=0.070441Jy sigma=0.000753 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.91 HN 0.99 KP 1.04 ! LA 1.06 MK 1.02 NL 0.88 OV 1.09 ! PT 1.04 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.84 HN 1.00 KP 1.09 ! LA 0.94 MK 1.07 NL 1.01 OV 1.06 ! PT 1.06 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.85 HN 1.03 KP 1.05 ! LA 0.84 MK 1.03 NL 1.10 OV 0.97 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.88 HN 0.95 KP 0.97 ! LA 0.89 MK 1.05 NL 0.95 OV 1.02 ! PT 1.00 SC 0.98 ! ! ! Fit before self-cal, rms=0.070441Jy sigma=0.000753 ! Fit after self-cal, rms=0.067786Jy sigma=0.000752 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.327 mas, bmaj=7.217 mas, bpa=-4.24 degrees ! Estimated noise=420.446 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 = -3.10426e-05 Jy ! Component: 100 - total flux cleaned = -2.16767e-05 Jy ! Component: 150 - total flux cleaned = -2.99953e-05 Jy ! Component: 200 - total flux cleaned = -2.98478e-05 Jy ! Total flux subtracted in 200 components = -2.98478e-05 Jy ! Clean residual min=-0.001139 max=0.001321 Jy/beam ! Clean residual mean=0.000001 rms=0.000303 Jy/beam ! Combined flux in latest and established models = 0.0428658 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 52 components and 0.0428658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067784Jy sigma=0.000752 ! Fit after self-cal, rms=0.067662Jy sigma=0.000751 ! 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.067662Jy sigma=0.000751 ! Fit after self-cal, rms=0.067419Jy sigma=0.000751 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.339 mas, bmaj=7.26 mas, bpa=-4.265 degrees ! Estimated noise=420.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.27576e-06 Jy ! Component: 100 - total flux cleaned = 1.49578e-05 Jy ! Component: 150 - total flux cleaned = 2.18322e-05 Jy ! Component: 200 - total flux cleaned = 1.52043e-05 Jy ! Total flux subtracted in 200 components = 1.52043e-05 Jy ! Clean residual min=-0.001157 max=0.001312 Jy/beam ! Clean residual mean=0.000001 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.042881 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 57 components and 0.042881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067418Jy sigma=0.000751 ! Fit after self-cal, rms=0.067398Jy sigma=0.000751 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) ! Added new window around map position (-65, -14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108685 Jy ! Component: 100 - total flux cleaned = 0.00122188 Jy ! Component: 150 - total flux cleaned = 0.00136811 Jy ! Component: 200 - total flux cleaned = 0.00149012 Jy ! Total flux subtracted in 200 components = 0.00149012 Jy ! Clean residual min=-0.001097 max=0.001093 Jy/beam ! Clean residual mean=0.000001 rms=0.000285 Jy/beam ! Combined flux in latest and established models = 0.0443711 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 79 components and 0.0443711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067377Jy sigma=0.000750 ! Fit after self-cal, rms=0.067366Jy sigma=0.000750 ! 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.067366Jy sigma=0.000750 ! Fit after self-cal, rms=0.067146Jy sigma=0.000750 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.341 mas, bmaj=7.274 mas, bpa=-4.277 degrees ! Estimated noise=419.099 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000495367 Jy ! Component: 100 - total flux cleaned = 0.000582634 Jy ! Component: 150 - total flux cleaned = 0.000650933 Jy ! Component: 200 - total flux cleaned = 0.000709131 Jy ! Total flux subtracted in 200 components = 0.000709131 Jy ! Clean residual min=-0.001084 max=0.001073 Jy/beam ! Clean residual mean=0.000001 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.0450802 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 85 components and 0.0450802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067136Jy sigma=0.000750 ! Fit after self-cal, rms=0.067127Jy sigma=0.000750 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.000220512 Jy ! Component: 100 - total flux cleaned = 0.000235159 Jy ! Component: 150 - total flux cleaned = 0.000258879 Jy ! Component: 200 - total flux cleaned = 0.000289359 Jy ! Total flux subtracted in 200 components = 0.000289359 Jy ! Clean residual min=-0.001099 max=0.001051 Jy/beam ! Clean residual mean=0.000000 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.0453696 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 88 components and 0.0453696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067121Jy sigma=0.000750 ! Fit after self-cal, rms=0.067120Jy sigma=0.000750 ! 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.067120Jy sigma=0.000750 ! Fit after self-cal, rms=0.066892Jy sigma=0.000750 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.171 mas, bmaj=10.74 mas, bpa=-5.201 degrees ! Estimated noise=532.255 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.18657e-05 Jy ! Component: 100 - total flux cleaned = 0.000109085 Jy ! Component: 150 - total flux cleaned = 0.000109053 Jy ! Component: 200 - total flux cleaned = 0.000122621 Jy ! Total flux subtracted in 200 components = 0.000122621 Jy ! Clean residual min=-0.001167 max=0.001149 Jy/beam ! Clean residual mean=0.000002 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.0454922 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 102 components and 0.0454922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066890Jy sigma=0.000750 ! Fit after self-cal, rms=0.066887Jy sigma=0.000750 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.32309e-05 Jy ! Component: 100 - total flux cleaned = 3.01596e-05 Jy ! Component: 150 - total flux cleaned = 3.68788e-05 Jy ! Component: 200 - total flux cleaned = 4.90608e-05 Jy ! Total flux subtracted in 200 components = 4.90608e-05 Jy ! Clean residual min=-0.001180 max=0.001149 Jy/beam ! Clean residual mean=0.000002 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.0455413 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 111 components and 0.0455413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066886Jy sigma=0.000750 ! Fit after self-cal, rms=0.066884Jy sigma=0.000750 ! 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.339 mas, bmaj=7.276 mas, bpa=-4.301 degrees ! Estimated noise=417.931 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.339 x 7.276 at -4.301 degrees (North through East) ! Clean map min=-0.001358 max=0.038839 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.701 mas, bmaj=6.4 mas, bpa=-3.769 degrees ! Estimated noise=602.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0296322 Jy ! Component: 100 - total flux cleaned = 0.0364841 Jy ! Component: 150 - total flux cleaned = 0.0391886 Jy ! Component: 200 - total flux cleaned = 0.0409107 Jy ! Total flux subtracted in 200 components = 0.0409107 Jy ! Clean residual min=-0.001627 max=0.001769 Jy/beam ! Clean residual mean=0.000000 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.0409107 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.0409107 Jy ! Inverting map and beam ! Estimated beam: bmin=3.339 mas, bmaj=7.276 mas, bpa=-4.301 degrees ! Estimated noise=417.931 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.0016621 Jy ! Component: 100 - total flux cleaned = 0.00237526 Jy ! Component: 150 - total flux cleaned = 0.00292153 Jy ! Component: 200 - total flux cleaned = 0.00335482 Jy ! Total flux subtracted in 200 components = 0.00335482 Jy ! Clean residual min=-0.001128 max=0.001234 Jy/beam ! Clean residual mean=0.000000 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.0442655 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 49 components and 0.0442655 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.171 mas, bmaj=10.74 mas, bpa=-5.201 degrees ! Estimated noise=532.255 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000771004 Jy ! Component: 100 - total flux cleaned = 0.00101271 Jy ! Component: 150 - total flux cleaned = 0.00108605 Jy ! Component: 200 - total flux cleaned = 0.00113447 Jy ! Total flux subtracted in 200 components = 0.00113447 Jy ! Clean residual min=-0.001172 max=0.001162 Jy/beam ! Clean residual mean=0.000002 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.0454 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 = 2.14783e-05 Jy ! Component: 100 - total flux cleaned = 4.98355e-05 Jy ! Component: 150 - total flux cleaned = 7.47904e-05 Jy ! Component: 200 - total flux cleaned = 8.20725e-05 Jy ! Total flux subtracted in 200 components = 8.20725e-05 Jy ! Clean residual min=-0.001177 max=0.001157 Jy/beam ! Clean residual mean=0.000002 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.0454821 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 78 components and 0.0454821 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.339 mas, bmaj=7.276 mas, bpa=-4.301 degrees ! Estimated noise=417.931 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.89383e-05 Jy ! Component: 100 - total flux cleaned = -4.30037e-05 Jy ! Component: 150 - total flux cleaned = -5.67286e-05 Jy ! Component: 200 - total flux cleaned = -5.60033e-05 Jy ! Total flux subtracted in 200 components = -5.60033e-05 Jy ! Clean residual min=-0.001109 max=0.001055 Jy/beam ! Clean residual mean=0.000001 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.0454261 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 91 components and 0.0454261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066888Jy sigma=0.000750 ! Fit after self-cal, rms=0.066887Jy sigma=0.000750 wmodel J0426+1257_S_2015_03_17_pus_map.mod ! Writing 91 model components to file: J0426+1257_S_2015_03_17_pus_map.mod wobs J0426+1257_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0426+1257_S_2015_03_17_pus_uvs.fits wwins J0426+1257_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J0426+1257_S_2015_03_17_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 = -8.21303e-05 Jy ! Component: 100 - total flux cleaned = -0.000231063 Jy ! Component: 150 - total flux cleaned = -0.000320134 Jy ! Component: 200 - total flux cleaned = -0.000388345 Jy ! Component: 250 - total flux cleaned = -0.000405041 Jy ! Component: 300 - total flux cleaned = -0.000405279 Jy ! Component: 350 - total flux cleaned = -0.000421145 Jy ! Component: 400 - total flux cleaned = -0.000436612 Jy ! Component: 450 - total flux cleaned = -0.000482256 Jy ! Component: 500 - total flux cleaned = -0.000482257 Jy ! Component: 550 - total flux cleaned = -0.000438239 Jy ! Component: 600 - total flux cleaned = -0.000409392 Jy ! Component: 650 - total flux cleaned = -0.000423706 Jy ! Component: 700 - total flux cleaned = -0.000409505 Jy ! Component: 750 - total flux cleaned = -0.000367809 Jy ! Component: 800 - total flux cleaned = -0.000354342 Jy ! Component: 850 - total flux cleaned = -0.000340648 Jy ! Component: 900 - total flux cleaned = -0.000314084 Jy ! Component: 950 - total flux cleaned = -0.000287869 Jy ! Component: 1000 - total flux cleaned = -0.000313922 Jy ! Component: 1050 - total flux cleaned = -0.000301162 Jy ! Component: 1100 - total flux cleaned = -0.000313634 Jy ! Component: 1150 - total flux cleaned = -0.000288505 Jy ! Component: 1200 - total flux cleaned = -0.000337894 Jy ! Component: 1250 - total flux cleaned = -0.000313618 Jy ! Component: 1300 - total flux cleaned = -0.000349798 Jy ! Component: 1350 - total flux cleaned = -0.000397613 Jy ! Component: 1400 - total flux cleaned = -0.000421262 Jy ! Component: 1450 - total flux cleaned = -0.000432833 Jy ! Component: 1500 - total flux cleaned = -0.000444294 Jy ! Component: 1550 - total flux cleaned = -0.000501318 Jy ! Component: 1600 - total flux cleaned = -0.00056905 Jy ! Component: 1650 - total flux cleaned = -0.00054666 Jy ! Component: 1700 - total flux cleaned = -0.000568991 Jy ! Component: 1750 - total flux cleaned = -0.000612759 Jy ! Component: 1800 - total flux cleaned = -0.000623639 Jy ! Component: 1850 - total flux cleaned = -0.000645268 Jy ! Component: 1900 - total flux cleaned = -0.000677297 Jy ! Component: 1950 - total flux cleaned = -0.000677409 Jy ! Component: 2000 - total flux cleaned = -0.000677418 Jy ! Component: 2050 - total flux cleaned = -0.000698141 Jy ! Component: 2100 - total flux cleaned = -0.000708301 Jy ! Component: 2150 - total flux cleaned = -0.000748922 Jy ! Component: 2200 - total flux cleaned = -0.000748818 Jy ! Component: 2250 - total flux cleaned = -0.000758824 Jy ! Component: 2300 - total flux cleaned = -0.000758945 Jy ! Component: 2350 - total flux cleaned = -0.000759116 Jy ! Component: 2400 - total flux cleaned = -0.00078827 Jy ! Component: 2450 - total flux cleaned = -0.000817237 Jy ! Component: 2500 - total flux cleaned = -0.000807755 Jy ! Component: 2550 - total flux cleaned = -0.000817353 Jy ! Component: 2600 - total flux cleaned = -0.00083623 Jy ! Component: 2650 - total flux cleaned = -0.000873573 Jy ! Component: 2700 - total flux cleaned = -0.00089211 Jy ! Component: 2750 - total flux cleaned = -0.000882874 Jy ! Component: 2800 - total flux cleaned = -0.0008737 Jy ! Component: 2850 - total flux cleaned = -0.000873838 Jy ! Component: 2900 - total flux cleaned = -0.000900836 Jy ! Component: 2950 - total flux cleaned = -0.000918682 Jy ! Component: 3000 - total flux cleaned = -0.000936496 Jy ! Component: 3050 - total flux cleaned = -0.000918817 Jy ! Component: 3100 - total flux cleaned = -0.000918806 Jy ! Component: 3150 - total flux cleaned = -0.000944834 Jy ! Component: 3200 - total flux cleaned = -0.000953436 Jy ! Component: 3250 - total flux cleaned = -0.000953293 Jy ! Component: 3300 - total flux cleaned = -0.000961731 Jy ! Component: 3350 - total flux cleaned = -0.000944865 Jy ! Component: 3400 - total flux cleaned = -0.000928154 Jy ! Component: 3450 - total flux cleaned = -0.000944782 Jy ! Component: 3500 - total flux cleaned = -0.000928189 Jy ! Component: 3550 - total flux cleaned = -0.000953022 Jy ! Component: 3600 - total flux cleaned = -0.000961183 Jy ! Component: 3650 - total flux cleaned = -0.000952985 Jy ! Component: 3700 - total flux cleaned = -0.000969199 Jy ! Component: 3750 - total flux cleaned = -0.00096117 Jy ! Component: 3800 - total flux cleaned = -0.000953201 Jy ! Component: 3850 - total flux cleaned = -0.000977081 Jy ! Component: 3900 - total flux cleaned = -0.00099294 Jy ! Component: 3950 - total flux cleaned = -0.000977139 Jy ! Component: 4000 - total flux cleaned = -0.000969263 Jy ! Component: 4050 - total flux cleaned = -0.00097707 Jy ! Total flux subtracted in 4096 components = -0.000992517 Jy ! Clean residual min=-0.000553 max=0.000633 Jy/beam ! Clean residual mean=0.000001 rms=0.000144 Jy/beam ! Combined flux in latest and established models = 0.0444335 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 399 components and 0.0444335 Jy ![Exited script file: muppet] wmap "J0426+1257_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.339 x 7.276 at -4.301 degrees (North through East) ! Clean map min=-0.0013584 max=0.038829 Jy/beam ! Writing clean map to FITS file: J0426+1257_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0388287 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000141224 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.09113 1.09113 2.18226 4.36452 8.72905 17.4581 34.9162 69.8324 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.038 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.339 x 7.276 at -4.301 degrees (North through East) ! Clean map min=-0.0013584 max=0.038829 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 J0426+1257_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:46:05 2016