! Started logfile: J0638-0845_S_2017_07_09_pus_uvs.log on Wed May 8 14:43:40 2019 obs J0638-0845_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0638-0845_S_2017_07_09_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.91142 visibilities/baseline/integration-bin. ! Found source: J0638-0845 ! ! 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 594 lines of history. ! ! Reading 23624 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 J0638-0845_S_2017_07_09_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 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 106 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 805 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.935799Jy sigma=0.007680 ! Fit after self-cal, rms=0.920524Jy sigma=0.007567 ! 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.681 mas, bmaj=7.452 mas, bpa=-3.352 degrees ! Estimated noise=871.408 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.0627091 Jy ! Component: 100 - total flux cleaned = 0.0773808 Jy ! Total flux subtracted in 100 components = 0.0773808 Jy ! Clean residual min=-0.002759 max=0.005814 Jy/beam ! Clean residual mean=0.000002 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.0773808 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0773808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087250Jy sigma=0.000675 ! Fit after self-cal, rms=0.087218Jy sigma=0.000675 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0064307 Jy ! Component: 100 - total flux cleaned = 0.00989074 Jy ! Total flux subtracted in 100 components = 0.00989074 Jy ! Clean residual min=-0.002481 max=0.002621 Jy/beam ! Clean residual mean=0.000002 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.0872715 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 22 components and 0.0872715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086656Jy sigma=0.000671 ! Fit after self-cal, rms=0.086649Jy sigma=0.000671 ! 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.285 mas, bmaj=8.392 mas, bpa=-2.298 degrees ! Estimated noise=641.61 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.00216267 Jy ! Component: 100 - total flux cleaned = 0.00312468 Jy ! Component: 150 - total flux cleaned = 0.00337134 Jy ! Component: 200 - total flux cleaned = 0.00337167 Jy ! Total flux subtracted in 200 components = 0.00337167 Jy ! Clean residual min=-0.001775 max=0.001839 Jy/beam ! Clean residual mean=0.000005 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.0906432 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 36 components and 0.0906432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086582Jy sigma=0.000670 ! Fit after self-cal, rms=0.086582Jy sigma=0.000670 ! 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.96 FD 0.99 HN 0.98 KP 1.03 ! LA 1.03 MK 1.02 NL 0.91 OV 1.01 ! PT 1.04 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.03 HN 1.01 KP 0.99 ! LA 1.00 MK 1.03 NL 1.08 OV 1.05 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.04 HN 0.99 KP 0.99 ! LA 0.93 MK 1.04 NL 1.02 OV 0.98 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.95 KP 1.00* ! LA 0.86 MK 1.00 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.086582Jy sigma=0.000670 ! Fit after self-cal, rms=0.085529Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.305 mas, bmaj=8.406 mas, bpa=-2.255 degrees ! Estimated noise=645.156 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 = 4.02622e-05 Jy ! Component: 100 - total flux cleaned = 2.3649e-05 Jy ! Component: 150 - total flux cleaned = 3.90683e-05 Jy ! Component: 200 - total flux cleaned = 8.02856e-05 Jy ! Total flux subtracted in 200 components = 8.02856e-05 Jy ! Clean residual min=-0.001611 max=0.001659 Jy/beam ! Clean residual mean=0.000003 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.0907235 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 41 components and 0.0907235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085523Jy sigma=0.000669 ! Fit after self-cal, rms=0.085460Jy sigma=0.000669 ! 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.085460Jy sigma=0.000669 ! Fit after self-cal, rms=0.085236Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.311 mas, bmaj=8.414 mas, bpa=-2.222 degrees ! Estimated noise=645.374 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.72998e-05 Jy ! Component: 100 - total flux cleaned = -4.80823e-05 Jy ! Component: 150 - total flux cleaned = -2.53748e-05 Jy ! Component: 200 - total flux cleaned = -4.44774e-06 Jy ! Total flux subtracted in 200 components = -4.44774e-06 Jy ! Clean residual min=-0.001653 max=0.001673 Jy/beam ! Clean residual mean=0.000003 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.090719 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 43 components and 0.090719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085233Jy sigma=0.000668 ! Fit after self-cal, rms=0.085230Jy 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 (81, -99.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149376 Jy ! Component: 100 - total flux cleaned = 0.00174286 Jy ! Component: 150 - total flux cleaned = 0.00176614 Jy ! Component: 200 - total flux cleaned = 0.00178564 Jy ! Total flux subtracted in 200 components = 0.00178564 Jy ! Clean residual min=-0.001629 max=0.001457 Jy/beam ! Clean residual mean=0.000002 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.0925047 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 65 components and 0.0925047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085201Jy sigma=0.000668 ! Fit after self-cal, rms=0.085199Jy 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.085199Jy sigma=0.000668 ! Fit after self-cal, rms=0.085118Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.313 mas, bmaj=8.417 mas, bpa=-2.216 degrees ! Estimated noise=644.723 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000429854 Jy ! Component: 100 - total flux cleaned = 0.000595472 Jy ! Component: 150 - total flux cleaned = 0.000627298 Jy ! Component: 200 - total flux cleaned = 0.000627147 Jy ! Total flux subtracted in 200 components = 0.000627147 Jy ! Clean residual min=-0.001524 max=0.001434 Jy/beam ! Clean residual mean=0.000001 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.0931318 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 82 components and 0.0931318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085111Jy sigma=0.000668 ! Fit after self-cal, rms=0.085113Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000151772 Jy ! Component: 100 - total flux cleaned = 0.000151567 Jy ! Component: 150 - total flux cleaned = 0.000151807 Jy ! Component: 200 - total flux cleaned = 0.000164687 Jy ! Total flux subtracted in 200 components = 0.000164687 Jy ! Clean residual min=-0.001515 max=0.001424 Jy/beam ! Clean residual mean=0.000001 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.0932965 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 89 components and 0.0932965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085109Jy sigma=0.000667 ! Fit after self-cal, rms=0.085109Jy 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.085109Jy sigma=0.000667 ! Fit after self-cal, rms=0.085144Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.646 mas, bmaj=14.26 mas, bpa=-1.444 degrees ! Estimated noise=806.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000254802 Jy ! Component: 100 - total flux cleaned = 0.000352259 Jy ! Component: 150 - total flux cleaned = 0.00040368 Jy ! Component: 200 - total flux cleaned = 0.00045846 Jy ! Total flux subtracted in 200 components = 0.00045846 Jy ! Clean residual min=-0.001875 max=0.001532 Jy/beam ! Clean residual mean=0.000003 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.093755 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 97 components and 0.093755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085143Jy sigma=0.000667 ! Fit after self-cal, rms=0.085142Jy 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 = 6.88803e-07 Jy ! Component: 100 - total flux cleaned = 2.826e-05 Jy ! Component: 150 - total flux cleaned = 6.9727e-05 Jy ! Component: 200 - total flux cleaned = 0.000106894 Jy ! Total flux subtracted in 200 components = 0.000106894 Jy ! Clean residual min=-0.001866 max=0.001544 Jy/beam ! Clean residual mean=0.000003 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.0938619 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 102 components and 0.0938619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085142Jy sigma=0.000667 ! Fit after self-cal, rms=0.085141Jy 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.315 mas, bmaj=8.417 mas, bpa=-2.182 degrees ! Estimated noise=645.046 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.315 x 8.417 at -2.182 degrees (North through East) ! Clean map min=-0.0014338 max=0.082108 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.709 mas, bmaj=7.47 mas, bpa=-3.31 degrees ! Estimated noise=872.898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0627401 Jy ! Component: 100 - total flux cleaned = 0.0773704 Jy ! Component: 150 - total flux cleaned = 0.0835767 Jy ! Component: 200 - total flux cleaned = 0.0869338 Jy ! Total flux subtracted in 200 components = 0.0869338 Jy ! Clean residual min=-0.002340 max=0.002414 Jy/beam ! Clean residual mean=0.000000 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.0869338 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0869338 Jy ! Inverting map and beam ! Estimated beam: bmin=3.315 mas, bmaj=8.417 mas, bpa=-2.182 degrees ! Estimated noise=645.046 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.00262789 Jy ! Component: 100 - total flux cleaned = 0.00423552 Jy ! Component: 150 - total flux cleaned = 0.00512933 Jy ! Component: 200 - total flux cleaned = 0.00560218 Jy ! Total flux subtracted in 200 components = 0.00560218 Jy ! Clean residual min=-0.001475 max=0.001505 Jy/beam ! Clean residual mean=0.000001 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.0925359 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 39 components and 0.092536 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.646 mas, bmaj=14.26 mas, bpa=-1.444 degrees ! Estimated noise=806.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000407658 Jy ! Component: 100 - total flux cleaned = 0.00063916 Jy ! Component: 150 - total flux cleaned = 0.000829433 Jy ! Component: 200 - total flux cleaned = 0.000979556 Jy ! Total flux subtracted in 200 components = 0.000979556 Jy ! Clean residual min=-0.001884 max=0.001521 Jy/beam ! Clean residual mean=0.000002 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.0935155 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 = 9.15617e-05 Jy ! Component: 100 - total flux cleaned = 0.000141739 Jy ! Component: 150 - total flux cleaned = 0.000187406 Jy ! Component: 200 - total flux cleaned = 0.000220974 Jy ! Total flux subtracted in 200 components = 0.000220974 Jy ! Clean residual min=-0.001880 max=0.001528 Jy/beam ! Clean residual mean=0.000002 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.0937365 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 62 components and 0.0937365 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.315 mas, bmaj=8.417 mas, bpa=-2.182 degrees ! Estimated noise=645.046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.68794e-05 Jy ! Component: 100 - total flux cleaned = -7.1657e-05 Jy ! Component: 150 - total flux cleaned = -0.000147492 Jy ! Component: 200 - total flux cleaned = -0.000200388 Jy ! Total flux subtracted in 200 components = -0.000200388 Jy ! Clean residual min=-0.001495 max=0.001456 Jy/beam ! Clean residual mean=0.000001 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.0935361 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 81 components and 0.0935361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085156Jy sigma=0.000668 ! Fit after self-cal, rms=0.085154Jy sigma=0.000668 wmodel J0638-0845_S_2017_07_09_pus_map.mod ! Writing 81 model components to file: J0638-0845_S_2017_07_09_pus_map.mod wobs J0638-0845_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0638-0845_S_2017_07_09_pus_uvs.fits wwins J0638-0845_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J0638-0845_S_2017_07_09_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.000147441 Jy ! Component: 100 - total flux cleaned = -0.000121074 Jy ! Component: 150 - total flux cleaned = -7.27167e-05 Jy ! Component: 200 - total flux cleaned = -9.61217e-05 Jy ! Component: 250 - total flux cleaned = -0.000140397 Jy ! Component: 300 - total flux cleaned = -0.000161688 Jy ! Component: 350 - total flux cleaned = -0.000140719 Jy ! Component: 400 - total flux cleaned = -0.000140724 Jy ! Component: 450 - total flux cleaned = -0.000200036 Jy ! Component: 500 - total flux cleaned = -0.000180736 Jy ! Component: 550 - total flux cleaned = -0.000256902 Jy ! Component: 600 - total flux cleaned = -0.000294307 Jy ! Component: 650 - total flux cleaned = -0.000422258 Jy ! Component: 700 - total flux cleaned = -0.000511924 Jy ! Component: 750 - total flux cleaned = -0.000564712 Jy ! Component: 800 - total flux cleaned = -0.000668982 Jy ! Component: 850 - total flux cleaned = -0.00066922 Jy ! Component: 900 - total flux cleaned = -0.00073709 Jy ! Component: 950 - total flux cleaned = -0.000720424 Jy ! Component: 1000 - total flux cleaned = -0.000770172 Jy ! Component: 1050 - total flux cleaned = -0.000802606 Jy ! Component: 1100 - total flux cleaned = -0.000834596 Jy ! Component: 1150 - total flux cleaned = -0.000818627 Jy ! Component: 1200 - total flux cleaned = -0.000865645 Jy ! Component: 1250 - total flux cleaned = -0.000850059 Jy ! Component: 1300 - total flux cleaned = -0.000881084 Jy ! Component: 1350 - total flux cleaned = -0.000986719 Jy ! Component: 1400 - total flux cleaned = -0.000971834 Jy ! Component: 1450 - total flux cleaned = -0.00100126 Jy ! Component: 1500 - total flux cleaned = -0.00100131 Jy ! Component: 1550 - total flux cleaned = -0.00100143 Jy ! Component: 1600 - total flux cleaned = -0.00100161 Jy ! Component: 1650 - total flux cleaned = -0.00105803 Jy ! Component: 1700 - total flux cleaned = -0.00101587 Jy ! Component: 1750 - total flux cleaned = -0.00101585 Jy ! Component: 1800 - total flux cleaned = -0.00101578 Jy ! Component: 1850 - total flux cleaned = -0.00101602 Jy ! Component: 1900 - total flux cleaned = -0.00104322 Jy ! Component: 1950 - total flux cleaned = -0.00105648 Jy ! Component: 2000 - total flux cleaned = -0.00103017 Jy ! Component: 2050 - total flux cleaned = -0.00103024 Jy ! Component: 2100 - total flux cleaned = -0.00108224 Jy ! Component: 2150 - total flux cleaned = -0.00113341 Jy ! Component: 2200 - total flux cleaned = -0.00110786 Jy ! Component: 2250 - total flux cleaned = -0.00110801 Jy ! Component: 2300 - total flux cleaned = -0.00115818 Jy ! Component: 2350 - total flux cleaned = -0.00120783 Jy ! Component: 2400 - total flux cleaned = -0.0012326 Jy ! Component: 2450 - total flux cleaned = -0.00125697 Jy ! Component: 2500 - total flux cleaned = -0.00128113 Jy ! Component: 2550 - total flux cleaned = -0.00131722 Jy ! Component: 2600 - total flux cleaned = -0.00136478 Jy ! Component: 2650 - total flux cleaned = -0.0013293 Jy ! Component: 2700 - total flux cleaned = -0.00136465 Jy ! Component: 2750 - total flux cleaned = -0.00137618 Jy ! Component: 2800 - total flux cleaned = -0.00139915 Jy ! Component: 2850 - total flux cleaned = -0.00144497 Jy ! Component: 2900 - total flux cleaned = -0.00145624 Jy ! Component: 2950 - total flux cleaned = -0.00147881 Jy ! Component: 3000 - total flux cleaned = -0.00151234 Jy ! Component: 3050 - total flux cleaned = -0.00151237 Jy ! Component: 3100 - total flux cleaned = -0.00157863 Jy ! Component: 3150 - total flux cleaned = -0.00161147 Jy ! Component: 3200 - total flux cleaned = -0.00162219 Jy ! Component: 3250 - total flux cleaned = -0.0016438 Jy ! Component: 3300 - total flux cleaned = -0.00174032 Jy ! Component: 3350 - total flux cleaned = -0.00175095 Jy ! Component: 3400 - total flux cleaned = -0.0017615 Jy ! Component: 3450 - total flux cleaned = -0.00180353 Jy ! Component: 3500 - total flux cleaned = -0.00180352 Jy ! Component: 3550 - total flux cleaned = -0.00183451 Jy ! Component: 3600 - total flux cleaned = -0.00187573 Jy ! Component: 3650 - total flux cleaned = -0.00190646 Jy ! Component: 3700 - total flux cleaned = -0.00194727 Jy ! Component: 3750 - total flux cleaned = -0.0019776 Jy ! Component: 3800 - total flux cleaned = -0.0019475 Jy ! Component: 3850 - total flux cleaned = -0.00201747 Jy ! Component: 3900 - total flux cleaned = -0.00200762 Jy ! Component: 3950 - total flux cleaned = -0.00202748 Jy ! Component: 4000 - total flux cleaned = -0.00205692 Jy ! Component: 4050 - total flux cleaned = -0.00208626 Jy ! Total flux subtracted in 4096 components = -0.00212505 Jy ! Clean residual min=-0.000614 max=0.000544 Jy/beam ! Clean residual mean=-0.000000 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.0914111 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 361 components and 0.091411 Jy ![Exited script file: muppet] wmap "J0638-0845_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.315 x 8.417 at -2.182 degrees (North through East) ! Clean map min=-0.00096491 max=0.08244 Jy/beam ! Writing clean map to FITS file: J0638-0845_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0824401 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000177064 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.644338 0.644338 1.28868 2.57735 5.1547 10.3094 20.6188 41.2376 82.4753 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.082 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.315 x 8.417 at -2.182 degrees (North through East) ! Clean map min=-0.00096491 max=0.08244 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 J0638-0845_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:43:45 2019