! Started logfile: J0258-3909_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:03:24 2017 obs J0258-3909_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0258-3909_S_2015_01_23_pus_uva.fits ! AN table 1: 103 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.607551 visibilities/baseline/integration-bin. ! Found source: J0258-3909 ! ! 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 338 lines of history. ! ! Reading 11264 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 J0258-3909_S_2015_01_23_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 217 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 217 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 217 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 217 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.796006Jy sigma=0.005236 ! Fit after self-cal, rms=0.725197Jy sigma=0.004778 ! 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.048 mas, bmaj=6.16 mas, bpa=-7.104 degrees ! Estimated noise=2006.64 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.218326 Jy ! Component: 100 - total flux cleaned = 0.280439 Jy ! Total flux subtracted in 100 components = 0.280439 Jy ! Clean residual min=-0.022650 max=0.039176 Jy/beam ! Clean residual mean=0.000059 rms=0.005584 Jy/beam ! Combined flux in latest and established models = 0.280439 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.280439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.320028Jy sigma=0.001000 ! Fit after self-cal, rms=0.319956Jy sigma=0.001000 ! Inverting map ! Added new window around map position (-4.5, 6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0370022 Jy ! Component: 100 - total flux cleaned = 0.0571476 Jy ! Total flux subtracted in 100 components = 0.0571476 Jy ! Clean residual min=-0.022432 max=0.026982 Jy/beam ! Clean residual mean=0.000079 rms=0.004717 Jy/beam ! Combined flux in latest and established models = 0.337587 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.337587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.309182Jy sigma=0.000936 ! Fit after self-cal, rms=0.308644Jy sigma=0.000930 ! 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.578 mas, bmaj=7.406 mas, bpa=-7.14 degrees ! Estimated noise=1096.02 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.0286387 Jy ! Component: 100 - total flux cleaned = 0.0460084 Jy ! Component: 150 - total flux cleaned = 0.0574695 Jy ! Component: 200 - total flux cleaned = 0.0651398 Jy ! Total flux subtracted in 200 components = 0.0651398 Jy ! Clean residual min=-0.026294 max=0.024160 Jy/beam ! Clean residual mean=0.000264 rms=0.005270 Jy/beam ! Combined flux in latest and established models = 0.402727 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 37 components and 0.402727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.300998Jy sigma=0.000912 ! Fit after self-cal, rms=0.300708Jy sigma=0.000909 ! 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.00* FD 0.71 HN 1.40 KP 1.14 ! LA 1.04 MK 0.99 NL 1.37 OV 0.98 ! PT 1.05 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.65 HN 1.47 KP 1.06 ! LA 1.02 MK 1.00 NL 1.29 OV 1.01 ! PT 1.01 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.85 HN 1.47 KP 0.92 ! LA 0.82 MK 1.04 NL 1.18 OV 0.94 ! PT 1.02 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.63 HN 1.38 KP 0.83 ! LA 0.86 MK 1.02 NL 1.11 OV 0.97 ! PT 1.07 SC 1.00 ! ! ! Fit before self-cal, rms=0.300708Jy sigma=0.000909 ! Fit after self-cal, rms=0.237700Jy sigma=0.000826 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.611 mas, bmaj=7.417 mas, bpa=-6.945 degrees ! Estimated noise=1133.97 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.000982465 Jy ! Component: 100 - total flux cleaned = -0.00169561 Jy ! Component: 150 - total flux cleaned = -0.00183828 Jy ! Component: 200 - total flux cleaned = -0.00195371 Jy ! Total flux subtracted in 200 components = -0.00195371 Jy ! Clean residual min=-0.013397 max=0.011776 Jy/beam ! Clean residual mean=0.000144 rms=0.003250 Jy/beam ! Combined flux in latest and established models = 0.400773 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.400773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.237368Jy sigma=0.000824 ! Fit after self-cal, rms=0.237255Jy sigma=0.000823 ! 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.237255Jy sigma=0.000823 ! Fit after self-cal, rms=0.239355Jy sigma=0.000823 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.613 mas, bmaj=7.42 mas, bpa=-7.015 degrees ! Estimated noise=1141.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000259658 Jy ! Component: 100 - total flux cleaned = -2.26137e-06 Jy ! Component: 150 - total flux cleaned = -0.000217575 Jy ! Component: 200 - total flux cleaned = -0.000498902 Jy ! Total flux subtracted in 200 components = -0.000498902 Jy ! Clean residual min=-0.013196 max=0.011537 Jy/beam ! Clean residual mean=0.000145 rms=0.003246 Jy/beam ! Combined flux in latest and established models = 0.400274 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 52 components and 0.400274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239138Jy sigma=0.000822 ! Fit after self-cal, rms=0.239111Jy sigma=0.000822 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.000868895 Jy ! Component: 100 - total flux cleaned = -0.00103838 Jy ! Component: 150 - total flux cleaned = -0.00119274 Jy ! Component: 200 - total flux cleaned = -0.00140823 Jy ! Total flux subtracted in 200 components = -0.00140823 Jy ! Clean residual min=-0.013470 max=0.011009 Jy/beam ! Clean residual mean=0.000142 rms=0.003228 Jy/beam ! Combined flux in latest and established models = 0.398866 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 55 components and 0.398866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239023Jy sigma=0.000822 ! Fit after self-cal, rms=0.239001Jy sigma=0.000822 ! 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.239001Jy sigma=0.000822 ! Fit after self-cal, rms=0.235063Jy sigma=0.000791 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.613 mas, bmaj=7.405 mas, bpa=-6.957 degrees ! Estimated noise=1147.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000652766 Jy ! Component: 100 - total flux cleaned = 0.00102837 Jy ! Component: 150 - total flux cleaned = 0.000870163 Jy ! Component: 200 - total flux cleaned = 0.000796884 Jy ! Total flux subtracted in 200 components = 0.000796884 Jy ! Clean residual min=-0.004992 max=0.004204 Jy/beam ! Clean residual mean=0.000044 rms=0.001109 Jy/beam ! Combined flux in latest and established models = 0.399663 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 64 components and 0.399663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.234922Jy sigma=0.000790 ! Fit after self-cal, rms=0.234849Jy sigma=0.000790 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.000323502 Jy ! Component: 100 - total flux cleaned = -0.000453072 Jy ! Component: 150 - total flux cleaned = -0.000515873 Jy ! Component: 200 - total flux cleaned = -0.000629503 Jy ! Total flux subtracted in 200 components = -0.000629503 Jy ! Clean residual min=-0.004719 max=0.004101 Jy/beam ! Clean residual mean=0.000044 rms=0.001088 Jy/beam ! Combined flux in latest and established models = 0.399033 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 69 components and 0.399033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.234799Jy sigma=0.000790 ! Fit after self-cal, rms=0.234788Jy sigma=0.000790 ! 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.234788Jy sigma=0.000790 ! Fit after self-cal, rms=0.237563Jy sigma=0.000790 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.508 mas, bmaj=22.66 mas, bpa=-3.166 degrees ! Estimated noise=1669.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00152876 Jy ! Component: 100 - total flux cleaned = 0.00153662 Jy ! Component: 150 - total flux cleaned = 0.00154476 Jy ! Component: 200 - total flux cleaned = 0.00154854 Jy ! Total flux subtracted in 200 components = 0.00154854 Jy ! Clean residual min=-0.004698 max=0.005016 Jy/beam ! Clean residual mean=0.000094 rms=0.001592 Jy/beam ! Combined flux in latest and established models = 0.400582 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 77 components and 0.400582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.237466Jy sigma=0.000790 ! Fit after self-cal, rms=0.237471Jy sigma=0.000790 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.00022259 Jy ! Component: 100 - total flux cleaned = -0.000228769 Jy ! Component: 150 - total flux cleaned = -0.000234995 Jy ! Component: 200 - total flux cleaned = -0.000238011 Jy ! Total flux subtracted in 200 components = -0.000238011 Jy ! Clean residual min=-0.004565 max=0.005057 Jy/beam ! Clean residual mean=0.000091 rms=0.001589 Jy/beam ! Combined flux in latest and established models = 0.400344 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 78 components and 0.400344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.237479Jy sigma=0.000790 ! Fit after self-cal, rms=0.237484Jy sigma=0.000790 ! 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.609 mas, bmaj=7.395 mas, bpa=-6.986 degrees ! Estimated noise=1152.67 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.609 x 7.395 at -6.986 degrees (North through East) ! Clean map min=-0.0043155 max=0.28865 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.064 mas, bmaj=6.112 mas, bpa=-6.487 degrees ! Estimated noise=2132.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.23101 Jy ! Component: 100 - total flux cleaned = 0.296464 Jy ! Component: 150 - total flux cleaned = 0.329252 Jy ! Component: 200 - total flux cleaned = 0.348495 Jy ! Total flux subtracted in 200 components = 0.348495 Jy ! Clean residual min=-0.008721 max=0.012659 Jy/beam ! Clean residual mean=0.000004 rms=0.002300 Jy/beam ! Combined flux in latest and established models = 0.348495 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.348495 Jy ! Inverting map and beam ! Estimated beam: bmin=2.609 mas, bmaj=7.395 mas, bpa=-6.986 degrees ! Estimated noise=1152.67 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.0210816 Jy ! Component: 100 - total flux cleaned = 0.032682 Jy ! Component: 150 - total flux cleaned = 0.039692 Jy ! Component: 200 - total flux cleaned = 0.044032 Jy ! Total flux subtracted in 200 components = 0.044032 Jy ! Clean residual min=-0.004630 max=0.004760 Jy/beam ! Clean residual mean=0.000027 rms=0.001121 Jy/beam ! Combined flux in latest and established models = 0.392527 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 45 components and 0.392527 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.508 mas, bmaj=22.66 mas, bpa=-3.166 degrees ! Estimated noise=1669.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00395709 Jy ! Component: 100 - total flux cleaned = 0.00562937 Jy ! Component: 150 - total flux cleaned = 0.00617397 Jy ! Component: 200 - total flux cleaned = 0.00624303 Jy ! Total flux subtracted in 200 components = 0.00624303 Jy ! Clean residual min=-0.005043 max=0.005267 Jy/beam ! Clean residual mean=0.000081 rms=0.001564 Jy/beam ! Combined flux in latest and established models = 0.39877 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 = 6.62351e-05 Jy ! Component: 100 - total flux cleaned = 0.000127376 Jy ! Component: 150 - total flux cleaned = 0.000184481 Jy ! Component: 200 - total flux cleaned = 0.000239049 Jy ! Total flux subtracted in 200 components = 0.000239049 Jy ! Clean residual min=-0.005004 max=0.005241 Jy/beam ! Clean residual mean=0.000082 rms=0.001563 Jy/beam ! Combined flux in latest and established models = 0.399009 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 48 components and 0.399009 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.609 mas, bmaj=7.395 mas, bpa=-6.986 degrees ! Estimated noise=1152.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000445295 Jy ! Component: 100 - total flux cleaned = -0.000320456 Jy ! Component: 150 - total flux cleaned = -0.000263913 Jy ! Component: 200 - total flux cleaned = -0.000315968 Jy ! Total flux subtracted in 200 components = -0.000315968 Jy ! Clean residual min=-0.004490 max=0.004245 Jy/beam ! Clean residual mean=0.000035 rms=0.001057 Jy/beam ! Combined flux in latest and established models = 0.398694 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 58 components and 0.398694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.237448Jy sigma=0.000790 ! Fit after self-cal, rms=0.237433Jy sigma=0.000790 wmodel J0258-3909_S_2015_01_23_pus_map.mod ! Writing 58 model components to file: J0258-3909_S_2015_01_23_pus_map.mod wobs J0258-3909_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0258-3909_S_2015_01_23_pus_uvs.fits wwins J0258-3909_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J0258-3909_S_2015_01_23_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.000812455 Jy ! Component: 100 - total flux cleaned = -0.0012428 Jy ! Component: 150 - total flux cleaned = -0.0017198 Jy ! Component: 200 - total flux cleaned = -0.00223617 Jy ! Component: 250 - total flux cleaned = -0.00235993 Jy ! Component: 300 - total flux cleaned = -0.00254012 Jy ! Component: 350 - total flux cleaned = -0.00276988 Jy ! Component: 400 - total flux cleaned = -0.00282654 Jy ! Component: 450 - total flux cleaned = -0.00266752 Jy ! Component: 500 - total flux cleaned = -0.00245958 Jy ! Component: 550 - total flux cleaned = -0.00215548 Jy ! Component: 600 - total flux cleaned = -0.00200786 Jy ! Component: 650 - total flux cleaned = -0.00171826 Jy ! Component: 700 - total flux cleaned = -0.00152852 Jy ! Component: 750 - total flux cleaned = -0.00120208 Jy ! Component: 800 - total flux cleaned = -0.00101793 Jy ! Component: 850 - total flux cleaned = -0.000747458 Jy ! Component: 900 - total flux cleaned = -0.000525735 Jy ! Component: 950 - total flux cleaned = -0.000220712 Jy ! Component: 1000 - total flux cleaned = -0.000177805 Jy ! Component: 1050 - total flux cleaned = -7.12523e-06 Jy ! Component: 1100 - total flux cleaned = 0.000159923 Jy ! Component: 1150 - total flux cleaned = 0.000365216 Jy ! Component: 1200 - total flux cleaned = 0.000486769 Jy ! Component: 1250 - total flux cleaned = 0.000566717 Jy ! Component: 1300 - total flux cleaned = 0.000764951 Jy ! Component: 1350 - total flux cleaned = 0.000803985 Jy ! Component: 1400 - total flux cleaned = 0.000996898 Jy ! Component: 1450 - total flux cleaned = 0.00118697 Jy ! Component: 1500 - total flux cleaned = 0.00103546 Jy ! Component: 1550 - total flux cleaned = 0.00118511 Jy ! Component: 1600 - total flux cleaned = 0.00129555 Jy ! Component: 1650 - total flux cleaned = 0.00133166 Jy ! Component: 1700 - total flux cleaned = 0.00147621 Jy ! Component: 1750 - total flux cleaned = 0.00151131 Jy ! Component: 1800 - total flux cleaned = 0.00154696 Jy ! Component: 1850 - total flux cleaned = 0.00154753 Jy ! Component: 1900 - total flux cleaned = 0.00172038 Jy ! Component: 1950 - total flux cleaned = 0.00178845 Jy ! Component: 2000 - total flux cleaned = 0.00175449 Jy ! Component: 2050 - total flux cleaned = 0.00188894 Jy ! Component: 2100 - total flux cleaned = 0.00192258 Jy ! Component: 2150 - total flux cleaned = 0.00198856 Jy ! Component: 2200 - total flux cleaned = 0.00208644 Jy ! Component: 2250 - total flux cleaned = 0.00215144 Jy ! Component: 2300 - total flux cleaned = 0.00221558 Jy ! Component: 2350 - total flux cleaned = 0.00234248 Jy ! Component: 2400 - total flux cleaned = 0.00237376 Jy ! Component: 2450 - total flux cleaned = 0.00240466 Jy ! Component: 2500 - total flux cleaned = 0.00252875 Jy ! Component: 2550 - total flux cleaned = 0.0025593 Jy ! Component: 2600 - total flux cleaned = 0.00268118 Jy ! Component: 2650 - total flux cleaned = 0.00283201 Jy ! Component: 2700 - total flux cleaned = 0.00283236 Jy ! Component: 2750 - total flux cleaned = 0.00304013 Jy ! Component: 2800 - total flux cleaned = 0.00309899 Jy ! Component: 2850 - total flux cleaned = 0.00324534 Jy ! Component: 2900 - total flux cleaned = 0.00341942 Jy ! Component: 2950 - total flux cleaned = 0.00356324 Jy ! Component: 3000 - total flux cleaned = 0.00364899 Jy ! Component: 3050 - total flux cleaned = 0.00381881 Jy ! Component: 3100 - total flux cleaned = 0.00393102 Jy ! Component: 3150 - total flux cleaned = 0.00398677 Jy ! Component: 3200 - total flux cleaned = 0.0041253 Jy ! Component: 3250 - total flux cleaned = 0.00420786 Jy ! Component: 3300 - total flux cleaned = 0.00431714 Jy ! Component: 3350 - total flux cleaned = 0.00448015 Jy ! Component: 3400 - total flux cleaned = 0.00450708 Jy ! Component: 3450 - total flux cleaned = 0.00469412 Jy ! Component: 3500 - total flux cleaned = 0.00474694 Jy ! Component: 3550 - total flux cleaned = 0.00487925 Jy ! Component: 3600 - total flux cleaned = 0.00493202 Jy ! Component: 3650 - total flux cleaned = 0.00508864 Jy ! Component: 3700 - total flux cleaned = 0.00521851 Jy ! Component: 3750 - total flux cleaned = 0.00534729 Jy ! Component: 3800 - total flux cleaned = 0.00544959 Jy ! Component: 3850 - total flux cleaned = 0.00550074 Jy ! Component: 3900 - total flux cleaned = 0.00555143 Jy ! Component: 3950 - total flux cleaned = 0.00560171 Jy ! Component: 4000 - total flux cleaned = 0.00567706 Jy ! Component: 4050 - total flux cleaned = 0.00582633 Jy ! Total flux subtracted in 4096 components = 0.00592522 Jy ! Clean residual min=-0.001449 max=0.001535 Jy/beam ! Clean residual mean=0.000015 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.404619 Jy keep ! Adding 320 model components to the UV plane model. ! The established model now contains 378 components and 0.404619 Jy ![Exited script file: muppet] wmap "J0258-3909_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.609 x 7.395 at -6.986 degrees (North through East) ! Clean map min=-0.002986 max=0.29783 Jy/beam ! Writing clean map to FITS file: J0258-3909_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.297829 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000461477 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.464841 0.464841 0.929682 1.85936 3.71873 7.43745 14.8749 29.7498 59.4996 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.297 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.609 x 7.395 at -6.986 degrees (North through East) ! Clean map min=-0.002986 max=0.29783 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 J0258-3909_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:03:30 2017