! Started logfile: J1209-2406_S_2017_03_23_pus_uvs.log on Mon May 13 09:59:53 2019 obs J1209-2406_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1209-2406_S_2017_03_23_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.786111 visibilities/baseline/integration-bin. ! Found source: J1209-2406 ! ! 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 481 lines of history. ! ! Reading 13584 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 J1209-2406_S_2017_03_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 111 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 111 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 111 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 303 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.604869Jy sigma=0.004014 ! Fit after self-cal, rms=0.481659Jy sigma=0.003201 ! 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.731 mas, bmaj=6.42 mas, bpa=-1.283 degrees ! Estimated noise=1441.29 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.40605 Jy ! Component: 100 - total flux cleaned = 0.498612 Jy ! Total flux subtracted in 100 components = 0.498612 Jy ! Clean residual min=-0.020481 max=0.034728 Jy/beam ! Clean residual mean=0.000080 rms=0.005609 Jy/beam ! Combined flux in latest and established models = 0.498612 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.498612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167156Jy sigma=0.000962 ! Fit after self-cal, rms=0.167143Jy sigma=0.000962 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.038914 Jy ! Component: 100 - total flux cleaned = 0.0606562 Jy ! Total flux subtracted in 100 components = 0.0606562 Jy ! Clean residual min=-0.020665 max=0.020535 Jy/beam ! Clean residual mean=-0.000006 rms=0.004471 Jy/beam ! Combined flux in latest and established models = 0.559268 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.559268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151590Jy sigma=0.000865 ! Fit after self-cal, rms=0.151531Jy sigma=0.000865 ! 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.341 mas, bmaj=7.672 mas, bpa=-0.9263 degrees ! Estimated noise=980.709 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.0228657 Jy ! Component: 100 - total flux cleaned = 0.0352977 Jy ! Component: 150 - total flux cleaned = 0.0424514 Jy ! Component: 200 - total flux cleaned = 0.0456438 Jy ! Total flux subtracted in 200 components = 0.0456438 Jy ! Clean residual min=-0.017250 max=0.016384 Jy/beam ! Clean residual mean=-0.000003 rms=0.003925 Jy/beam ! Combined flux in latest and established models = 0.604912 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 39 components and 0.604912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146525Jy sigma=0.000848 ! Fit after self-cal, rms=0.146503Jy sigma=0.000848 ! 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.01 FD 0.98 HN 1.04 KP 1.05 ! LA 1.01 MK 1.00 NL 0.91 OV 1.04 ! PT 0.99 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.02 HN 1.08 KP 1.01 ! LA 0.96 MK 0.97 NL 1.06 OV 1.06 ! PT 0.97 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.06 HN 1.06 KP 0.88 ! LA 0.74 MK 0.99 NL 1.17 OV 0.96 ! PT 0.95 SC 0.95 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.10 HN 1.02 KP 1.00* ! LA 0.72 MK 1.25 NL 1.00* OV 1.24 ! PT 0.94 SC 1.58 ! ! ! Fit before self-cal, rms=0.146503Jy sigma=0.000848 ! Fit after self-cal, rms=0.121011Jy sigma=0.000685 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.368 mas, bmaj=7.732 mas, bpa=-0.7333 degrees ! Estimated noise=987.143 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 (-7, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00811838 Jy ! Component: 100 - total flux cleaned = 0.00994928 Jy ! Component: 150 - total flux cleaned = 0.0107082 Jy ! Component: 200 - total flux cleaned = 0.0110761 Jy ! Total flux subtracted in 200 components = 0.0110761 Jy ! Clean residual min=-0.006114 max=0.005912 Jy/beam ! Clean residual mean=0.000012 rms=0.001402 Jy/beam ! Combined flux in latest and established models = 0.615988 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 66 components and 0.615988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120228Jy sigma=0.000681 ! Fit after self-cal, rms=0.120243Jy sigma=0.000680 ! 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.120243Jy sigma=0.000680 ! Fit after self-cal, rms=0.113350Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.364 mas, bmaj=7.726 mas, bpa=-0.9127 degrees ! Estimated noise=986.622 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00281803 Jy ! Component: 100 - total flux cleaned = 0.00328032 Jy ! Component: 150 - total flux cleaned = 0.00351095 Jy ! Component: 200 - total flux cleaned = 0.00374204 Jy ! Total flux subtracted in 200 components = 0.00374204 Jy ! Clean residual min=-0.002939 max=0.003414 Jy/beam ! Clean residual mean=0.000005 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.61973 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 91 components and 0.61973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113234Jy sigma=0.000663 ! Fit after self-cal, rms=0.113205Jy sigma=0.000663 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 (-20.5, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00292217 Jy ! Component: 100 - total flux cleaned = 0.00471968 Jy ! Component: 150 - total flux cleaned = 0.00570474 Jy ! Component: 200 - total flux cleaned = 0.0060612 Jy ! Total flux subtracted in 200 components = 0.0060612 Jy ! Clean residual min=-0.002620 max=0.002843 Jy/beam ! Clean residual mean=0.000001 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.625791 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 120 components and 0.625791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113111Jy sigma=0.000662 ! Fit after self-cal, rms=0.113103Jy sigma=0.000662 ! 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.113103Jy sigma=0.000662 ! Fit after self-cal, rms=0.112534Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.362 mas, bmaj=7.722 mas, bpa=-0.9582 degrees ! Estimated noise=985.625 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000851446 Jy ! Component: 100 - total flux cleaned = 0.00131767 Jy ! Component: 150 - total flux cleaned = 0.0015673 Jy ! Component: 200 - total flux cleaned = 0.00169383 Jy ! Total flux subtracted in 200 components = 0.00169383 Jy ! Clean residual min=-0.002334 max=0.002630 Jy/beam ! Clean residual mean=0.000001 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.627485 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 139 components and 0.627485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112507Jy sigma=0.000661 ! Fit after self-cal, rms=0.112503Jy sigma=0.000661 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 (-58.5, 30.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0022608 Jy ! Component: 100 - total flux cleaned = 0.00275704 Jy ! Component: 150 - total flux cleaned = 0.00312954 Jy ! Component: 200 - total flux cleaned = 0.00345217 Jy ! Total flux subtracted in 200 components = 0.00345217 Jy ! Clean residual min=-0.002174 max=0.002308 Jy/beam ! Clean residual mean=0.000005 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.630937 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 166 components and 0.630937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112448Jy sigma=0.000661 ! Fit after self-cal, rms=0.112446Jy sigma=0.000661 ! Inverting map ! Added new window around map position (-3.5, -71.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0018665 Jy ! Component: 100 - total flux cleaned = 0.00228782 Jy ! Component: 150 - total flux cleaned = 0.00258172 Jy ! Component: 200 - total flux cleaned = 0.00275884 Jy ! Total flux subtracted in 200 components = 0.00275884 Jy ! Clean residual min=-0.001939 max=0.001930 Jy/beam ! Clean residual mean=0.000003 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.633696 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 191 components and 0.633696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112399Jy sigma=0.000660 ! Fit after self-cal, rms=0.112397Jy sigma=0.000660 ! 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.112397Jy sigma=0.000660 ! Fit after self-cal, rms=0.112341Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.59 mas, bmaj=16.77 mas, bpa=1.47 degrees ! Estimated noise=1215.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000845254 Jy ! Component: 100 - total flux cleaned = 0.00149456 Jy ! Component: 150 - total flux cleaned = 0.00190804 Jy ! Component: 200 - total flux cleaned = 0.00193599 Jy ! Total flux subtracted in 200 components = 0.00193599 Jy ! Clean residual min=-0.001872 max=0.002127 Jy/beam ! Clean residual mean=0.000004 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.635632 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 214 components and 0.635632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112333Jy sigma=0.000660 ! Fit after self-cal, rms=0.112333Jy sigma=0.000660 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.000247221 Jy ! Component: 100 - total flux cleaned = 0.000198761 Jy ! Component: 150 - total flux cleaned = 0.000131649 Jy ! Component: 200 - total flux cleaned = 6.78886e-05 Jy ! Total flux subtracted in 200 components = 6.78886e-05 Jy ! Clean residual min=-0.001846 max=0.002107 Jy/beam ! Clean residual mean=0.000003 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.635699 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 226 components and 0.6357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112329Jy sigma=0.000660 ! Fit after self-cal, rms=0.112329Jy sigma=0.000660 ! 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=3.361 mas, bmaj=7.722 mas, bpa=-0.9686 degrees ! Estimated noise=985.139 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.361 x 7.722 at -0.9686 degrees (North through East) ! Clean map min=-0.0017835 max=0.52904 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112329Jy sigma=0.000660 ! Fit after self-cal, rms=0.106784Jy sigma=0.000608 ! Inverting map and beam ! Estimated beam: bmin=3.362 mas, bmaj=7.723 mas, bpa=-0.9678 degrees ! Estimated noise=984.388 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.48098e-05 Jy ! Component: 100 - total flux cleaned = -6.11084e-05 Jy ! Component: 150 - total flux cleaned = -3.57368e-05 Jy ! Component: 200 - total flux cleaned = 1.20835e-05 Jy ! Total flux subtracted in 200 components = 1.20835e-05 Jy ! Clean residual min=-0.001846 max=0.001870 Jy/beam ! Clean residual mean=0.000003 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.635712 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 250 components and 0.635711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106769Jy sigma=0.000608 ! Fit after self-cal, rms=0.106768Jy sigma=0.000608 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.18461e-07 Jy ! Component: 100 - total flux cleaned = -4.45823e-05 Jy ! Component: 150 - total flux cleaned = -6.54591e-05 Jy ! Component: 200 - total flux cleaned = -6.57863e-05 Jy ! Total flux subtracted in 200 components = -6.57863e-05 Jy ! Clean residual min=-0.001860 max=0.001872 Jy/beam ! Clean residual mean=0.000003 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.635646 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 263 components and 0.635646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106758Jy sigma=0.000608 ! Fit after self-cal, rms=0.106757Jy sigma=0.000608 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106757Jy sigma=0.000608 ! Fit after self-cal, rms=0.106749Jy sigma=0.000608 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.746 mas, bmaj=6.405 mas, bpa=-1.184 degrees ! Estimated noise=1449.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.408165 Jy ! Component: 100 - total flux cleaned = 0.501139 Jy ! Component: 150 - total flux cleaned = 0.540341 Jy ! Component: 200 - total flux cleaned = 0.562504 Jy ! Total flux subtracted in 200 components = 0.562504 Jy ! Clean residual min=-0.006184 max=0.011032 Jy/beam ! Clean residual mean=0.000062 rms=0.001760 Jy/beam ! Combined flux in latest and established models = 0.562504 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.562504 Jy ! Inverting map and beam ! Estimated beam: bmin=3.362 mas, bmaj=7.723 mas, bpa=-0.9676 degrees ! Estimated noise=984.426 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.020173 Jy ! Component: 100 - total flux cleaned = 0.0316587 Jy ! Component: 150 - total flux cleaned = 0.0389038 Jy ! Component: 200 - total flux cleaned = 0.0439301 Jy ! Total flux subtracted in 200 components = 0.0439301 Jy ! Clean residual min=-0.002987 max=0.003276 Jy/beam ! Clean residual mean=0.000017 rms=0.000823 Jy/beam ! Combined flux in latest and established models = 0.606434 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 77 components and 0.606434 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.588 mas, bmaj=16.77 mas, bpa=1.463 degrees ! Estimated noise=1215.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00564688 Jy ! Component: 100 - total flux cleaned = 0.0092859 Jy ! Component: 150 - total flux cleaned = 0.0121564 Jy ! Component: 200 - total flux cleaned = 0.0145797 Jy ! Total flux subtracted in 200 components = 0.0145797 Jy ! Clean residual min=-0.002807 max=0.002836 Jy/beam ! Clean residual mean=0.000007 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.621014 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.00205605 Jy ! Component: 100 - total flux cleaned = 0.00380742 Jy ! Component: 150 - total flux cleaned = 0.00530146 Jy ! Component: 200 - total flux cleaned = 0.00657806 Jy ! Total flux subtracted in 200 components = 0.00657806 Jy ! Clean residual min=-0.002181 max=0.002543 Jy/beam ! Clean residual mean=0.000003 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.627592 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 157 components and 0.627592 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.362 mas, bmaj=7.723 mas, bpa=-0.9676 degrees ! Estimated noise=984.426 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107196 Jy ! Component: 100 - total flux cleaned = 0.00178239 Jy ! Component: 150 - total flux cleaned = 0.00215614 Jy ! Component: 200 - total flux cleaned = 0.00232622 Jy ! Total flux subtracted in 200 components = 0.00232622 Jy ! Clean residual min=-0.002093 max=0.002034 Jy/beam ! Clean residual mean=0.000002 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.629918 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 181 components and 0.629918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106867Jy sigma=0.000608 ! Fit after self-cal, rms=0.106853Jy sigma=0.000608 wmodel J1209-2406_S_2017_03_23_pus_map.mod ! Writing 181 model components to file: J1209-2406_S_2017_03_23_pus_map.mod wobs J1209-2406_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1209-2406_S_2017_03_23_pus_uvs.fits wwins J1209-2406_S_2017_03_23_pus_map.win ! wwins: Wrote 5 windows to J1209-2406_S_2017_03_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.000599696 Jy ! Component: 100 - total flux cleaned = 0.000839573 Jy ! Component: 150 - total flux cleaned = 0.000935155 Jy ! Component: 200 - total flux cleaned = 0.00118184 Jy ! Component: 250 - total flux cleaned = 0.00142063 Jy ! Component: 300 - total flux cleaned = 0.00171052 Jy ! Component: 350 - total flux cleaned = 0.00193643 Jy ! Component: 400 - total flux cleaned = 0.0020748 Jy ! Component: 450 - total flux cleaned = 0.0021827 Jy ! Component: 500 - total flux cleaned = 0.00231403 Jy ! Component: 550 - total flux cleaned = 0.00244179 Jy ! Component: 600 - total flux cleaned = 0.00256697 Jy ! Component: 650 - total flux cleaned = 0.00276394 Jy ! Component: 700 - total flux cleaned = 0.00293338 Jy ! Component: 750 - total flux cleaned = 0.00314716 Jy ! Component: 800 - total flux cleaned = 0.00331016 Jy ! Component: 850 - total flux cleaned = 0.00342482 Jy ! Component: 900 - total flux cleaned = 0.00358348 Jy ! Component: 950 - total flux cleaned = 0.00371706 Jy ! Component: 1000 - total flux cleaned = 0.00387082 Jy ! Component: 1050 - total flux cleaned = 0.00410793 Jy ! Component: 1100 - total flux cleaned = 0.0041714 Jy ! Component: 1150 - total flux cleaned = 0.00431825 Jy ! Component: 1200 - total flux cleaned = 0.00446208 Jy ! Component: 1250 - total flux cleaned = 0.00454329 Jy ! Component: 1300 - total flux cleaned = 0.00468351 Jy ! Component: 1350 - total flux cleaned = 0.00480193 Jy ! Component: 1400 - total flux cleaned = 0.00491865 Jy ! Component: 1450 - total flux cleaned = 0.00486134 Jy ! Component: 1500 - total flux cleaned = 0.00501406 Jy ! Component: 1550 - total flux cleaned = 0.00512637 Jy ! Component: 1600 - total flux cleaned = 0.0051817 Jy ! Component: 1650 - total flux cleaned = 0.00521836 Jy ! Component: 1700 - total flux cleaned = 0.00532681 Jy ! Component: 1750 - total flux cleaned = 0.00539833 Jy ! Component: 1800 - total flux cleaned = 0.00543359 Jy ! Component: 1850 - total flux cleaned = 0.00552063 Jy ! Component: 1900 - total flux cleaned = 0.00552063 Jy ! Component: 1950 - total flux cleaned = 0.00562252 Jy ! Component: 2000 - total flux cleaned = 0.00560584 Jy ! Component: 2050 - total flux cleaned = 0.0056891 Jy ! Component: 2100 - total flux cleaned = 0.00572195 Jy ! Component: 2150 - total flux cleaned = 0.00577097 Jy ! Component: 2200 - total flux cleaned = 0.00575484 Jy ! Component: 2250 - total flux cleaned = 0.00581886 Jy ! Component: 2300 - total flux cleaned = 0.00591368 Jy ! Component: 2350 - total flux cleaned = 0.00596063 Jy ! Component: 2400 - total flux cleaned = 0.00602253 Jy ! Component: 2450 - total flux cleaned = 0.00609923 Jy ! Component: 2500 - total flux cleaned = 0.00608386 Jy ! Component: 2550 - total flux cleaned = 0.00614428 Jy ! Component: 2600 - total flux cleaned = 0.00620366 Jy ! Component: 2650 - total flux cleaned = 0.00624803 Jy ! Component: 2700 - total flux cleaned = 0.00629195 Jy ! Component: 2750 - total flux cleaned = 0.00629212 Jy ! Component: 2800 - total flux cleaned = 0.00636416 Jy ! Component: 2850 - total flux cleaned = 0.00643556 Jy ! Component: 2900 - total flux cleaned = 0.00643537 Jy ! Component: 2950 - total flux cleaned = 0.00653376 Jy ! Component: 3000 - total flux cleaned = 0.00658924 Jy ! Component: 3050 - total flux cleaned = 0.00657533 Jy ! Component: 3100 - total flux cleaned = 0.00661641 Jy ! Component: 3150 - total flux cleaned = 0.00669801 Jy ! Component: 3200 - total flux cleaned = 0.00668443 Jy ! Component: 3250 - total flux cleaned = 0.0067514 Jy ! Component: 3300 - total flux cleaned = 0.00679121 Jy ! Component: 3350 - total flux cleaned = 0.00690992 Jy ! Component: 3400 - total flux cleaned = 0.00689671 Jy ! Component: 3450 - total flux cleaned = 0.00696172 Jy ! Component: 3500 - total flux cleaned = 0.00703927 Jy ! Component: 3550 - total flux cleaned = 0.00703921 Jy ! Component: 3600 - total flux cleaned = 0.00709018 Jy ! Component: 3650 - total flux cleaned = 0.00714077 Jy ! Component: 3700 - total flux cleaned = 0.00717857 Jy ! Component: 3750 - total flux cleaned = 0.00721586 Jy ! Component: 3800 - total flux cleaned = 0.00721587 Jy ! Component: 3850 - total flux cleaned = 0.0072896 Jy ! Component: 3900 - total flux cleaned = 0.00732618 Jy ! Component: 3950 - total flux cleaned = 0.00737459 Jy ! Component: 4000 - total flux cleaned = 0.00738655 Jy ! Component: 4050 - total flux cleaned = 0.00742235 Jy ! Total flux subtracted in 4096 components = 0.00743416 Jy ! Clean residual min=-0.000840 max=0.001003 Jy/beam ! Clean residual mean=0.000002 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.637352 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 461 components and 0.637353 Jy ![Exited script file: muppet] wmap "J1209-2406_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.362 x 7.723 at -0.9676 degrees (North through East) ! Clean map min=-0.0013854 max=0.53462 Jy/beam ! Writing clean map to FITS file: J1209-2406_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.534623 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00021228 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.11912 0.11912 0.238239 0.476479 0.952957 1.90591 3.81183 7.62366 15.2473 30.4946 60.9893 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.534 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.362 x 7.723 at -0.9676 degrees (North through East) ! Clean map min=-0.0013854 max=0.53462 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 J1209-2406_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:00:00 2019