! Started logfile: J1342-2900_X_2009_05_13_pus_uvs.log on Sat Jan 21 12:43:24 2017 obs J1342-2900_X_2009_05_13_pus_uva.fits ! Reading UV FITS file: J1342-2900_X_2009_05_13_pus_uva.fits ! AN table 1: 37 integrations on 120 of 120 possible baselines. ! AN table 2: 128 integrations on 120 of 120 possible baselines. ! Apparent sampling: 0.368838 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1342-2900 ! ! 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 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1988 lines of history. ! ! Reading 29212 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.1 print "taper_size =",taper_size ! taper_size = 70 ![@muppet J1342-2900_X_2009_05_13_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.100x0.100 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 499 telescope corrections were flagged in sub-array 1. ! A total of 727 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 499 telescope corrections were flagged in sub-array 1. ! A total of 677 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 499 telescope corrections were flagged in sub-array 1. ! A total of 770 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 499 telescope corrections were flagged in sub-array 1. ! A total of 770 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.990211Jy sigma=0.007288 ! Fit after self-cal, rms=0.917496Jy sigma=0.006883 ! 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=0.4804 mas, bmaj=0.7714 mas, bpa=-41.95 degrees ! Estimated noise=1407.19 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.079837 Jy ! Component: 100 - total flux cleaned = 0.0994115 Jy ! Total flux subtracted in 100 components = 0.0994115 Jy ! Clean residual min=-0.007848 max=0.008249 Jy/beam ! Clean residual mean=0.000104 rms=0.001743 Jy/beam ! Combined flux in latest and established models = 0.0994115 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0994115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.205189Jy sigma=0.001110 ! Fit after self-cal, rms=0.204864Jy sigma=0.001108 ! 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=0.6696 mas, bmaj=1.075 mas, bpa=-25.09 degrees ! Estimated noise=602.124 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, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00991314 Jy ! Component: 100 - total flux cleaned = 0.0150302 Jy ! Component: 150 - total flux cleaned = 0.0163664 Jy ! Component: 200 - total flux cleaned = 0.0167021 Jy ! Total flux subtracted in 200 components = 0.0167021 Jy ! Clean residual min=-0.003650 max=0.003299 Jy/beam ! Clean residual mean=0.000079 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.116114 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 29 components and 0.116114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.204284Jy sigma=0.001103 ! Fit after self-cal, rms=0.204239Jy sigma=0.001103 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 93 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* HO 0.00* ! KK 0.00* KP 0.00* LA 0.00* MK 0.00* ! NL 0.00* NY 0.00* OV 0.00* PT 0.00* ! SC 0.00* TS 0.00* WZ 0.00* KB 0.00* ! ! A total of 15 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 1.00 HN 1.09 HO 0.83 ! KK 0.92 KP 1.02 LA 1.06 MK 1.09 ! NL 1.02 NY 1.00* OV 0.99 PT 0.97 ! SC 1.00 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 2. ! A total of 93 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* HO 0.00* ! KK 0.00* KP 0.00* LA 0.00* MK 0.00* ! NL 0.00* NY 0.00* OV 0.00* PT 0.00* ! SC 0.00* TS 0.00* WZ 0.00* KB 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 0.94 HN 1.04 HO 0.82 ! KK 0.99 KP 0.94 LA 0.97 MK 1.11 ! NL 0.99 NY 1.00* OV 1.01 PT 1.08 ! SC 1.10 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 3. ! A total of 93 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* HO 0.00* ! KK 0.00* KP 0.00* LA 0.00* MK 0.00* ! NL 0.00* NY 0.00* OV 0.00* PT 0.00* ! SC 0.00* TS 0.00* WZ 0.00* KB 0.00* ! ! A total of 15 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 0.91 HN 1.03 HO 0.80 ! KK 0.89 KP 0.95 LA 1.07 MK 1.05 ! NL 0.99 NY 1.00* OV 0.99 PT 1.03 ! SC 1.02 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 4. ! A total of 93 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* HO 0.00* ! KK 0.00* KP 0.00* LA 0.00* MK 0.00* ! NL 0.00* NY 0.00* OV 0.00* PT 0.00* ! SC 0.00* TS 0.00* WZ 0.00* KB 0.00* ! ! A total of 15 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.91 FD 0.97 HN 1.00 HO 0.69 ! KK 0.91 KP 1.04 LA 0.97 MK 1.11 ! NL 0.92 NY 1.00* OV 0.99 PT 1.01 ! SC 1.07 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Fit before self-cal, rms=0.204239Jy sigma=0.001103 ! Fit after self-cal, rms=0.185864Jy sigma=0.001104 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.6517 mas, bmaj=1.031 mas, bpa=-32.91 degrees ! Estimated noise=606.911 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.00214111 Jy ! Component: 100 - total flux cleaned = 0.00240934 Jy ! Component: 150 - total flux cleaned = 0.00236382 Jy ! Component: 200 - total flux cleaned = 0.00236551 Jy ! Total flux subtracted in 200 components = 0.00236551 Jy ! Clean residual min=-0.002961 max=0.002656 Jy/beam ! Clean residual mean=-0.000070 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.118479 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 46 components and 0.118479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.185814Jy sigma=0.001104 ! Fit after self-cal, rms=0.185598Jy sigma=0.001104 ! 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.185598Jy sigma=0.001104 ! Fit after self-cal, rms=0.181911Jy sigma=0.001104 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.6439 mas, bmaj=1.02 mas, bpa=-33.84 degrees ! Estimated noise=605.426 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00167982 Jy ! Component: 100 - total flux cleaned = 0.00173444 Jy ! Component: 150 - total flux cleaned = 0.00173616 Jy ! Component: 200 - total flux cleaned = 0.00173828 Jy ! Total flux subtracted in 200 components = 0.00173828 Jy ! Clean residual min=-0.002855 max=0.002604 Jy/beam ! Clean residual mean=-0.000058 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.120217 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 51 components and 0.120217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181872Jy sigma=0.001103 ! Fit after self-cal, rms=0.181779Jy sigma=0.001103 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.000386091 Jy ! Component: 100 - total flux cleaned = 0.000345586 Jy ! Component: 150 - total flux cleaned = 0.000347542 Jy ! Component: 200 - total flux cleaned = 0.000311172 Jy ! Total flux subtracted in 200 components = 0.000311172 Jy ! Clean residual min=-0.002833 max=0.002642 Jy/beam ! Clean residual mean=-0.000062 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.120529 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 55 components and 0.120529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181753Jy sigma=0.001103 ! Fit after self-cal, rms=0.181726Jy sigma=0.001103 ! 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.181726Jy sigma=0.001103 ! Fit after self-cal, rms=0.178542Jy sigma=0.001103 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.6374 mas, bmaj=1.012 mas, bpa=-34.36 degrees ! Estimated noise=602.733 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00133903 Jy ! Component: 100 - total flux cleaned = 0.00134019 Jy ! Component: 150 - total flux cleaned = 0.0013399 Jy ! Component: 200 - total flux cleaned = 0.00134 Jy ! Total flux subtracted in 200 components = 0.00134 Jy ! Clean residual min=-0.002816 max=0.002639 Jy/beam ! Clean residual mean=-0.000049 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.121869 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 56 components and 0.121869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178516Jy sigma=0.001103 ! Fit after self-cal, rms=0.178439Jy sigma=0.001103 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.000275378 Jy ! Component: 100 - total flux cleaned = 0.000276337 Jy ! Component: 150 - total flux cleaned = 0.000244377 Jy ! Component: 200 - total flux cleaned = 0.000244899 Jy ! Total flux subtracted in 200 components = 0.000244899 Jy ! Clean residual min=-0.002837 max=0.002597 Jy/beam ! Clean residual mean=-0.000055 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.122114 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 57 components and 0.122114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178421Jy sigma=0.001103 ! Fit after self-cal, rms=0.178388Jy sigma=0.001103 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.178388Jy sigma=0.001103 ! Fit after self-cal, rms=0.176019Jy sigma=0.001103 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.195 mas, bmaj=6.081 mas, bpa=2.141 degrees ! Estimated noise=794.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120491 Jy ! Component: 100 - total flux cleaned = 0.00166542 Jy ! Component: 150 - total flux cleaned = 0.00174613 Jy ! Component: 200 - total flux cleaned = 0.00177185 Jy ! Total flux subtracted in 200 components = 0.00177185 Jy ! Clean residual min=-0.002482 max=0.002398 Jy/beam ! Clean residual mean=-0.000108 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.123885 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 64 components and 0.123885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176021Jy sigma=0.001103 ! Fit after self-cal, rms=0.175984Jy sigma=0.001103 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.000183285 Jy ! Component: 100 - total flux cleaned = 0.000206441 Jy ! Component: 150 - total flux cleaned = 0.000248584 Jy ! Component: 200 - total flux cleaned = 0.000267746 Jy ! Total flux subtracted in 200 components = 0.000267746 Jy ! Clean residual min=-0.002513 max=0.002376 Jy/beam ! Clean residual mean=-0.000112 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.124153 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 74 components and 0.124153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175985Jy sigma=0.001103 ! Fit after self-cal, rms=0.175973Jy sigma=0.001103 ! 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=0.6323 mas, bmaj=1.005 mas, bpa=-34.72 degrees ! Estimated noise=600.398 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.6323 x 1.005 at -34.72 degrees (North through East) ! Clean map min=-0.0026636 max=0.094258 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=0.4309 mas, bmaj=0.7826 mas, bpa=-50.72 degrees ! Estimated noise=1271.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0749249 Jy ! Component: 100 - total flux cleaned = 0.094437 Jy ! Component: 150 - total flux cleaned = 0.104816 Jy ! Component: 200 - total flux cleaned = 0.111573 Jy ! Total flux subtracted in 200 components = 0.111573 Jy ! Clean residual min=-0.007165 max=0.006010 Jy/beam ! Clean residual mean=-0.000031 rms=0.001478 Jy/beam ! Combined flux in latest and established models = 0.111573 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.111573 Jy ! Inverting map and beam ! Estimated beam: bmin=0.6323 mas, bmaj=1.005 mas, bpa=-34.72 degrees ! Estimated noise=600.398 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.00577356 Jy ! Component: 100 - total flux cleaned = 0.00879542 Jy ! Component: 150 - total flux cleaned = 0.0105349 Jy ! Component: 200 - total flux cleaned = 0.0108459 Jy ! Total flux subtracted in 200 components = 0.0108459 Jy ! Clean residual min=-0.003116 max=0.002732 Jy/beam ! Clean residual mean=-0.000051 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.122419 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 30 components and 0.122419 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.195 mas, bmaj=6.081 mas, bpa=2.141 degrees ! Estimated noise=794.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000917712 Jy ! Component: 100 - total flux cleaned = 0.00118918 Jy ! Component: 150 - total flux cleaned = 0.0012212 Jy ! Component: 200 - total flux cleaned = 0.00126057 Jy ! Total flux subtracted in 200 components = 0.00126057 Jy ! Clean residual min=-0.002551 max=0.002455 Jy/beam ! Clean residual mean=-0.000122 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.12368 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.79569e-05 Jy ! Component: 100 - total flux cleaned = 4.46162e-05 Jy ! Component: 150 - total flux cleaned = 6.15832e-05 Jy ! Component: 200 - total flux cleaned = 8.55471e-05 Jy ! Total flux subtracted in 200 components = 8.55471e-05 Jy ! Clean residual min=-0.002543 max=0.002455 Jy/beam ! Clean residual mean=-0.000121 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.123765 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 46 components and 0.123765 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.6323 mas, bmaj=1.005 mas, bpa=-34.72 degrees ! Estimated noise=600.398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000842731 Jy ! Component: 100 - total flux cleaned = -0.00088693 Jy ! Component: 150 - total flux cleaned = -0.000844107 Jy ! Component: 200 - total flux cleaned = -0.000806173 Jy ! Total flux subtracted in 200 components = -0.000806173 Jy ! Clean residual min=-0.003004 max=0.002696 Jy/beam ! Clean residual mean=-0.000049 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.122959 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 50 components and 0.122959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176008Jy sigma=0.001103 ! Fit after self-cal, rms=0.176049Jy sigma=0.001103 wmodel J1342-2900_X_2009_05_13_pus_map.mod ! Writing 50 model components to file: J1342-2900_X_2009_05_13_pus_map.mod wobs J1342-2900_X_2009_05_13_pus_uvs.fits ! Writing UV FITS file: J1342-2900_X_2009_05_13_pus_uvs.fits wwins J1342-2900_X_2009_05_13_pus_map.win ! wwins: Wrote 2 windows to J1342-2900_X_2009_05_13_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.000955662 Jy ! Component: 100 - total flux cleaned = -0.00171545 Jy ! Component: 150 - total flux cleaned = -0.00229683 Jy ! Component: 200 - total flux cleaned = -0.00280488 Jy ! Component: 250 - total flux cleaned = -0.00329219 Jy ! Component: 300 - total flux cleaned = -0.00379893 Jy ! Component: 350 - total flux cleaned = -0.00409953 Jy ! Component: 400 - total flux cleaned = -0.00435537 Jy ! Component: 450 - total flux cleaned = -0.00467436 Jy ! Component: 500 - total flux cleaned = -0.00501919 Jy ! Component: 550 - total flux cleaned = -0.0052881 Jy ! Component: 600 - total flux cleaned = -0.00545204 Jy ! Component: 650 - total flux cleaned = -0.00554907 Jy ! Component: 700 - total flux cleaned = -0.00567614 Jy ! Component: 750 - total flux cleaned = -0.00583218 Jy ! Component: 800 - total flux cleaned = -0.00604695 Jy ! Component: 850 - total flux cleaned = -0.00619824 Jy ! Component: 900 - total flux cleaned = -0.00646596 Jy ! Component: 950 - total flux cleaned = -0.0066412 Jy ! Component: 1000 - total flux cleaned = -0.00672806 Jy ! Component: 1050 - total flux cleaned = -0.0068709 Jy ! Component: 1100 - total flux cleaned = -0.00698354 Jy ! Component: 1150 - total flux cleaned = -0.00720596 Jy ! Component: 1200 - total flux cleaned = -0.00723365 Jy ! Component: 1250 - total flux cleaned = -0.00742441 Jy ! Component: 1300 - total flux cleaned = -0.00742459 Jy ! Component: 1350 - total flux cleaned = -0.00755799 Jy ! Component: 1400 - total flux cleaned = -0.00761096 Jy ! Component: 1450 - total flux cleaned = -0.00776735 Jy ! Component: 1500 - total flux cleaned = -0.0076897 Jy ! Component: 1550 - total flux cleaned = -0.00774117 Jy ! Component: 1600 - total flux cleaned = -0.0078428 Jy ! Component: 1650 - total flux cleaned = -0.007868 Jy ! Component: 1700 - total flux cleaned = -0.00791768 Jy ! Component: 1750 - total flux cleaned = -0.00806587 Jy ! Component: 1800 - total flux cleaned = -0.00816363 Jy ! Component: 1850 - total flux cleaned = -0.00813969 Jy ! Component: 1900 - total flux cleaned = -0.00828402 Jy ! Component: 1950 - total flux cleaned = -0.00840339 Jy ! Component: 2000 - total flux cleaned = -0.00847458 Jy ! Component: 2050 - total flux cleaned = -0.00868624 Jy ! Component: 2100 - total flux cleaned = -0.00873293 Jy ! Component: 2150 - total flux cleaned = -0.00887202 Jy ! Component: 2200 - total flux cleaned = -0.00903301 Jy ! Component: 2250 - total flux cleaned = -0.00910161 Jy ! Component: 2300 - total flux cleaned = -0.00930555 Jy ! Component: 2350 - total flux cleaned = -0.00939543 Jy ! Component: 2400 - total flux cleaned = -0.0095296 Jy ! Component: 2450 - total flux cleaned = -0.00972945 Jy ! Component: 2500 - total flux cleaned = -0.00979571 Jy ! Component: 2550 - total flux cleaned = -0.00990523 Jy ! Component: 2600 - total flux cleaned = -0.010014 Jy ! Component: 2650 - total flux cleaned = -0.0101223 Jy ! Component: 2700 - total flux cleaned = -0.0101871 Jy ! Component: 2750 - total flux cleaned = -0.0104012 Jy ! Component: 2800 - total flux cleaned = -0.0104648 Jy ! Component: 2850 - total flux cleaned = -0.0105493 Jy ! Component: 2900 - total flux cleaned = -0.0106543 Jy ! Component: 2950 - total flux cleaned = -0.010717 Jy ! Component: 3000 - total flux cleaned = -0.0109039 Jy ! Component: 3050 - total flux cleaned = -0.0110484 Jy ! Component: 3100 - total flux cleaned = -0.0111304 Jy ! Component: 3150 - total flux cleaned = -0.011253 Jy ! Component: 3200 - total flux cleaned = -0.0114356 Jy ! Component: 3250 - total flux cleaned = -0.0115971 Jy ! Component: 3300 - total flux cleaned = -0.0116572 Jy ! Component: 3350 - total flux cleaned = -0.0118366 Jy ! Component: 3400 - total flux cleaned = -0.0119162 Jy ! Component: 3450 - total flux cleaned = -0.0120546 Jy ! Component: 3500 - total flux cleaned = -0.0121922 Jy ! Component: 3550 - total flux cleaned = -0.012329 Jy ! Component: 3600 - total flux cleaned = -0.012504 Jy ! Component: 3650 - total flux cleaned = -0.0125815 Jy ! Component: 3700 - total flux cleaned = -0.0126587 Jy ! Component: 3750 - total flux cleaned = -0.0128503 Jy ! Component: 3800 - total flux cleaned = -0.0129076 Jy ! Component: 3850 - total flux cleaned = -0.0130975 Jy ! Component: 3900 - total flux cleaned = -0.0132109 Jy ! Component: 3950 - total flux cleaned = -0.0133802 Jy ! Component: 4000 - total flux cleaned = -0.0135112 Jy ! Component: 4050 - total flux cleaned = -0.0135857 Jy ! Total flux subtracted in 4096 components = -0.0136969 Jy ! Clean residual min=-0.001037 max=0.001085 Jy/beam ! Clean residual mean=-0.000028 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.109262 Jy keep ! Adding 255 model components to the UV plane model. ! The established model now contains 305 components and 0.109262 Jy ![Exited script file: muppet] wmap "J1342-2900_X_2009_05_13_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.6323 x 1.005 at -34.72 degrees (North through East) ! Clean map min=-0.0023828 max=0.092257 Jy/beam ! Writing clean map to FITS file: J1342-2900_X_2009_05_13_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0922567 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000316121 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.02796 1.02796 2.05592 4.11184 8.22369 16.4474 32.8947 65.7895 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.092 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.6323 x 1.005 at -34.72 degrees (North through East) ! Clean map min=-0.0023828 max=0.092257 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 J1342-2900_X_2009_05_13_pus_uvs.log closed on Sat Jan 21 12:43:30 2017