! Started logfile: J2100+2615_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:46:36 2016 obs J2100+2615_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J2100+2615_S_2014_12_20_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.982846 visibilities/baseline/integration-bin. ! Found source: J2100+2615 ! ! 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 344 lines of history. ! ! Reading 20168 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 J2100+2615_S_2014_12_20_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 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.913963Jy sigma=0.011139 ! Fit after self-cal, rms=0.884708Jy sigma=0.010860 ! 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.656 mas, bmaj=6.061 mas, bpa=-5.74 degrees ! Estimated noise=598.086 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.0826742 Jy ! Component: 100 - total flux cleaned = 0.111415 Jy ! Total flux subtracted in 100 components = 0.111415 Jy ! Clean residual min=-0.005156 max=0.013091 Jy/beam ! Clean residual mean=-0.000001 rms=0.001538 Jy/beam ! Combined flux in latest and established models = 0.111415 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.111415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083300Jy sigma=0.000891 ! Fit after self-cal, rms=0.083271Jy sigma=0.000891 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0150104 Jy ! Component: 100 - total flux cleaned = 0.0239124 Jy ! Total flux subtracted in 100 components = 0.0239124 Jy ! Clean residual min=-0.003910 max=0.005935 Jy/beam ! Clean residual mean=-0.000003 rms=0.001046 Jy/beam ! Combined flux in latest and established models = 0.135328 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.135328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079036Jy sigma=0.000848 ! Fit after self-cal, rms=0.079035Jy sigma=0.000848 ! 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.264 mas, bmaj=7.162 mas, bpa=-5.21 degrees ! Estimated noise=418.361 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 (3.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0088822 Jy ! Component: 100 - total flux cleaned = 0.014574 Jy ! Component: 150 - total flux cleaned = 0.018471 Jy ! Component: 200 - total flux cleaned = 0.0213002 Jy ! Total flux subtracted in 200 components = 0.0213002 Jy ! Clean residual min=-0.003943 max=0.004398 Jy/beam ! Clean residual mean=-0.000009 rms=0.000995 Jy/beam ! Combined flux in latest and established models = 0.156628 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 69 components and 0.156628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077609Jy sigma=0.000835 ! Fit after self-cal, rms=0.077597Jy sigma=0.000835 ! 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.54 FD 0.91 HN 0.95 KP 1.08 ! LA 0.94 MK 1.02 NL 0.91 OV 0.97 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.09 HN 1.03 KP 1.05 ! LA 0.90 MK 1.02 NL 0.91 OV 1.01 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.21 HN 1.02 KP 0.95 ! LA 0.75 MK 1.07 NL 1.27 OV 0.93 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.03 HN 0.97 KP 0.91 ! LA 0.79 MK 1.01 NL 1.04 OV 1.01 ! PT 1.03 SC 1.00 ! ! ! Fit before self-cal, rms=0.077597Jy sigma=0.000835 ! Fit after self-cal, rms=0.075589Jy sigma=0.000802 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.284 mas, bmaj=7.285 mas, bpa=-5.3 degrees ! Estimated noise=422.308 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.000402385 Jy ! Component: 100 - total flux cleaned = -0.000518272 Jy ! Component: 150 - total flux cleaned = -0.000818349 Jy ! Component: 200 - total flux cleaned = -0.00102632 Jy ! Total flux subtracted in 200 components = -0.00102632 Jy ! Clean residual min=-0.001973 max=0.002798 Jy/beam ! Clean residual mean=-0.000004 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.155601 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 86 components and 0.155601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075449Jy sigma=0.000802 ! Fit after self-cal, rms=0.075450Jy sigma=0.000801 ! 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.075450Jy sigma=0.000801 ! Fit after self-cal, rms=0.071771Jy sigma=0.000790 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.284 mas, bmaj=7.301 mas, bpa=-5.232 degrees ! Estimated noise=421.527 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000607778 Jy ! Component: 100 - total flux cleaned = -0.000795001 Jy ! Component: 150 - total flux cleaned = -0.00094624 Jy ! Component: 200 - total flux cleaned = -0.00101243 Jy ! Total flux subtracted in 200 components = -0.00101243 Jy ! Clean residual min=-0.001607 max=0.002124 Jy/beam ! Clean residual mean=-0.000002 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.154589 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 102 components and 0.154589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071738Jy sigma=0.000790 ! Fit after self-cal, rms=0.071716Jy sigma=0.000790 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 (20.5, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00217048 Jy ! Component: 100 - total flux cleaned = 0.00317587 Jy ! Component: 150 - total flux cleaned = 0.00362618 Jy ! Component: 200 - total flux cleaned = 0.00402119 Jy ! Total flux subtracted in 200 components = 0.00402119 Jy ! Clean residual min=-0.001487 max=0.001361 Jy/beam ! Clean residual mean=-0.000001 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.15861 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 124 components and 0.15861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071645Jy sigma=0.000789 ! Fit after self-cal, rms=0.071636Jy sigma=0.000789 ! 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.071636Jy sigma=0.000789 ! Fit after self-cal, rms=0.071789Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.285 mas, bmaj=7.321 mas, bpa=-5.394 degrees ! Estimated noise=421.746 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000758227 Jy ! Component: 100 - total flux cleaned = 0.000981039 Jy ! Component: 150 - total flux cleaned = 0.00113277 Jy ! Component: 200 - total flux cleaned = 0.00131069 Jy ! Total flux subtracted in 200 components = 0.00131069 Jy ! Clean residual min=-0.001445 max=0.001329 Jy/beam ! Clean residual mean=-0.000001 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.159921 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 133 components and 0.159921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071758Jy sigma=0.000788 ! Fit after self-cal, rms=0.071755Jy sigma=0.000788 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.000319359 Jy ! Component: 100 - total flux cleaned = 0.000479729 Jy ! Component: 150 - total flux cleaned = 0.00060708 Jy ! Component: 200 - total flux cleaned = 0.000690917 Jy ! Total flux subtracted in 200 components = 0.000690917 Jy ! Clean residual min=-0.001446 max=0.001303 Jy/beam ! Clean residual mean=-0.000001 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.160612 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 145 components and 0.160612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071742Jy sigma=0.000788 ! Fit after self-cal, rms=0.071741Jy sigma=0.000788 ! 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.071741Jy sigma=0.000788 ! Fit after self-cal, rms=0.071936Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.341 mas, bmaj=10.4 mas, bpa=-6.838 degrees ! Estimated noise=517.939 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000895178 Jy ! Component: 100 - total flux cleaned = 0.00112704 Jy ! Component: 150 - total flux cleaned = 0.00120956 Jy ! Component: 200 - total flux cleaned = 0.00129523 Jy ! Total flux subtracted in 200 components = 0.00129523 Jy ! Clean residual min=-0.001468 max=0.001290 Jy/beam ! Clean residual mean=-0.000003 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.161907 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 160 components and 0.161907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071925Jy sigma=0.000788 ! Fit after self-cal, rms=0.071926Jy sigma=0.000788 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.000262218 Jy ! Component: 100 - total flux cleaned = 0.000320617 Jy ! Component: 150 - total flux cleaned = 0.000407676 Jy ! Component: 200 - total flux cleaned = 0.000471584 Jy ! Total flux subtracted in 200 components = 0.000471584 Jy ! Clean residual min=-0.001427 max=0.001311 Jy/beam ! Clean residual mean=-0.000002 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.162379 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 169 components and 0.162379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071923Jy sigma=0.000788 ! Fit after self-cal, rms=0.071923Jy sigma=0.000788 ! 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.287 mas, bmaj=7.337 mas, bpa=-5.498 degrees ! Estimated noise=422.368 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.287 x 7.337 at -5.498 degrees (North through East) ! Clean map min=-0.0013127 max=0.11398 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.681 mas, bmaj=6.219 mas, bpa=-5.798 degrees ! Estimated noise=605.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0833005 Jy ! Component: 100 - total flux cleaned = 0.112083 Jy ! Component: 150 - total flux cleaned = 0.126478 Jy ! Component: 200 - total flux cleaned = 0.134516 Jy ! Total flux subtracted in 200 components = 0.134516 Jy ! Clean residual min=-0.002719 max=0.004217 Jy/beam ! Clean residual mean=0.000000 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.134516 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.134516 Jy ! Inverting map and beam ! Estimated beam: bmin=3.287 mas, bmaj=7.337 mas, bpa=-5.498 degrees ! Estimated noise=422.368 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.007515 Jy ! Component: 100 - total flux cleaned = 0.0120825 Jy ! Component: 150 - total flux cleaned = 0.0153571 Jy ! Component: 200 - total flux cleaned = 0.0178262 Jy ! Total flux subtracted in 200 components = 0.0178262 Jy ! Clean residual min=-0.001480 max=0.001720 Jy/beam ! Clean residual mean=-0.000000 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.152342 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 74 components and 0.152342 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.341 mas, bmaj=10.4 mas, bpa=-6.838 degrees ! Estimated noise=517.939 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00316897 Jy ! Component: 100 - total flux cleaned = 0.00526763 Jy ! Component: 150 - total flux cleaned = 0.00671841 Jy ! Component: 200 - total flux cleaned = 0.00774487 Jy ! Total flux subtracted in 200 components = 0.00774487 Jy ! Clean residual min=-0.001499 max=0.001371 Jy/beam ! Clean residual mean=-0.000002 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.160087 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.000751041 Jy ! Component: 100 - total flux cleaned = 0.00131347 Jy ! Component: 150 - total flux cleaned = 0.00174108 Jy ! Component: 200 - total flux cleaned = 0.00191972 Jy ! Total flux subtracted in 200 components = 0.00191972 Jy ! Clean residual min=-0.001419 max=0.001268 Jy/beam ! Clean residual mean=-0.000002 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.162007 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 149 components and 0.162007 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.287 mas, bmaj=7.337 mas, bpa=-5.498 degrees ! Estimated noise=422.368 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.87209e-05 Jy ! Component: 100 - total flux cleaned = 8.95414e-05 Jy ! Component: 150 - total flux cleaned = 6.26944e-05 Jy ! Component: 200 - total flux cleaned = 1.69761e-05 Jy ! Total flux subtracted in 200 components = 1.69761e-05 Jy ! Clean residual min=-0.001295 max=0.001459 Jy/beam ! Clean residual mean=-0.000001 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.162024 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 163 components and 0.162024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071922Jy sigma=0.000788 ! Fit after self-cal, rms=0.071914Jy sigma=0.000788 wmodel J2100+2615_S_2014_12_20_pus_map.mod ! Writing 163 model components to file: J2100+2615_S_2014_12_20_pus_map.mod wobs J2100+2615_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J2100+2615_S_2014_12_20_pus_uvs.fits wwins J2100+2615_S_2014_12_20_pus_map.win ! wwins: Wrote 3 windows to J2100+2615_S_2014_12_20_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.000165168 Jy ! Component: 100 - total flux cleaned = 0.000101539 Jy ! Component: 150 - total flux cleaned = -4.22123e-05 Jy ! Component: 200 - total flux cleaned = -0.000160909 Jy ! Component: 250 - total flux cleaned = -0.000218732 Jy ! Component: 300 - total flux cleaned = -0.000237214 Jy ! Component: 350 - total flux cleaned = -0.000291952 Jy ! Component: 400 - total flux cleaned = -0.000345166 Jy ! Component: 450 - total flux cleaned = -0.000379747 Jy ! Component: 500 - total flux cleaned = -0.000464778 Jy ! Component: 550 - total flux cleaned = -0.000514708 Jy ! Component: 600 - total flux cleaned = -0.000613397 Jy ! Component: 650 - total flux cleaned = -0.000710486 Jy ! Component: 700 - total flux cleaned = -0.000821371 Jy ! Component: 750 - total flux cleaned = -0.000914534 Jy ! Component: 800 - total flux cleaned = -0.000960551 Jy ! Component: 850 - total flux cleaned = -0.0010966 Jy ! Component: 900 - total flux cleaned = -0.00121572 Jy ! Component: 950 - total flux cleaned = -0.00131863 Jy ! Component: 1000 - total flux cleaned = -0.00142031 Jy ! Component: 1050 - total flux cleaned = -0.00149188 Jy ! Component: 1100 - total flux cleaned = -0.0015908 Jy ! Component: 1150 - total flux cleaned = -0.00168842 Jy ! Component: 1200 - total flux cleaned = -0.00178488 Jy ! Component: 1250 - total flux cleaned = -0.00188011 Jy ! Component: 1300 - total flux cleaned = -0.00196044 Jy ! Component: 1350 - total flux cleaned = -0.00196059 Jy ! Component: 1400 - total flux cleaned = -0.00210499 Jy ! Component: 1450 - total flux cleaned = -0.00214374 Jy ! Component: 1500 - total flux cleaned = -0.00218217 Jy ! Component: 1550 - total flux cleaned = -0.00224564 Jy ! Component: 1600 - total flux cleaned = -0.00233366 Jy ! Component: 1650 - total flux cleaned = -0.0024083 Jy ! Component: 1700 - total flux cleaned = -0.00244519 Jy ! Component: 1750 - total flux cleaned = -0.00250633 Jy ! Component: 1800 - total flux cleaned = -0.00256685 Jy ! Component: 1850 - total flux cleaned = -0.00267458 Jy ! Component: 1900 - total flux cleaned = -0.00273389 Jy ! Component: 1950 - total flux cleaned = -0.00282776 Jy ! Component: 2000 - total flux cleaned = -0.00289751 Jy ! Component: 2050 - total flux cleaned = -0.00294366 Jy ! Component: 2100 - total flux cleaned = -0.0030123 Jy ! Component: 2150 - total flux cleaned = -0.00305763 Jy ! Component: 2200 - total flux cleaned = -0.00308016 Jy ! Component: 2250 - total flux cleaned = -0.00311352 Jy ! Component: 2300 - total flux cleaned = -0.00313563 Jy ! Component: 2350 - total flux cleaned = -0.00319057 Jy ! Component: 2400 - total flux cleaned = -0.0032339 Jy ! Component: 2450 - total flux cleaned = -0.00324468 Jy ! Component: 2500 - total flux cleaned = -0.00329798 Jy ! Component: 2550 - total flux cleaned = -0.00330856 Jy ! Component: 2600 - total flux cleaned = -0.00331893 Jy ! Component: 2650 - total flux cleaned = -0.00331894 Jy ! Component: 2700 - total flux cleaned = -0.00338091 Jy ! Component: 2750 - total flux cleaned = -0.00341152 Jy ! Component: 2800 - total flux cleaned = -0.00343181 Jy ! Component: 2850 - total flux cleaned = -0.00342179 Jy ! Component: 2900 - total flux cleaned = -0.00344178 Jy ! Component: 2950 - total flux cleaned = -0.00350148 Jy ! Component: 3000 - total flux cleaned = -0.00347177 Jy ! Component: 3050 - total flux cleaned = -0.00349148 Jy ! Component: 3100 - total flux cleaned = -0.00353039 Jy ! Component: 3150 - total flux cleaned = -0.00358831 Jy ! Component: 3200 - total flux cleaned = -0.00359803 Jy ! Component: 3250 - total flux cleaned = -0.00361714 Jy ! Component: 3300 - total flux cleaned = -0.00366449 Jy ! Component: 3350 - total flux cleaned = -0.00371158 Jy ! Component: 3400 - total flux cleaned = -0.0037863 Jy ! Component: 3450 - total flux cleaned = -0.00381407 Jy ! Component: 3500 - total flux cleaned = -0.00388765 Jy ! Component: 3550 - total flux cleaned = -0.00386015 Jy ! Component: 3600 - total flux cleaned = -0.0039329 Jy ! Component: 3650 - total flux cleaned = -0.00397809 Jy ! Component: 3700 - total flux cleaned = -0.00398706 Jy ! Component: 3750 - total flux cleaned = -0.00405851 Jy ! Component: 3800 - total flux cleaned = -0.00409406 Jy ! Component: 3850 - total flux cleaned = -0.00414705 Jy ! Component: 3900 - total flux cleaned = -0.00419086 Jy ! Component: 3950 - total flux cleaned = -0.0042082 Jy ! Component: 4000 - total flux cleaned = -0.00421695 Jy ! Component: 4050 - total flux cleaned = -0.00428584 Jy ! Total flux subtracted in 4096 components = -0.00427727 Jy ! Clean residual min=-0.000511 max=0.000570 Jy/beam ! Clean residual mean=0.000000 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.157747 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 458 components and 0.157747 Jy ![Exited script file: muppet] wmap "J2100+2615_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.287 x 7.337 at -5.498 degrees (North through East) ! Clean map min=-0.00092999 max=0.11453 Jy/beam ! Writing clean map to FITS file: J2100+2615_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.114532 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000156508 device "J2100+2615_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J2100+2615_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.409952 0.409952 0.819904 1.63981 3.27962 6.55923 13.1185 26.2369 52.4738 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.114 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.287 x 7.337 at -5.498 degrees (North through East) ! Clean map min=-0.00092999 max=0.11453 Jy/beam quit ! Quitting program ! Log file J2100+2615_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:46:41 2016