! Started logfile: J1616-3509_S_2009_05_13_pus_uvs.log on Sun Jan 22 11:38:29 2017 obs J1616-3509_S_2009_05_13_pus_uva.fits ! Reading UV FITS file: J1616-3509_S_2009_05_13_pus_uva.fits ! AN table 1: 186 integrations on 120 of 120 possible baselines. ! Apparent sampling: 0.271102 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1616-3509 ! ! 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.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1341 lines of history. ! ! Reading 24204 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 J1616-3509_S_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.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 1498 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1498 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1407 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1498 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.899806Jy sigma=0.005239 ! Fit after self-cal, rms=0.833861Jy sigma=0.004893 ! 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=1.566 mas, bmaj=2.993 mas, bpa=-47.5 degrees ! Estimated noise=2000.85 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.133548 Jy ! Component: 100 - total flux cleaned = 0.177848 Jy ! Total flux subtracted in 100 components = 0.177848 Jy ! Clean residual min=-0.013843 max=0.027781 Jy/beam ! Clean residual mean=-0.000209 rms=0.004205 Jy/beam ! Combined flux in latest and established models = 0.177848 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.177848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.232031Jy sigma=0.001311 ! Fit after self-cal, rms=0.232139Jy sigma=0.001311 ! Inverting map ! Added new window around map position (-8.5, -37.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0289387 Jy ! Component: 100 - total flux cleaned = 0.0489403 Jy ! Total flux subtracted in 100 components = 0.0489403 Jy ! Clean residual min=-0.012986 max=0.018616 Jy/beam ! Clean residual mean=-0.000170 rms=0.003542 Jy/beam ! Combined flux in latest and established models = 0.226788 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 25 components and 0.226788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.224527Jy sigma=0.001243 ! Fit after self-cal, rms=0.223879Jy sigma=0.001240 ! 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=2.469 mas, bmaj=3.906 mas, bpa=-37.2 degrees ! Estimated noise=796.37 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 (-7.5, -26). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0489581 Jy ! Component: 100 - total flux cleaned = 0.0798593 Jy ! Component: 150 - total flux cleaned = 0.100755 Jy ! Component: 200 - total flux cleaned = 0.115108 Jy ! Total flux subtracted in 200 components = 0.115108 Jy ! Clean residual min=-0.010401 max=0.023131 Jy/beam ! Clean residual mean=-0.000301 rms=0.003869 Jy/beam ! Combined flux in latest and established models = 0.341897 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 68 components and 0.341897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213465Jy sigma=0.001144 ! Fit after self-cal, rms=0.212044Jy sigma=0.001133 ! Inverting map ! Added new window around map position (-14, -48.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0225375 Jy ! Component: 100 - total flux cleaned = 0.0348396 Jy ! Component: 150 - total flux cleaned = 0.0426172 Jy ! Component: 200 - total flux cleaned = 0.0483512 Jy ! Total flux subtracted in 200 components = 0.0483512 Jy ! Clean residual min=-0.007550 max=0.013188 Jy/beam ! Clean residual mean=-0.000169 rms=0.002317 Jy/beam ! Combined flux in latest and established models = 0.390248 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 121 components and 0.390248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209837Jy sigma=0.001115 ! Fit after self-cal, rms=0.209299Jy sigma=0.001110 ! 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.08 FD 0.93 HN 1.00* HO 0.91 ! KK 1.00* KP 0.99 LA 0.90 MK 1.00 ! NL 1.17 NY 1.00* OV 0.98 PT 0.96 ! SC 1.03 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.94 HN 1.00* HO 1.11 ! KK 1.00* KP 0.99 LA 0.98 MK 1.03 ! NL 1.17 NY 1.00* OV 0.95 PT 0.95 ! SC 1.08 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.94 HN 1.00* HO 0.96 ! KK 1.00* KP 1.00 LA 0.98 MK 1.00 ! NL 1.11 NY 1.00* OV 1.04 PT 0.98 ! SC 1.01 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 1.00* HO 0.98 ! KK 1.00* KP 0.97 LA 0.99 MK 1.01 ! NL 1.12 NY 1.00* OV 0.95 PT 0.97 ! SC 0.98 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Fit before self-cal, rms=0.209299Jy sigma=0.001110 ! Fit after self-cal, rms=0.214285Jy sigma=0.001105 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.466 mas, bmaj=3.922 mas, bpa=-38.01 degrees ! Estimated noise=797.549 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 (-17.5, -34.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00847016 Jy ! Component: 100 - total flux cleaned = 0.0124956 Jy ! Component: 150 - total flux cleaned = 0.0142001 Jy ! Component: 200 - total flux cleaned = 0.0155055 Jy ! Total flux subtracted in 200 components = 0.0155055 Jy ! Clean residual min=-0.005048 max=0.005885 Jy/beam ! Clean residual mean=-0.000033 rms=0.001298 Jy/beam ! Combined flux in latest and established models = 0.405753 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 143 components and 0.405753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213938Jy sigma=0.001102 ! Fit after self-cal, rms=0.214077Jy sigma=0.001101 ! 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.214077Jy sigma=0.001101 ! Fit after self-cal, rms=0.212839Jy sigma=0.001100 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.444 mas, bmaj=3.916 mas, bpa=-38.73 degrees ! Estimated noise=798.331 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00416559 Jy ! Component: 100 - total flux cleaned = 0.00569889 Jy ! Component: 150 - total flux cleaned = 0.00616288 Jy ! Component: 200 - total flux cleaned = 0.00639323 Jy ! Total flux subtracted in 200 components = 0.00639323 Jy ! Clean residual min=-0.004589 max=0.004411 Jy/beam ! Clean residual mean=-0.000010 rms=0.001081 Jy/beam ! Combined flux in latest and established models = 0.412146 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 162 components and 0.412146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.212710Jy sigma=0.001099 ! Fit after self-cal, rms=0.212632Jy sigma=0.001099 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.00194653 Jy ! Component: 100 - total flux cleaned = 0.00249277 Jy ! Component: 150 - total flux cleaned = 0.00272091 Jy ! Component: 200 - total flux cleaned = 0.00292328 Jy ! Total flux subtracted in 200 components = 0.00292328 Jy ! Clean residual min=-0.004496 max=0.004313 Jy/beam ! Clean residual mean=-0.000002 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.41507 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 166 components and 0.41507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.212553Jy sigma=0.001099 ! Fit after self-cal, rms=0.212524Jy sigma=0.001098 ! 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.212524Jy sigma=0.001098 ! Fit after self-cal, rms=0.210892Jy sigma=0.001098 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.426 mas, bmaj=3.915 mas, bpa=-39.47 degrees ! Estimated noise=797.453 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192387 Jy ! Component: 100 - total flux cleaned = 0.00235618 Jy ! Component: 150 - total flux cleaned = 0.00257277 Jy ! Component: 200 - total flux cleaned = 0.00275617 Jy ! Total flux subtracted in 200 components = 0.00275617 Jy ! Clean residual min=-0.004341 max=0.003870 Jy/beam ! Clean residual mean=-0.000005 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.417826 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 169 components and 0.417826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210826Jy sigma=0.001098 ! Fit after self-cal, rms=0.210781Jy sigma=0.001098 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.000869642 Jy ! Component: 100 - total flux cleaned = 0.00100362 Jy ! Component: 150 - total flux cleaned = 0.00106396 Jy ! Component: 200 - total flux cleaned = 0.00112291 Jy ! Total flux subtracted in 200 components = 0.00112291 Jy ! Clean residual min=-0.004246 max=0.003776 Jy/beam ! Clean residual mean=-0.000002 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.418949 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 173 components and 0.418949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210735Jy sigma=0.001098 ! Fit after self-cal, rms=0.210723Jy sigma=0.001098 ! 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.210723Jy sigma=0.001098 ! Fit after self-cal, rms=0.209573Jy sigma=0.001097 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.629 mas, bmaj=25.69 mas, bpa=4.1 degrees ! Estimated noise=991.578 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00226653 Jy ! Component: 100 - total flux cleaned = 0.00237768 Jy ! Component: 150 - total flux cleaned = 0.00241911 Jy ! Component: 200 - total flux cleaned = 0.00244993 Jy ! Total flux subtracted in 200 components = 0.00244993 Jy ! Clean residual min=-0.003972 max=0.003923 Jy/beam ! Clean residual mean=-0.000004 rms=0.001170 Jy/beam ! Combined flux in latest and established models = 0.421399 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 177 components and 0.421399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209573Jy sigma=0.001097 ! Fit after self-cal, rms=0.209561Jy sigma=0.001097 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.00100379 Jy ! Component: 100 - total flux cleaned = 0.00104161 Jy ! Component: 150 - total flux cleaned = 0.00101184 Jy ! Component: 200 - total flux cleaned = 0.000937222 Jy ! Total flux subtracted in 200 components = 0.000937222 Jy ! Clean residual min=-0.003720 max=0.003476 Jy/beam ! Clean residual mean=0.000003 rms=0.001121 Jy/beam ! Combined flux in latest and established models = 0.422336 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 187 components and 0.422336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209565Jy sigma=0.001097 ! Fit after self-cal, rms=0.209563Jy sigma=0.001097 ! 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=2.415 mas, bmaj=3.915 mas, bpa=-40 degrees ! Estimated noise=796.745 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.415 x 3.915 at -40 degrees (North through East) ! Clean map min=-0.0039339 max=0.17127 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=1.522 mas, bmaj=3.036 mas, bpa=-49.03 degrees ! Estimated noise=1993.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.13108 Jy ! Component: 100 - total flux cleaned = 0.184525 Jy ! Component: 150 - total flux cleaned = 0.220629 Jy ! Component: 200 - total flux cleaned = 0.24778 Jy ! Total flux subtracted in 200 components = 0.24778 Jy ! Clean residual min=-0.011425 max=0.017032 Jy/beam ! Clean residual mean=-0.000134 rms=0.003229 Jy/beam ! Combined flux in latest and established models = 0.24778 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.24778 Jy ! Inverting map and beam ! Estimated beam: bmin=2.415 mas, bmaj=3.915 mas, bpa=-40 degrees ! Estimated noise=796.745 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.0495662 Jy ! Component: 100 - total flux cleaned = 0.0813547 Jy ! Component: 150 - total flux cleaned = 0.10343 Jy ! Component: 200 - total flux cleaned = 0.119258 Jy ! Total flux subtracted in 200 components = 0.119258 Jy ! Clean residual min=-0.006522 max=0.010523 Jy/beam ! Clean residual mean=-0.000167 rms=0.002126 Jy/beam ! Combined flux in latest and established models = 0.367038 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 100 components and 0.367038 Jy ! Inverting map ! Added new window around map position (1, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0121567 Jy ! Component: 100 - total flux cleaned = 0.0212 Jy ! Component: 150 - total flux cleaned = 0.0282198 Jy ! Component: 200 - total flux cleaned = 0.0337715 Jy ! Total flux subtracted in 200 components = 0.0337715 Jy ! Clean residual min=-0.004625 max=0.004065 Jy/beam ! Clean residual mean=-0.000063 rms=0.001114 Jy/beam ! Combined flux in latest and established models = 0.400809 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 147 components and 0.400809 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=8.629 mas, bmaj=25.69 mas, bpa=4.1 degrees ! Estimated noise=991.578 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00727722 Jy ! Component: 100 - total flux cleaned = 0.0118983 Jy ! Component: 150 - total flux cleaned = 0.0149908 Jy ! Component: 200 - total flux cleaned = 0.0171023 Jy ! Total flux subtracted in 200 components = 0.0171023 Jy ! Clean residual min=-0.003608 max=0.003358 Jy/beam ! Clean residual mean=-0.000025 rms=0.001105 Jy/beam ! Combined flux in latest and established models = 0.417912 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.00145201 Jy ! Component: 100 - total flux cleaned = 0.00246402 Jy ! Component: 150 - total flux cleaned = 0.00318657 Jy ! Component: 200 - total flux cleaned = 0.00353761 Jy ! Total flux subtracted in 200 components = 0.00353761 Jy ! Clean residual min=-0.003472 max=0.003215 Jy/beam ! Clean residual mean=-0.000003 rms=0.001062 Jy/beam ! Combined flux in latest and established models = 0.421449 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 197 components and 0.421449 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.415 mas, bmaj=3.915 mas, bpa=-40 degrees ! Estimated noise=796.745 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.66502e-05 Jy ! Component: 100 - total flux cleaned = 0.000240022 Jy ! Component: 150 - total flux cleaned = 0.000300751 Jy ! Component: 200 - total flux cleaned = 0.000409524 Jy ! Total flux subtracted in 200 components = 0.000409524 Jy ! Clean residual min=-0.003676 max=0.003746 Jy/beam ! Clean residual mean=0.000001 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.421859 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 216 components and 0.421859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209485Jy sigma=0.001097 ! Fit after self-cal, rms=0.209306Jy sigma=0.001097 wmodel J1616-3509_S_2009_05_13_pus_map.mod ! Writing 216 model components to file: J1616-3509_S_2009_05_13_pus_map.mod wobs J1616-3509_S_2009_05_13_pus_uvs.fits ! Writing UV FITS file: J1616-3509_S_2009_05_13_pus_uvs.fits wwins J1616-3509_S_2009_05_13_pus_map.win ! wwins: Wrote 6 windows to J1616-3509_S_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.000423555 Jy ! Component: 100 - total flux cleaned = -0.000309378 Jy ! Component: 150 - total flux cleaned = -0.00047242 Jy ! Component: 200 - total flux cleaned = -0.000628849 Jy ! Component: 250 - total flux cleaned = -0.000831295 Jy ! Component: 300 - total flux cleaned = -0.00102859 Jy ! Component: 350 - total flux cleaned = -0.00122128 Jy ! Component: 400 - total flux cleaned = -0.00140922 Jy ! Component: 450 - total flux cleaned = -0.00159263 Jy ! Component: 500 - total flux cleaned = -0.00177237 Jy ! Component: 550 - total flux cleaned = -0.00212368 Jy ! Component: 600 - total flux cleaned = -0.00233882 Jy ! Component: 650 - total flux cleaned = -0.00246617 Jy ! Component: 700 - total flux cleaned = -0.00263164 Jy ! Component: 750 - total flux cleaned = -0.00263132 Jy ! Component: 800 - total flux cleaned = -0.00271131 Jy ! Component: 850 - total flux cleaned = -0.00267082 Jy ! Component: 900 - total flux cleaned = -0.00274954 Jy ! Component: 950 - total flux cleaned = -0.00271133 Jy ! Component: 1000 - total flux cleaned = -0.00278788 Jy ! Component: 1050 - total flux cleaned = -0.00282545 Jy ! Component: 1100 - total flux cleaned = -0.00275077 Jy ! Component: 1150 - total flux cleaned = -0.00278716 Jy ! Component: 1200 - total flux cleaned = -0.00275097 Jy ! Component: 1250 - total flux cleaned = -0.00285916 Jy ! Component: 1300 - total flux cleaned = -0.00296504 Jy ! Component: 1350 - total flux cleaned = -0.00299944 Jy ! Component: 1400 - total flux cleaned = -0.00303419 Jy ! Component: 1450 - total flux cleaned = -0.00306837 Jy ! Component: 1500 - total flux cleaned = -0.00306908 Jy ! Component: 1550 - total flux cleaned = -0.00327025 Jy ! Component: 1600 - total flux cleaned = -0.0033685 Jy ! Component: 1650 - total flux cleaned = -0.00343342 Jy ! Component: 1700 - total flux cleaned = -0.00343343 Jy ! Component: 1750 - total flux cleaned = -0.00349765 Jy ! Component: 1800 - total flux cleaned = -0.00359343 Jy ! Component: 1850 - total flux cleaned = -0.00371916 Jy ! Component: 1900 - total flux cleaned = -0.00378115 Jy ! Component: 1950 - total flux cleaned = -0.00393489 Jy ! Component: 2000 - total flux cleaned = -0.00396527 Jy ! Component: 2050 - total flux cleaned = -0.00405581 Jy ! Component: 2100 - total flux cleaned = -0.00414595 Jy ! Component: 2150 - total flux cleaned = -0.00411605 Jy ! Component: 2200 - total flux cleaned = -0.00423361 Jy ! Component: 2250 - total flux cleaned = -0.00429182 Jy ! Component: 2300 - total flux cleaned = -0.00434993 Jy ! Component: 2350 - total flux cleaned = -0.00440694 Jy ! Component: 2400 - total flux cleaned = -0.00437883 Jy ! Component: 2450 - total flux cleaned = -0.00454857 Jy ! Component: 2500 - total flux cleaned = -0.00454849 Jy ! Component: 2550 - total flux cleaned = -0.00463196 Jy ! Component: 2600 - total flux cleaned = -0.00468692 Jy ! Component: 2650 - total flux cleaned = -0.00471484 Jy ! Component: 2700 - total flux cleaned = -0.00485078 Jy ! Component: 2750 - total flux cleaned = -0.00474285 Jy ! Component: 2800 - total flux cleaned = -0.00479667 Jy ! Component: 2850 - total flux cleaned = -0.00490361 Jy ! Component: 2900 - total flux cleaned = -0.00490372 Jy ! Component: 2950 - total flux cleaned = -0.00498278 Jy ! Component: 3000 - total flux cleaned = -0.00508754 Jy ! Component: 3050 - total flux cleaned = -0.00508758 Jy ! Component: 3100 - total flux cleaned = -0.00511332 Jy ! Component: 3150 - total flux cleaned = -0.00513888 Jy ! Component: 3200 - total flux cleaned = -0.00511306 Jy ! Component: 3250 - total flux cleaned = -0.0051132 Jy ! Component: 3300 - total flux cleaned = -0.00516383 Jy ! Component: 3350 - total flux cleaned = -0.00518902 Jy ! Component: 3400 - total flux cleaned = -0.00523924 Jy ! Component: 3450 - total flux cleaned = -0.00523922 Jy ! Component: 3500 - total flux cleaned = -0.00531338 Jy ! Component: 3550 - total flux cleaned = -0.00528873 Jy ! Component: 3600 - total flux cleaned = -0.00531311 Jy ! Component: 3650 - total flux cleaned = -0.00533743 Jy ! Component: 3700 - total flux cleaned = -0.00538572 Jy ! Component: 3750 - total flux cleaned = -0.0053618 Jy ! Component: 3800 - total flux cleaned = -0.00548157 Jy ! Component: 3850 - total flux cleaned = -0.0054575 Jy ! Component: 3900 - total flux cleaned = -0.00555241 Jy ! Component: 3950 - total flux cleaned = -0.00562322 Jy ! Component: 4000 - total flux cleaned = -0.00562311 Jy ! Component: 4050 - total flux cleaned = -0.00564646 Jy ! Total flux subtracted in 4096 components = -0.00562301 Jy ! Clean residual min=-0.001439 max=0.001247 Jy/beam ! Clean residual mean=-0.000003 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.416236 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 475 components and 0.416236 Jy ![Exited script file: muppet] wmap "J1616-3509_S_2009_05_13_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.415 x 3.915 at -40 degrees (North through East) ! Clean map min=-0.0023548 max=0.16976 Jy/beam ! Writing clean map to FITS file: J1616-3509_S_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.16976 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000387071 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.68403 0.68403 1.36806 2.73612 5.47224 10.9445 21.8889 43.7779 87.5558 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.169 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.415 x 3.915 at -40 degrees (North through East) ! Clean map min=-0.0023548 max=0.16976 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 J1616-3509_S_2009_05_13_pus_uvs.log closed on Sun Jan 22 11:38:35 2017