! Started logfile: J1524-3012_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:30:47 2017 obs J1524-3012_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J1524-3012_S_2014_01_04_pus_uva.fits ! AN table 1: 117 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.500712 visibilities/baseline/integration-bin. ! Found source: J1524-3012 ! ! 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 8436 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 J1524-3012_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 292 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 292 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 292 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 292 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.958886Jy sigma=0.009363 ! Fit after self-cal, rms=0.883678Jy sigma=0.008686 ! 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.504 mas, bmaj=6.87 mas, bpa=-5.101 degrees ! Estimated noise=1482.41 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.0863686 Jy ! Component: 100 - total flux cleaned = 0.114661 Jy ! Total flux subtracted in 100 components = 0.114661 Jy ! Clean residual min=-0.007701 max=0.011572 Jy/beam ! Clean residual mean=0.000053 rms=0.002074 Jy/beam ! Combined flux in latest and established models = 0.114661 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.114661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123501Jy sigma=0.000958 ! Fit after self-cal, rms=0.123399Jy sigma=0.000956 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0122773 Jy ! Component: 100 - total flux cleaned = 0.0178138 Jy ! Total flux subtracted in 100 components = 0.0178138 Jy ! Clean residual min=-0.006090 max=0.007205 Jy/beam ! Clean residual mean=0.000027 rms=0.001505 Jy/beam ! Combined flux in latest and established models = 0.132475 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 12 components and 0.132475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120900Jy sigma=0.000941 ! Fit after self-cal, rms=0.120895Jy sigma=0.000940 ! 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=3.07 mas, bmaj=8.646 mas, bpa=-5.617 degrees ! Estimated noise=816.516 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.00666422 Jy ! Component: 100 - total flux cleaned = 0.00951108 Jy ! Component: 150 - total flux cleaned = 0.0108888 Jy ! Component: 200 - total flux cleaned = 0.0111785 Jy ! Total flux subtracted in 200 components = 0.0111785 Jy ! Clean residual min=-0.008547 max=0.007694 Jy/beam ! Clean residual mean=0.000020 rms=0.001938 Jy/beam ! Combined flux in latest and established models = 0.143653 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.143653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120136Jy sigma=0.000940 ! Fit after self-cal, rms=0.120136Jy sigma=0.000940 ! 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.03 FD 1.00* KP 1.00* LA 1.05 ! MK 0.92 NL 1.10 OV 1.05 PT 1.06 ! SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.00* KP 1.00* LA 0.99 ! MK 1.06 NL 1.15 OV 1.05 PT 1.08 ! SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.83 FD 1.00* KP 1.00* LA 0.85 ! MK 1.00 NL 1.05 OV 0.97 PT 1.01 ! SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00* KP 1.00* LA 0.88 ! MK 0.97 NL 1.22 OV 1.03 PT 1.07 ! SC 0.96 ! ! ! Fit before self-cal, rms=0.120136Jy sigma=0.000940 ! Fit after self-cal, rms=0.117435Jy sigma=0.000929 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.046 mas, bmaj=8.535 mas, bpa=-5.495 degrees ! Estimated noise=828.385 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.00307725 Jy ! Component: 100 - total flux cleaned = 0.0046226 Jy ! Component: 150 - total flux cleaned = 0.0051498 Jy ! Component: 200 - total flux cleaned = 0.00535148 Jy ! Total flux subtracted in 200 components = 0.00535148 Jy ! Clean residual min=-0.007059 max=0.005939 Jy/beam ! Clean residual mean=-0.000004 rms=0.001665 Jy/beam ! Combined flux in latest and established models = 0.149005 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 25 components and 0.149005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117237Jy sigma=0.000929 ! Fit after self-cal, rms=0.117376Jy sigma=0.000928 ! 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.117376Jy sigma=0.000928 ! Fit after self-cal, rms=0.111565Jy sigma=0.000923 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.024 mas, bmaj=8.463 mas, bpa=-5.65 degrees ! Estimated noise=840.257 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00246187 Jy ! Component: 100 - total flux cleaned = 0.00325114 Jy ! Component: 150 - total flux cleaned = 0.00336447 Jy ! Component: 200 - total flux cleaned = 0.00343715 Jy ! Total flux subtracted in 200 components = 0.00343715 Jy ! Clean residual min=-0.004066 max=0.004308 Jy/beam ! Clean residual mean=0.000017 rms=0.001090 Jy/beam ! Combined flux in latest and established models = 0.152442 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 34 components and 0.152442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111438Jy sigma=0.000924 ! Fit after self-cal, rms=0.111372Jy sigma=0.000923 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.000170733 Jy ! Component: 100 - total flux cleaned = 0.000233231 Jy ! Component: 150 - total flux cleaned = 0.000289588 Jy ! Component: 200 - total flux cleaned = 0.000289308 Jy ! Total flux subtracted in 200 components = 0.000289308 Jy ! Clean residual min=-0.004394 max=0.004399 Jy/beam ! Clean residual mean=0.000018 rms=0.001115 Jy/beam ! Combined flux in latest and established models = 0.152731 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.152731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111357Jy sigma=0.000923 ! Fit after self-cal, rms=0.111357Jy sigma=0.000923 ! 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.111357Jy sigma=0.000923 ! Fit after self-cal, rms=0.112994Jy sigma=0.000923 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3 mas, bmaj=8.427 mas, bpa=-6.006 degrees ! Estimated noise=851.737 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00247038 Jy ! Component: 100 - total flux cleaned = 0.0034368 Jy ! Component: 150 - total flux cleaned = 0.00357359 Jy ! Component: 200 - total flux cleaned = 0.00357327 Jy ! Total flux subtracted in 200 components = 0.00357327 Jy ! Clean residual min=-0.004195 max=0.004245 Jy/beam ! Clean residual mean=0.000016 rms=0.001089 Jy/beam ! Combined flux in latest and established models = 0.156305 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 40 components and 0.156305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112867Jy sigma=0.000923 ! Fit after self-cal, rms=0.112860Jy sigma=0.000923 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.75422e-05 Jy ! Component: 100 - total flux cleaned = 0.000101933 Jy ! Component: 150 - total flux cleaned = 0.000117642 Jy ! Component: 200 - total flux cleaned = 0.000133006 Jy ! Total flux subtracted in 200 components = 0.000133006 Jy ! Clean residual min=-0.004169 max=0.004247 Jy/beam ! Clean residual mean=0.000016 rms=0.001090 Jy/beam ! Combined flux in latest and established models = 0.156438 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.156438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112852Jy sigma=0.000923 ! Fit after self-cal, rms=0.112854Jy sigma=0.000923 ! 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.112854Jy sigma=0.000923 ! Fit after self-cal, rms=0.114902Jy sigma=0.000923 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.483 mas, bmaj=19.2 mas, bpa=4.406 degrees ! Estimated noise=1134.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.002991 Jy ! Component: 100 - total flux cleaned = 0.00384083 Jy ! Component: 150 - total flux cleaned = 0.00413368 Jy ! Component: 200 - total flux cleaned = 0.00417925 Jy ! Total flux subtracted in 200 components = 0.00417925 Jy ! Clean residual min=-0.005393 max=0.005235 Jy/beam ! Clean residual mean=0.000032 rms=0.001625 Jy/beam ! Combined flux in latest and established models = 0.160617 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 55 components and 0.160617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114796Jy sigma=0.000923 ! Fit after self-cal, rms=0.114782Jy sigma=0.000923 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 = 5.30588e-05 Jy ! Component: 100 - total flux cleaned = 5.07836e-05 Jy ! Component: 150 - total flux cleaned = 4.98988e-05 Jy ! Component: 200 - total flux cleaned = 4.96832e-05 Jy ! Total flux subtracted in 200 components = 4.96832e-05 Jy ! Clean residual min=-0.005396 max=0.005219 Jy/beam ! Clean residual mean=0.000033 rms=0.001623 Jy/beam ! Combined flux in latest and established models = 0.160666 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 57 components and 0.160666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114784Jy sigma=0.000923 ! Fit after self-cal, rms=0.114781Jy sigma=0.000923 ! 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.977 mas, bmaj=8.394 mas, bpa=-6.33 degrees ! Estimated noise=863.298 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.977 x 8.394 at -6.33 degrees (North through East) ! Clean map min=-0.0041867 max=0.11527 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.439 mas, bmaj=6.664 mas, bpa=-5.722 degrees ! Estimated noise=1535.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0906412 Jy ! Component: 100 - total flux cleaned = 0.123255 Jy ! Component: 150 - total flux cleaned = 0.137251 Jy ! Component: 200 - total flux cleaned = 0.144588 Jy ! Total flux subtracted in 200 components = 0.144588 Jy ! Clean residual min=-0.006108 max=0.005974 Jy/beam ! Clean residual mean=0.000031 rms=0.001634 Jy/beam ! Combined flux in latest and established models = 0.144588 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.144588 Jy ! Inverting map and beam ! Estimated beam: bmin=2.977 mas, bmaj=8.394 mas, bpa=-6.33 degrees ! Estimated noise=863.298 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.00821861 Jy ! Component: 100 - total flux cleaned = 0.0115653 Jy ! Component: 150 - total flux cleaned = 0.0131782 Jy ! Component: 200 - total flux cleaned = 0.0140561 Jy ! Total flux subtracted in 200 components = 0.0140561 Jy ! Clean residual min=-0.004270 max=0.004389 Jy/beam ! Clean residual mean=0.000023 rms=0.001122 Jy/beam ! Combined flux in latest and established models = 0.158644 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 45 components and 0.158644 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.483 mas, bmaj=19.2 mas, bpa=4.406 degrees ! Estimated noise=1134.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117582 Jy ! Component: 100 - total flux cleaned = 0.00127651 Jy ! Component: 150 - total flux cleaned = 0.00132725 Jy ! Component: 200 - total flux cleaned = 0.00135776 Jy ! Total flux subtracted in 200 components = 0.00135776 Jy ! Clean residual min=-0.005295 max=0.005321 Jy/beam ! Clean residual mean=0.000038 rms=0.001626 Jy/beam ! Combined flux in latest and established models = 0.160002 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 = 4.101e-05 Jy ! Component: 100 - total flux cleaned = 6.55086e-05 Jy ! Component: 150 - total flux cleaned = 8.85448e-05 Jy ! Component: 200 - total flux cleaned = 0.000120251 Jy ! Total flux subtracted in 200 components = 0.000120251 Jy ! Clean residual min=-0.005338 max=0.005301 Jy/beam ! Clean residual mean=0.000037 rms=0.001624 Jy/beam ! Combined flux in latest and established models = 0.160122 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 52 components and 0.160122 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.977 mas, bmaj=8.394 mas, bpa=-6.33 degrees ! Estimated noise=863.298 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000647582 Jy ! Component: 100 - total flux cleaned = -0.000599105 Jy ! Component: 150 - total flux cleaned = -0.000558633 Jy ! Component: 200 - total flux cleaned = -0.000523053 Jy ! Total flux subtracted in 200 components = -0.000523053 Jy ! Clean residual min=-0.004166 max=0.004385 Jy/beam ! Clean residual mean=0.000019 rms=0.001104 Jy/beam ! Combined flux in latest and established models = 0.159599 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 58 components and 0.159599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114777Jy sigma=0.000923 ! Fit after self-cal, rms=0.114792Jy sigma=0.000923 wmodel J1524-3012_S_2014_01_04_pus_map.mod ! Writing 58 model components to file: J1524-3012_S_2014_01_04_pus_map.mod wobs J1524-3012_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J1524-3012_S_2014_01_04_pus_uvs.fits wwins J1524-3012_S_2014_01_04_pus_map.win ! wwins: Wrote 1 windows to J1524-3012_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.000421511 Jy ! Component: 100 - total flux cleaned = 0.000143837 Jy ! Component: 150 - total flux cleaned = 1.93585e-05 Jy ! Component: 200 - total flux cleaned = -9.85623e-05 Jy ! Component: 250 - total flux cleaned = -0.000314933 Jy ! Component: 300 - total flux cleaned = -0.000572877 Jy ! Component: 350 - total flux cleaned = -0.000817493 Jy ! Component: 400 - total flux cleaned = -0.000909033 Jy ! Component: 450 - total flux cleaned = -0.00104324 Jy ! Component: 500 - total flux cleaned = -0.00130027 Jy ! Component: 550 - total flux cleaned = -0.00150596 Jy ! Component: 600 - total flux cleaned = -0.00174264 Jy ! Component: 650 - total flux cleaned = -0.00193176 Jy ! Component: 700 - total flux cleaned = -0.00207729 Jy ! Component: 750 - total flux cleaned = -0.00218289 Jy ! Component: 800 - total flux cleaned = -0.00228507 Jy ! Component: 850 - total flux cleaned = -0.00254808 Jy ! Component: 900 - total flux cleaned = -0.00267526 Jy ! Component: 950 - total flux cleaned = -0.00289086 Jy ! Component: 1000 - total flux cleaned = -0.00306973 Jy ! Component: 1050 - total flux cleaned = -0.00327194 Jy ! Component: 1100 - total flux cleaned = -0.0033567 Jy ! Component: 1150 - total flux cleaned = -0.00335775 Jy ! Component: 1200 - total flux cleaned = -0.00346463 Jy ! Component: 1250 - total flux cleaned = -0.00346462 Jy ! Component: 1300 - total flux cleaned = -0.00343937 Jy ! Component: 1350 - total flux cleaned = -0.00339008 Jy ! Component: 1400 - total flux cleaned = -0.00339043 Jy ! Component: 1450 - total flux cleaned = -0.00343735 Jy ! Component: 1500 - total flux cleaned = -0.00339082 Jy ! Component: 1550 - total flux cleaned = -0.00332204 Jy ! Component: 1600 - total flux cleaned = -0.00327769 Jy ! Component: 1650 - total flux cleaned = -0.00334451 Jy ! Component: 1700 - total flux cleaned = -0.00334426 Jy ! Component: 1750 - total flux cleaned = -0.00332274 Jy ! Component: 1800 - total flux cleaned = -0.00325916 Jy ! Component: 1850 - total flux cleaned = -0.00323823 Jy ! Component: 1900 - total flux cleaned = -0.00321726 Jy ! Component: 1950 - total flux cleaned = -0.00317634 Jy ! Component: 2000 - total flux cleaned = -0.00305644 Jy ! Component: 2050 - total flux cleaned = -0.00301738 Jy ! Component: 2100 - total flux cleaned = -0.0029591 Jy ! Component: 2150 - total flux cleaned = -0.00290156 Jy ! Component: 2200 - total flux cleaned = -0.00286367 Jy ! Component: 2250 - total flux cleaned = -0.00282657 Jy ! Component: 2300 - total flux cleaned = -0.00284499 Jy ! Component: 2350 - total flux cleaned = -0.00277205 Jy ! Component: 2400 - total flux cleaned = -0.00279007 Jy ! Component: 2450 - total flux cleaned = -0.00280765 Jy ! Component: 2500 - total flux cleaned = -0.00280756 Jy ! Component: 2550 - total flux cleaned = -0.00279045 Jy ! Component: 2600 - total flux cleaned = -0.00284243 Jy ! Component: 2650 - total flux cleaned = -0.00285943 Jy ! Component: 2700 - total flux cleaned = -0.00282584 Jy ! Component: 2750 - total flux cleaned = -0.0028261 Jy ! Component: 2800 - total flux cleaned = -0.00285965 Jy ! Component: 2850 - total flux cleaned = -0.0028102 Jy ! Component: 2900 - total flux cleaned = -0.00279408 Jy ! Component: 2950 - total flux cleaned = -0.00284264 Jy ! Component: 3000 - total flux cleaned = -0.00281046 Jy ! Component: 3050 - total flux cleaned = -0.00279449 Jy ! Component: 3100 - total flux cleaned = -0.00281037 Jy ! Component: 3150 - total flux cleaned = -0.00277888 Jy ! Component: 3200 - total flux cleaned = -0.00276315 Jy ! Component: 3250 - total flux cleaned = -0.00276319 Jy ! Component: 3300 - total flux cleaned = -0.00274767 Jy ! Component: 3350 - total flux cleaned = -0.00270161 Jy ! Component: 3400 - total flux cleaned = -0.00270163 Jy ! Component: 3450 - total flux cleaned = -0.00267135 Jy ! Component: 3500 - total flux cleaned = -0.00262639 Jy ! Component: 3550 - total flux cleaned = -0.00261156 Jy ! Component: 3600 - total flux cleaned = -0.00262636 Jy ! Component: 3650 - total flux cleaned = -0.00262641 Jy ! Component: 3700 - total flux cleaned = -0.00258249 Jy ! Component: 3750 - total flux cleaned = -0.00258249 Jy ! Component: 3800 - total flux cleaned = -0.00256798 Jy ! Component: 3850 - total flux cleaned = -0.00255359 Jy ! Component: 3900 - total flux cleaned = -0.00252478 Jy ! Component: 3950 - total flux cleaned = -0.00246785 Jy ! Component: 4000 - total flux cleaned = -0.0024395 Jy ! Component: 4050 - total flux cleaned = -0.00242531 Jy ! Total flux subtracted in 4096 components = -0.00236917 Jy ! Clean residual min=-0.000897 max=0.000905 Jy/beam ! Clean residual mean=0.000007 rms=0.000245 Jy/beam ! Combined flux in latest and established models = 0.15723 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 340 components and 0.15723 Jy ![Exited script file: muppet] wmap "J1524-3012_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.977 x 8.394 at -6.33 degrees (North through East) ! Clean map min=-0.0024141 max=0.1156 Jy/beam ! Writing clean map to FITS file: J1524-3012_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.115603 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231513 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.600796 0.600796 1.20159 2.40319 4.80637 9.61274 19.2255 38.451 76.9019 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.115 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.977 x 8.394 at -6.33 degrees (North through East) ! Clean map min=-0.0024141 max=0.1156 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 J1524-3012_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:30:51 2017