! Started logfile: J0327+0044_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:04:21 2017 obs J0327+0044_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0327+0044_S_2015_01_23_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.862269 visibilities/baseline/integration-bin. ! Found source: J0327+0044 ! ! 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 14900 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 J0327+0044_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 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.792568Jy sigma=0.008348 ! Fit after self-cal, rms=0.774572Jy sigma=0.008167 ! 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.818 mas, bmaj=6.403 mas, bpa=-3.157 degrees ! Estimated noise=833.771 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.179469 Jy ! Component: 100 - total flux cleaned = 0.22467 Jy ! Total flux subtracted in 100 components = 0.22467 Jy ! Clean residual min=-0.008169 max=0.019283 Jy/beam ! Clean residual mean=0.000008 rms=0.002825 Jy/beam ! Combined flux in latest and established models = 0.22467 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.22467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154754Jy sigma=0.000927 ! Fit after self-cal, rms=0.154770Jy sigma=0.000927 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0212481 Jy ! Component: 100 - total flux cleaned = 0.03242 Jy ! Total flux subtracted in 100 components = 0.03242 Jy ! Clean residual min=-0.007009 max=0.010652 Jy/beam ! Clean residual mean=-0.000002 rms=0.001996 Jy/beam ! Combined flux in latest and established models = 0.25709 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.25709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151181Jy sigma=0.000869 ! Fit after self-cal, rms=0.151183Jy sigma=0.000868 ! 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.288 mas, bmaj=7.3 mas, bpa=-3.427 degrees ! Estimated noise=572.855 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 (6, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0114445 Jy ! Component: 100 - total flux cleaned = 0.0178119 Jy ! Component: 150 - total flux cleaned = 0.0219656 Jy ! Component: 200 - total flux cleaned = 0.024211 Jy ! Total flux subtracted in 200 components = 0.024211 Jy ! Clean residual min=-0.006245 max=0.008995 Jy/beam ! Clean residual mean=-0.000018 rms=0.002012 Jy/beam ! Combined flux in latest and established models = 0.281301 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 50 components and 0.281301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150063Jy sigma=0.000850 ! Fit after self-cal, rms=0.149997Jy sigma=0.000849 ! 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 0.97 FD 0.90 HN 0.95 KP 1.08 ! LA 1.18 MK 1.00 NL 1.00 OV 0.95 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.05 HN 1.00 KP 0.99 ! LA 1.12 MK 1.02 NL 1.08 OV 0.98 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.22 HN 0.99 KP 0.87 ! LA 0.92 MK 1.04 NL 1.18 OV 0.92 ! PT 0.96 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.98 HN 0.95 KP 0.82 ! LA 0.96 MK 1.03 NL 1.01 OV 0.96 ! PT 1.00 SC 0.99 ! ! ! Fit before self-cal, rms=0.149997Jy sigma=0.000849 ! Fit after self-cal, rms=0.149530Jy sigma=0.000807 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.312 mas, bmaj=7.348 mas, bpa=-3.352 degrees ! Estimated noise=569.465 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.00124314 Jy ! Component: 100 - total flux cleaned = 0.000986995 Jy ! Component: 150 - total flux cleaned = 0.00112434 Jy ! Component: 200 - total flux cleaned = 0.00120444 Jy ! Total flux subtracted in 200 components = 0.00120444 Jy ! Clean residual min=-0.005922 max=0.005927 Jy/beam ! Clean residual mean=-0.000018 rms=0.001617 Jy/beam ! Combined flux in latest and established models = 0.282506 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 72 components and 0.282505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.149459Jy sigma=0.000807 ! Fit after self-cal, rms=0.149516Jy sigma=0.000806 ! 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.149516Jy sigma=0.000806 ! Fit after self-cal, rms=0.154397Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.309 mas, bmaj=7.347 mas, bpa=-3.396 degrees ! Estimated noise=570.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118118 Jy ! Component: 100 - total flux cleaned = 0.00170842 Jy ! Component: 150 - total flux cleaned = 0.00193333 Jy ! Component: 200 - total flux cleaned = 0.0020242 Jy ! Total flux subtracted in 200 components = 0.0020242 Jy ! Clean residual min=-0.001721 max=0.002252 Jy/beam ! Clean residual mean=0.000002 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.28453 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 90 components and 0.28453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154327Jy sigma=0.000773 ! Fit after self-cal, rms=0.154489Jy sigma=0.000772 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 (18, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218806 Jy ! Component: 100 - total flux cleaned = 0.00340523 Jy ! Component: 150 - total flux cleaned = 0.00416428 Jy ! Component: 200 - total flux cleaned = 0.00455541 Jy ! Total flux subtracted in 200 components = 0.00455541 Jy ! Clean residual min=-0.001630 max=0.001908 Jy/beam ! Clean residual mean=0.000001 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.289085 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 116 components and 0.289085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154431Jy sigma=0.000772 ! Fit after self-cal, rms=0.154420Jy sigma=0.000772 ! Inverting map ! Added new window around map position (81.5, -92). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173795 Jy ! Component: 100 - total flux cleaned = 0.0023834 Jy ! Component: 150 - total flux cleaned = 0.00273984 Jy ! Component: 200 - total flux cleaned = 0.00287192 Jy ! Total flux subtracted in 200 components = 0.00287192 Jy ! Clean residual min=-0.001552 max=0.001372 Jy/beam ! Clean residual mean=0.000001 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.291957 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 140 components and 0.291957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154392Jy sigma=0.000771 ! Fit after self-cal, rms=0.154397Jy sigma=0.000771 ! 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.154397Jy sigma=0.000771 ! Fit after self-cal, rms=0.155678Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.306 mas, bmaj=7.347 mas, bpa=-3.478 degrees ! Estimated noise=571.013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000645517 Jy ! Component: 100 - total flux cleaned = 0.000787005 Jy ! Component: 150 - total flux cleaned = 0.000861066 Jy ! Component: 200 - total flux cleaned = 0.000952523 Jy ! Total flux subtracted in 200 components = 0.000952523 Jy ! Clean residual min=-0.001482 max=0.001341 Jy/beam ! Clean residual mean=0.000002 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.29291 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 151 components and 0.292909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155652Jy sigma=0.000771 ! Fit after self-cal, rms=0.155653Jy sigma=0.000771 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.000201468 Jy ! Component: 100 - total flux cleaned = 0.000244314 Jy ! Component: 150 - total flux cleaned = 0.000324009 Jy ! Component: 200 - total flux cleaned = 0.000399351 Jy ! Total flux subtracted in 200 components = 0.000399351 Jy ! Clean residual min=-0.001451 max=0.001331 Jy/beam ! Clean residual mean=0.000002 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.293309 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 159 components and 0.293309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155638Jy sigma=0.000771 ! Fit after self-cal, rms=0.155637Jy sigma=0.000771 ! 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.155637Jy sigma=0.000771 ! Fit after self-cal, rms=0.156035Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.082 mas, bmaj=11.6 mas, bpa=-5.257 degrees ! Estimated noise=739.491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000739841 Jy ! Component: 100 - total flux cleaned = 0.000865517 Jy ! Component: 150 - total flux cleaned = 0.000864724 Jy ! Component: 200 - total flux cleaned = 0.000899018 Jy ! Total flux subtracted in 200 components = 0.000899018 Jy ! Clean residual min=-0.001723 max=0.001416 Jy/beam ! Clean residual mean=0.000005 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.294208 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 180 components and 0.294208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156018Jy sigma=0.000771 ! Fit after self-cal, rms=0.156019Jy sigma=0.000771 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.000192171 Jy ! Component: 100 - total flux cleaned = 0.000191994 Jy ! Component: 150 - total flux cleaned = 0.000206361 Jy ! Component: 200 - total flux cleaned = 0.00020633 Jy ! Total flux subtracted in 200 components = 0.00020633 Jy ! Clean residual min=-0.001694 max=0.001374 Jy/beam ! Clean residual mean=0.000005 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.294414 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 195 components and 0.294414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156011Jy sigma=0.000771 ! Fit after self-cal, rms=0.156012Jy sigma=0.000771 ! 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.304 mas, bmaj=7.346 mas, bpa=-3.515 degrees ! Estimated noise=571.394 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.304 x 7.346 at -3.515 degrees (North through East) ! Clean map min=-0.001391 max=0.23272 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.839 mas, bmaj=6.458 mas, bpa=-3.333 degrees ! Estimated noise=826.695 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.177743 Jy ! Component: 100 - total flux cleaned = 0.222236 Jy ! Component: 150 - total flux cleaned = 0.242717 Jy ! Component: 200 - total flux cleaned = 0.254769 Jy ! Total flux subtracted in 200 components = 0.254769 Jy ! Clean residual min=-0.003739 max=0.006186 Jy/beam ! Clean residual mean=0.000007 rms=0.001119 Jy/beam ! Combined flux in latest and established models = 0.254769 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.254769 Jy ! Inverting map and beam ! Estimated beam: bmin=3.304 mas, bmaj=7.346 mas, bpa=-3.515 degrees ! Estimated noise=571.394 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.0102906 Jy ! Component: 100 - total flux cleaned = 0.0164083 Jy ! Component: 150 - total flux cleaned = 0.0205323 Jy ! Component: 200 - total flux cleaned = 0.0236658 Jy ! Total flux subtracted in 200 components = 0.0236658 Jy ! Clean residual min=-0.002100 max=0.002247 Jy/beam ! Clean residual mean=0.000004 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.278434 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 62 components and 0.278435 Jy ! Inverting map ! Added new window around map position (47.5, -42). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00261953 Jy ! Component: 100 - total flux cleaned = 0.00475297 Jy ! Component: 150 - total flux cleaned = 0.00656105 Jy ! Component: 200 - total flux cleaned = 0.00811594 Jy ! Total flux subtracted in 200 components = 0.00811594 Jy ! Clean residual min=-0.001787 max=0.001737 Jy/beam ! Clean residual mean=0.000003 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.286551 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 103 components and 0.286551 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.082 mas, bmaj=11.6 mas, bpa=-5.257 degrees ! Estimated noise=739.491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218761 Jy ! Component: 100 - total flux cleaned = 0.0036197 Jy ! Component: 150 - total flux cleaned = 0.0047277 Jy ! Component: 200 - total flux cleaned = 0.00561506 Jy ! Total flux subtracted in 200 components = 0.00561506 Jy ! Clean residual min=-0.001467 max=0.001505 Jy/beam ! Clean residual mean=0.000005 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.292166 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.000615108 Jy ! Component: 100 - total flux cleaned = 0.000915296 Jy ! Component: 150 - total flux cleaned = 0.00102756 Jy ! Component: 200 - total flux cleaned = 0.00113139 Jy ! Total flux subtracted in 200 components = 0.00113139 Jy ! Clean residual min=-0.001543 max=0.001459 Jy/beam ! Clean residual mean=0.000005 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.293297 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 189 components and 0.293297 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.304 mas, bmaj=7.346 mas, bpa=-3.515 degrees ! Estimated noise=571.394 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000137286 Jy ! Component: 100 - total flux cleaned = 0.000270608 Jy ! Component: 150 - total flux cleaned = 0.000360311 Jy ! Component: 200 - total flux cleaned = 0.00041721 Jy ! Total flux subtracted in 200 components = 0.00041721 Jy ! Clean residual min=-0.001457 max=0.001486 Jy/beam ! Clean residual mean=0.000002 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.293714 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 217 components and 0.293714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156019Jy sigma=0.000771 ! Fit after self-cal, rms=0.156022Jy sigma=0.000771 wmodel J0327+0044_S_2015_01_23_pus_map.mod ! Writing 217 model components to file: J0327+0044_S_2015_01_23_pus_map.mod wobs J0327+0044_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0327+0044_S_2015_01_23_pus_uvs.fits wwins J0327+0044_S_2015_01_23_pus_map.win ! wwins: Wrote 5 windows to J0327+0044_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.000243404 Jy ! Component: 100 - total flux cleaned = -0.000493462 Jy ! Component: 150 - total flux cleaned = -0.000706806 Jy ! Component: 200 - total flux cleaned = -0.000912661 Jy ! Component: 250 - total flux cleaned = -0.00104578 Jy ! Component: 300 - total flux cleaned = -0.00119713 Jy ! Component: 350 - total flux cleaned = -0.0013645 Jy ! Component: 400 - total flux cleaned = -0.00146695 Jy ! Component: 450 - total flux cleaned = -0.0016684 Jy ! Component: 500 - total flux cleaned = -0.0018455 Jy ! Component: 550 - total flux cleaned = -0.00198072 Jy ! Component: 600 - total flux cleaned = -0.00209484 Jy ! Component: 650 - total flux cleaned = -0.00218841 Jy ! Component: 700 - total flux cleaned = -0.00228001 Jy ! Component: 750 - total flux cleaned = -0.00229815 Jy ! Component: 800 - total flux cleaned = -0.00231622 Jy ! Component: 850 - total flux cleaned = -0.00240431 Jy ! Component: 900 - total flux cleaned = -0.00247351 Jy ! Component: 950 - total flux cleaned = -0.00247351 Jy ! Component: 1000 - total flux cleaned = -0.00257503 Jy ! Component: 1050 - total flux cleaned = -0.00262513 Jy ! Component: 1100 - total flux cleaned = -0.00265763 Jy ! Component: 1150 - total flux cleaned = -0.00267414 Jy ! Component: 1200 - total flux cleaned = -0.00268996 Jy ! Component: 1250 - total flux cleaned = -0.00273739 Jy ! Component: 1300 - total flux cleaned = -0.00272183 Jy ! Component: 1350 - total flux cleaned = -0.00281459 Jy ! Component: 1400 - total flux cleaned = -0.00284497 Jy ! Component: 1450 - total flux cleaned = -0.00296558 Jy ! Component: 1500 - total flux cleaned = -0.00299518 Jy ! Component: 1550 - total flux cleaned = -0.00305422 Jy ! Component: 1600 - total flux cleaned = -0.00309806 Jy ! Component: 1650 - total flux cleaned = -0.003156 Jy ! Component: 1700 - total flux cleaned = -0.00319908 Jy ! Component: 1750 - total flux cleaned = -0.00322749 Jy ! Component: 1800 - total flux cleaned = -0.00326969 Jy ! Component: 1850 - total flux cleaned = -0.00333958 Jy ! Component: 1900 - total flux cleaned = -0.00335339 Jy ! Component: 1950 - total flux cleaned = -0.00342189 Jy ! Component: 2000 - total flux cleaned = -0.00339452 Jy ! Component: 2050 - total flux cleaned = -0.00342149 Jy ! Component: 2100 - total flux cleaned = -0.00344842 Jy ! Component: 2150 - total flux cleaned = -0.00346162 Jy ! Component: 2200 - total flux cleaned = -0.00354038 Jy ! Component: 2250 - total flux cleaned = -0.00351397 Jy ! Component: 2300 - total flux cleaned = -0.00348816 Jy ! Component: 2350 - total flux cleaned = -0.00352685 Jy ! Component: 2400 - total flux cleaned = -0.00348859 Jy ! Component: 2450 - total flux cleaned = -0.00351399 Jy ! Component: 2500 - total flux cleaned = -0.00347639 Jy ! Component: 2550 - total flux cleaned = -0.00348897 Jy ! Component: 2600 - total flux cleaned = -0.00350146 Jy ! Component: 2650 - total flux cleaned = -0.00351369 Jy ! Component: 2700 - total flux cleaned = -0.00352599 Jy ! Component: 2750 - total flux cleaned = -0.00352588 Jy ! Component: 2800 - total flux cleaned = -0.00351394 Jy ! Component: 2850 - total flux cleaned = -0.00353767 Jy ! Component: 2900 - total flux cleaned = -0.00352583 Jy ! Component: 2950 - total flux cleaned = -0.00351413 Jy ! Component: 3000 - total flux cleaned = -0.0035845 Jy ! Component: 3050 - total flux cleaned = -0.00356122 Jy ! Component: 3100 - total flux cleaned = -0.00351484 Jy ! Component: 3150 - total flux cleaned = -0.00356087 Jy ! Component: 3200 - total flux cleaned = -0.00350387 Jy ! Component: 3250 - total flux cleaned = -0.00352665 Jy ! Component: 3300 - total flux cleaned = -0.00357173 Jy ! Component: 3350 - total flux cleaned = -0.00353801 Jy ! Component: 3400 - total flux cleaned = -0.0035603 Jy ! Component: 3450 - total flux cleaned = -0.00354924 Jy ! Component: 3500 - total flux cleaned = -0.00354909 Jy ! Component: 3550 - total flux cleaned = -0.00356005 Jy ! Component: 3600 - total flux cleaned = -0.0035601 Jy ! Component: 3650 - total flux cleaned = -0.00356002 Jy ! Component: 3700 - total flux cleaned = -0.00353838 Jy ! Component: 3750 - total flux cleaned = -0.00351689 Jy ! Component: 3800 - total flux cleaned = -0.0035276 Jy ! Component: 3850 - total flux cleaned = -0.00353826 Jy ! Component: 3900 - total flux cleaned = -0.00351716 Jy ! Component: 3950 - total flux cleaned = -0.00350664 Jy ! Component: 4000 - total flux cleaned = -0.00353796 Jy ! Component: 4050 - total flux cleaned = -0.00354834 Jy ! Total flux subtracted in 4096 components = -0.00351726 Jy ! Clean residual min=-0.000710 max=0.000781 Jy/beam ! Clean residual mean=0.000001 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.290197 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 505 components and 0.290197 Jy ![Exited script file: muppet] wmap "J0327+0044_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.304 x 7.346 at -3.515 degrees (North through East) ! Clean map min=-0.0013126 max=0.23316 Jy/beam ! Writing clean map to FITS file: J0327+0044_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.233161 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000191089 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.245867 0.245867 0.491735 0.983469 1.96694 3.93388 7.86775 15.7355 31.471 62.942 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.233 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.304 x 7.346 at -3.515 degrees (North through East) ! Clean map min=-0.0013126 max=0.23316 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 J0327+0044_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:04:27 2017