! Started logfile: J0438+3004_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:16:57 2017 obs J0438+3004_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0438+3004_S_2014_01_04_pus_uva.fits ! AN table 1: 85 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J0438+3004 ! ! 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 7140 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 J0438+3004_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 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.793708Jy sigma=0.011643 ! Fit after self-cal, rms=0.773131Jy sigma=0.011427 ! 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=3.34 mas, bmaj=4.43 mas, bpa=-5.123 degrees ! Estimated noise=1059.84 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.171122 Jy ! Component: 100 - total flux cleaned = 0.222881 Jy ! Total flux subtracted in 100 components = 0.222881 Jy ! Clean residual min=-0.010566 max=0.019776 Jy/beam ! Clean residual mean=-0.000031 rms=0.003039 Jy/beam ! Combined flux in latest and established models = 0.222881 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.222881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086841Jy sigma=0.001091 ! Fit after self-cal, rms=0.086822Jy sigma=0.001090 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0193466 Jy ! Component: 100 - total flux cleaned = 0.0281628 Jy ! Total flux subtracted in 100 components = 0.0281628 Jy ! Clean residual min=-0.008384 max=0.011029 Jy/beam ! Clean residual mean=-0.000006 rms=0.002331 Jy/beam ! Combined flux in latest and established models = 0.251044 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 16 components and 0.251044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080709Jy sigma=0.001024 ! Fit after self-cal, rms=0.080681Jy sigma=0.001024 ! 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=4.055 mas, bmaj=5.336 mas, bpa=-0.4694 degrees ! Estimated noise=604.15 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.0092334 Jy ! Component: 100 - total flux cleaned = 0.015295 Jy ! Component: 150 - total flux cleaned = 0.0194541 Jy ! Component: 200 - total flux cleaned = 0.0223249 Jy ! Total flux subtracted in 200 components = 0.0223249 Jy ! Clean residual min=-0.007674 max=0.011599 Jy/beam ! Clean residual mean=0.000003 rms=0.002499 Jy/beam ! Combined flux in latest and established models = 0.273369 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 25 components and 0.273369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078971Jy sigma=0.001015 ! Fit after self-cal, rms=0.078918Jy sigma=0.001015 ! 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.09 FD 1.00* KP 1.00* LA 1.03 ! MK 1.02 NL 0.98 OV 0.93 PT 1.01 ! SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 1.00* KP 1.00* LA 1.00 ! MK 1.02 NL 1.02 OV 0.98 PT 0.98 ! SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* KP 1.00* LA 0.82 ! MK 1.08 NL 0.98 OV 0.89 PT 0.96 ! SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.21 FD 1.00* KP 1.00* LA 0.90 ! MK 1.05 NL 1.05 OV 0.97 PT 0.99 ! SC 0.93 ! ! ! Fit before self-cal, rms=0.078918Jy sigma=0.001015 ! Fit after self-cal, rms=0.072813Jy sigma=0.000929 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.055 mas, bmaj=5.397 mas, bpa=1.45 degrees ! Estimated noise=609.273 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 (-15.5, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00828442 Jy ! Component: 100 - total flux cleaned = 0.0132137 Jy ! Component: 150 - total flux cleaned = 0.0166534 Jy ! Component: 200 - total flux cleaned = 0.0182489 Jy ! Total flux subtracted in 200 components = 0.0182489 Jy ! Clean residual min=-0.004399 max=0.004469 Jy/beam ! Clean residual mean=0.000011 rms=0.001019 Jy/beam ! Combined flux in latest and established models = 0.291618 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 44 components and 0.291618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071779Jy sigma=0.000912 ! Fit after self-cal, rms=0.071464Jy sigma=0.000911 ! 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.071464Jy sigma=0.000911 ! Fit after self-cal, rms=0.071177Jy sigma=0.000906 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.05 mas, bmaj=5.383 mas, bpa=0.2168 degrees ! Estimated noise=606.887 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00139633 Jy ! Component: 100 - total flux cleaned = 0.00186596 Jy ! Component: 150 - total flux cleaned = 0.0023479 Jy ! Component: 200 - total flux cleaned = 0.0026482 Jy ! Total flux subtracted in 200 components = 0.0026482 Jy ! Clean residual min=-0.003479 max=0.003761 Jy/beam ! Clean residual mean=0.000006 rms=0.000839 Jy/beam ! Combined flux in latest and established models = 0.294266 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 55 components and 0.294266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070994Jy sigma=0.000904 ! Fit after self-cal, rms=0.071002Jy sigma=0.000904 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-52, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00337391 Jy ! Component: 100 - total flux cleaned = 0.00476834 Jy ! Component: 150 - total flux cleaned = 0.00520075 Jy ! Component: 200 - total flux cleaned = 0.00557625 Jy ! Total flux subtracted in 200 components = 0.00557625 Jy ! Clean residual min=-0.002699 max=0.002617 Jy/beam ! Clean residual mean=0.000000 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.299842 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 76 components and 0.299842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070806Jy sigma=0.000901 ! Fit after self-cal, rms=0.070805Jy sigma=0.000901 ! 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.070805Jy sigma=0.000901 ! Fit after self-cal, rms=0.070646Jy sigma=0.000901 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.048 mas, bmaj=5.382 mas, bpa=-0.006293 degrees ! Estimated noise=605.795 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000311149 Jy ! Component: 100 - total flux cleaned = 0.000611691 Jy ! Component: 150 - total flux cleaned = 0.000838137 Jy ! Component: 200 - total flux cleaned = 0.000923027 Jy ! Total flux subtracted in 200 components = 0.000923027 Jy ! Clean residual min=-0.002445 max=0.002606 Jy/beam ! Clean residual mean=0.000001 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.300765 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 85 components and 0.300765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070565Jy sigma=0.000900 ! Fit after self-cal, rms=0.070564Jy sigma=0.000900 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.000378613 Jy ! Component: 100 - total flux cleaned = 0.000569443 Jy ! Component: 150 - total flux cleaned = 0.000641622 Jy ! Component: 200 - total flux cleaned = 0.000777487 Jy ! Total flux subtracted in 200 components = 0.000777487 Jy ! Clean residual min=-0.002318 max=0.002507 Jy/beam ! Clean residual mean=0.000000 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.301543 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 97 components and 0.301542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070517Jy sigma=0.000900 ! Fit after self-cal, rms=0.070520Jy sigma=0.000900 ! 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.070520Jy sigma=0.000900 ! Fit after self-cal, rms=0.070452Jy sigma=0.000900 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.569 mas, bmaj=9.999 mas, bpa=7.757 degrees ! Estimated noise=688.679 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00137172 Jy ! Component: 100 - total flux cleaned = 0.00194668 Jy ! Component: 150 - total flux cleaned = 0.00227979 Jy ! Component: 200 - total flux cleaned = 0.0025043 Jy ! Total flux subtracted in 200 components = 0.0025043 Jy ! Clean residual min=-0.002570 max=0.002869 Jy/beam ! Clean residual mean=0.000001 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.304047 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 108 components and 0.304047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070446Jy sigma=0.000900 ! Fit after self-cal, rms=0.070440Jy sigma=0.000899 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.000262273 Jy ! Component: 100 - total flux cleaned = 0.000526604 Jy ! Component: 150 - total flux cleaned = 0.000724463 Jy ! Component: 200 - total flux cleaned = 0.000875197 Jy ! Total flux subtracted in 200 components = 0.000875197 Jy ! Clean residual min=-0.002446 max=0.002661 Jy/beam ! Clean residual mean=-0.000001 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.304922 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 116 components and 0.304922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070438Jy sigma=0.000899 ! Fit after self-cal, rms=0.070433Jy sigma=0.000899 ! 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=4.046 mas, bmaj=5.381 mas, bpa=-0.1085 degrees ! Estimated noise=605.357 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.046 x 5.381 at -0.1085 degrees (North through East) ! Clean map min=-0.0021013 max=0.21968 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=3.32 mas, bmaj=4.436 mas, bpa=-4.277 degrees ! Estimated noise=1069.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.172728 Jy ! Component: 100 - total flux cleaned = 0.224999 Jy ! Component: 150 - total flux cleaned = 0.244602 Jy ! Component: 200 - total flux cleaned = 0.254013 Jy ! Total flux subtracted in 200 components = 0.254013 Jy ! Clean residual min=-0.005851 max=0.006313 Jy/beam ! Clean residual mean=0.000004 rms=0.001486 Jy/beam ! Combined flux in latest and established models = 0.254013 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.254013 Jy ! Inverting map and beam ! Estimated beam: bmin=4.046 mas, bmaj=5.381 mas, bpa=-0.1085 degrees ! Estimated noise=605.357 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 (-4.5, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00887097 Jy ! Component: 100 - total flux cleaned = 0.0152791 Jy ! Component: 150 - total flux cleaned = 0.0203096 Jy ! Component: 200 - total flux cleaned = 0.0243581 Jy ! Total flux subtracted in 200 components = 0.0243581 Jy ! Clean residual min=-0.003306 max=0.003333 Jy/beam ! Clean residual mean=-0.000001 rms=0.000941 Jy/beam ! Combined flux in latest and established models = 0.278371 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 60 components and 0.278371 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.569 mas, bmaj=9.999 mas, bpa=7.757 degrees ! Estimated noise=688.679 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00533494 Jy ! Component: 100 - total flux cleaned = 0.00906183 Jy ! Component: 150 - total flux cleaned = 0.0118976 Jy ! Component: 200 - total flux cleaned = 0.0141605 Jy ! Total flux subtracted in 200 components = 0.0141605 Jy ! Clean residual min=-0.002970 max=0.002898 Jy/beam ! Clean residual mean=-0.000004 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.292532 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.00186981 Jy ! Component: 100 - total flux cleaned = 0.00344137 Jy ! Component: 150 - total flux cleaned = 0.00477861 Jy ! Component: 200 - total flux cleaned = 0.00592717 Jy ! Total flux subtracted in 200 components = 0.00592717 Jy ! Clean residual min=-0.002696 max=0.002521 Jy/beam ! Clean residual mean=-0.000004 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.298459 Jy ! Adding 105 model components to the UV plane model. ! The established model now contains 154 components and 0.298459 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.046 mas, bmaj=5.381 mas, bpa=-0.1085 degrees ! Estimated noise=605.357 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000797186 Jy ! Component: 100 - total flux cleaned = 0.00117042 Jy ! Component: 150 - total flux cleaned = 0.00149534 Jy ! Component: 200 - total flux cleaned = 0.00182309 Jy ! Total flux subtracted in 200 components = 0.00182309 Jy ! Clean residual min=-0.002003 max=0.002331 Jy/beam ! Clean residual mean=-0.000003 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.300282 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 169 components and 0.300282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070361Jy sigma=0.000899 ! Fit after self-cal, rms=0.070330Jy sigma=0.000898 wmodel J0438+3004_S_2014_01_04_pus_map.mod ! Writing 169 model components to file: J0438+3004_S_2014_01_04_pus_map.mod wobs J0438+3004_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0438+3004_S_2014_01_04_pus_uvs.fits wwins J0438+3004_S_2014_01_04_pus_map.win ! wwins: Wrote 4 windows to J0438+3004_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.000406129 Jy ! Component: 100 - total flux cleaned = 0.000371963 Jy ! Component: 150 - total flux cleaned = 0.000404506 Jy ! Component: 200 - total flux cleaned = 0.000645909 Jy ! Component: 250 - total flux cleaned = 0.000760967 Jy ! Component: 300 - total flux cleaned = 0.000844789 Jy ! Component: 350 - total flux cleaned = 0.000978346 Jy ! Component: 400 - total flux cleaned = 0.00105473 Jy ! Component: 450 - total flux cleaned = 0.00108009 Jy ! Component: 500 - total flux cleaned = 0.00124663 Jy ! Component: 550 - total flux cleaned = 0.00136261 Jy ! Component: 600 - total flux cleaned = 0.00154166 Jy ! Component: 650 - total flux cleaned = 0.00165087 Jy ! Component: 700 - total flux cleaned = 0.00182122 Jy ! Component: 750 - total flux cleaned = 0.00198684 Jy ! Component: 800 - total flux cleaned = 0.00216961 Jy ! Component: 850 - total flux cleaned = 0.00236776 Jy ! Component: 900 - total flux cleaned = 0.00250406 Jy ! Component: 950 - total flux cleaned = 0.00265588 Jy ! Component: 1000 - total flux cleaned = 0.00284165 Jy ! Component: 1050 - total flux cleaned = 0.00306001 Jy ! Component: 1100 - total flux cleaned = 0.00316695 Jy ! Component: 1150 - total flux cleaned = 0.00334226 Jy ! Component: 1200 - total flux cleaned = 0.00349688 Jy ! Component: 1250 - total flux cleaned = 0.00361516 Jy ! Component: 1300 - total flux cleaned = 0.00371479 Jy ! Component: 1350 - total flux cleaned = 0.00379635 Jy ! Component: 1400 - total flux cleaned = 0.00386072 Jy ! Component: 1450 - total flux cleaned = 0.0039716 Jy ! Component: 1500 - total flux cleaned = 0.00404962 Jy ! Component: 1550 - total flux cleaned = 0.00412681 Jy ! Component: 1600 - total flux cleaned = 0.00423321 Jy ! Component: 1650 - total flux cleaned = 0.00432333 Jy ! Component: 1700 - total flux cleaned = 0.00438264 Jy ! Component: 1750 - total flux cleaned = 0.00448502 Jy ! Component: 1800 - total flux cleaned = 0.00451406 Jy ! Component: 1850 - total flux cleaned = 0.00459989 Jy ! Component: 1900 - total flux cleaned = 0.00469873 Jy ! Component: 1950 - total flux cleaned = 0.0047687 Jy ! Component: 2000 - total flux cleaned = 0.00492073 Jy ! Component: 2050 - total flux cleaned = 0.00497522 Jy ! Component: 2100 - total flux cleaned = 0.00509712 Jy ! Component: 2150 - total flux cleaned = 0.00519076 Jy ! Component: 2200 - total flux cleaned = 0.00527053 Jy ! Component: 2250 - total flux cleaned = 0.00538872 Jy ! Component: 2300 - total flux cleaned = 0.00544082 Jy ! Component: 2350 - total flux cleaned = 0.0055053 Jy ! Component: 2400 - total flux cleaned = 0.00554362 Jy ! Component: 2450 - total flux cleaned = 0.00563218 Jy ! Component: 2500 - total flux cleaned = 0.00570728 Jy ! Component: 2550 - total flux cleaned = 0.00575697 Jy ! Component: 2600 - total flux cleaned = 0.00580624 Jy ! Component: 2650 - total flux cleaned = 0.00585527 Jy ! Component: 2700 - total flux cleaned = 0.0059039 Jy ! Component: 2750 - total flux cleaned = 0.00596412 Jy ! Component: 2800 - total flux cleaned = 0.00605972 Jy ! Component: 2850 - total flux cleaned = 0.00610706 Jy ! Component: 2900 - total flux cleaned = 0.0061659 Jy ! Component: 2950 - total flux cleaned = 0.00624751 Jy ! Component: 3000 - total flux cleaned = 0.00632864 Jy ! Component: 3050 - total flux cleaned = 0.00639772 Jy ! Component: 3100 - total flux cleaned = 0.00647781 Jy ! Component: 3150 - total flux cleaned = 0.00654601 Jy ! Component: 3200 - total flux cleaned = 0.00663634 Jy ! Component: 3250 - total flux cleaned = 0.00675978 Jy ! Component: 3300 - total flux cleaned = 0.00686007 Jy ! Component: 3350 - total flux cleaned = 0.00690429 Jy ! Component: 3400 - total flux cleaned = 0.0069924 Jy ! Component: 3450 - total flux cleaned = 0.00710178 Jy ! Component: 3500 - total flux cleaned = 0.00717773 Jy ! Component: 3550 - total flux cleaned = 0.007221 Jy ! Component: 3600 - total flux cleaned = 0.00727475 Jy ! Component: 3650 - total flux cleaned = 0.00734945 Jy ! Component: 3700 - total flux cleaned = 0.00738131 Jy ! Component: 3750 - total flux cleaned = 0.0074341 Jy ! Component: 3800 - total flux cleaned = 0.00745521 Jy ! Component: 3850 - total flux cleaned = 0.00748664 Jy ! Component: 3900 - total flux cleaned = 0.00754921 Jy ! Component: 3950 - total flux cleaned = 0.00754913 Jy ! Component: 4000 - total flux cleaned = 0.00758011 Jy ! Component: 4050 - total flux cleaned = 0.0076213 Jy ! Total flux subtracted in 4096 components = 0.00765213 Jy ! Clean residual min=-0.000720 max=0.000571 Jy/beam ! Clean residual mean=0.000000 rms=0.000169 Jy/beam ! Combined flux in latest and established models = 0.307934 Jy keep ! Adding 244 model components to the UV plane model. ! The established model now contains 413 components and 0.307934 Jy ![Exited script file: muppet] wmap "J0438+3004_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.046 x 5.381 at -0.1085 degrees (North through East) ! Clean map min=-0.001036 max=0.22435 Jy/beam ! Writing clean map to FITS file: J0438+3004_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.224349 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000164393 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.219827 0.219827 0.439654 0.879309 1.75862 3.51724 7.03447 14.0689 28.1379 56.2758 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.224 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.046 x 5.381 at -0.1085 degrees (North through East) ! Clean map min=-0.001036 max=0.22435 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 J0438+3004_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:17:02 2017