! Started logfile: J0006-0623_L_2010_11_05_pus_uvs.log on Tue Jan 12 00:42:25 2016 obs J0006-0623_L_2010_11_05_pus_uva.fits ! Reading UV FITS file: J0006-0623_L_2010_11_05_pus_uva.fits ! AN table 1: 193 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.693149 visibilities/baseline/integration-bin. ! Found source: J0006-0623 ! ! 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 1.35446e+09 8e+06 1 8e+06 ! 02 2 1.36246e+09 8e+06 1 8e+06 ! 03 3 1.42646e+09 8e+06 1 8e+06 ! 04 4 1.43446e+09 8e+06 1 8e+06 ! ! Polarization(s): RR LL RL LR ! ! Read 723 lines of history. ! ! Reading 96320 visibilities. select I ! Selecting polarization: I, 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.8 print "taper_size =",taper_size ! taper_size = 15 ![@muppet J0006-0623_L_2010_11_05_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.800x0.800 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 315 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 315 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 315 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 315 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.916572Jy sigma=0.012094 ! Fit after self-cal, rms=0.877626Jy sigma=0.011615 ! 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=5.027 mas, bmaj=11.78 mas, bpa=7.98 degrees ! Estimated noise=841.739 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 = 1.23067 Jy ! Component: 100 - total flux cleaned = 1.65872 Jy ! Total flux subtracted in 100 components = 1.65872 Jy ! Clean residual min=-0.053664 max=0.190055 Jy/beam ! Clean residual mean=-0.000261 rms=0.017772 Jy/beam ! Combined flux in latest and established models = 1.65872 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 1.65872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.394144Jy sigma=0.004949 ! Fit after self-cal, rms=0.391723Jy sigma=0.004927 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.211481 Jy ! Component: 100 - total flux cleaned = 0.317789 Jy ! Total flux subtracted in 100 components = 0.317789 Jy ! Clean residual min=-0.028232 max=0.059577 Jy/beam ! Clean residual mean=-0.000090 rms=0.008088 Jy/beam ! Combined flux in latest and established models = 1.97651 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 23 components and 1.97651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219675Jy sigma=0.002252 ! Fit after self-cal, rms=0.217647Jy sigma=0.002235 ! Inverting map ! Added new window around map position (-6.4, 1.6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0666646 Jy ! Component: 100 - total flux cleaned = 0.103702 Jy ! Total flux subtracted in 100 components = 0.103702 Jy ! Clean residual min=-0.024885 max=0.028071 Jy/beam ! Clean residual mean=-0.000036 rms=0.006177 Jy/beam ! Combined flux in latest and established models = 2.08021 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 31 components and 2.08021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.189570Jy sigma=0.001735 ! Fit after self-cal, rms=0.188530Jy sigma=0.001723 ! 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=6.406 mas, bmaj=14.37 mas, bpa=9.295 degrees ! Estimated noise=373.517 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.0379312 Jy ! Component: 100 - total flux cleaned = 0.061118 Jy ! Component: 150 - total flux cleaned = 0.0764975 Jy ! Component: 200 - total flux cleaned = 0.0868327 Jy ! Total flux subtracted in 200 components = 0.0868327 Jy ! Clean residual min=-0.016600 max=0.021482 Jy/beam ! Clean residual mean=-0.000012 rms=0.004770 Jy/beam ! Combined flux in latest and established models = 2.16704 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 45 components and 2.16704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179512Jy sigma=0.001570 ! Fit after self-cal, rms=0.179304Jy sigma=0.001567 ! 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.06 FD 1.00 HN 1.00* KP 1.00 ! LA 1.02 MK 1.07 NL 1.06 OV 0.97 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.99 HN 1.00* KP 1.02 ! LA 1.06 MK 1.05 NL 1.05 OV 0.98 ! PT 0.96 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00 HN 1.00* KP 0.90 ! LA 0.96 MK 0.91 NL 1.02 OV 1.00 ! PT 1.01 SC 0.93 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00 HN 1.00* KP 0.96 ! LA 0.98 MK 0.94 NL 1.02 OV 1.02 ! PT 1.00 SC 0.96 ! ! ! Fit before self-cal, rms=0.179304Jy sigma=0.001567 ! Fit after self-cal, rms=0.133901Jy sigma=0.000828 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.394 mas, bmaj=14.43 mas, bpa=9.529 degrees ! Estimated noise=373.474 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.00868349 Jy ! Component: 100 - total flux cleaned = -0.010289 Jy ! Component: 150 - total flux cleaned = -0.0114457 Jy ! Component: 200 - total flux cleaned = -0.0118584 Jy ! Total flux subtracted in 200 components = -0.0118584 Jy ! Clean residual min=-0.008850 max=0.011126 Jy/beam ! Clean residual mean=0.000004 rms=0.002117 Jy/beam ! Combined flux in latest and established models = 2.15518 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 58 components and 2.15518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131709Jy sigma=0.000809 ! Fit after self-cal, rms=0.131685Jy sigma=0.000808 ! 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.131685Jy sigma=0.000808 ! Fit after self-cal, rms=0.104718Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.393 mas, bmaj=14.42 mas, bpa=9.486 degrees ! Estimated noise=373.181 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0010399 Jy ! Component: 100 - total flux cleaned = -0.00142649 Jy ! Component: 150 - total flux cleaned = -0.00165853 Jy ! Component: 200 - total flux cleaned = -0.0019894 Jy ! Total flux subtracted in 200 components = -0.0019894 Jy ! Clean residual min=-0.005427 max=0.005913 Jy/beam ! Clean residual mean=-0.000000 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 2.1532 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 68 components and 2.1532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104217Jy sigma=0.000660 ! Fit after self-cal, rms=0.104180Jy sigma=0.000660 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 (8.8, 10.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00127165 Jy ! Component: 100 - total flux cleaned = 0.00180735 Jy ! Component: 150 - total flux cleaned = 0.00207929 Jy ! Component: 200 - total flux cleaned = 0.00196197 Jy ! Total flux subtracted in 200 components = 0.00196197 Jy ! Clean residual min=-0.004170 max=0.003963 Jy/beam ! Clean residual mean=0.000000 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 2.15516 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 86 components and 2.15516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103321Jy sigma=0.000651 ! Fit after self-cal, rms=0.103234Jy sigma=0.000650 ! Inverting map ! Added new window around map position (-16.8, 31.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000581464 Jy ! Component: 100 - total flux cleaned = -0.000138148 Jy ! Component: 150 - total flux cleaned = -0.000267626 Jy ! Component: 200 - total flux cleaned = -0.000504679 Jy ! Total flux subtracted in 200 components = -0.000504679 Jy ! Clean residual min=-0.003748 max=0.003390 Jy/beam ! Clean residual mean=0.000000 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 2.15465 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 104 components and 2.15465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102683Jy sigma=0.000644 ! Fit after self-cal, rms=0.102663Jy sigma=0.000644 ! 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.102663Jy sigma=0.000644 ! Fit after self-cal, rms=0.096804Jy sigma=0.000632 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.395 mas, bmaj=14.4 mas, bpa=9.436 degrees ! Estimated noise=373.062 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00134694 Jy ! Component: 100 - total flux cleaned = -0.00179611 Jy ! Component: 150 - total flux cleaned = -0.00179872 Jy ! Component: 200 - total flux cleaned = -0.00180192 Jy ! Total flux subtracted in 200 components = -0.00180192 Jy ! Clean residual min=-0.002827 max=0.002935 Jy/beam ! Clean residual mean=-0.000000 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 2.15285 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 118 components and 2.15285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096433Jy sigma=0.000629 ! Fit after self-cal, rms=0.096411Jy sigma=0.000628 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.000217976 Jy ! Component: 100 - total flux cleaned = 3.54817e-05 Jy ! Component: 150 - total flux cleaned = 0.000120587 Jy ! Component: 200 - total flux cleaned = 0.000119466 Jy ! Total flux subtracted in 200 components = 0.000119466 Jy ! Clean residual min=-0.002689 max=0.002809 Jy/beam ! Clean residual mean=-0.000001 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 2.15297 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 126 components and 2.15297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096144Jy sigma=0.000626 ! Fit after self-cal, rms=0.096128Jy sigma=0.000626 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 15 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.096128Jy sigma=0.000626 ! Fit after self-cal, rms=0.096043Jy sigma=0.000626 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.36 mas, bmaj=21.21 mas, bpa=13.14 degrees ! Estimated noise=398.363 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000356475 Jy ! Component: 100 - total flux cleaned = -0.000706296 Jy ! Component: 150 - total flux cleaned = -0.00100777 Jy ! Component: 200 - total flux cleaned = -0.00116314 Jy ! Total flux subtracted in 200 components = -0.00116314 Jy ! Clean residual min=-0.002200 max=0.002233 Jy/beam ! Clean residual mean=-0.000001 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 2.15181 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 143 components and 2.15181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095997Jy sigma=0.000625 ! Fit after self-cal, rms=0.095995Jy sigma=0.000625 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.39794e-05 Jy ! Component: 100 - total flux cleaned = -0.00023826 Jy ! Component: 150 - total flux cleaned = -0.000338599 Jy ! Component: 200 - total flux cleaned = -0.000463952 Jy ! Total flux subtracted in 200 components = -0.000463952 Jy ! Clean residual min=-0.002128 max=0.002056 Jy/beam ! Clean residual mean=-0.000001 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 2.15134 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 149 components and 2.15134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095945Jy sigma=0.000624 ! Fit after self-cal, rms=0.095942Jy sigma=0.000624 ! 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=6.395 mas, bmaj=14.4 mas, bpa=9.426 degrees ! Estimated noise=373.093 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.395 x 14.4 at 9.426 degrees (North through East) ! Clean map min=-0.0036197 max=1.673 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095942Jy sigma=0.000624 ! Fit after self-cal, rms=0.328651Jy sigma=0.000538 ! Inverting map and beam ! Estimated beam: bmin=6.395 mas, bmaj=14.41 mas, bpa=9.43 degrees ! Estimated noise=373.058 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.65396e-05 Jy ! Component: 100 - total flux cleaned = -2.00647e-05 Jy ! Component: 150 - total flux cleaned = -2.12306e-05 Jy ! Component: 200 - total flux cleaned = -8.90874e-05 Jy ! Total flux subtracted in 200 components = -8.90874e-05 Jy ! Clean residual min=-0.002471 max=0.002427 Jy/beam ! Clean residual mean=-0.000001 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 2.15125 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 158 components and 2.15125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.328604Jy sigma=0.000536 ! Fit after self-cal, rms=0.328598Jy sigma=0.000536 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000140234 Jy ! Component: 100 - total flux cleaned = 1.04458e-05 Jy ! Component: 150 - total flux cleaned = -5.15652e-05 Jy ! Component: 200 - total flux cleaned = -0.000113732 Jy ! Total flux subtracted in 200 components = -0.000113732 Jy ! Clean residual min=-0.002374 max=0.002327 Jy/beam ! Clean residual mean=-0.000001 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 2.15114 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 165 components and 2.15114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.328565Jy sigma=0.000535 ! Fit after self-cal, rms=0.328562Jy sigma=0.000535 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.328562Jy sigma=0.000535 ! Fit after self-cal, rms=0.328809Jy sigma=0.000535 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=5.019 mas, bmaj=11.8 mas, bpa=8.192 degrees ! Estimated noise=845.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.23935 Jy ! Component: 100 - total flux cleaned = 1.67341 Jy ! Component: 150 - total flux cleaned = 1.88213 Jy ! Component: 200 - total flux cleaned = 1.98945 Jy ! Total flux subtracted in 200 components = 1.98945 Jy ! Clean residual min=-0.014761 max=0.051235 Jy/beam ! Clean residual mean=-0.000083 rms=0.004935 Jy/beam ! Combined flux in latest and established models = 1.98945 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 22 model components to the UV plane model. ! The established model now contains 22 components and 1.98945 Jy ! Inverting map and beam ! Estimated beam: bmin=6.395 mas, bmaj=14.41 mas, bpa=9.429 degrees ! Estimated noise=373.066 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.076762 Jy ! Component: 100 - total flux cleaned = 0.112133 Jy ! Component: 150 - total flux cleaned = 0.1313 Jy ! Component: 200 - total flux cleaned = 0.14312 Jy ! Total flux subtracted in 200 components = 0.14312 Jy ! Clean residual min=-0.004458 max=0.007789 Jy/beam ! Clean residual mean=-0.000010 rms=0.001081 Jy/beam ! Combined flux in latest and established models = 2.13257 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 60 components and 2.13257 Jy ! Inverting map ! Added new window around map position (-8, -12.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00826561 Jy ! Component: 100 - total flux cleaned = 0.0126574 Jy ! Component: 150 - total flux cleaned = 0.0132257 Jy ! Component: 200 - total flux cleaned = 0.0135681 Jy ! Total flux subtracted in 200 components = 0.0135681 Jy ! Clean residual min=-0.003903 max=0.003489 Jy/beam ! Clean residual mean=-0.000003 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 2.14614 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 78 components and 2.14614 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 15 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.35 mas, bmaj=21.22 mas, bpa=13.13 degrees ! Estimated noise=398.335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012531 Jy ! Component: 100 - total flux cleaned = 0.00161027 Jy ! Component: 150 - total flux cleaned = 0.00197059 Jy ! Component: 200 - total flux cleaned = 0.00222297 Jy ! Total flux subtracted in 200 components = 0.00222297 Jy ! Clean residual min=-0.002046 max=0.001969 Jy/beam ! Clean residual mean=-0.000002 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 2.14836 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000136277 Jy ! Component: 100 - total flux cleaned = 0.000264444 Jy ! Component: 150 - total flux cleaned = 0.000346735 Jy ! Component: 200 - total flux cleaned = 0.000463337 Jy ! Total flux subtracted in 200 components = 0.000463337 Jy ! Clean residual min=-0.002022 max=0.001848 Jy/beam ! Clean residual mean=-0.000002 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 2.14882 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 112 components and 2.14882 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.395 mas, bmaj=14.41 mas, bpa=9.429 degrees ! Estimated noise=373.066 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00154189 Jy ! Component: 100 - total flux cleaned = -0.00126657 Jy ! Component: 150 - total flux cleaned = -0.00100522 Jy ! Component: 200 - total flux cleaned = -0.00100685 Jy ! Total flux subtracted in 200 components = -0.00100685 Jy ! Clean residual min=-0.003148 max=0.002526 Jy/beam ! Clean residual mean=-0.000002 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 2.14782 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 128 components and 2.14782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.329293Jy sigma=0.000545 ! Fit after self-cal, rms=0.329194Jy sigma=0.000543 wmodel J0006-0623_L_2010_11_05_pus_map.mod ! Writing 128 model components to file: J0006-0623_L_2010_11_05_pus_map.mod wobs J0006-0623_L_2010_11_05_pus_uvs.fits ! Writing UV FITS file: J0006-0623_L_2010_11_05_pus_uvs.fits wwins J0006-0623_L_2010_11_05_pus_map.win ! wwins: Wrote 5 windows to J0006-0623_L_2010_11_05_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 = -2.69104e-05 Jy ! Component: 100 - total flux cleaned = -0.000132205 Jy ! Component: 150 - total flux cleaned = -3.62851e-05 Jy ! Component: 200 - total flux cleaned = 0.000148706 Jy ! Component: 250 - total flux cleaned = 0.000282672 Jy ! Component: 300 - total flux cleaned = 0.000456345 Jy ! Component: 350 - total flux cleaned = 0.000625656 Jy ! Component: 400 - total flux cleaned = 0.000707911 Jy ! Component: 450 - total flux cleaned = 0.000707792 Jy ! Component: 500 - total flux cleaned = 0.000868437 Jy ! Component: 550 - total flux cleaned = 0.000986386 Jy ! Component: 600 - total flux cleaned = 0.00117912 Jy ! Component: 650 - total flux cleaned = 0.00129272 Jy ! Component: 700 - total flux cleaned = 0.00144207 Jy ! Component: 750 - total flux cleaned = 0.00151647 Jy ! Component: 800 - total flux cleaned = 0.00173456 Jy ! Component: 850 - total flux cleaned = 0.00187762 Jy ! Component: 900 - total flux cleaned = 0.00205492 Jy ! Component: 950 - total flux cleaned = 0.0020897 Jy ! Component: 1000 - total flux cleaned = 0.00222884 Jy ! Component: 1050 - total flux cleaned = 0.00236597 Jy ! Component: 1100 - total flux cleaned = 0.0025019 Jy ! Component: 1150 - total flux cleaned = 0.00260255 Jy ! Component: 1200 - total flux cleaned = 0.00280211 Jy ! Component: 1250 - total flux cleaned = 0.00290123 Jy ! Component: 1300 - total flux cleaned = 0.00303207 Jy ! Component: 1350 - total flux cleaned = 0.00312921 Jy ! Component: 1400 - total flux cleaned = 0.00332246 Jy ! Component: 1450 - total flux cleaned = 0.00341801 Jy ! Component: 1500 - total flux cleaned = 0.00348098 Jy ! Component: 1550 - total flux cleaned = 0.00366887 Jy ! Component: 1600 - total flux cleaned = 0.00370014 Jy ! Component: 1650 - total flux cleaned = 0.00385385 Jy ! Component: 1700 - total flux cleaned = 0.00400651 Jy ! Component: 1750 - total flux cleaned = 0.00406697 Jy ! Component: 1800 - total flux cleaned = 0.0041872 Jy ! Component: 1850 - total flux cleaned = 0.00436619 Jy ! Component: 1900 - total flux cleaned = 0.00442553 Jy ! Component: 1950 - total flux cleaned = 0.00451356 Jy ! Component: 2000 - total flux cleaned = 0.00463015 Jy ! Component: 2050 - total flux cleaned = 0.0048323 Jy ! Component: 2100 - total flux cleaned = 0.00486056 Jy ! Component: 2150 - total flux cleaned = 0.0049742 Jy ! Component: 2200 - total flux cleaned = 0.00508684 Jy ! Component: 2250 - total flux cleaned = 0.00517106 Jy ! Component: 2300 - total flux cleaned = 0.00525459 Jy ! Component: 2350 - total flux cleaned = 0.00536498 Jy ! Component: 2400 - total flux cleaned = 0.00547446 Jy ! Component: 2450 - total flux cleaned = 0.00558324 Jy ! Component: 2500 - total flux cleaned = 0.00569171 Jy ! Component: 2550 - total flux cleaned = 0.00579938 Jy ! Component: 2600 - total flux cleaned = 0.00593303 Jy ! Component: 2650 - total flux cleaned = 0.00606593 Jy ! Component: 2700 - total flux cleaned = 0.00611834 Jy ! Component: 2750 - total flux cleaned = 0.00622316 Jy ! Component: 2800 - total flux cleaned = 0.00627542 Jy ! Component: 2850 - total flux cleaned = 0.00635288 Jy ! Component: 2900 - total flux cleaned = 0.00650699 Jy ! Component: 2950 - total flux cleaned = 0.00660881 Jy ! Component: 3000 - total flux cleaned = 0.00670993 Jy ! Component: 3050 - total flux cleaned = 0.00673494 Jy ! Component: 3100 - total flux cleaned = 0.00683477 Jy ! Component: 3150 - total flux cleaned = 0.00693409 Jy ! Component: 3200 - total flux cleaned = 0.00695861 Jy ! Component: 3250 - total flux cleaned = 0.00708121 Jy ! Component: 3300 - total flux cleaned = 0.00713007 Jy ! Component: 3350 - total flux cleaned = 0.00732412 Jy ! Component: 3400 - total flux cleaned = 0.00732412 Jy ! Component: 3450 - total flux cleaned = 0.00751557 Jy ! Component: 3500 - total flux cleaned = 0.00751567 Jy ! Component: 3550 - total flux cleaned = 0.00761062 Jy ! Component: 3600 - total flux cleaned = 0.0077751 Jy ! Component: 3650 - total flux cleaned = 0.00779863 Jy ! Component: 3700 - total flux cleaned = 0.00796135 Jy ! Component: 3750 - total flux cleaned = 0.0080074 Jy ! Component: 3800 - total flux cleaned = 0.00807629 Jy ! Component: 3850 - total flux cleaned = 0.00812174 Jy ! Component: 3900 - total flux cleaned = 0.0082127 Jy ! Component: 3950 - total flux cleaned = 0.00828044 Jy ! Component: 4000 - total flux cleaned = 0.0082804 Jy ! Component: 4050 - total flux cleaned = 0.00834731 Jy ! Total flux subtracted in 4096 components = 0.00843619 Jy ! Clean residual min=-0.001156 max=0.001268 Jy/beam ! Clean residual mean=-0.000001 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 2.15625 Jy keep ! Adding 240 model components to the UV plane model. ! The established model now contains 361 components and 2.15625 Jy ![Exited script file: muppet] wmap "J0006-0623_L_2010_11_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.395 x 14.41 at 9.429 degrees (North through East) ! Clean map min=-0.0038875 max=1.677 Jy/beam ! Writing clean map to FITS file: J0006-0623_L_2010_11_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.67695 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000398131 device "J0006-0623_L_2010_11_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0006-0623_L_2010_11_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.071224 0.071224 0.142448 0.284896 0.569792 1.13958 2.27917 4.55834 9.11668 18.2334 36.4667 72.9334 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.676 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.395 x 14.41 at 9.429 degrees (North through East) ! Clean map min=-0.0038875 max=1.677 Jy/beam quit ! Quitting program ! Log file J0006-0623_L_2010_11_05_pus_uvs.log closed on Tue Jan 12 00:42:39 2016