! Started logfile: J2355-2125_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:38:48 2017 obs J2355-2125_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J2355-2125_S_2014_01_04_pus_uva.fits ! AN table 1: 98 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J2355-2125 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 370 lines of history. ! ! Reading 8232 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 J2355-2125_S_2014_01_04_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 196 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 196 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 196 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 196 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.792378Jy sigma=0.008948 ! Fit after self-cal, rms=0.733846Jy sigma=0.008508 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.42 mas, bmaj=5.62 mas, bpa=0.006389 degrees ! Estimated noise=1454.9 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.202357 Jy ! Component: 100 - total flux cleaned = 0.253583 Jy ! Total flux subtracted in 100 components = 0.253583 Jy ! Clean residual min=-0.040436 max=0.119899 Jy/beam ! Clean residual mean=-0.000289 rms=0.011621 Jy/beam ! Combined flux in latest and established models = 0.253583 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.253583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195746Jy sigma=0.002091 ! Fit after self-cal, rms=0.195930Jy sigma=0.002091 ! Inverting map ! Added new window around map position (0, -21). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0973991 Jy ! Component: 100 - total flux cleaned = 0.134795 Jy ! Total flux subtracted in 100 components = 0.134795 Jy ! Clean residual min=-0.025206 max=0.033734 Jy/beam ! Clean residual mean=-0.000158 rms=0.005740 Jy/beam ! Combined flux in latest and established models = 0.388379 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.388379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135910Jy sigma=0.001363 ! Fit after self-cal, rms=0.126826Jy sigma=0.001263 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.032606 Jy ! Component: 100 - total flux cleaned = 0.0517602 Jy ! Total flux subtracted in 100 components = 0.0517602 Jy ! Clean residual min=-0.012233 max=0.016210 Jy/beam ! Clean residual mean=-0.000108 rms=0.003399 Jy/beam ! Combined flux in latest and established models = 0.440139 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 39 components and 0.440139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113827Jy sigma=0.001112 ! Fit after self-cal, rms=0.113049Jy sigma=0.001104 ! 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.95 mas, bmaj=6.668 mas, bpa=0.5035 degrees ! Estimated noise=734.942 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.0259434 Jy ! Component: 100 - total flux cleaned = 0.0424329 Jy ! Component: 150 - total flux cleaned = 0.0538166 Jy ! Component: 200 - total flux cleaned = 0.0618853 Jy ! Total flux subtracted in 200 components = 0.0618853 Jy ! Clean residual min=-0.009568 max=0.010495 Jy/beam ! Clean residual mean=-0.000108 rms=0.002669 Jy/beam ! Combined flux in latest and established models = 0.502024 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 73 components and 0.502024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105257Jy sigma=0.001030 ! Fit after self-cal, rms=0.104864Jy sigma=0.001025 ! 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* KP 1.00* LA 1.02 ! MK 0.99 NL 0.96 OV 0.98 PT 1.01 ! SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00* KP 1.00* LA 0.99 ! MK 1.01 NL 1.06 OV 1.01 PT 0.97 ! SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00* KP 1.00* LA 0.82 ! MK 1.01 NL 0.99 OV 0.94 PT 0.95 ! SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.23 FD 1.00* KP 1.00* LA 0.89 ! MK 1.02 NL 1.07 OV 1.01 PT 1.01 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.104864Jy sigma=0.001025 ! Fit after self-cal, rms=0.101726Jy sigma=0.000966 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.952 mas, bmaj=6.718 mas, bpa=0.4092 degrees ! Estimated noise=744.866 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 (9.5, -11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00790873 Jy ! Component: 100 - total flux cleaned = 0.0103291 Jy ! Component: 150 - total flux cleaned = 0.0110944 Jy ! Component: 200 - total flux cleaned = 0.0112092 Jy ! Total flux subtracted in 200 components = 0.0112092 Jy ! Clean residual min=-0.004854 max=0.004592 Jy/beam ! Clean residual mean=0.000005 rms=0.001233 Jy/beam ! Combined flux in latest and established models = 0.513233 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 92 components and 0.513233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100922Jy sigma=0.000958 ! Fit after self-cal, rms=0.100801Jy sigma=0.000957 ! 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.100801Jy sigma=0.000957 ! Fit after self-cal, rms=0.096004Jy sigma=0.000946 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.943 mas, bmaj=6.706 mas, bpa=0.3221 degrees ! Estimated noise=746.972 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00253205 Jy ! Component: 100 - total flux cleaned = 0.00369493 Jy ! Component: 150 - total flux cleaned = 0.00360831 Jy ! Component: 200 - total flux cleaned = 0.00352541 Jy ! Total flux subtracted in 200 components = 0.00352541 Jy ! Clean residual min=-0.003922 max=0.003698 Jy/beam ! Clean residual mean=0.000009 rms=0.001024 Jy/beam ! Combined flux in latest and established models = 0.516759 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 110 components and 0.516759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095766Jy sigma=0.000945 ! Fit after self-cal, rms=0.095748Jy sigma=0.000945 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.000299764 Jy ! Component: 100 - total flux cleaned = 0.000155392 Jy ! Component: 150 - total flux cleaned = 2.80116e-05 Jy ! Component: 200 - total flux cleaned = 8.77311e-05 Jy ! Total flux subtracted in 200 components = 8.77311e-05 Jy ! Clean residual min=-0.003500 max=0.003557 Jy/beam ! Clean residual mean=0.000010 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.516846 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 115 components and 0.516846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095640Jy sigma=0.000944 ! Fit after self-cal, rms=0.095641Jy sigma=0.000944 ! 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.095641Jy sigma=0.000944 ! Fit after self-cal, rms=0.092411Jy sigma=0.000939 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.943 mas, bmaj=6.701 mas, bpa=0.4068 degrees ! Estimated noise=744.156 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146156 Jy ! Component: 100 - total flux cleaned = 0.00152366 Jy ! Component: 150 - total flux cleaned = 0.00152227 Jy ! Component: 200 - total flux cleaned = 0.00152275 Jy ! Total flux subtracted in 200 components = 0.00152275 Jy ! Clean residual min=-0.002989 max=0.003140 Jy/beam ! Clean residual mean=0.000007 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.518369 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 126 components and 0.518369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092325Jy sigma=0.000939 ! Fit after self-cal, rms=0.092321Jy sigma=0.000939 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.02011e-05 Jy ! Component: 100 - total flux cleaned = -0.00011053 Jy ! Component: 150 - total flux cleaned = -0.00015122 Jy ! Component: 200 - total flux cleaned = -0.000298927 Jy ! Total flux subtracted in 200 components = -0.000298927 Jy ! Clean residual min=-0.002740 max=0.003059 Jy/beam ! Clean residual mean=0.000006 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.51807 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 136 components and 0.51807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092279Jy sigma=0.000939 ! Fit after self-cal, rms=0.092279Jy sigma=0.000938 ! 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.092279Jy sigma=0.000938 ! Fit after self-cal, rms=0.092367Jy sigma=0.000938 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.6 mas, bmaj=17.16 mas, bpa=5.85 degrees ! Estimated noise=915.983 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000958226 Jy ! Component: 100 - total flux cleaned = 0.00108167 Jy ! Component: 150 - total flux cleaned = 0.000920314 Jy ! Component: 200 - total flux cleaned = 0.000862242 Jy ! Total flux subtracted in 200 components = 0.000862242 Jy ! Clean residual min=-0.003347 max=0.003303 Jy/beam ! Clean residual mean=0.000012 rms=0.001054 Jy/beam ! Combined flux in latest and established models = 0.518933 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 141 components and 0.518933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092364Jy sigma=0.000938 ! Fit after self-cal, rms=0.092361Jy sigma=0.000938 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.000124121 Jy ! Component: 100 - total flux cleaned = -0.000176964 Jy ! Component: 150 - total flux cleaned = -0.000225192 Jy ! Component: 200 - total flux cleaned = -0.000248759 Jy ! Total flux subtracted in 200 components = -0.000248759 Jy ! Clean residual min=-0.003139 max=0.003227 Jy/beam ! Clean residual mean=0.000011 rms=0.001024 Jy/beam ! Combined flux in latest and established models = 0.518684 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 148 components and 0.518684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092363Jy sigma=0.000938 ! Fit after self-cal, rms=0.092363Jy sigma=0.000938 ! 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.943 mas, bmaj=6.697 mas, bpa=0.4455 degrees ! Estimated noise=745.178 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.943 x 6.697 at 0.4455 degrees (North through East) ! Clean map min=-0.0042996 max=0.26115 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.397 mas, bmaj=5.63 mas, bpa=0.06367 degrees ! Estimated noise=1485.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.223095 Jy ! Component: 100 - total flux cleaned = 0.320005 Jy ! Component: 150 - total flux cleaned = 0.371094 Jy ! Component: 200 - total flux cleaned = 0.403642 Jy ! Total flux subtracted in 200 components = 0.403642 Jy ! Clean residual min=-0.013167 max=0.018573 Jy/beam ! Clean residual mean=-0.000116 rms=0.003600 Jy/beam ! Combined flux in latest and established models = 0.403642 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.403642 Jy ! Inverting map and beam ! Estimated beam: bmin=2.943 mas, bmaj=6.697 mas, bpa=0.4455 degrees ! Estimated noise=745.178 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) ! Added new window around map position (0.5, -15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0346165 Jy ! Component: 100 - total flux cleaned = 0.0559576 Jy ! Component: 150 - total flux cleaned = 0.0701262 Jy ! Component: 200 - total flux cleaned = 0.0803425 Jy ! Total flux subtracted in 200 components = 0.0803425 Jy ! Clean residual min=-0.005462 max=0.006711 Jy/beam ! Clean residual mean=-0.000069 rms=0.001803 Jy/beam ! Combined flux in latest and established models = 0.483984 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 76 components and 0.483984 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.6 mas, bmaj=17.16 mas, bpa=5.85 degrees ! Estimated noise=915.983 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0124967 Jy ! Component: 100 - total flux cleaned = 0.0201656 Jy ! Component: 150 - total flux cleaned = 0.0251214 Jy ! Component: 200 - total flux cleaned = 0.0284757 Jy ! Total flux subtracted in 200 components = 0.0284757 Jy ! Clean residual min=-0.004076 max=0.003763 Jy/beam ! Clean residual mean=-0.000018 rms=0.001239 Jy/beam ! Combined flux in latest and established models = 0.51246 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.00148593 Jy ! Component: 100 - total flux cleaned = 0.00255219 Jy ! Component: 150 - total flux cleaned = 0.00327757 Jy ! Component: 200 - total flux cleaned = 0.0035336 Jy ! Total flux subtracted in 200 components = 0.0035336 Jy ! Clean residual min=-0.003438 max=0.003353 Jy/beam ! Clean residual mean=-0.000001 rms=0.001050 Jy/beam ! Combined flux in latest and established models = 0.515994 Jy ! Adding 95 model components to the UV plane model. ! The established model now contains 167 components and 0.515994 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.943 mas, bmaj=6.697 mas, bpa=0.4455 degrees ! Estimated noise=745.178 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000481059 Jy ! Component: 100 - total flux cleaned = 0.000916992 Jy ! Component: 150 - total flux cleaned = 0.000723437 Jy ! Component: 200 - total flux cleaned = 0.000468152 Jy ! Total flux subtracted in 200 components = 0.000468152 Jy ! Clean residual min=-0.003585 max=0.003778 Jy/beam ! Clean residual mean=0.000000 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 0.516462 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 191 components and 0.516462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092537Jy sigma=0.000940 ! Fit after self-cal, rms=0.092461Jy sigma=0.000939 wmodel J2355-2125_S_2014_01_04_pus_map.mod ! Writing 191 model components to file: J2355-2125_S_2014_01_04_pus_map.mod wobs J2355-2125_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J2355-2125_S_2014_01_04_pus_uvs.fits wwins J2355-2125_S_2014_01_04_pus_map.win ! wwins: Wrote 4 windows to J2355-2125_S_2014_01_04_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.00107071 Jy ! Component: 100 - total flux cleaned = 0.00174546 Jy ! Component: 150 - total flux cleaned = 0.0022538 Jy ! Component: 200 - total flux cleaned = 0.00281889 Jy ! Component: 250 - total flux cleaned = 0.00330403 Jy ! Component: 300 - total flux cleaned = 0.00367923 Jy ! Component: 350 - total flux cleaned = 0.00411874 Jy ! Component: 400 - total flux cleaned = 0.00450223 Jy ! Component: 450 - total flux cleaned = 0.00483448 Jy ! Component: 500 - total flux cleaned = 0.00508396 Jy ! Component: 550 - total flux cleaned = 0.00532415 Jy ! Component: 600 - total flux cleaned = 0.00569024 Jy ! Component: 650 - total flux cleaned = 0.00594773 Jy ! Component: 700 - total flux cleaned = 0.0062285 Jy ! Component: 750 - total flux cleaned = 0.00647103 Jy ! Component: 800 - total flux cleaned = 0.00664819 Jy ! Component: 850 - total flux cleaned = 0.00685038 Jy ! Component: 900 - total flux cleaned = 0.00693449 Jy ! Component: 950 - total flux cleaned = 0.00701759 Jy ! Component: 1000 - total flux cleaned = 0.00717942 Jy ! Component: 1050 - total flux cleaned = 0.00733714 Jy ! Component: 1100 - total flux cleaned = 0.00741385 Jy ! Component: 1150 - total flux cleaned = 0.00759016 Jy ! Component: 1200 - total flux cleaned = 0.00766347 Jy ! Component: 1250 - total flux cleaned = 0.00778464 Jy ! Component: 1300 - total flux cleaned = 0.00785619 Jy ! Component: 1350 - total flux cleaned = 0.00792672 Jy ! Component: 1400 - total flux cleaned = 0.00801854 Jy ! Component: 1450 - total flux cleaned = 0.00808617 Jy ! Component: 1500 - total flux cleaned = 0.00813063 Jy ! Component: 1550 - total flux cleaned = 0.00819582 Jy ! Component: 1600 - total flux cleaned = 0.00823826 Jy ! Component: 1650 - total flux cleaned = 0.00830103 Jy ! Component: 1700 - total flux cleaned = 0.00832171 Jy ! Component: 1750 - total flux cleaned = 0.0083422 Jy ! Component: 1800 - total flux cleaned = 0.00842229 Jy ! Component: 1850 - total flux cleaned = 0.00846147 Jy ! Component: 1900 - total flux cleaned = 0.00848077 Jy ! Component: 1950 - total flux cleaned = 0.00848075 Jy ! Component: 2000 - total flux cleaned = 0.0084997 Jy ! Component: 2050 - total flux cleaned = 0.00848106 Jy ! Component: 2100 - total flux cleaned = 0.00849949 Jy ! Component: 2150 - total flux cleaned = 0.00844479 Jy ! Component: 2200 - total flux cleaned = 0.00842678 Jy ! Component: 2250 - total flux cleaned = 0.00840869 Jy ! Component: 2300 - total flux cleaned = 0.00835574 Jy ! Component: 2350 - total flux cleaned = 0.00828624 Jy ! Component: 2400 - total flux cleaned = 0.00821729 Jy ! Component: 2450 - total flux cleaned = 0.00818324 Jy ! Component: 2500 - total flux cleaned = 0.00814964 Jy ! Component: 2550 - total flux cleaned = 0.00814981 Jy ! Component: 2600 - total flux cleaned = 0.00811664 Jy ! Component: 2650 - total flux cleaned = 0.00805142 Jy ! Component: 2700 - total flux cleaned = 0.00798672 Jy ! Component: 2750 - total flux cleaned = 0.00800282 Jy ! Component: 2800 - total flux cleaned = 0.0079709 Jy ! Component: 2850 - total flux cleaned = 0.00786058 Jy ! Component: 2900 - total flux cleaned = 0.00781391 Jy ! Component: 2950 - total flux cleaned = 0.0077676 Jy ! Component: 3000 - total flux cleaned = 0.00769088 Jy ! Component: 3050 - total flux cleaned = 0.00766039 Jy ! Component: 3100 - total flux cleaned = 0.00758467 Jy ! Component: 3150 - total flux cleaned = 0.0075246 Jy ! Component: 3200 - total flux cleaned = 0.00749472 Jy ! Component: 3250 - total flux cleaned = 0.0074501 Jy ! Component: 3300 - total flux cleaned = 0.00739122 Jy ! Component: 3350 - total flux cleaned = 0.00734721 Jy ! Component: 3400 - total flux cleaned = 0.00730368 Jy ! Component: 3450 - total flux cleaned = 0.00728921 Jy ! Component: 3500 - total flux cleaned = 0.00724611 Jy ! Component: 3550 - total flux cleaned = 0.00724608 Jy ! Component: 3600 - total flux cleaned = 0.00717493 Jy ! Component: 3650 - total flux cleaned = 0.00714673 Jy ! Component: 3700 - total flux cleaned = 0.00710446 Jy ! Component: 3750 - total flux cleaned = 0.00706248 Jy ! Component: 3800 - total flux cleaned = 0.00703469 Jy ! Component: 3850 - total flux cleaned = 0.00697936 Jy ! Component: 3900 - total flux cleaned = 0.00696565 Jy ! Component: 3950 - total flux cleaned = 0.00693822 Jy ! Component: 4000 - total flux cleaned = 0.00688344 Jy ! Component: 4050 - total flux cleaned = 0.00686985 Jy ! Total flux subtracted in 4096 components = 0.00684271 Jy ! Clean residual min=-0.000812 max=0.000864 Jy/beam ! Clean residual mean=-0.000000 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.523304 Jy keep ! Adding 250 model components to the UV plane model. ! The established model now contains 441 components and 0.523304 Jy ![Exited script file: muppet] wmap "J2355-2125_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.943 x 6.697 at 0.4455 degrees (North through East) ! Clean map min=-0.0014784 max=0.26429 Jy/beam ! Writing clean map to FITS file: J2355-2125_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.264286 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000228163 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.258996 0.258996 0.517991 1.03598 2.07196 4.14393 8.28786 16.5757 33.1514 66.3028 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.264 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.943 x 6.697 at 0.4455 degrees (North through East) ! Clean map min=-0.0014784 max=0.26429 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 J2355-2125_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:38:53 2017