! Started logfile: J1404-0013_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:15:05 2019 obs J1404-0013_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J1404-0013_S_2017_01_16_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.767725 visibilities/baseline/integration-bin. ! Found source: J1404-0013 ! ! 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 622 lines of history. ! ! Reading 11608 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 J1404-0013_S_2017_01_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 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 267 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.719612Jy sigma=0.005716 ! Fit after self-cal, rms=0.706873Jy sigma=0.005619 ! 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=3.495 mas, bmaj=9.205 mas, bpa=16.44 degrees ! Estimated noise=1154.01 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.22554 Jy ! Component: 100 - total flux cleaned = 0.287137 Jy ! Total flux subtracted in 100 components = 0.287137 Jy ! Clean residual min=-0.009894 max=0.027945 Jy/beam ! Clean residual mean=0.000087 rms=0.003287 Jy/beam ! Combined flux in latest and established models = 0.287137 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.287137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107836Jy sigma=0.000804 ! Fit after self-cal, rms=0.107833Jy sigma=0.000804 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0310865 Jy ! Component: 100 - total flux cleaned = 0.0485949 Jy ! Total flux subtracted in 100 components = 0.0485949 Jy ! Clean residual min=-0.006399 max=0.010211 Jy/beam ! Clean residual mean=0.000030 rms=0.001847 Jy/beam ! Combined flux in latest and established models = 0.335732 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 14 components and 0.335732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097649Jy sigma=0.000707 ! Fit after self-cal, rms=0.097633Jy sigma=0.000707 ! 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=4.085 mas, bmaj=10.28 mas, bpa=16.71 degrees ! Estimated noise=878.826 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.0131771 Jy ! Component: 100 - total flux cleaned = 0.0208727 Jy ! Component: 150 - total flux cleaned = 0.0259621 Jy ! Component: 200 - total flux cleaned = 0.0294281 Jy ! Total flux subtracted in 200 components = 0.0294281 Jy ! Clean residual min=-0.004807 max=0.004988 Jy/beam ! Clean residual mean=-0.000008 rms=0.001233 Jy/beam ! Combined flux in latest and established models = 0.36516 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 29 components and 0.36516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095917Jy sigma=0.000689 ! Fit after self-cal, rms=0.095916Jy sigma=0.000689 ! 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.03 FD 0.91 HN 0.97 KP 1.02 ! LA 1.03 MK 1.00* NL 0.92 OV 0.99 ! PT 1.00 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.97 HN 1.01 KP 0.98 ! LA 0.99 MK 1.00* NL 1.03 OV 1.03 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00 HN 1.01 KP 1.03 ! LA 1.02 MK 1.00* NL 1.02 OV 0.95 ! PT 0.98 SC 0.96 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.04 HN 0.99 KP 1.00* ! LA 1.07 MK 1.00* NL 1.00* OV 0.96 ! PT 0.96 SC 1.43 ! ! ! Fit before self-cal, rms=0.095916Jy sigma=0.000689 ! Fit after self-cal, rms=0.100234Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.079 mas, bmaj=10.27 mas, bpa=16.59 degrees ! Estimated noise=876.951 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.00146495 Jy ! Component: 100 - total flux cleaned = 0.00153328 Jy ! Component: 150 - total flux cleaned = 0.00164378 Jy ! Component: 200 - total flux cleaned = 0.00173673 Jy ! Total flux subtracted in 200 components = 0.00173673 Jy ! Clean residual min=-0.002765 max=0.003277 Jy/beam ! Clean residual mean=-0.000005 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.366897 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 38 components and 0.366897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100135Jy sigma=0.000670 ! Fit after self-cal, rms=0.100236Jy sigma=0.000670 ! 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.100236Jy sigma=0.000670 ! Fit after self-cal, rms=0.103841Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.075 mas, bmaj=10.25 mas, bpa=16.55 degrees ! Estimated noise=878.356 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0005713 Jy ! Component: 100 - total flux cleaned = 0.000620319 Jy ! Component: 150 - total flux cleaned = 0.000791525 Jy ! Component: 200 - total flux cleaned = 0.000931009 Jy ! Total flux subtracted in 200 components = 0.000931009 Jy ! Clean residual min=-0.002429 max=0.002924 Jy/beam ! Clean residual mean=-0.000007 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.367828 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 45 components and 0.367828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103796Jy sigma=0.000664 ! Fit after self-cal, rms=0.103832Jy sigma=0.000664 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 (-5.5, -104). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147733 Jy ! Component: 100 - total flux cleaned = 0.00085628 Jy ! Component: 150 - total flux cleaned = 0.000519626 Jy ! Component: 200 - total flux cleaned = 0.000243567 Jy ! Total flux subtracted in 200 components = 0.000243567 Jy ! Clean residual min=-0.002143 max=0.002385 Jy/beam ! Clean residual mean=-0.000007 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.368072 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 68 components and 0.368072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103747Jy sigma=0.000664 ! Fit after self-cal, rms=0.103742Jy sigma=0.000663 ! 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.103742Jy sigma=0.000663 ! Fit after self-cal, rms=0.102969Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.069 mas, bmaj=10.24 mas, bpa=16.55 degrees ! Estimated noise=877.498 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000191584 Jy ! Component: 100 - total flux cleaned = -0.000227811 Jy ! Component: 150 - total flux cleaned = -0.000422933 Jy ! Component: 200 - total flux cleaned = -0.000566685 Jy ! Total flux subtracted in 200 components = -0.000566685 Jy ! Clean residual min=-0.002217 max=0.002219 Jy/beam ! Clean residual mean=-0.000003 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.367505 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 80 components and 0.367505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102939Jy sigma=0.000662 ! Fit after self-cal, rms=0.102926Jy sigma=0.000662 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.99239e-05 Jy ! Component: 100 - total flux cleaned = -0.000219499 Jy ! Component: 150 - total flux cleaned = -0.000312015 Jy ! Component: 200 - total flux cleaned = -0.000377187 Jy ! Total flux subtracted in 200 components = -0.000377187 Jy ! Clean residual min=-0.002113 max=0.002165 Jy/beam ! Clean residual mean=-0.000003 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.367128 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 91 components and 0.367128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102913Jy sigma=0.000662 ! Fit after self-cal, rms=0.102913Jy sigma=0.000662 ! 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.102913Jy sigma=0.000662 ! Fit after self-cal, rms=0.102883Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.761 mas, bmaj=12.79 mas, bpa=6.244 degrees ! Estimated noise=1020.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000760504 Jy ! Component: 100 - total flux cleaned = -0.000784452 Jy ! Component: 150 - total flux cleaned = -0.000784542 Jy ! Component: 200 - total flux cleaned = -0.000825308 Jy ! Total flux subtracted in 200 components = -0.000825308 Jy ! Clean residual min=-0.002123 max=0.002406 Jy/beam ! Clean residual mean=-0.000004 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.366302 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 110 components and 0.366302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102881Jy sigma=0.000662 ! Fit after self-cal, rms=0.102877Jy sigma=0.000662 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.000152377 Jy ! Component: 100 - total flux cleaned = -0.000152079 Jy ! Component: 150 - total flux cleaned = -0.000151388 Jy ! Component: 200 - total flux cleaned = -0.000151115 Jy ! Total flux subtracted in 200 components = -0.000151115 Jy ! Clean residual min=-0.002044 max=0.002374 Jy/beam ! Clean residual mean=-0.000004 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.366151 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 126 components and 0.366151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102880Jy sigma=0.000662 ! Fit after self-cal, rms=0.102879Jy sigma=0.000662 ! 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=4.067 mas, bmaj=10.23 mas, bpa=16.54 degrees ! Estimated noise=877.274 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.067 x 10.23 at 16.54 degrees (North through East) ! Clean map min=-0.0020276 max=0.29882 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=3.492 mas, bmaj=9.172 mas, bpa=16.12 degrees ! Estimated noise=1151.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.224878 Jy ! Component: 100 - total flux cleaned = 0.287784 Jy ! Component: 150 - total flux cleaned = 0.320071 Jy ! Component: 200 - total flux cleaned = 0.336964 Jy ! Total flux subtracted in 200 components = 0.336964 Jy ! Clean residual min=-0.004111 max=0.007990 Jy/beam ! Clean residual mean=0.000028 rms=0.001202 Jy/beam ! Combined flux in latest and established models = 0.336964 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.336964 Jy ! Inverting map and beam ! Estimated beam: bmin=4.067 mas, bmaj=10.23 mas, bpa=16.54 degrees ! Estimated noise=877.274 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.0108815 Jy ! Component: 100 - total flux cleaned = 0.0170602 Jy ! Component: 150 - total flux cleaned = 0.0213032 Jy ! Component: 200 - total flux cleaned = 0.024445 Jy ! Total flux subtracted in 200 components = 0.024445 Jy ! Clean residual min=-0.002367 max=0.002562 Jy/beam ! Clean residual mean=0.000006 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.361409 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 36 components and 0.361409 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.761 mas, bmaj=12.79 mas, bpa=6.244 degrees ! Estimated noise=1020.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00208757 Jy ! Component: 100 - total flux cleaned = 0.0028257 Jy ! Component: 150 - total flux cleaned = 0.00307097 Jy ! Component: 200 - total flux cleaned = 0.00322052 Jy ! Total flux subtracted in 200 components = 0.00322052 Jy ! Clean residual min=-0.001893 max=0.002532 Jy/beam ! Clean residual mean=0.000001 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.36463 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 = -3.99269e-05 Jy ! Component: 100 - total flux cleaned = -7.59225e-05 Jy ! Component: 150 - total flux cleaned = -0.000106841 Jy ! Component: 200 - total flux cleaned = -0.000134076 Jy ! Total flux subtracted in 200 components = -0.000134076 Jy ! Clean residual min=-0.001829 max=0.002552 Jy/beam ! Clean residual mean=-0.000001 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.364496 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 85 components and 0.364495 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.067 mas, bmaj=10.23 mas, bpa=16.54 degrees ! Estimated noise=877.274 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000666937 Jy ! Component: 100 - total flux cleaned = -0.0008803 Jy ! Component: 150 - total flux cleaned = -0.00106115 Jy ! Component: 200 - total flux cleaned = -0.00115732 Jy ! Total flux subtracted in 200 components = -0.00115732 Jy ! Clean residual min=-0.001936 max=0.002207 Jy/beam ! Clean residual mean=-0.000001 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.363338 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 102 components and 0.363338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102856Jy sigma=0.000662 ! Fit after self-cal, rms=0.102843Jy sigma=0.000662 wmodel J1404-0013_S_2017_01_16_pus_map.mod ! Writing 102 model components to file: J1404-0013_S_2017_01_16_pus_map.mod wobs J1404-0013_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J1404-0013_S_2017_01_16_pus_uvs.fits wwins J1404-0013_S_2017_01_16_pus_map.win ! wwins: Wrote 2 windows to J1404-0013_S_2017_01_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.000720176 Jy ! Component: 100 - total flux cleaned = 0.00132101 Jy ! Component: 150 - total flux cleaned = 0.0017213 Jy ! Component: 200 - total flux cleaned = 0.00194269 Jy ! Component: 250 - total flux cleaned = 0.00197276 Jy ! Component: 300 - total flux cleaned = 0.00206015 Jy ! Component: 350 - total flux cleaned = 0.00220095 Jy ! Component: 400 - total flux cleaned = 0.00228279 Jy ! Component: 450 - total flux cleaned = 0.00233571 Jy ! Component: 500 - total flux cleaned = 0.00241337 Jy ! Component: 550 - total flux cleaned = 0.00243827 Jy ! Component: 600 - total flux cleaned = 0.0024389 Jy ! Component: 650 - total flux cleaned = 0.00248777 Jy ! Component: 700 - total flux cleaned = 0.00251149 Jy ! Component: 750 - total flux cleaned = 0.00246496 Jy ! Component: 800 - total flux cleaned = 0.00239569 Jy ! Component: 850 - total flux cleaned = 0.00230644 Jy ! Component: 900 - total flux cleaned = 0.00230683 Jy ! Component: 950 - total flux cleaned = 0.00224134 Jy ! Component: 1000 - total flux cleaned = 0.00221952 Jy ! Component: 1050 - total flux cleaned = 0.0020502 Jy ! Component: 1100 - total flux cleaned = 0.00196707 Jy ! Component: 1150 - total flux cleaned = 0.00196683 Jy ! Component: 1200 - total flux cleaned = 0.00186524 Jy ! Component: 1250 - total flux cleaned = 0.00182462 Jy ! Component: 1300 - total flux cleaned = 0.00178477 Jy ! Component: 1350 - total flux cleaned = 0.00168705 Jy ! Component: 1400 - total flux cleaned = 0.00162954 Jy ! Component: 1450 - total flux cleaned = 0.00166798 Jy ! Component: 1500 - total flux cleaned = 0.00166789 Jy ! Component: 1550 - total flux cleaned = 0.00161192 Jy ! Component: 1600 - total flux cleaned = 0.00159374 Jy ! Component: 1650 - total flux cleaned = 0.00159387 Jy ! Component: 1700 - total flux cleaned = 0.00162987 Jy ! Component: 1750 - total flux cleaned = 0.00150522 Jy ! Component: 1800 - total flux cleaned = 0.00155832 Jy ! Component: 1850 - total flux cleaned = 0.00150611 Jy ! Component: 1900 - total flux cleaned = 0.00154048 Jy ! Component: 1950 - total flux cleaned = 0.00154037 Jy ! Component: 2000 - total flux cleaned = 0.00147261 Jy ! Component: 2050 - total flux cleaned = 0.00143929 Jy ! Component: 2100 - total flux cleaned = 0.00143963 Jy ! Component: 2150 - total flux cleaned = 0.00137389 Jy ! Component: 2200 - total flux cleaned = 0.00139023 Jy ! Component: 2250 - total flux cleaned = 0.00137421 Jy ! Component: 2300 - total flux cleaned = 0.00134224 Jy ! Component: 2350 - total flux cleaned = 0.00139017 Jy ! Component: 2400 - total flux cleaned = 0.00142172 Jy ! Component: 2450 - total flux cleaned = 0.0014059 Jy ! Component: 2500 - total flux cleaned = 0.00145243 Jy ! Component: 2550 - total flux cleaned = 0.00142162 Jy ! Component: 2600 - total flux cleaned = 0.00146718 Jy ! Component: 2650 - total flux cleaned = 0.00139102 Jy ! Component: 2700 - total flux cleaned = 0.00143637 Jy ! Component: 2750 - total flux cleaned = 0.00149594 Jy ! Component: 2800 - total flux cleaned = 0.00142176 Jy ! Component: 2850 - total flux cleaned = 0.00146603 Jy ! Component: 2900 - total flux cleaned = 0.00140765 Jy ! Component: 2950 - total flux cleaned = 0.00139339 Jy ! Component: 3000 - total flux cleaned = 0.00146529 Jy ! Component: 3050 - total flux cleaned = 0.00149382 Jy ! Component: 3100 - total flux cleaned = 0.0014512 Jy ! Component: 3150 - total flux cleaned = 0.00152187 Jy ! Component: 3200 - total flux cleaned = 0.00159153 Jy ! Component: 3250 - total flux cleaned = 0.00156385 Jy ! Component: 3300 - total flux cleaned = 0.00160521 Jy ! Component: 3350 - total flux cleaned = 0.00163255 Jy ! Component: 3400 - total flux cleaned = 0.00167341 Jy ! Component: 3450 - total flux cleaned = 0.00171398 Jy ! Component: 3500 - total flux cleaned = 0.00171399 Jy ! Component: 3550 - total flux cleaned = 0.00174073 Jy ! Component: 3600 - total flux cleaned = 0.00175386 Jy ! Component: 3650 - total flux cleaned = 0.00178016 Jy ! Component: 3700 - total flux cleaned = 0.00179335 Jy ! Component: 3750 - total flux cleaned = 0.0018193 Jy ! Component: 3800 - total flux cleaned = 0.00184507 Jy ! Component: 3850 - total flux cleaned = 0.00193461 Jy ! Component: 3900 - total flux cleaned = 0.0019347 Jy ! Component: 3950 - total flux cleaned = 0.0019979 Jy ! Component: 4000 - total flux cleaned = 0.00194775 Jy ! Component: 4050 - total flux cleaned = 0.00201003 Jy ! Total flux subtracted in 4096 components = 0.00202242 Jy ! Clean residual min=-0.000695 max=0.000853 Jy/beam ! Clean residual mean=-0.000002 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.365361 Jy keep ! Adding 318 model components to the UV plane model. ! The established model now contains 420 components and 0.365361 Jy ![Exited script file: muppet] wmap "J1404-0013_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.067 x 10.23 at 16.54 degrees (North through East) ! Clean map min=-0.001728 max=0.29978 Jy/beam ! Writing clean map to FITS file: J1404-0013_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.299781 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000239039 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.239214 0.239214 0.478428 0.956856 1.91371 3.82742 7.65485 15.3097 30.6194 61.2388 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.299 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.067 x 10.23 at 16.54 degrees (North through East) ! Clean map min=-0.001728 max=0.29978 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 J1404-0013_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:15:11 2019