! Started logfile: J1702+1502_S_2017_03_23_pus_uvs.log on Mon May 13 10:05:01 2019 obs J1702+1502_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1702+1502_S_2017_03_23_pus_uva.fits ! AN table 1: 174 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.846616 visibilities/baseline/integration-bin. ! Found source: J1702+1502 ! ! 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 481 lines of history. ! ! Reading 26516 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 J1702+1502_S_2017_03_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 137 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 137 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 137 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 618 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.931388Jy sigma=0.007775 ! Fit after self-cal, rms=0.914854Jy sigma=0.007654 ! 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.963 mas, bmaj=7.864 mas, bpa=-11.9 degrees ! Estimated noise=910.157 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.0660955 Jy ! Component: 100 - total flux cleaned = 0.0855382 Jy ! Total flux subtracted in 100 components = 0.0855382 Jy ! Clean residual min=-0.003871 max=0.008096 Jy/beam ! Clean residual mean=-0.000023 rms=0.001005 Jy/beam ! Combined flux in latest and established models = 0.0855382 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0855382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091933Jy sigma=0.000688 ! Fit after self-cal, rms=0.091949Jy sigma=0.000688 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00870907 Jy ! Component: 100 - total flux cleaned = 0.0128272 Jy ! Total flux subtracted in 100 components = 0.0128272 Jy ! Clean residual min=-0.003569 max=0.003480 Jy/beam ! Clean residual mean=-0.000013 rms=0.000827 Jy/beam ! Combined flux in latest and established models = 0.0983654 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 15 components and 0.0983654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091010Jy sigma=0.000681 ! Fit after self-cal, rms=0.091031Jy sigma=0.000681 ! 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.599 mas, bmaj=8.613 mas, bpa=-9.919 degrees ! Estimated noise=571.445 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.00299118 Jy ! Component: 100 - total flux cleaned = 0.00467723 Jy ! Component: 150 - total flux cleaned = 0.00569325 Jy ! Component: 200 - total flux cleaned = 0.00592463 Jy ! Total flux subtracted in 200 components = 0.00592463 Jy ! Clean residual min=-0.003491 max=0.003229 Jy/beam ! Clean residual mean=-0.000027 rms=0.000755 Jy/beam ! Combined flux in latest and established models = 0.10429 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 27 components and 0.10429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090899Jy sigma=0.000680 ! Fit after self-cal, rms=0.090912Jy sigma=0.000680 ! 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.99 FD 0.96 HN 0.95 KP 1.01 ! LA 0.97 MK 1.06 NL 0.93 OV 1.04 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.01 HN 0.98 KP 1.00 ! LA 0.94 MK 1.05 NL 1.19 OV 1.04 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.05 HN 0.98 KP 0.89 ! LA 0.80 MK 1.08 NL 1.25 OV 0.91 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.12 HN 0.96 KP 1.00* ! LA 0.76 MK 1.03 NL 1.00* OV 1.43 ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.090912Jy sigma=0.000680 ! Fit after self-cal, rms=0.093424Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.632 mas, bmaj=8.661 mas, bpa=-9.532 degrees ! Estimated noise=576.383 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.000546847 Jy ! Component: 100 - total flux cleaned = -0.000543779 Jy ! Component: 150 - total flux cleaned = -0.000642623 Jy ! Component: 200 - total flux cleaned = -0.000731272 Jy ! Total flux subtracted in 200 components = -0.000731272 Jy ! Clean residual min=-0.002173 max=0.002363 Jy/beam ! Clean residual mean=-0.000006 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.103559 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 37 components and 0.103559 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093409Jy sigma=0.000672 ! Fit after self-cal, rms=0.093477Jy sigma=0.000672 ! 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.093477Jy sigma=0.000672 ! Fit after self-cal, rms=0.091661Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.633 mas, bmaj=8.696 mas, bpa=-9.393 degrees ! Estimated noise=577.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000289802 Jy ! Component: 100 - total flux cleaned = -0.000359147 Jy ! Component: 150 - total flux cleaned = -0.000453064 Jy ! Component: 200 - total flux cleaned = -0.000519897 Jy ! Total flux subtracted in 200 components = -0.000519897 Jy ! Clean residual min=-0.001715 max=0.001770 Jy/beam ! Clean residual mean=-0.000003 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.103039 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.103039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091651Jy sigma=0.000668 ! Fit after self-cal, rms=0.091718Jy sigma=0.000668 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 (-68, 104). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00145014 Jy ! Component: 100 - total flux cleaned = 0.00165601 Jy ! Component: 150 - total flux cleaned = 0.00171216 Jy ! Component: 200 - total flux cleaned = 0.00168681 Jy ! Total flux subtracted in 200 components = 0.00168681 Jy ! Clean residual min=-0.001752 max=0.001481 Jy/beam ! Clean residual mean=-0.000007 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.104726 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 63 components and 0.104726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091687Jy sigma=0.000668 ! Fit after self-cal, rms=0.091684Jy sigma=0.000668 ! 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.091684Jy sigma=0.000668 ! Fit after self-cal, rms=0.091994Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.636 mas, bmaj=8.715 mas, bpa=-9.369 degrees ! Estimated noise=578.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000423275 Jy ! Component: 100 - total flux cleaned = 0.000424959 Jy ! Component: 150 - total flux cleaned = 0.000425104 Jy ! Component: 200 - total flux cleaned = 0.000403271 Jy ! Total flux subtracted in 200 components = 0.000403271 Jy ! Clean residual min=-0.001660 max=0.001461 Jy/beam ! Clean residual mean=-0.000006 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.105129 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 69 components and 0.105129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091980Jy sigma=0.000667 ! Fit after self-cal, rms=0.091990Jy sigma=0.000667 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.06757e-05 Jy ! Component: 100 - total flux cleaned = 5.01664e-05 Jy ! Component: 150 - total flux cleaned = 1.11455e-05 Jy ! Component: 200 - total flux cleaned = 1.2011e-05 Jy ! Total flux subtracted in 200 components = 1.2011e-05 Jy ! Clean residual min=-0.001655 max=0.001421 Jy/beam ! Clean residual mean=-0.000006 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.105141 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 76 components and 0.105141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091981Jy sigma=0.000667 ! Fit after self-cal, rms=0.091979Jy sigma=0.000667 ! 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.091979Jy sigma=0.000667 ! Fit after self-cal, rms=0.092019Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.512 mas, bmaj=11.05 mas, bpa=-5.534 degrees ! Estimated noise=671.552 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000158933 Jy ! Component: 100 - total flux cleaned = 0.00026492 Jy ! Component: 150 - total flux cleaned = 0.000315324 Jy ! Component: 200 - total flux cleaned = 0.000337673 Jy ! Total flux subtracted in 200 components = 0.000337673 Jy ! Clean residual min=-0.001624 max=0.001447 Jy/beam ! Clean residual mean=-0.000012 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.105479 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 87 components and 0.105479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092018Jy sigma=0.000667 ! Fit after self-cal, rms=0.092018Jy sigma=0.000667 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 = 4.17869e-05 Jy ! Component: 100 - total flux cleaned = 7.57851e-05 Jy ! Component: 150 - total flux cleaned = 9.57282e-05 Jy ! Component: 200 - total flux cleaned = 9.53032e-05 Jy ! Total flux subtracted in 200 components = 9.53032e-05 Jy ! Clean residual min=-0.001610 max=0.001428 Jy/beam ! Clean residual mean=-0.000012 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.105574 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 95 components and 0.105574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092019Jy sigma=0.000667 ! Fit after self-cal, rms=0.092017Jy sigma=0.000667 ! 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.636 mas, bmaj=8.717 mas, bpa=-9.361 degrees ! Estimated noise=578.66 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.636 x 8.717 at -9.361 degrees (North through East) ! Clean map min=-0.0015413 max=0.089077 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.997 mas, bmaj=7.94 mas, bpa=-11.11 degrees ! Estimated noise=925.514 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0667412 Jy ! Component: 100 - total flux cleaned = 0.0863809 Jy ! Component: 150 - total flux cleaned = 0.0947906 Jy ! Component: 200 - total flux cleaned = 0.0988669 Jy ! Total flux subtracted in 200 components = 0.0988669 Jy ! Clean residual min=-0.003252 max=0.002505 Jy/beam ! Clean residual mean=-0.000004 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.0988669 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.0988669 Jy ! Inverting map and beam ! Estimated beam: bmin=3.636 mas, bmaj=8.717 mas, bpa=-9.361 degrees ! Estimated noise=578.66 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.00276127 Jy ! Component: 100 - total flux cleaned = 0.00370792 Jy ! Component: 150 - total flux cleaned = 0.00435159 Jy ! Component: 200 - total flux cleaned = 0.00468575 Jy ! Total flux subtracted in 200 components = 0.00468575 Jy ! Clean residual min=-0.001850 max=0.001502 Jy/beam ! Clean residual mean=-0.000008 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.103553 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 32 components and 0.103553 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.512 mas, bmaj=11.05 mas, bpa=-5.534 degrees ! Estimated noise=671.552 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000847879 Jy ! Component: 100 - total flux cleaned = 0.00122255 Jy ! Component: 150 - total flux cleaned = 0.00133675 Jy ! Component: 200 - total flux cleaned = 0.00145813 Jy ! Total flux subtracted in 200 components = 0.00145813 Jy ! Clean residual min=-0.001642 max=0.001481 Jy/beam ! Clean residual mean=-0.000013 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.105011 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 = 7.15886e-05 Jy ! Component: 100 - total flux cleaned = 0.000120016 Jy ! Component: 150 - total flux cleaned = 0.00016483 Jy ! Component: 200 - total flux cleaned = 0.000205651 Jy ! Total flux subtracted in 200 components = 0.000205651 Jy ! Clean residual min=-0.001634 max=0.001453 Jy/beam ! Clean residual mean=-0.000012 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.105216 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 68 components and 0.105216 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.636 mas, bmaj=8.717 mas, bpa=-9.361 degrees ! Estimated noise=578.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000101816 Jy ! Component: 100 - total flux cleaned = -0.000213314 Jy ! Component: 150 - total flux cleaned = -0.000317046 Jy ! Component: 200 - total flux cleaned = -0.000366084 Jy ! Total flux subtracted in 200 components = -0.000366084 Jy ! Clean residual min=-0.001728 max=0.001451 Jy/beam ! Clean residual mean=-0.000005 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.10485 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 85 components and 0.10485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092042Jy sigma=0.000668 ! Fit after self-cal, rms=0.092026Jy sigma=0.000667 wmodel J1702+1502_S_2017_03_23_pus_map.mod ! Writing 85 model components to file: J1702+1502_S_2017_03_23_pus_map.mod wobs J1702+1502_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1702+1502_S_2017_03_23_pus_uvs.fits wwins J1702+1502_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J1702+1502_S_2017_03_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.000543836 Jy ! Component: 100 - total flux cleaned = -0.000701011 Jy ! Component: 150 - total flux cleaned = -0.000627234 Jy ! Component: 200 - total flux cleaned = -0.000603754 Jy ! Component: 250 - total flux cleaned = -0.000604074 Jy ! Component: 300 - total flux cleaned = -0.000536285 Jy ! Component: 350 - total flux cleaned = -0.000492065 Jy ! Component: 400 - total flux cleaned = -0.000448547 Jy ! Component: 450 - total flux cleaned = -0.000448686 Jy ! Component: 500 - total flux cleaned = -0.000386102 Jy ! Component: 550 - total flux cleaned = -0.000345089 Jy ! Component: 600 - total flux cleaned = -0.000345231 Jy ! Component: 650 - total flux cleaned = -0.00036501 Jy ! Component: 700 - total flux cleaned = -0.000404487 Jy ! Component: 750 - total flux cleaned = -0.000404238 Jy ! Component: 800 - total flux cleaned = -0.00036605 Jy ! Component: 850 - total flux cleaned = -0.000366565 Jy ! Component: 900 - total flux cleaned = -0.000403906 Jy ! Component: 950 - total flux cleaned = -0.00042231 Jy ! Component: 1000 - total flux cleaned = -0.000440138 Jy ! Component: 1050 - total flux cleaned = -0.000385955 Jy ! Component: 1100 - total flux cleaned = -0.000368368 Jy ! Component: 1150 - total flux cleaned = -0.000385861 Jy ! Component: 1200 - total flux cleaned = -0.000385821 Jy ! Component: 1250 - total flux cleaned = -0.000351208 Jy ! Component: 1300 - total flux cleaned = -0.000351194 Jy ! Component: 1350 - total flux cleaned = -0.000351371 Jy ! Component: 1400 - total flux cleaned = -0.000351115 Jy ! Component: 1450 - total flux cleaned = -0.000285552 Jy ! Component: 1500 - total flux cleaned = -0.000252827 Jy ! Component: 1550 - total flux cleaned = -0.000221032 Jy ! Component: 1600 - total flux cleaned = -0.000220991 Jy ! Component: 1650 - total flux cleaned = -0.000157594 Jy ! Component: 1700 - total flux cleaned = -0.000141909 Jy ! Component: 1750 - total flux cleaned = -9.55695e-05 Jy ! Component: 1800 - total flux cleaned = -6.4745e-05 Jy ! Component: 1850 - total flux cleaned = -4.95121e-05 Jy ! Component: 1900 - total flux cleaned = -1.92714e-05 Jy ! Component: 1950 - total flux cleaned = 5.58289e-05 Jy ! Component: 2000 - total flux cleaned = 7.061e-05 Jy ! Component: 2050 - total flux cleaned = 0.00011471 Jy ! Component: 2100 - total flux cleaned = 0.000143768 Jy ! Component: 2150 - total flux cleaned = 0.000158251 Jy ! Component: 2200 - total flux cleaned = 0.000215951 Jy ! Component: 2250 - total flux cleaned = 0.000287429 Jy ! Component: 2300 - total flux cleaned = 0.000329967 Jy ! Component: 2350 - total flux cleaned = 0.00037218 Jy ! Component: 2400 - total flux cleaned = 0.000386286 Jy ! Component: 2450 - total flux cleaned = 0.000455621 Jy ! Component: 2500 - total flux cleaned = 0.000524591 Jy ! Component: 2550 - total flux cleaned = 0.000538294 Jy ! Component: 2600 - total flux cleaned = 0.000592611 Jy ! Component: 2650 - total flux cleaned = 0.000646553 Jy ! Component: 2700 - total flux cleaned = 0.000726582 Jy ! Component: 2750 - total flux cleaned = 0.000779785 Jy ! Component: 2800 - total flux cleaned = 0.000845636 Jy ! Component: 2850 - total flux cleaned = 0.000858729 Jy ! Component: 2900 - total flux cleaned = 0.000923648 Jy ! Component: 2950 - total flux cleaned = 0.000923615 Jy ! Component: 3000 - total flux cleaned = 0.000975021 Jy ! Component: 3050 - total flux cleaned = 0.00105174 Jy ! Component: 3100 - total flux cleaned = 0.00108967 Jy ! Component: 3150 - total flux cleaned = 0.00117802 Jy ! Component: 3200 - total flux cleaned = 0.00119053 Jy ! Component: 3250 - total flux cleaned = 0.00121534 Jy ! Component: 3300 - total flux cleaned = 0.00130195 Jy ! Component: 3350 - total flux cleaned = 0.00131435 Jy ! Component: 3400 - total flux cleaned = 0.00136344 Jy ! Component: 3450 - total flux cleaned = 0.00143651 Jy ! Component: 3500 - total flux cleaned = 0.00147268 Jy ! Component: 3550 - total flux cleaned = 0.0015328 Jy ! Component: 3600 - total flux cleaned = 0.00152097 Jy ! Component: 3650 - total flux cleaned = 0.00155662 Jy ! Component: 3700 - total flux cleaned = 0.00163943 Jy ! Component: 3750 - total flux cleaned = 0.00170995 Jy ! Component: 3800 - total flux cleaned = 0.00170992 Jy ! Component: 3850 - total flux cleaned = 0.00174483 Jy ! Component: 3900 - total flux cleaned = 0.00181411 Jy ! Component: 3950 - total flux cleaned = 0.00183708 Jy ! Component: 4000 - total flux cleaned = 0.00184851 Jy ! Component: 4050 - total flux cleaned = 0.00189399 Jy ! Total flux subtracted in 4096 components = 0.00195061 Jy ! Clean residual min=-0.000661 max=0.000584 Jy/beam ! Clean residual mean=-0.000001 rms=0.000211 Jy/beam ! Combined flux in latest and established models = 0.106801 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 362 components and 0.106801 Jy ![Exited script file: muppet] wmap "J1702+1502_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.636 x 8.717 at -9.361 degrees (North through East) ! Clean map min=-0.0011523 max=0.089186 Jy/beam ! Writing clean map to FITS file: J1702+1502_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0891865 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000210129 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.706818 0.706818 1.41364 2.82727 5.65455 11.3091 22.6182 45.2364 90.4728 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.089 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.636 x 8.717 at -9.361 degrees (North through East) ! Clean map min=-0.0011523 max=0.089186 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 J1702+1502_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:05:07 2019