! Started logfile: J1419+2706_S_2017_07_16_pus_uvs.log on Thu May 9 11:10:39 2019 obs J1419+2706_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1419+2706_S_2017_07_16_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.66993 visibilities/baseline/integration-bin. ! Found source: J1419+2706 ! ! 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 815 lines of history. ! ! Reading 17244 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 J1419+2706_S_2017_07_16_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 256 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 371 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 256 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1068 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.822928Jy sigma=0.007468 ! Fit after self-cal, rms=0.790066Jy sigma=0.007198 ! 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.742 mas, bmaj=6.942 mas, bpa=7.501 degrees ! Estimated noise=1053.23 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.164875 Jy ! Component: 100 - total flux cleaned = 0.202661 Jy ! Total flux subtracted in 100 components = 0.202661 Jy ! Clean residual min=-0.006612 max=0.014047 Jy/beam ! Clean residual mean=0.000006 rms=0.001982 Jy/beam ! Combined flux in latest and established models = 0.202661 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.202661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090508Jy sigma=0.000724 ! Fit after self-cal, rms=0.090501Jy sigma=0.000724 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0148159 Jy ! Component: 100 - total flux cleaned = 0.0204262 Jy ! Total flux subtracted in 100 components = 0.0204262 Jy ! Clean residual min=-0.005674 max=0.006848 Jy/beam ! Clean residual mean=0.000005 rms=0.001560 Jy/beam ! Combined flux in latest and established models = 0.223087 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 10 components and 0.223087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088047Jy sigma=0.000705 ! Fit after self-cal, rms=0.088007Jy sigma=0.000705 ! 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.287 mas, bmaj=7.529 mas, bpa=7.439 degrees ! Estimated noise=707.342 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.00181442 Jy ! Component: 100 - total flux cleaned = 0.00155002 Jy ! Component: 150 - total flux cleaned = 0.0014393 Jy ! Component: 200 - total flux cleaned = 0.00125174 Jy ! Total flux subtracted in 200 components = 0.00125174 Jy ! Clean residual min=-0.004891 max=0.005102 Jy/beam ! Clean residual mean=0.000009 rms=0.001250 Jy/beam ! Combined flux in latest and established models = 0.224339 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 17 components and 0.224339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087521Jy sigma=0.000703 ! Fit after self-cal, rms=0.087506Jy sigma=0.000703 ! 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.11 FD 1.00* HN 0.96 KP 1.09 ! LA 1.02 MK 1.01 NL 0.90 OV 1.01 ! PT 1.06 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.68 FD 1.00* HN 1.01 KP 1.05 ! LA 0.96 MK 1.01 NL 1.05 OV 1.02 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.83 FD 1.00* HN 0.99 KP 1.05 ! LA 0.99 MK 1.04 NL 0.99 OV 0.95 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.97 KP 1.00* ! LA 0.94 MK 1.01 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.087506Jy sigma=0.000703 ! Fit after self-cal, rms=0.082138Jy sigma=0.000683 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.288 mas, bmaj=7.482 mas, bpa=7.764 degrees ! Estimated noise=704.415 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.000137201 Jy ! Component: 100 - total flux cleaned = 0.000240041 Jy ! Component: 150 - total flux cleaned = 0.000331106 Jy ! Component: 200 - total flux cleaned = 0.000408927 Jy ! Total flux subtracted in 200 components = 0.000408927 Jy ! Clean residual min=-0.003948 max=0.003869 Jy/beam ! Clean residual mean=0.000010 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.224748 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 27 components and 0.224748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082071Jy sigma=0.000683 ! Fit after self-cal, rms=0.082076Jy sigma=0.000682 ! 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.082076Jy sigma=0.000682 ! Fit after self-cal, rms=0.081145Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=7.445 mas, bpa=7.864 degrees ! Estimated noise=705.098 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00077946 Jy ! Component: 100 - total flux cleaned = 0.000923473 Jy ! Component: 150 - total flux cleaned = 0.000965597 Jy ! Component: 200 - total flux cleaned = 0.0010397 Jy ! Total flux subtracted in 200 components = 0.0010397 Jy ! Clean residual min=-0.002120 max=0.002719 Jy/beam ! Clean residual mean=0.000001 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.225788 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 38 components and 0.225788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081121Jy sigma=0.000670 ! Fit after self-cal, rms=0.081176Jy sigma=0.000670 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 (-88, 67). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00196962 Jy ! Component: 100 - total flux cleaned = 0.00174892 Jy ! Component: 150 - total flux cleaned = 0.00153763 Jy ! Component: 200 - total flux cleaned = 0.00147777 Jy ! Total flux subtracted in 200 components = 0.00147777 Jy ! Clean residual min=-0.001992 max=0.002360 Jy/beam ! Clean residual mean=0.000000 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.227266 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 54 components and 0.227266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081094Jy sigma=0.000669 ! Fit after self-cal, rms=0.081091Jy sigma=0.000669 ! Inverting map ! Added new window around map position (84.5, 61). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141214 Jy ! Component: 100 - total flux cleaned = 0.00142395 Jy ! Component: 150 - total flux cleaned = 0.00131436 Jy ! Component: 200 - total flux cleaned = 0.00127934 Jy ! Total flux subtracted in 200 components = 0.00127934 Jy ! Clean residual min=-0.001875 max=0.001674 Jy/beam ! Clean residual mean=0.000000 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.228545 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.228545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081021Jy sigma=0.000669 ! Fit after self-cal, rms=0.081020Jy 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.081020Jy sigma=0.000668 ! Fit after self-cal, rms=0.080933Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.294 mas, bmaj=7.438 mas, bpa=7.841 degrees ! Estimated noise=703.939 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.27604e-06 Jy ! Component: 100 - total flux cleaned = -4.69585e-05 Jy ! Component: 150 - total flux cleaned = -0.000175942 Jy ! Component: 200 - total flux cleaned = -0.000199246 Jy ! Total flux subtracted in 200 components = -0.000199246 Jy ! Clean residual min=-0.001790 max=0.001621 Jy/beam ! Clean residual mean=-0.000000 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.228346 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 81 components and 0.228346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080911Jy sigma=0.000668 ! Fit after self-cal, rms=0.080913Jy 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 = -7.39937e-05 Jy ! Component: 100 - total flux cleaned = -0.000157258 Jy ! Component: 150 - total flux cleaned = -0.000156784 Jy ! Component: 200 - total flux cleaned = -0.000174774 Jy ! Total flux subtracted in 200 components = -0.000174774 Jy ! Clean residual min=-0.001763 max=0.001592 Jy/beam ! Clean residual mean=-0.000000 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.228171 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 89 components and 0.228171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080902Jy sigma=0.000668 ! Fit after self-cal, rms=0.080902Jy sigma=0.000668 ! 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.080902Jy sigma=0.000668 ! Fit after self-cal, rms=0.080883Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.501 mas, bmaj=10.41 mas, bpa=-2.258 degrees ! Estimated noise=901.674 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000229296 Jy ! Component: 100 - total flux cleaned = 0.000232085 Jy ! Component: 150 - total flux cleaned = 0.000212218 Jy ! Component: 200 - total flux cleaned = 0.000177468 Jy ! Total flux subtracted in 200 components = 0.000177468 Jy ! Clean residual min=-0.002031 max=0.001868 Jy/beam ! Clean residual mean=-0.000001 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.228348 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 106 components and 0.228348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080881Jy sigma=0.000668 ! Fit after self-cal, rms=0.080881Jy 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 = -6.89618e-05 Jy ! Component: 100 - total flux cleaned = -8.57319e-05 Jy ! Component: 150 - total flux cleaned = -8.61683e-05 Jy ! Component: 200 - total flux cleaned = -9.86763e-05 Jy ! Total flux subtracted in 200 components = -9.86763e-05 Jy ! Clean residual min=-0.002061 max=0.001837 Jy/beam ! Clean residual mean=-0.000001 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.22825 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 120 components and 0.22825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080881Jy sigma=0.000668 ! Fit after self-cal, rms=0.080880Jy sigma=0.000668 ! 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.294 mas, bmaj=7.438 mas, bpa=7.832 degrees ! Estimated noise=703.703 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.294 x 7.438 at 7.832 degrees (North through East) ! Clean map min=-0.0019535 max=0.21018 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.755 mas, bmaj=6.863 mas, bpa=7.85 degrees ! Estimated noise=1045.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.163338 Jy ! Component: 100 - total flux cleaned = 0.200892 Jy ! Component: 150 - total flux cleaned = 0.215397 Jy ! Component: 200 - total flux cleaned = 0.222402 Jy ! Total flux subtracted in 200 components = 0.222402 Jy ! Clean residual min=-0.003738 max=0.003737 Jy/beam ! Clean residual mean=0.000000 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.222402 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.222402 Jy ! Inverting map and beam ! Estimated beam: bmin=3.294 mas, bmaj=7.438 mas, bpa=7.832 degrees ! Estimated noise=703.703 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) ! Added new window around map position (3, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00436315 Jy ! Component: 100 - total flux cleaned = 0.00616254 Jy ! Component: 150 - total flux cleaned = 0.00645335 Jy ! Component: 200 - total flux cleaned = 0.00670232 Jy ! Total flux subtracted in 200 components = 0.00670232 Jy ! Clean residual min=-0.002034 max=0.002090 Jy/beam ! Clean residual mean=-0.000000 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.229104 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.229104 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=6.501 mas, bmaj=10.41 mas, bpa=-2.258 degrees ! Estimated noise=901.674 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000513933 Jy ! Component: 100 - total flux cleaned = 0.000464226 Jy ! Component: 150 - total flux cleaned = 0.000322432 Jy ! Component: 200 - total flux cleaned = 0.000196803 Jy ! Total flux subtracted in 200 components = 0.000196803 Jy ! Clean residual min=-0.001907 max=0.001938 Jy/beam ! Clean residual mean=-0.000001 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.229301 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.000150891 Jy ! Component: 100 - total flux cleaned = -0.00021968 Jy ! Component: 150 - total flux cleaned = -0.000313014 Jy ! Component: 200 - total flux cleaned = -0.000396795 Jy ! Total flux subtracted in 200 components = -0.000396795 Jy ! Clean residual min=-0.001879 max=0.001848 Jy/beam ! Clean residual mean=-0.000001 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.228904 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 79 components and 0.228904 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.294 mas, bmaj=7.438 mas, bpa=7.832 degrees ! Estimated noise=703.703 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.78208e-05 Jy ! Component: 100 - total flux cleaned = -0.000200145 Jy ! Component: 150 - total flux cleaned = -0.000108645 Jy ! Component: 200 - total flux cleaned = -0.000195867 Jy ! Total flux subtracted in 200 components = -0.000195867 Jy ! Clean residual min=-0.001847 max=0.001698 Jy/beam ! Clean residual mean=-0.000000 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.228708 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 90 components and 0.228708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080964Jy sigma=0.000669 ! Fit after self-cal, rms=0.080960Jy sigma=0.000669 wmodel J1419+2706_S_2017_07_16_pus_map.mod ! Writing 90 model components to file: J1419+2706_S_2017_07_16_pus_map.mod wobs J1419+2706_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1419+2706_S_2017_07_16_pus_uvs.fits wwins J1419+2706_S_2017_07_16_pus_map.win ! wwins: Wrote 4 windows to J1419+2706_S_2017_07_16_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.000810653 Jy ! Component: 100 - total flux cleaned = -0.00115461 Jy ! Component: 150 - total flux cleaned = -0.00139164 Jy ! Component: 200 - total flux cleaned = -0.00147729 Jy ! Component: 250 - total flux cleaned = -0.00163931 Jy ! Component: 300 - total flux cleaned = -0.00174347 Jy ! Component: 350 - total flux cleaned = -0.00179369 Jy ! Component: 400 - total flux cleaned = -0.00179285 Jy ! Component: 450 - total flux cleaned = -0.00172065 Jy ! Component: 500 - total flux cleaned = -0.00169754 Jy ! Component: 550 - total flux cleaned = -0.001743 Jy ! Component: 600 - total flux cleaned = -0.00178768 Jy ! Component: 650 - total flux cleaned = -0.00185321 Jy ! Component: 700 - total flux cleaned = -0.00189584 Jy ! Component: 750 - total flux cleaned = -0.00187466 Jy ! Component: 800 - total flux cleaned = -0.0018954 Jy ! Component: 850 - total flux cleaned = -0.00191543 Jy ! Component: 900 - total flux cleaned = -0.00187524 Jy ! Component: 950 - total flux cleaned = -0.00181644 Jy ! Component: 1000 - total flux cleaned = -0.00181633 Jy ! Component: 1050 - total flux cleaned = -0.00174038 Jy ! Component: 1100 - total flux cleaned = -0.00175915 Jy ! Component: 1150 - total flux cleaned = -0.00172216 Jy ! Component: 1200 - total flux cleaned = -0.00172171 Jy ! Component: 1250 - total flux cleaned = -0.00166742 Jy ! Component: 1300 - total flux cleaned = -0.00166754 Jy ! Component: 1350 - total flux cleaned = -0.00163206 Jy ! Component: 1400 - total flux cleaned = -0.00156265 Jy ! Component: 1450 - total flux cleaned = -0.0015114 Jy ! Component: 1500 - total flux cleaned = -0.00147795 Jy ! Component: 1550 - total flux cleaned = -0.0013949 Jy ! Component: 1600 - total flux cleaned = -0.0013949 Jy ! Component: 1650 - total flux cleaned = -0.00129727 Jy ! Component: 1700 - total flux cleaned = -0.00128132 Jy ! Component: 1750 - total flux cleaned = -0.00123331 Jy ! Component: 1800 - total flux cleaned = -0.00113868 Jy ! Component: 1850 - total flux cleaned = -0.00109214 Jy ! Component: 1900 - total flux cleaned = -0.00110769 Jy ! Component: 1950 - total flux cleaned = -0.00103125 Jy ! Component: 2000 - total flux cleaned = -0.000955807 Jy ! Component: 2050 - total flux cleaned = -0.000910966 Jy ! Component: 2100 - total flux cleaned = -0.00082237 Jy ! Component: 2150 - total flux cleaned = -0.000778793 Jy ! Component: 2200 - total flux cleaned = -0.000720662 Jy ! Component: 2250 - total flux cleaned = -0.000634547 Jy ! Component: 2300 - total flux cleaned = -0.000606235 Jy ! Component: 2350 - total flux cleaned = -0.00049367 Jy ! Component: 2400 - total flux cleaned = -0.000437972 Jy ! Component: 2450 - total flux cleaned = -0.000382665 Jy ! Component: 2500 - total flux cleaned = -0.000341722 Jy ! Component: 2550 - total flux cleaned = -0.000301089 Jy ! Component: 2600 - total flux cleaned = -0.000287524 Jy ! Component: 2650 - total flux cleaned = -0.00022077 Jy ! Component: 2700 - total flux cleaned = -0.000233983 Jy ! Component: 2750 - total flux cleaned = -0.000142163 Jy ! Component: 2800 - total flux cleaned = -0.000129261 Jy ! Component: 2850 - total flux cleaned = -5.17869e-05 Jy ! Component: 2900 - total flux cleaned = -1.3375e-05 Jy ! Component: 2950 - total flux cleaned = -7.59356e-07 Jy ! Component: 3000 - total flux cleaned = -1.33015e-05 Jy ! Component: 3050 - total flux cleaned = 1.17344e-05 Jy ! Component: 3100 - total flux cleaned = 2.40584e-05 Jy ! Component: 3150 - total flux cleaned = 2.41249e-05 Jy ! Component: 3200 - total flux cleaned = 1.20793e-05 Jy ! Component: 3250 - total flux cleaned = -1.2243e-05 Jy ! Component: 3300 - total flux cleaned = 1.19502e-05 Jy ! Component: 3350 - total flux cleaned = -2.40651e-05 Jy ! Component: 3400 - total flux cleaned = -3.5914e-05 Jy ! Component: 3450 - total flux cleaned = -8.31085e-05 Jy ! Component: 3500 - total flux cleaned = -2.45005e-05 Jy ! Component: 3550 - total flux cleaned = -9.44361e-05 Jy ! Component: 3600 - total flux cleaned = -0.000129146 Jy ! Component: 3650 - total flux cleaned = -0.000186577 Jy ! Component: 3700 - total flux cleaned = -0.000209389 Jy ! Component: 3750 - total flux cleaned = -0.00022064 Jy ! Component: 3800 - total flux cleaned = -0.000220655 Jy ! Component: 3850 - total flux cleaned = -0.000242941 Jy ! Component: 3900 - total flux cleaned = -0.000276387 Jy ! Component: 3950 - total flux cleaned = -0.000276336 Jy ! Component: 4000 - total flux cleaned = -0.000342211 Jy ! Component: 4050 - total flux cleaned = -0.000353248 Jy ! Total flux subtracted in 4096 components = -0.00036417 Jy ! Clean residual min=-0.000626 max=0.000656 Jy/beam ! Clean residual mean=-0.000000 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.228344 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 393 components and 0.228344 Jy ![Exited script file: muppet] wmap "J1419+2706_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.294 x 7.438 at 7.832 degrees (North through East) ! Clean map min=-0.0013453 max=0.21028 Jy/beam ! Writing clean map to FITS file: J1419+2706_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.210281 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000192961 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.275289 0.275289 0.550578 1.10116 2.20231 4.40463 8.80925 17.6185 35.237 70.474 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.21 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.294 x 7.438 at 7.832 degrees (North through East) ! Clean map min=-0.0013453 max=0.21028 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 J1419+2706_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:10:44 2019