! Started logfile: J1625-3108_X_2009_05_13_pus_uvs.log on Sat Jan 21 12:45:19 2017 obs J1625-3108_X_2009_05_13_pus_uva.fits ! Reading UV FITS file: J1625-3108_X_2009_05_13_pus_uva.fits ! AN table 1: 91 integrations on 120 of 120 possible baselines. ! AN table 2: 94 integrations on 120 of 120 possible baselines. ! Apparent sampling: 0.296667 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1625-3108 ! ! 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 26344 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 J1625-3108_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 644 telescope corrections were flagged in sub-array 1. ! A total of 662 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 644 telescope corrections were flagged in sub-array 1. ! A total of 662 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 644 telescope corrections were flagged in sub-array 1. ! A total of 662 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 644 telescope corrections were flagged in sub-array 1. ! A total of 774 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.942915Jy sigma=0.008068 ! Fit after self-cal, rms=0.877052Jy sigma=0.007547 ! 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.6238 mas, bmaj=1.715 mas, bpa=-6.119 degrees ! Estimated noise=1131.4 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.089694 Jy ! Component: 100 - total flux cleaned = 0.116731 Jy ! Total flux subtracted in 100 components = 0.116731 Jy ! Clean residual min=-0.010035 max=0.019341 Jy/beam ! Clean residual mean=-0.000081 rms=0.002834 Jy/beam ! Combined flux in latest and established models = 0.116731 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.116731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147129Jy sigma=0.001182 ! Fit after self-cal, rms=0.147036Jy sigma=0.001181 ! Inverting map ! Added new window around map position (-1, -0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0197902 Jy ! Component: 100 - total flux cleaned = 0.0331302 Jy ! Total flux subtracted in 100 components = 0.0331302 Jy ! Clean residual min=-0.008347 max=0.011527 Jy/beam ! Clean residual mean=-0.000039 rms=0.002147 Jy/beam ! Combined flux in latest and established models = 0.149861 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 40 components and 0.149861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142403Jy sigma=0.001131 ! Fit after self-cal, rms=0.142260Jy sigma=0.001129 ! 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.8167 mas, bmaj=2.131 mas, bpa=-5.977 degrees ! Estimated noise=520.219 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.0182429 Jy ! Component: 100 - total flux cleaned = 0.0277748 Jy ! Component: 150 - total flux cleaned = 0.0329724 Jy ! Component: 200 - total flux cleaned = 0.035834 Jy ! Total flux subtracted in 200 components = 0.035834 Jy ! Clean residual min=-0.003678 max=0.005478 Jy/beam ! Clean residual mean=0.000015 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 0.185695 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 72 components and 0.185695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140128Jy sigma=0.001107 ! Fit after self-cal, rms=0.139991Jy sigma=0.001106 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.02 HO 1.00* ! KK 1.00* KP 1.01 LA 1.02 MK 1.13 ! NL 1.03 NY 1.00* OV 0.99 PT 0.99 ! SC 1.08 TS 1.00* WZ 1.00* KB 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 0.96 HN 1.00* HO 1.00* ! KK 1.00* KP 1.01 LA 0.99 MK 1.00 ! NL 1.14 NY 1.00* OV 0.97 PT 0.99 ! SC 0.84 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.11 HO 1.00* ! KK 1.00* KP 0.96 LA 0.95 MK 1.00 ! NL 1.01 NY 1.00* OV 0.96 PT 1.02 ! SC 1.13 TS 1.00* WZ 1.00* KB 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.96 FD 0.93 HN 1.00* HO 1.00* ! KK 1.00* KP 0.96 LA 1.01 MK 1.00 ! NL 1.08 NY 1.00* OV 0.95 PT 1.04 ! SC 1.28 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.04 HO 1.00* ! KK 1.00* KP 1.01 LA 0.99 MK 0.96 ! NL 1.00 NY 1.00* OV 1.00 PT 1.06 ! SC 1.06 TS 1.00* WZ 1.00* KB 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 0.91 HN 1.00* HO 1.00* ! KK 1.00* KP 0.99 LA 1.03 MK 0.96 ! NL 1.09 NY 1.00* OV 1.02 PT 1.02 ! SC 0.82 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.10 HO 1.00* ! KK 1.00* KP 0.97 LA 0.95 MK 0.95 ! NL 1.00 NY 1.00* OV 0.95 PT 1.01 ! SC 0.79 TS 1.00* WZ 1.00* KB 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 0.94 HN 1.00* HO 1.00* ! KK 1.00* KP 0.94 LA 1.04 MK 0.95 ! NL 1.20 NY 1.00* OV 0.94 PT 1.01 ! SC 1.00* TS 1.00* WZ 1.00* KB 1.00* ! ! ! Fit before self-cal, rms=0.139991Jy sigma=0.001106 ! Fit after self-cal, rms=0.141661Jy sigma=0.001102 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8164 mas, bmaj=2.117 mas, bpa=-5.511 degrees ! Estimated noise=515.944 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 (-1.8, -1.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00267381 Jy ! Component: 100 - total flux cleaned = 0.00260734 Jy ! Component: 150 - total flux cleaned = 0.0024752 Jy ! Component: 200 - total flux cleaned = 0.00235719 Jy ! Total flux subtracted in 200 components = 0.00235719 Jy ! Clean residual min=-0.002152 max=0.002746 Jy/beam ! Clean residual mean=0.000003 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.188052 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 93 components and 0.188052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141553Jy sigma=0.001101 ! Fit after self-cal, rms=0.141609Jy sigma=0.001100 ! Inverting map ! Added new window around map position (8, 20.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.002241 Jy ! Component: 100 - total flux cleaned = 0.00237444 Jy ! Component: 150 - total flux cleaned = 0.00222659 Jy ! Component: 200 - total flux cleaned = 0.00204473 Jy ! Total flux subtracted in 200 components = 0.00204473 Jy ! Clean residual min=-0.002050 max=0.002365 Jy/beam ! Clean residual mean=-0.000000 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.190097 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 110 components and 0.190097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141541Jy sigma=0.001100 ! Fit after self-cal, rms=0.141535Jy sigma=0.001100 ! 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.141535Jy sigma=0.001100 ! Fit after self-cal, rms=0.140775Jy sigma=0.001100 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8132 mas, bmaj=2.11 mas, bpa=-5.347 degrees ! Estimated noise=513.709 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168459 Jy ! Component: 100 - total flux cleaned = 0.00187292 Jy ! Component: 150 - total flux cleaned = 0.0017916 Jy ! Component: 200 - total flux cleaned = 0.00171442 Jy ! Total flux subtracted in 200 components = 0.00171442 Jy ! Clean residual min=-0.001826 max=0.002059 Jy/beam ! Clean residual mean=-0.000000 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.191811 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 125 components and 0.191811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140739Jy sigma=0.001100 ! Fit after self-cal, rms=0.140733Jy sigma=0.001100 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.000424741 Jy ! Component: 100 - total flux cleaned = 0.000386717 Jy ! Component: 150 - total flux cleaned = 0.000281059 Jy ! Component: 200 - total flux cleaned = 0.000247602 Jy ! Total flux subtracted in 200 components = 0.000247602 Jy ! Clean residual min=-0.001806 max=0.001968 Jy/beam ! Clean residual mean=-0.000001 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.192059 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 132 components and 0.192059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140710Jy sigma=0.001099 ! Fit after self-cal, rms=0.140709Jy sigma=0.001099 ! 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.140709Jy sigma=0.001099 ! Fit after self-cal, rms=0.140989Jy sigma=0.001099 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8131 mas, bmaj=2.113 mas, bpa=-5.369 degrees ! Estimated noise=514.375 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101436 Jy ! Component: 100 - total flux cleaned = 0.0010828 Jy ! Component: 150 - total flux cleaned = 0.00105093 Jy ! Component: 200 - total flux cleaned = 0.000991412 Jy ! Total flux subtracted in 200 components = 0.000991412 Jy ! Clean residual min=-0.001765 max=0.001890 Jy/beam ! Clean residual mean=-0.000001 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.19305 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 150 components and 0.19305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140970Jy sigma=0.001099 ! Fit after self-cal, rms=0.140970Jy 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.000250205 Jy ! Component: 100 - total flux cleaned = 0.000221435 Jy ! Component: 150 - total flux cleaned = 0.000165956 Jy ! Component: 200 - total flux cleaned = 0.000139303 Jy ! Total flux subtracted in 200 components = 0.000139303 Jy ! Clean residual min=-0.001739 max=0.001853 Jy/beam ! Clean residual mean=-0.000001 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.19319 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 163 components and 0.19319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140956Jy sigma=0.001099 ! Fit after self-cal, rms=0.140955Jy sigma=0.001099 ! 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.140955Jy sigma=0.001099 ! Fit after self-cal, rms=0.141012Jy sigma=0.001099 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.324 mas, bmaj=6.301 mas, bpa=-0.2203 degrees ! Estimated noise=655.468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000652625 Jy ! Component: 100 - total flux cleaned = 0.000652117 Jy ! Component: 150 - total flux cleaned = 0.000611349 Jy ! Component: 200 - total flux cleaned = 0.000573816 Jy ! Total flux subtracted in 200 components = 0.000573816 Jy ! Clean residual min=-0.001353 max=0.001675 Jy/beam ! Clean residual mean=-0.000003 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.193764 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 177 components and 0.193764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141006Jy sigma=0.001099 ! Fit after self-cal, rms=0.141004Jy 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.000234124 Jy ! Component: 100 - total flux cleaned = 0.000214752 Jy ! Component: 150 - total flux cleaned = 0.000197402 Jy ! Component: 200 - total flux cleaned = 0.000163982 Jy ! Total flux subtracted in 200 components = 0.000163982 Jy ! Clean residual min=-0.001372 max=0.001640 Jy/beam ! Clean residual mean=-0.000004 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.193928 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 185 components and 0.193928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140999Jy sigma=0.001099 ! Fit after self-cal, rms=0.140998Jy sigma=0.001099 ! 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.8128 mas, bmaj=2.113 mas, bpa=-5.367 degrees ! Estimated noise=514.802 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8128 x 2.113 at -5.367 degrees (North through East) ! Clean map min=-0.0016141 max=0.12021 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.6192 mas, bmaj=1.704 mas, bpa=-5.311 degrees ! Estimated noise=1111.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0866949 Jy ! Component: 100 - total flux cleaned = 0.118054 Jy ! Component: 150 - total flux cleaned = 0.138122 Jy ! Component: 200 - total flux cleaned = 0.152207 Jy ! Total flux subtracted in 200 components = 0.152207 Jy ! Clean residual min=-0.007045 max=0.008789 Jy/beam ! Clean residual mean=-0.000042 rms=0.001817 Jy/beam ! Combined flux in latest and established models = 0.152207 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.152207 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8128 mas, bmaj=2.113 mas, bpa=-5.367 degrees ! Estimated noise=514.802 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.0177526 Jy ! Component: 100 - total flux cleaned = 0.027017 Jy ! Component: 150 - total flux cleaned = 0.0325934 Jy ! Component: 200 - total flux cleaned = 0.0363111 Jy ! Total flux subtracted in 200 components = 0.0363111 Jy ! Clean residual min=-0.002282 max=0.003087 Jy/beam ! Clean residual mean=-0.000009 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.188519 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 72 components and 0.188519 Jy ! Inverting map ! Added new window around map position (0.9, 1.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00274136 Jy ! Component: 100 - total flux cleaned = 0.00360201 Jy ! Component: 150 - total flux cleaned = 0.00399063 Jy ! Component: 200 - total flux cleaned = 0.00421867 Jy ! Total flux subtracted in 200 components = 0.00421867 Jy ! Clean residual min=-0.001863 max=0.002067 Jy/beam ! Clean residual mean=-0.000003 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.192737 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 102 components and 0.192737 Jy ! Inverting map ! Added new window around map position (-4.3, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00165542 Jy ! Component: 100 - total flux cleaned = 0.00185526 Jy ! Component: 150 - total flux cleaned = 0.00194739 Jy ! Component: 200 - total flux cleaned = 0.00190353 Jy ! Total flux subtracted in 200 components = 0.00190353 Jy ! Clean residual min=-0.001756 max=0.001945 Jy/beam ! Clean residual mean=-0.000002 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.194641 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 128 components and 0.194641 Jy ! Inverting map ! Added new window around map position (-7, -15.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00162167 Jy ! Component: 100 - total flux cleaned = 0.00174934 Jy ! Component: 150 - total flux cleaned = 0.00182909 Jy ! Component: 200 - total flux cleaned = 0.00182903 Jy ! Total flux subtracted in 200 components = 0.00182903 Jy ! Clean residual min=-0.001668 max=0.001637 Jy/beam ! Clean residual mean=-0.000000 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.19647 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 153 components and 0.19647 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.324 mas, bmaj=6.301 mas, bpa=-0.2203 degrees ! Estimated noise=655.468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.11257e-05 Jy ! Component: 100 - total flux cleaned = -1.30068e-05 Jy ! Component: 150 - total flux cleaned = -1.4694e-05 Jy ! Component: 200 - total flux cleaned = -1.44277e-05 Jy ! Total flux subtracted in 200 components = -1.44277e-05 Jy ! Clean residual min=-0.001445 max=0.001327 Jy/beam ! Clean residual mean=-0.000002 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.196455 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 = 2.86267e-07 Jy ! Component: 100 - total flux cleaned = -1.79653e-05 Jy ! Component: 150 - total flux cleaned = -1.77888e-05 Jy ! Component: 200 - total flux cleaned = -1.77303e-05 Jy ! Total flux subtracted in 200 components = -1.77303e-05 Jy ! Clean residual min=-0.001396 max=0.001295 Jy/beam ! Clean residual mean=-0.000003 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.196438 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 186 components and 0.196438 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8128 mas, bmaj=2.113 mas, bpa=-5.367 degrees ! Estimated noise=514.802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.33408e-06 Jy ! Component: 100 - total flux cleaned = -0.000101323 Jy ! Component: 150 - total flux cleaned = -0.000133105 Jy ! Component: 200 - total flux cleaned = -0.000132527 Jy ! Total flux subtracted in 200 components = -0.000132527 Jy ! Clean residual min=-0.001557 max=0.001610 Jy/beam ! Clean residual mean=-0.000001 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.196305 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 219 components and 0.196305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140933Jy sigma=0.001099 ! Fit after self-cal, rms=0.140935Jy sigma=0.001099 wmodel J1625-3108_X_2009_05_13_pus_map.mod ! Writing 219 model components to file: J1625-3108_X_2009_05_13_pus_map.mod wobs J1625-3108_X_2009_05_13_pus_uvs.fits ! Writing UV FITS file: J1625-3108_X_2009_05_13_pus_uvs.fits wwins J1625-3108_X_2009_05_13_pus_map.win ! wwins: Wrote 7 windows to J1625-3108_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.000169392 Jy ! Component: 100 - total flux cleaned = 0.000171149 Jy ! Component: 150 - total flux cleaned = -4.51331e-06 Jy ! Component: 200 - total flux cleaned = -0.000126054 Jy ! Component: 250 - total flux cleaned = -0.00017279 Jy ! Component: 300 - total flux cleaned = -0.000172434 Jy ! Component: 350 - total flux cleaned = -0.000104821 Jy ! Component: 400 - total flux cleaned = -1.73583e-05 Jy ! Component: 450 - total flux cleaned = 8.95522e-05 Jy ! Component: 500 - total flux cleaned = 0.000152048 Jy ! Component: 550 - total flux cleaned = 0.000234317 Jy ! Component: 600 - total flux cleaned = 0.000355484 Jy ! Component: 650 - total flux cleaned = 0.000454495 Jy ! Component: 700 - total flux cleaned = 0.000532269 Jy ! Component: 750 - total flux cleaned = 0.000551151 Jy ! Component: 800 - total flux cleaned = 0.000570369 Jy ! Component: 850 - total flux cleaned = 0.000645398 Jy ! Component: 900 - total flux cleaned = 0.000645403 Jy ! Component: 950 - total flux cleaned = 0.000645596 Jy ! Component: 1000 - total flux cleaned = 0.000699706 Jy ! Component: 1050 - total flux cleaned = 0.00069965 Jy ! Component: 1100 - total flux cleaned = 0.000735257 Jy ! Component: 1150 - total flux cleaned = 0.000822519 Jy ! Component: 1200 - total flux cleaned = 0.000822486 Jy ! Component: 1250 - total flux cleaned = 0.000822275 Jy ! Component: 1300 - total flux cleaned = 0.00082258 Jy ! Component: 1350 - total flux cleaned = 0.000839264 Jy ! Component: 1400 - total flux cleaned = 0.000806229 Jy ! Component: 1450 - total flux cleaned = 0.000789835 Jy ! Component: 1500 - total flux cleaned = 0.000805823 Jy ! Component: 1550 - total flux cleaned = 0.000757555 Jy ! Component: 1600 - total flux cleaned = 0.000741663 Jy ! Component: 1650 - total flux cleaned = 0.000678594 Jy ! Component: 1700 - total flux cleaned = 0.000647414 Jy ! Component: 1750 - total flux cleaned = 0.000662925 Jy ! Component: 1800 - total flux cleaned = 0.000616717 Jy ! Component: 1850 - total flux cleaned = 0.000570799 Jy ! Component: 1900 - total flux cleaned = 0.000525454 Jy ! Component: 1950 - total flux cleaned = 0.000480439 Jy ! Component: 2000 - total flux cleaned = 0.000435885 Jy ! Component: 2050 - total flux cleaned = 0.000450677 Jy ! Component: 2100 - total flux cleaned = 0.000391968 Jy ! Component: 2150 - total flux cleaned = 0.000348314 Jy ! Component: 2200 - total flux cleaned = 0.000290611 Jy ! Component: 2250 - total flux cleaned = 0.000262047 Jy ! Component: 2300 - total flux cleaned = 0.000262076 Jy ! Component: 2350 - total flux cleaned = 0.000247807 Jy ! Component: 2400 - total flux cleaned = 0.000247808 Jy ! Component: 2450 - total flux cleaned = 0.000219672 Jy ! Component: 2500 - total flux cleaned = 0.000205783 Jy ! Component: 2550 - total flux cleaned = 0.000205844 Jy ! Component: 2600 - total flux cleaned = 0.000205934 Jy ! Component: 2650 - total flux cleaned = 0.000233352 Jy ! Component: 2700 - total flux cleaned = 0.000192662 Jy ! Component: 2750 - total flux cleaned = 0.000179146 Jy ! Component: 2800 - total flux cleaned = 0.000206056 Jy ! Component: 2850 - total flux cleaned = 0.000206042 Jy ! Component: 2900 - total flux cleaned = 0.000206084 Jy ! Component: 2950 - total flux cleaned = 0.000219325 Jy ! Component: 3000 - total flux cleaned = 0.000245751 Jy ! Component: 3050 - total flux cleaned = 0.000154308 Jy ! Component: 3100 - total flux cleaned = 0.00020632 Jy ! Component: 3150 - total flux cleaned = 0.00023221 Jy ! Component: 3200 - total flux cleaned = 0.000219144 Jy ! Component: 3250 - total flux cleaned = 0.000206182 Jy ! Component: 3300 - total flux cleaned = 0.000180666 Jy ! Component: 3350 - total flux cleaned = 0.000193363 Jy ! Component: 3400 - total flux cleaned = 0.000142767 Jy ! Component: 3450 - total flux cleaned = 0.000142691 Jy ! Component: 3500 - total flux cleaned = 0.000130218 Jy ! Component: 3550 - total flux cleaned = 6.79113e-05 Jy ! Component: 3600 - total flux cleaned = 5.55514e-05 Jy ! Component: 3650 - total flux cleaned = 3.09263e-05 Jy ! Component: 3700 - total flux cleaned = 1.85736e-05 Jy ! Component: 3750 - total flux cleaned = -5.9358e-06 Jy ! Component: 3800 - total flux cleaned = -3.03382e-05 Jy ! Component: 3850 - total flux cleaned = -1.8144e-05 Jy ! Component: 3900 - total flux cleaned = -5.45185e-05 Jy ! Component: 3950 - total flux cleaned = -5.45612e-05 Jy ! Component: 4000 - total flux cleaned = -5.46365e-05 Jy ! Component: 4050 - total flux cleaned = -0.000102405 Jy ! Total flux subtracted in 4096 components = -0.000126172 Jy ! Clean residual min=-0.000656 max=0.000656 Jy/beam ! Clean residual mean=0.000002 rms=0.000220 Jy/beam ! Combined flux in latest and established models = 0.196179 Jy keep ! Adding 247 model components to the UV plane model. ! The established model now contains 466 components and 0.196179 Jy ![Exited script file: muppet] wmap "J1625-3108_X_2009_05_13_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8128 x 2.113 at -5.367 degrees (North through East) ! Clean map min=-0.0016254 max=0.12013 Jy/beam ! Writing clean map to FITS file: J1625-3108_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.120126 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000219565 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.548335 0.548335 1.09667 2.19334 4.38668 8.77337 17.5467 35.0935 70.1869 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.12 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.8128 x 2.113 at -5.367 degrees (North through East) ! Clean map min=-0.0016254 max=0.12013 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 J1625-3108_X_2009_05_13_pus_uvs.log closed on Sat Jan 21 12:45:27 2017