! Started logfile: J0602-0004_S_2017_06_10_pus_uvs.log on Mon May 6 14:46:10 2019 obs J0602-0004_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0602-0004_S_2017_06_10_pus_uva.fits ! AN table 1: 218 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.944037 visibilities/baseline/integration-bin. ! Found source: J0602-0004 ! ! 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 1154 lines of history. ! ! Reading 37044 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 J0602-0004_S_2017_06_10_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 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 281 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 236 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1186 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.998852Jy sigma=0.009043 ! Fit after self-cal, rms=0.963226Jy sigma=0.008734 ! 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.652 mas, bmaj=6.995 mas, bpa=-4.621 degrees ! Estimated noise=659.059 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.0309243 Jy ! Component: 100 - total flux cleaned = 0.0378121 Jy ! Total flux subtracted in 100 components = 0.0378121 Jy ! Clean residual min=-0.002007 max=0.002315 Jy/beam ! Clean residual mean=0.000002 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.0378121 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0378121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075492Jy sigma=0.000656 ! Fit after self-cal, rms=0.073958Jy sigma=0.000642 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00415125 Jy ! Component: 100 - total flux cleaned = 0.00544149 Jy ! Total flux subtracted in 100 components = 0.00544149 Jy ! Clean residual min=-0.002168 max=0.002087 Jy/beam ! Clean residual mean=0.000000 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.0432536 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 15 components and 0.0432536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073755Jy sigma=0.000641 ! Fit after self-cal, rms=0.073747Jy sigma=0.000641 ! 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.132 mas, bmaj=8.386 mas, bpa=-5.53 degrees ! Estimated noise=486.871 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.000352827 Jy ! Component: 100 - total flux cleaned = 0.000412083 Jy ! Component: 150 - total flux cleaned = 0.00043638 Jy ! Component: 200 - total flux cleaned = 0.000457985 Jy ! Total flux subtracted in 200 components = 0.000457985 Jy ! Clean residual min=-0.001903 max=0.001855 Jy/beam ! Clean residual mean=0.000001 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.0437116 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 24 components and 0.0437116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073744Jy sigma=0.000641 ! Fit after self-cal, rms=0.073744Jy sigma=0.000641 ! 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.94 FD 0.98 HN 1.00 KP 1.03 ! LA 1.01 MK 1.02 NL 0.95 OV 1.14 ! PT 1.13 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.02 KP 0.99 ! LA 1.00 MK 1.06 NL 1.03 OV 1.09 ! PT 1.09 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.01 KP 0.99 ! LA 0.95 MK 1.06 NL 0.99 OV 0.97 ! PT 1.07 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 0.84 KP 1.00* ! LA 0.69 MK 0.78 NL 1.00* OV 1.00* ! PT 0.90 SC 1.00* ! ! ! Fit before self-cal, rms=0.073744Jy sigma=0.000641 ! Fit after self-cal, rms=0.073555Jy sigma=0.000639 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.128 mas, bmaj=8.376 mas, bpa=-5.757 degrees ! Estimated noise=489.976 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.000517147 Jy ! Component: 100 - total flux cleaned = 0.000601047 Jy ! Component: 150 - total flux cleaned = 0.000645704 Jy ! Component: 200 - total flux cleaned = 0.000674483 Jy ! Total flux subtracted in 200 components = 0.000674483 Jy ! Clean residual min=-0.001519 max=0.001451 Jy/beam ! Clean residual mean=-0.000002 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.0443861 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 28 components and 0.0443861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073550Jy sigma=0.000639 ! Fit after self-cal, rms=0.073509Jy sigma=0.000638 ! 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.073509Jy sigma=0.000638 ! Fit after self-cal, rms=0.073111Jy sigma=0.000638 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.126 mas, bmaj=8.331 mas, bpa=-5.72 degrees ! Estimated noise=490.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000531109 Jy ! Component: 100 - total flux cleaned = 0.000622376 Jy ! Component: 150 - total flux cleaned = 0.000650369 Jy ! Component: 200 - total flux cleaned = 0.000658361 Jy ! Total flux subtracted in 200 components = 0.000658361 Jy ! Clean residual min=-0.001484 max=0.001423 Jy/beam ! Clean residual mean=0.000000 rms=0.000307 Jy/beam ! Combined flux in latest and established models = 0.0450445 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 36 components and 0.0450445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073107Jy sigma=0.000638 ! Fit after self-cal, rms=0.073101Jy sigma=0.000637 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.15986e-05 Jy ! Component: 100 - total flux cleaned = 7.11657e-05 Jy ! Component: 150 - total flux cleaned = 7.15007e-05 Jy ! Component: 200 - total flux cleaned = 6.34874e-05 Jy ! Total flux subtracted in 200 components = 6.34874e-05 Jy ! Clean residual min=-0.001517 max=0.001400 Jy/beam ! Clean residual mean=-0.000000 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.0451079 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 38 components and 0.0451079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073099Jy sigma=0.000637 ! Fit after self-cal, rms=0.073090Jy sigma=0.000637 ! 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.073090Jy sigma=0.000637 ! Fit after self-cal, rms=0.073079Jy sigma=0.000637 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.111 mas, bmaj=8.287 mas, bpa=-5.698 degrees ! Estimated noise=489.967 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000388504 Jy ! Component: 100 - total flux cleaned = 0.00042703 Jy ! Component: 150 - total flux cleaned = 0.000434776 Jy ! Component: 200 - total flux cleaned = 0.000435113 Jy ! Total flux subtracted in 200 components = 0.000435113 Jy ! Clean residual min=-0.001469 max=0.001416 Jy/beam ! Clean residual mean=0.000001 rms=0.000303 Jy/beam ! Combined flux in latest and established models = 0.0455431 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 40 components and 0.0455431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073077Jy sigma=0.000637 ! Fit after self-cal, rms=0.073084Jy sigma=0.000637 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.11425e-05 Jy ! Component: 100 - total flux cleaned = 2.57204e-05 Jy ! Component: 150 - total flux cleaned = 1.12445e-05 Jy ! Component: 200 - total flux cleaned = 4.44779e-06 Jy ! Total flux subtracted in 200 components = 4.44779e-06 Jy ! Clean residual min=-0.001501 max=0.001445 Jy/beam ! Clean residual mean=0.000001 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.0455475 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 42 components and 0.0455475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073083Jy sigma=0.000637 ! Fit after self-cal, rms=0.073081Jy sigma=0.000637 ! 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.073081Jy sigma=0.000637 ! Fit after self-cal, rms=0.073077Jy sigma=0.000637 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.229 mas, bmaj=13.78 mas, bpa=-8.701 degrees ! Estimated noise=641.046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000447089 Jy ! Component: 100 - total flux cleaned = 0.000573817 Jy ! Component: 150 - total flux cleaned = 0.00058502 Jy ! Component: 200 - total flux cleaned = 0.00059503 Jy ! Total flux subtracted in 200 components = 0.00059503 Jy ! Clean residual min=-0.001162 max=0.001444 Jy/beam ! Clean residual mean=0.000002 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.0461425 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 46 components and 0.0461425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073077Jy sigma=0.000637 ! Fit after self-cal, rms=0.073079Jy sigma=0.000637 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.64154e-05 Jy ! Component: 100 - total flux cleaned = 7.18761e-05 Jy ! Component: 150 - total flux cleaned = 6.51938e-05 Jy ! Component: 200 - total flux cleaned = 6.53565e-05 Jy ! Total flux subtracted in 200 components = 6.53565e-05 Jy ! Clean residual min=-0.001145 max=0.001500 Jy/beam ! Clean residual mean=0.000002 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.0462079 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.0462079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073080Jy sigma=0.000637 ! Fit after self-cal, rms=0.073079Jy sigma=0.000637 ! 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.096 mas, bmaj=8.248 mas, bpa=-5.677 degrees ! Estimated noise=489.348 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.096 x 8.248 at -5.677 degrees (North through East) ! Clean map min=-0.0014012 max=0.042565 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.636 mas, bmaj=6.93 mas, bpa=-4.984 degrees ! Estimated noise=642.261 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0323851 Jy ! Component: 100 - total flux cleaned = 0.0395664 Jy ! Component: 150 - total flux cleaned = 0.0422603 Jy ! Component: 200 - total flux cleaned = 0.0438585 Jy ! Total flux subtracted in 200 components = 0.0438585 Jy ! Clean residual min=-0.001963 max=0.001782 Jy/beam ! Clean residual mean=0.000001 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.0438585 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0438585 Jy ! Inverting map and beam ! Estimated beam: bmin=3.096 mas, bmaj=8.248 mas, bpa=-5.677 degrees ! Estimated noise=489.348 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.00123721 Jy ! Component: 100 - total flux cleaned = 0.00166076 Jy ! Component: 150 - total flux cleaned = 0.00180179 Jy ! Component: 200 - total flux cleaned = 0.00189786 Jy ! Total flux subtracted in 200 components = 0.00189786 Jy ! Clean residual min=-0.001562 max=0.001452 Jy/beam ! Clean residual mean=0.000001 rms=0.000309 Jy/beam ! Combined flux in latest and established models = 0.0457564 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 26 components and 0.0457564 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.229 mas, bmaj=13.78 mas, bpa=-8.701 degrees ! Estimated noise=641.046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000448587 Jy ! Component: 100 - total flux cleaned = 0.000520141 Jy ! Component: 150 - total flux cleaned = 0.000530158 Jy ! Component: 200 - total flux cleaned = 0.000534278 Jy ! Total flux subtracted in 200 components = 0.000534278 Jy ! Clean residual min=-0.001178 max=0.001531 Jy/beam ! Clean residual mean=0.000002 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.0462907 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 = -1.16886e-07 Jy ! Component: 100 - total flux cleaned = 3.61287e-06 Jy ! Component: 150 - total flux cleaned = 7.12927e-06 Jy ! Component: 200 - total flux cleaned = 1.01466e-05 Jy ! Total flux subtracted in 200 components = 1.01466e-05 Jy ! Clean residual min=-0.001173 max=0.001532 Jy/beam ! Clean residual mean=0.000002 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.0463008 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 34 components and 0.0463008 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.096 mas, bmaj=8.248 mas, bpa=-5.677 degrees ! Estimated noise=489.348 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000188085 Jy ! Component: 100 - total flux cleaned = -0.000235084 Jy ! Component: 150 - total flux cleaned = -0.000244414 Jy ! Component: 200 - total flux cleaned = -0.000244586 Jy ! Total flux subtracted in 200 components = -0.000244586 Jy ! Clean residual min=-0.001524 max=0.001453 Jy/beam ! Clean residual mean=0.000001 rms=0.000307 Jy/beam ! Combined flux in latest and established models = 0.0460562 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.0460562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073081Jy sigma=0.000637 ! Fit after self-cal, rms=0.073081Jy sigma=0.000637 wmodel J0602-0004_S_2017_06_10_pus_map.mod ! Writing 37 model components to file: J0602-0004_S_2017_06_10_pus_map.mod wobs J0602-0004_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0602-0004_S_2017_06_10_pus_uvs.fits wwins J0602-0004_S_2017_06_10_pus_map.win ! wwins: Wrote 1 windows to J0602-0004_S_2017_06_10_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.000216469 Jy ! Component: 100 - total flux cleaned = -0.000334237 Jy ! Component: 150 - total flux cleaned = -0.000375815 Jy ! Component: 200 - total flux cleaned = -0.000299881 Jy ! Component: 250 - total flux cleaned = -0.000153808 Jy ! Component: 300 - total flux cleaned = -0.000101219 Jy ! Component: 350 - total flux cleaned = -0.000101206 Jy ! Component: 400 - total flux cleaned = -0.000100647 Jy ! Component: 450 - total flux cleaned = -0.000100207 Jy ! Component: 500 - total flux cleaned = -0.000100261 Jy ! Component: 550 - total flux cleaned = -0.000131471 Jy ! Component: 600 - total flux cleaned = -0.000146772 Jy ! Component: 650 - total flux cleaned = -0.000161566 Jy ! Component: 700 - total flux cleaned = -0.000161466 Jy ! Component: 750 - total flux cleaned = -0.000147149 Jy ! Component: 800 - total flux cleaned = -0.000204514 Jy ! Component: 850 - total flux cleaned = -0.000232472 Jy ! Component: 900 - total flux cleaned = -0.000246192 Jy ! Component: 950 - total flux cleaned = -0.000273596 Jy ! Component: 1000 - total flux cleaned = -0.000246637 Jy ! Component: 1050 - total flux cleaned = -0.00027329 Jy ! Component: 1100 - total flux cleaned = -0.000247082 Jy ! Component: 1150 - total flux cleaned = -0.000286117 Jy ! Component: 1200 - total flux cleaned = -0.000260513 Jy ! Component: 1250 - total flux cleaned = -0.000273015 Jy ! Component: 1300 - total flux cleaned = -0.000248086 Jy ! Component: 1350 - total flux cleaned = -0.000260267 Jy ! Component: 1400 - total flux cleaned = -0.000223718 Jy ! Component: 1450 - total flux cleaned = -0.000211719 Jy ! Component: 1500 - total flux cleaned = -0.000199725 Jy ! Component: 1550 - total flux cleaned = -0.000176067 Jy ! Component: 1600 - total flux cleaned = -0.000164384 Jy ! Component: 1650 - total flux cleaned = -9.53009e-05 Jy ! Component: 1700 - total flux cleaned = -0.000106948 Jy ! Component: 1750 - total flux cleaned = -9.55946e-05 Jy ! Component: 1800 - total flux cleaned = -6.20219e-05 Jy ! Component: 1850 - total flux cleaned = -6.18981e-05 Jy ! Component: 1900 - total flux cleaned = -2.90795e-05 Jy ! Component: 1950 - total flux cleaned = 1.4385e-05 Jy ! Component: 2000 - total flux cleaned = 4.67294e-05 Jy ! Component: 2050 - total flux cleaned = 7.8658e-05 Jy ! Component: 2100 - total flux cleaned = 9.97935e-05 Jy ! Component: 2150 - total flux cleaned = 0.000141577 Jy ! Component: 2200 - total flux cleaned = 0.000152032 Jy ! Component: 2250 - total flux cleaned = 0.000182885 Jy ! Component: 2300 - total flux cleaned = 0.000223768 Jy ! Component: 2350 - total flux cleaned = 0.000244017 Jy ! Component: 2400 - total flux cleaned = 0.00025408 Jy ! Component: 2450 - total flux cleaned = 0.000264112 Jy ! Component: 2500 - total flux cleaned = 0.000293756 Jy ! Component: 2550 - total flux cleaned = 0.000303557 Jy ! Component: 2600 - total flux cleaned = 0.000352051 Jy ! Component: 2650 - total flux cleaned = 0.000342435 Jy ! Component: 2700 - total flux cleaned = 0.000380598 Jy ! Component: 2750 - total flux cleaned = 0.000399503 Jy ! Component: 2800 - total flux cleaned = 0.000389916 Jy ! Component: 2850 - total flux cleaned = 0.000380772 Jy ! Component: 2900 - total flux cleaned = 0.00040852 Jy ! Component: 2950 - total flux cleaned = 0.000417639 Jy ! Component: 3000 - total flux cleaned = 0.000426664 Jy ! Component: 3050 - total flux cleaned = 0.000417448 Jy ! Component: 3100 - total flux cleaned = 0.00040844 Jy ! Component: 3150 - total flux cleaned = 0.000408475 Jy ! Component: 3200 - total flux cleaned = 0.000461623 Jy ! Component: 3250 - total flux cleaned = 0.000479105 Jy ! Component: 3300 - total flux cleaned = 0.000479074 Jy ! Component: 3350 - total flux cleaned = 0.000479165 Jy ! Component: 3400 - total flux cleaned = 0.000505042 Jy ! Component: 3450 - total flux cleaned = 0.0004879 Jy ! Component: 3500 - total flux cleaned = 0.000487885 Jy ! Component: 3550 - total flux cleaned = 0.000547154 Jy ! Component: 3600 - total flux cleaned = 0.000547196 Jy ! Component: 3650 - total flux cleaned = 0.000530508 Jy ! Component: 3700 - total flux cleaned = 0.000522171 Jy ! Component: 3750 - total flux cleaned = 0.000555148 Jy ! Component: 3800 - total flux cleaned = 0.000522301 Jy ! Component: 3850 - total flux cleaned = 0.000554934 Jy ! Component: 3900 - total flux cleaned = 0.000530635 Jy ! Component: 3950 - total flux cleaned = 0.000538692 Jy ! Component: 4000 - total flux cleaned = 0.000554649 Jy ! Component: 4050 - total flux cleaned = 0.000562575 Jy ! Total flux subtracted in 4096 components = 0.000570447 Jy ! Clean residual min=-0.000576 max=0.000454 Jy/beam ! Clean residual mean=0.000000 rms=0.000149 Jy/beam ! Combined flux in latest and established models = 0.0466267 Jy keep ! Adding 300 model components to the UV plane model. ! The established model now contains 337 components and 0.0466266 Jy ![Exited script file: muppet] wmap "J0602-0004_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.096 x 8.248 at -5.677 degrees (North through East) ! Clean map min=-0.0010142 max=0.042289 Jy/beam ! Writing clean map to FITS file: J0602-0004_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0422886 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000147545 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.0467 1.0467 2.0934 4.18679 8.37358 16.7472 33.4943 66.9887 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.042 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.096 x 8.248 at -5.677 degrees (North through East) ! Clean map min=-0.0010142 max=0.042289 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 J0602-0004_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:46:16 2019