! Started logfile: J1444-0859_S_2017_09_26_pus_uvs.log on Sat May 11 13:01:59 2019 obs J1444-0859_S_2017_09_26_pus_uva.fits ! Reading UV FITS file: J1444-0859_S_2017_09_26_pus_uva.fits ! AN table 1: 176 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.820391 visibilities/baseline/integration-bin. ! Found source: J1444-0859 ! ! 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 674 lines of history. ! ! Reading 20792 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 J1444-0859_S_2017_09_26_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 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 326 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 855 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.941194Jy sigma=0.007787 ! Fit after self-cal, rms=0.922063Jy sigma=0.007628 ! 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.726 mas, bmaj=13.21 mas, bpa=-19.77 degrees ! Estimated noise=1243.93 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.0590129 Jy ! Component: 100 - total flux cleaned = 0.0758008 Jy ! Total flux subtracted in 100 components = 0.0758008 Jy ! Clean residual min=-0.004112 max=0.006987 Jy/beam ! Clean residual mean=-0.000005 rms=0.001288 Jy/beam ! Combined flux in latest and established models = 0.0758007 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0758007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086197Jy sigma=0.000679 ! Fit after self-cal, rms=0.086051Jy sigma=0.000678 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0079536 Jy ! Component: 100 - total flux cleaned = 0.0116537 Jy ! Total flux subtracted in 100 components = 0.0116537 Jy ! Clean residual min=-0.003559 max=0.003686 Jy/beam ! Clean residual mean=-0.000004 rms=0.000999 Jy/beam ! Combined flux in latest and established models = 0.0874544 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 42 components and 0.0874544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085284Jy sigma=0.000672 ! Fit after self-cal, rms=0.085247Jy sigma=0.000672 ! 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.548 mas, bmaj=14.87 mas, bpa=-17.13 degrees ! Estimated noise=694.908 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.00304596 Jy ! Component: 100 - total flux cleaned = 0.00463579 Jy ! Component: 150 - total flux cleaned = 0.00512382 Jy ! Component: 200 - total flux cleaned = 0.00531164 Jy ! Total flux subtracted in 200 components = 0.00531164 Jy ! Clean residual min=-0.002147 max=0.001744 Jy/beam ! Clean residual mean=-0.000002 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.092766 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 69 components and 0.092766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085124Jy sigma=0.000671 ! Fit after self-cal, rms=0.085111Jy sigma=0.000671 ! 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.92 FD 0.87 HN 1.01 KP 1.03 ! LA 1.03 MK 1.03 NL 0.93 OV 1.01 ! PT 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.26 FD 0.98 HN 0.99 KP 1.03 ! LA 0.99 MK 1.00 NL 1.04 OV 1.02 ! PT 0.98 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.95 KP 0.99 ! LA 0.98 MK 1.04 NL 0.97 OV 0.95 ! PT 0.99 ! ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.01 KP 1.00* ! LA 0.94 MK 0.93 NL 1.00* OV 1.12 ! PT 0.97 ! ! ! Fit before self-cal, rms=0.085111Jy sigma=0.000671 ! Fit after self-cal, rms=0.085679Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.554 mas, bmaj=15.07 mas, bpa=-17.11 degrees ! Estimated noise=696.308 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000336438 Jy ! Component: 100 - total flux cleaned = -0.000397795 Jy ! Component: 150 - total flux cleaned = -0.000478056 Jy ! Component: 200 - total flux cleaned = -0.000548882 Jy ! Total flux subtracted in 200 components = -0.000548882 Jy ! Clean residual min=-0.001956 max=0.001592 Jy/beam ! Clean residual mean=-0.000001 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.0922172 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 81 components and 0.0922172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085654Jy sigma=0.000669 ! Fit after self-cal, rms=0.085683Jy 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.085683Jy sigma=0.000669 ! Fit after self-cal, rms=0.086259Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.556 mas, bmaj=15.16 mas, bpa=-16.92 degrees ! Estimated noise=697.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000185102 Jy ! Component: 100 - total flux cleaned = -0.000157832 Jy ! Component: 150 - total flux cleaned = -0.000225493 Jy ! Component: 200 - total flux cleaned = -0.000264433 Jy ! Total flux subtracted in 200 components = -0.000264433 Jy ! Clean residual min=-0.001847 max=0.001574 Jy/beam ! Clean residual mean=-0.000001 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.0919527 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 92 components and 0.0919527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086243Jy sigma=0.000668 ! Fit after self-cal, rms=0.086267Jy 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 = -9.22577e-05 Jy ! Component: 100 - total flux cleaned = -0.000109898 Jy ! Component: 150 - total flux cleaned = -0.000125957 Jy ! Component: 200 - total flux cleaned = -0.000126048 Jy ! Total flux subtracted in 200 components = -0.000126048 Jy ! Clean residual min=-0.001827 max=0.001564 Jy/beam ! Clean residual mean=-0.000001 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.0918267 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 101 components and 0.0918267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086260Jy sigma=0.000668 ! Fit after self-cal, rms=0.086258Jy 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.086258Jy sigma=0.000668 ! Fit after self-cal, rms=0.086894Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.552 mas, bmaj=15.31 mas, bpa=-16.84 degrees ! Estimated noise=700.267 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000101989 Jy ! Component: 100 - total flux cleaned = -5.2958e-05 Jy ! Component: 150 - total flux cleaned = -1.21123e-05 Jy ! Component: 200 - total flux cleaned = -4.61425e-05 Jy ! Total flux subtracted in 200 components = -4.61425e-05 Jy ! Clean residual min=-0.001785 max=0.001525 Jy/beam ! Clean residual mean=-0.000001 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0917805 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 109 components and 0.0917805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086881Jy sigma=0.000668 ! Fit after self-cal, rms=0.086886Jy 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 = -8.43219e-05 Jy ! Component: 100 - total flux cleaned = -8.45958e-05 Jy ! Component: 150 - total flux cleaned = -9.88557e-05 Jy ! Component: 200 - total flux cleaned = -9.8792e-05 Jy ! Total flux subtracted in 200 components = -9.8792e-05 Jy ! Clean residual min=-0.001783 max=0.001521 Jy/beam ! Clean residual mean=-0.000002 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0916817 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 113 components and 0.0916817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086881Jy sigma=0.000668 ! Fit after self-cal, rms=0.086879Jy 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.086879Jy sigma=0.000668 ! Fit after self-cal, rms=0.087393Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.564 mas, bmaj=17.97 mas, bpa=-9.824 degrees ! Estimated noise=843.666 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.67329e-05 Jy ! Component: 100 - total flux cleaned = 9.56527e-05 Jy ! Component: 150 - total flux cleaned = 6.66368e-05 Jy ! Component: 200 - total flux cleaned = 3.90574e-05 Jy ! Total flux subtracted in 200 components = 3.90574e-05 Jy ! Clean residual min=-0.001927 max=0.001705 Jy/beam ! Clean residual mean=-0.000002 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.0917208 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 125 components and 0.0917208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087385Jy sigma=0.000668 ! Fit after self-cal, rms=0.087388Jy 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 = -9.46947e-05 Jy ! Component: 100 - total flux cleaned = -9.42516e-05 Jy ! Component: 150 - total flux cleaned = -9.48267e-05 Jy ! Component: 200 - total flux cleaned = -9.51476e-05 Jy ! Total flux subtracted in 200 components = -9.51476e-05 Jy ! Clean residual min=-0.001922 max=0.001697 Jy/beam ! Clean residual mean=-0.000002 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.0916256 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 133 components and 0.0916256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087386Jy sigma=0.000668 ! Fit after self-cal, rms=0.087384Jy 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.548 mas, bmaj=15.43 mas, bpa=-16.77 degrees ! Estimated noise=702.506 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.548 x 15.43 at -16.77 degrees (North through East) ! Clean map min=-0.001976 max=0.080531 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.716 mas, bmaj=13.64 mas, bpa=-19.32 degrees ! Estimated noise=1273.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0596942 Jy ! Component: 100 - total flux cleaned = 0.0763361 Jy ! Component: 150 - total flux cleaned = 0.0838353 Jy ! Component: 200 - total flux cleaned = 0.0870545 Jy ! Total flux subtracted in 200 components = 0.0870545 Jy ! Clean residual min=-0.003129 max=0.003096 Jy/beam ! Clean residual mean=-0.000001 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.0870545 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.0870545 Jy ! Inverting map and beam ! Estimated beam: bmin=3.548 mas, bmaj=15.43 mas, bpa=-16.77 degrees ! Estimated noise=702.506 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.00279375 Jy ! Component: 100 - total flux cleaned = 0.00344901 Jy ! Component: 150 - total flux cleaned = 0.00374199 Jy ! Component: 200 - total flux cleaned = 0.00393772 Jy ! Total flux subtracted in 200 components = 0.00393772 Jy ! Clean residual min=-0.001895 max=0.001524 Jy/beam ! Clean residual mean=-0.000002 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.0909922 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 58 components and 0.0909922 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.564 mas, bmaj=17.97 mas, bpa=-9.824 degrees ! Estimated noise=843.666 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000338726 Jy ! Component: 100 - total flux cleaned = 0.000436654 Jy ! Component: 150 - total flux cleaned = 0.000472028 Jy ! Component: 200 - total flux cleaned = 0.000518364 Jy ! Total flux subtracted in 200 components = 0.000518364 Jy ! Clean residual min=-0.001931 max=0.001695 Jy/beam ! Clean residual mean=-0.000002 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.0915106 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 = 2.68138e-05 Jy ! Component: 100 - total flux cleaned = 3.9509e-05 Jy ! Component: 150 - total flux cleaned = 5.15003e-05 Jy ! Component: 200 - total flux cleaned = 6.25559e-05 Jy ! Total flux subtracted in 200 components = 6.25559e-05 Jy ! Clean residual min=-0.001921 max=0.001682 Jy/beam ! Clean residual mean=-0.000002 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.0915731 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 86 components and 0.0915732 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.548 mas, bmaj=15.43 mas, bpa=-16.77 degrees ! Estimated noise=702.506 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.46555e-05 Jy ! Component: 100 - total flux cleaned = -1.69648e-05 Jy ! Component: 150 - total flux cleaned = 2.54693e-05 Jy ! Component: 200 - total flux cleaned = 4.30824e-05 Jy ! Total flux subtracted in 200 components = 4.30824e-05 Jy ! Clean residual min=-0.001722 max=0.001464 Jy/beam ! Clean residual mean=-0.000002 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0916162 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 96 components and 0.0916162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087379Jy sigma=0.000668 ! Fit after self-cal, rms=0.087372Jy sigma=0.000668 wmodel J1444-0859_S_2017_09_26_pus_map.mod ! Writing 96 model components to file: J1444-0859_S_2017_09_26_pus_map.mod wobs J1444-0859_S_2017_09_26_pus_uvs.fits ! Writing UV FITS file: J1444-0859_S_2017_09_26_pus_uvs.fits wwins J1444-0859_S_2017_09_26_pus_map.win ! wwins: Wrote 1 windows to J1444-0859_S_2017_09_26_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.00059707 Jy ! Component: 100 - total flux cleaned = -0.00106432 Jy ! Component: 150 - total flux cleaned = -0.00151918 Jy ! Component: 200 - total flux cleaned = -0.00185023 Jy ! Component: 250 - total flux cleaned = -0.00205308 Jy ! Component: 300 - total flux cleaned = -0.00220522 Jy ! Component: 350 - total flux cleaned = -0.00241431 Jy ! Component: 400 - total flux cleaned = -0.00251453 Jy ! Component: 450 - total flux cleaned = -0.00259256 Jy ! Component: 500 - total flux cleaned = -0.00272519 Jy ! Component: 550 - total flux cleaned = -0.0027992 Jy ! Component: 600 - total flux cleaned = -0.00294334 Jy ! Component: 650 - total flux cleaned = -0.00306589 Jy ! Component: 700 - total flux cleaned = -0.0031173 Jy ! Component: 750 - total flux cleaned = -0.00325187 Jy ! Component: 800 - total flux cleaned = -0.00336714 Jy ! Component: 850 - total flux cleaned = -0.00349614 Jy ! Component: 900 - total flux cleaned = -0.00359099 Jy ! Component: 950 - total flux cleaned = -0.00371579 Jy ! Component: 1000 - total flux cleaned = -0.00382305 Jy ! Component: 1050 - total flux cleaned = -0.00392854 Jy ! Component: 1100 - total flux cleaned = -0.00398756 Jy ! Component: 1150 - total flux cleaned = -0.00406074 Jy ! Component: 1200 - total flux cleaned = -0.00413265 Jy ! Component: 1250 - total flux cleaned = -0.0042177 Jy ! Component: 1300 - total flux cleaned = -0.0042319 Jy ! Component: 1350 - total flux cleaned = -0.00434191 Jy ! Component: 1400 - total flux cleaned = -0.00436894 Jy ! Component: 1450 - total flux cleaned = -0.00439565 Jy ! Component: 1500 - total flux cleaned = -0.00440886 Jy ! Component: 1550 - total flux cleaned = -0.00440905 Jy ! Component: 1600 - total flux cleaned = -0.00440913 Jy ! Component: 1650 - total flux cleaned = -0.00443443 Jy ! Component: 1700 - total flux cleaned = -0.00440924 Jy ! Component: 1750 - total flux cleaned = -0.00438444 Jy ! Component: 1800 - total flux cleaned = -0.00438438 Jy ! Component: 1850 - total flux cleaned = -0.00437228 Jy ! Component: 1900 - total flux cleaned = -0.00439606 Jy ! Component: 1950 - total flux cleaned = -0.00437223 Jy ! Component: 2000 - total flux cleaned = -0.00436036 Jy ! Component: 2050 - total flux cleaned = -0.00433713 Jy ! Component: 2100 - total flux cleaned = -0.00434849 Jy ! Component: 2150 - total flux cleaned = -0.00430316 Jy ! Component: 2200 - total flux cleaned = -0.00430321 Jy ! Component: 2250 - total flux cleaned = -0.0042921 Jy ! Component: 2300 - total flux cleaned = -0.00426998 Jy ! Component: 2350 - total flux cleaned = -0.00428092 Jy ! Component: 2400 - total flux cleaned = -0.00424845 Jy ! Component: 2450 - total flux cleaned = -0.00423776 Jy ! Component: 2500 - total flux cleaned = -0.00423778 Jy ! Component: 2550 - total flux cleaned = -0.00421674 Jy ! Component: 2600 - total flux cleaned = -0.00420631 Jy ! Component: 2650 - total flux cleaned = -0.00419599 Jy ! Component: 2700 - total flux cleaned = -0.00416543 Jy ! Component: 2750 - total flux cleaned = -0.00418558 Jy ! Component: 2800 - total flux cleaned = -0.00418558 Jy ! Component: 2850 - total flux cleaned = -0.00416566 Jy ! Component: 2900 - total flux cleaned = -0.00414601 Jy ! Component: 2950 - total flux cleaned = -0.00412655 Jy ! Component: 3000 - total flux cleaned = -0.004117 Jy ! Component: 3050 - total flux cleaned = -0.0040884 Jy ! Component: 3100 - total flux cleaned = -0.00412641 Jy ! Component: 3150 - total flux cleaned = -0.00407936 Jy ! Component: 3200 - total flux cleaned = -0.00408882 Jy ! Component: 3250 - total flux cleaned = -0.00409816 Jy ! Component: 3300 - total flux cleaned = -0.0041075 Jy ! Component: 3350 - total flux cleaned = -0.00414399 Jy ! Component: 3400 - total flux cleaned = -0.00410773 Jy ! Component: 3450 - total flux cleaned = -0.00412572 Jy ! Component: 3500 - total flux cleaned = -0.00412566 Jy ! Component: 3550 - total flux cleaned = -0.0041168 Jy ! Component: 3600 - total flux cleaned = -0.00412557 Jy ! Component: 3650 - total flux cleaned = -0.00409053 Jy ! Component: 3700 - total flux cleaned = -0.00409929 Jy ! Component: 3750 - total flux cleaned = -0.00409935 Jy ! Component: 3800 - total flux cleaned = -0.00414234 Jy ! Component: 3850 - total flux cleaned = -0.00411668 Jy ! Component: 3900 - total flux cleaned = -0.00411666 Jy ! Component: 3950 - total flux cleaned = -0.00409972 Jy ! Component: 4000 - total flux cleaned = -0.00409971 Jy ! Component: 4050 - total flux cleaned = -0.00411646 Jy ! Total flux subtracted in 4096 components = -0.00411646 Jy ! Clean residual min=-0.000453 max=0.000478 Jy/beam ! Clean residual mean=-0.000001 rms=0.000153 Jy/beam ! Combined flux in latest and established models = 0.0874998 Jy keep ! Adding 243 model components to the UV plane model. ! The established model now contains 339 components and 0.0874997 Jy ![Exited script file: muppet] wmap "J1444-0859_S_2017_09_26_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.548 x 15.43 at -16.77 degrees (North through East) ! Clean map min=-0.0017277 max=0.080642 Jy/beam ! Writing clean map to FITS file: J1444-0859_S_2017_09_26_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0806421 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000150203 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.558776 0.558776 1.11755 2.2351 4.47021 8.94042 17.8808 35.7617 71.5234 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.08 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.548 x 15.43 at -16.77 degrees (North through East) ! Clean map min=-0.0017277 max=0.080642 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 J1444-0859_S_2017_09_26_pus_uvs.log closed on Sat May 11 13:02:04 2019