! Started logfile: /scr/pima/rdv93_uvs/J1911-2006_S_uvs.log on Tue Oct 8 15:32:42 2013 obs /scr/pima/rdv93_uvs/J1911-2006_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1911-2006_S_uva.fits ! AN table 1: 2 integrations on 1 of 1 possible baselines. ! AN table 2: 3 integrations on 3 of 3 possible baselines. ! AN table 3: 2 integrations on 21 of 21 possible baselines. ! AN table 4: 2 integrations on 36 of 36 possible baselines. ! AN table 5: 3 integrations on 28 of 28 possible baselines. ! AN table 6: 4 integrations on 1 of 1 possible baselines. ! Apparent sampling: 0.99061 visibilities/baseline/integration-bin. ! Found source: J1911-2006 ! ! 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.23299e+09 1.6e+07 1 1.6e+07 ! 02 2 2.26299e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35299e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37299e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 844 visibilities. select RR ! 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.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv93_uvs/J1911-2006_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:SC self-cal status=correctable weight=1 ! 3:FD self-cal status=correctable weight=1 ! 3:HN self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:NL self-cal status=correctable weight=1 ! 3:OV self-cal status=correctable weight=1 ! 3:PT self-cal status=correctable weight=1 ! 3:SC self-cal status=correctable weight=1 ! 4:BR self-cal status=correctable weight=1 ! 4:FD self-cal status=correctable weight=1 ! 4:HN self-cal status=correctable weight=1 ! 4:KP self-cal status=correctable weight=1 ! 4:LA self-cal status=correctable weight=1 ! 4:NL self-cal status=correctable weight=1 ! 4:OV self-cal status=correctable weight=1 ! 4:PT self-cal status=correctable weight=1 ! 4:SC self-cal status=correctable weight=1 ! 5:BR self-cal status=correctable weight=1 ! 5:FD self-cal status=correctable weight=1 ! 5:KP self-cal status=correctable weight=1 ! 5:LA self-cal status=correctable weight=1 ! 5:MK self-cal status=correctable weight=1 ! 5:NL self-cal status=correctable weight=1 ! 5:OV self-cal status=correctable weight=1 ! 5:PT self-cal status=correctable weight=1 ! 6:KP self-cal status=correctable weight=1 ! 6:OV self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 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 4 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! A total of 8 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! A total of 8 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! A total of 8 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! A total of 8 telescope corrections were flagged in sub-array 6. ! ! Fit before self-cal, rms=1.648473Jy sigma=37.780617 ! Fit after self-cal, rms=0.420792Jy sigma=10.400992 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] 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=4.04 mas, bmaj=11.1 mas, bpa=-0.4096 degrees ! Estimated noise=1.53607 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.950539 Jy ! Component: 100 - total flux cleaned = 1.21482 Jy ! Total flux subtracted in 100 components = 1.21482 Jy ! Clean residual min=-0.052498 max=0.115175 Jy/beam ! Clean residual mean=0.002479 rms=0.018714 Jy/beam ! Combined flux in latest and established models = 1.21482 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 1.21482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.305303Jy sigma=7.359275 ! Fit after self-cal, rms=0.304297Jy sigma=7.345120 ! Inverting map ! Added new window around map position (4.4, 3.2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.129434 Jy ! Component: 100 - total flux cleaned = 0.203958 Jy ! Total flux subtracted in 100 components = 0.203958 Jy ! Clean residual min=-0.040998 max=0.051145 Jy/beam ! Clean residual mean=0.001163 rms=0.010191 Jy/beam ! Combined flux in latest and established models = 1.41877 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 52 components and 1.41877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.241729Jy sigma=5.434781 ! Fit after self-cal, rms=0.240370Jy sigma=5.413354 ! 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.836 mas, bmaj=12.78 mas, bpa=-2.437 degrees ! Estimated noise=1.17834 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.0646342 Jy ! Component: 100 - total flux cleaned = 0.0999009 Jy ! Component: 150 - total flux cleaned = 0.120615 Jy ! Component: 200 - total flux cleaned = 0.133194 Jy ! Total flux subtracted in 200 components = 0.133194 Jy ! Clean residual min=-0.030152 max=0.036376 Jy/beam ! Clean residual mean=0.000203 rms=0.008393 Jy/beam ! Combined flux in latest and established models = 1.55197 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 145 components and 1.55197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.228543Jy sigma=4.926085 ! Fit after self-cal, rms=0.227707Jy sigma=4.912516 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* HN 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* NL 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.01 HN 0.96 LA 1.10 NL 0.98 ! OV 1.02 PT 1.03 SC 0.98 ! ! Telescope amplitude corrections in sub-array 4: ! BR 0.98 FD 1.00 HN 0.94 KP 1.03 ! LA 1.13 NL 0.97 OV 0.99 PT 1.02 ! SC 0.99 ! ! Telescope amplitude corrections in sub-array 5: ! BR 0.96 FD 1.04 KP 0.96 LA 1.24 ! MK 0.92 NL 1.07 OV 0.98 PT 1.01 ! ! Telescope amplitude corrections in sub-array 6: ! KP 0.00* OV 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* HN 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* NL 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.05 HN 1.08 LA 1.01 NL 1.05 ! OV 1.06 PT 1.03 SC 1.06 ! ! Telescope amplitude corrections in sub-array 4: ! BR 1.04 FD 1.05 HN 1.06 KP 1.03 ! LA 1.01 NL 1.01 OV 1.02 PT 1.02 ! SC 1.08 ! ! Telescope amplitude corrections in sub-array 5: ! BR 1.04 FD 1.06 KP 1.00 LA 1.02 ! MK 1.05 NL 1.16 OV 1.02 PT 1.03 ! ! Telescope amplitude corrections in sub-array 6: ! KP 0.00* OV 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* HN 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* NL 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.10 HN 0.96 LA 0.97 NL 1.11 ! OV 1.06 PT 1.06 SC 0.96 ! ! Telescope amplitude corrections in sub-array 4: ! BR 1.11 FD 1.11 HN 0.97 KP 0.91 ! LA 0.97 NL 1.08 OV 1.01 PT 1.07 ! SC 0.94 ! ! Telescope amplitude corrections in sub-array 5: ! BR 1.21 FD 1.05 KP 0.89 LA 0.98 ! MK 1.03 NL 1.23 OV 1.02 PT 1.06 ! ! Telescope amplitude corrections in sub-array 6: ! KP 0.00* OV 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* HN 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* NL 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.05 HN 0.95 LA 0.81 NL 1.03 ! OV 0.91 PT 0.93 SC 1.00 ! ! Telescope amplitude corrections in sub-array 4: ! BR 1.02 FD 1.07 HN 0.94 KP 0.83 ! LA 0.81 NL 0.98 OV 0.87 PT 0.95 ! SC 1.00 ! ! Telescope amplitude corrections in sub-array 5: ! BR 0.88 FD 1.00 KP 0.82 LA 0.81 ! MK 1.12 NL 1.15 OV 0.88 PT 0.92 ! ! Telescope amplitude corrections in sub-array 6: ! KP 0.00* OV 0.00* ! ! ! Fit before self-cal, rms=0.227707Jy sigma=4.912516 ! Fit after self-cal, rms=0.147034Jy sigma=2.470238 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.815 mas, bmaj=13.16 mas, bpa=-2.716 degrees ! Estimated noise=1.18654 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 (17.6, 11.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.016931 Jy ! Component: 100 - total flux cleaned = 0.0247481 Jy ! Component: 150 - total flux cleaned = 0.0267572 Jy ! Component: 200 - total flux cleaned = 0.0272189 Jy ! Total flux subtracted in 200 components = 0.0272189 Jy ! Clean residual min=-0.008225 max=0.008180 Jy/beam ! Clean residual mean=-0.000303 rms=0.002076 Jy/beam ! Combined flux in latest and established models = 1.57919 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 195 components and 1.57919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145304Jy sigma=2.411464 ! Fit after self-cal, rms=0.145135Jy sigma=2.406551 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145135Jy sigma=2.406551 ! Fit after self-cal, rms=0.144532Jy sigma=2.402033 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.813 mas, bmaj=13.16 mas, bpa=-2.742 degrees ! Estimated noise=1.18487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00452646 Jy ! Component: 100 - total flux cleaned = 0.00583247 Jy ! Component: 150 - total flux cleaned = 0.00621506 Jy ! Component: 200 - total flux cleaned = 0.00642383 Jy ! Total flux subtracted in 200 components = 0.00642383 Jy ! Clean residual min=-0.007665 max=0.006131 Jy/beam ! Clean residual mean=-0.000292 rms=0.001875 Jy/beam ! Combined flux in latest and established models = 1.58561 Jy selfcal ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 235 components and 1.58561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144158Jy sigma=2.393295 ! Fit after self-cal, rms=0.144091Jy sigma=2.392041 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.000690524 Jy ! Component: 100 - total flux cleaned = 0.00101081 Jy ! Component: 150 - total flux cleaned = 0.000925392 Jy ! Component: 200 - total flux cleaned = 0.000844759 Jy ! Total flux subtracted in 200 components = 0.000844759 Jy ! Clean residual min=-0.007427 max=0.006116 Jy/beam ! Clean residual mean=-0.000302 rms=0.001847 Jy/beam ! Combined flux in latest and established models = 1.58646 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 255 components and 1.58646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143925Jy sigma=2.389013 ! Fit after self-cal, rms=0.143899Jy sigma=2.388508 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143899Jy sigma=2.388508 ! Fit after self-cal, rms=0.143586Jy sigma=2.387690 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.812 mas, bmaj=13.16 mas, bpa=-2.758 degrees ! Estimated noise=1.18443 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000440398 Jy ! Component: 100 - total flux cleaned = 0.00099792 Jy ! Component: 150 - total flux cleaned = 0.0010782 Jy ! Component: 200 - total flux cleaned = 0.00115025 Jy ! Total flux subtracted in 200 components = 0.00115025 Jy ! Clean residual min=-0.007341 max=0.006032 Jy/beam ! Clean residual mean=-0.000285 rms=0.001807 Jy/beam ! Combined flux in latest and established models = 1.58761 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 272 components and 1.58761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143462Jy sigma=2.385424 ! Fit after self-cal, rms=0.143443Jy sigma=2.385091 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.000258653 Jy ! Component: 100 - total flux cleaned = 0.000193584 Jy ! Component: 150 - total flux cleaned = 0.000192664 Jy ! Component: 200 - total flux cleaned = 0.000131215 Jy ! Total flux subtracted in 200 components = 0.000131215 Jy ! Clean residual min=-0.007252 max=0.006058 Jy/beam ! Clean residual mean=-0.000288 rms=0.001798 Jy/beam ! Combined flux in latest and established models = 1.58774 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 286 components and 1.58774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143370Jy sigma=2.383827 ! Fit after self-cal, rms=0.143360Jy sigma=2.383668 ! 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 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143360Jy sigma=2.383668 ! Fit after self-cal, rms=0.143172Jy sigma=2.383453 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.086 mas, bmaj=16.37 mas, bpa=0.9798 degrees ! Estimated noise=1.2635 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121421 Jy ! Component: 100 - total flux cleaned = 0.00122465 Jy ! Component: 150 - total flux cleaned = 0.00107761 Jy ! Component: 200 - total flux cleaned = 0.00103247 Jy ! Total flux subtracted in 200 components = 0.00103247 Jy ! Clean residual min=-0.006528 max=0.007039 Jy/beam ! Clean residual mean=-0.000458 rms=0.002179 Jy/beam ! Combined flux in latest and established models = 1.58877 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 308 components and 1.58877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143146Jy sigma=2.382942 ! Fit after self-cal, rms=0.143132Jy sigma=2.382817 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.000118647 Jy ! Component: 100 - total flux cleaned = 0.000117665 Jy ! Component: 150 - total flux cleaned = 0.000158916 Jy ! Component: 200 - total flux cleaned = 0.000120041 Jy ! Total flux subtracted in 200 components = 0.000120041 Jy ! Clean residual min=-0.006451 max=0.007142 Jy/beam ! Clean residual mean=-0.000461 rms=0.002181 Jy/beam ! Combined flux in latest and established models = 1.58889 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 326 components and 1.58889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143115Jy sigma=2.382414 ! Fit after self-cal, rms=0.143110Jy sigma=2.382361 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 2:HN,true ! 2:HN self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:SC,true ! 2:SC self-cal status=fixed weight=1 selfant 3:FD,true ! 3:FD self-cal status=fixed weight=1 selfant 3:HN,true ! 3:HN self-cal status=fixed weight=1 selfant 3:LA,true ! 3:LA self-cal status=fixed weight=1 selfant 3:NL,true ! 3:NL self-cal status=fixed weight=1 selfant 3:OV,true ! 3:OV self-cal status=fixed weight=1 selfant 3:PT,true ! 3:PT self-cal status=fixed weight=1 selfant 3:SC,true ! 3:SC self-cal status=fixed weight=1 selfant 4:BR,true ! 4:BR self-cal status=fixed weight=1 selfant 4:FD,true ! 4:FD self-cal status=fixed weight=1 selfant 4:HN,true ! 4:HN self-cal status=fixed weight=1 selfant 4:KP,true ! 4:KP self-cal status=fixed weight=1 selfant 4:LA,true ! 4:LA self-cal status=fixed weight=1 selfant 4:NL,true ! 4:NL self-cal status=fixed weight=1 selfant 4:OV,true ! 4:OV self-cal status=fixed weight=1 selfant 4:PT,true ! 4:PT self-cal status=fixed weight=1 selfant 4:SC,true ! 4:SC self-cal status=fixed weight=1 selfant 5:BR,true ! 5:BR self-cal status=fixed weight=1 selfant 5:FD,true ! 5:FD self-cal status=fixed weight=1 selfant 5:KP,true ! 5:KP self-cal status=fixed weight=1 selfant 5:LA,true ! 5:LA self-cal status=fixed weight=1 selfant 5:MK,true ! 5:MK self-cal status=fixed weight=1 selfant 5:NL,true ! 5:NL self-cal status=fixed weight=1 selfant 5:OV,true ! 5:OV self-cal status=fixed weight=1 selfant 5:PT,true ! 5:PT self-cal status=fixed weight=1 selfant 6:KP,true ! 6:KP self-cal status=fixed weight=1 selfant 6:OV,true ! 6:OV self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.435350Jy sigma=10.846670 ! Fit after self-cal, rms=0.435350Jy sigma=10.846670 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:SC self-cal status=correctable weight=1 ! 3:FD self-cal status=correctable weight=1 ! 3:HN self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:NL self-cal status=correctable weight=1 ! 3:OV self-cal status=correctable weight=1 ! 3:PT self-cal status=correctable weight=1 ! 3:SC self-cal status=correctable weight=1 ! 4:BR self-cal status=correctable weight=1 ! 4:FD self-cal status=correctable weight=1 ! 4:HN self-cal status=correctable weight=1 ! 4:KP self-cal status=correctable weight=1 ! 4:LA self-cal status=correctable weight=1 ! 4:NL self-cal status=correctable weight=1 ! 4:OV self-cal status=correctable weight=1 ! 4:PT self-cal status=correctable weight=1 ! 4:SC self-cal status=correctable weight=1 ! 5:BR self-cal status=correctable weight=1 ! 5:FD self-cal status=correctable weight=1 ! 5:KP self-cal status=correctable weight=1 ! 5:LA self-cal status=correctable weight=1 ! 5:MK self-cal status=correctable weight=1 ! 5:NL self-cal status=correctable weight=1 ! 5:OV self-cal status=correctable weight=1 ! 5:PT self-cal status=correctable weight=1 ! 6:KP self-cal status=correctable weight=1 ! 6:OV self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! A total of 8 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! A total of 8 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! A total of 8 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! A total of 8 telescope corrections were flagged in sub-array 6. ! ! Fit before self-cal, rms=0.435350Jy sigma=10.846670 ! Fit after self-cal, rms=0.143062Jy sigma=2.382199 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.989 mas, bmaj=11.44 mas, bpa=-0.9253 degrees ! Estimated noise=1.54544 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.00113985 Jy ! Component: 100 - total flux cleaned = -0.00113662 Jy ! Component: 150 - total flux cleaned = -0.00103112 Jy ! Component: 200 - total flux cleaned = -0.000935156 Jy ! Total flux subtracted in 200 components = -0.000935156 Jy ! Clean residual min=-0.006977 max=0.005842 Jy/beam ! Clean residual mean=-0.000056 rms=0.001765 Jy/beam ! Combined flux in latest and established models = 1.58795 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 354 components and 1.58796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143031Jy sigma=2.381878 ! Fit after self-cal, rms=0.143033Jy sigma=2.381733 ! Inverting map 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.813 mas, bmaj=13.17 mas, bpa=-2.782 degrees ! Estimated noise=1.18395 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000137605 Jy ! Component: 100 - total flux cleaned = -6.39195e-05 Jy ! Component: 150 - total flux cleaned = -6.27966e-05 Jy ! Component: 200 - total flux cleaned = -1.28033e-05 Jy ! Component: 250 - total flux cleaned = -1.2554e-05 Jy ! Component: 300 - total flux cleaned = -1.18654e-05 Jy ! Component: 350 - total flux cleaned = -9.62051e-05 Jy ! Component: 400 - total flux cleaned = -0.000136711 Jy ! Total flux subtracted in 400 components = -0.000136711 Jy ! Clean residual min=-0.006860 max=0.005772 Jy/beam ! Clean residual mean=-0.000274 rms=0.001762 Jy/beam ! Combined flux in latest and established models = 1.58782 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 390 components and 1.58782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142936Jy sigma=2.380125 ! Fit after self-cal, rms=0.142933Jy sigma=2.379966 ! Inverting map dynam = dynam - 0.5 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) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000202345 Jy ! Component: 100 - total flux cleaned = 7.61627e-05 Jy ! Component: 150 - total flux cleaned = 7.67152e-05 Jy ! Component: 200 - total flux cleaned = 6.65825e-07 Jy ! Component: 250 - total flux cleaned = -7.38495e-05 Jy ! Component: 300 - total flux cleaned = -0.00011031 Jy ! Component: 350 - total flux cleaned = -0.000110182 Jy ! Component: 400 - total flux cleaned = -0.000144825 Jy ! Total flux subtracted in 400 components = -0.000144825 Jy ! Clean residual min=-0.006846 max=0.005760 Jy/beam ! Clean residual mean=-0.000273 rms=0.001756 Jy/beam ! Combined flux in latest and established models = 1.58767 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 410 components and 1.58767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142888Jy sigma=2.379151 ! Fit after self-cal, rms=0.142887Jy sigma=2.379091 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! A total of 8 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! A total of 8 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! A total of 8 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! A total of 8 telescope corrections were flagged in sub-array 6. ! ! Fit before self-cal, rms=0.435204Jy sigma=10.845622 ! Fit after self-cal, rms=0.142723Jy sigma=2.378934 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.811 mas, bmaj=13.16 mas, bpa=-2.794 degrees ! Estimated noise=1.18343 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.80467e-05 Jy ! Component: 100 - total flux cleaned = -1.74797e-05 Jy ! Component: 150 - total flux cleaned = -5.47921e-05 Jy ! Component: 200 - total flux cleaned = -5.47209e-05 Jy ! Component: 250 - total flux cleaned = -8.84445e-05 Jy ! Component: 300 - total flux cleaned = -0.000121638 Jy ! Component: 350 - total flux cleaned = -0.000153357 Jy ! Component: 400 - total flux cleaned = -0.000183523 Jy ! Total flux subtracted in 400 components = -0.000183523 Jy ! Clean residual min=-0.006766 max=0.005766 Jy/beam ! Clean residual mean=-0.000276 rms=0.001746 Jy/beam ! Combined flux in latest and established models = 1.58749 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 439 components and 1.58749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142685Jy sigma=2.378184 ! Fit after self-cal, rms=0.142684Jy sigma=2.378149 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.86549e-06 Jy ! Component: 100 - total flux cleaned = 3.09978e-05 Jy ! Component: 150 - total flux cleaned = 3.0874e-05 Jy ! Component: 200 - total flux cleaned = 1.28279e-06 Jy ! Component: 250 - total flux cleaned = 3.07148e-05 Jy ! Component: 300 - total flux cleaned = 1.23024e-06 Jy ! Component: 350 - total flux cleaned = 3.04348e-05 Jy ! Component: 400 - total flux cleaned = 2.98266e-06 Jy ! Total flux subtracted in 400 components = 2.98266e-06 Jy ! Clean residual min=-0.006743 max=0.005692 Jy/beam ! Clean residual mean=-0.000277 rms=0.001738 Jy/beam ! Combined flux in latest and established models = 1.58749 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 456 components and 1.58749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142659Jy sigma=2.377615 ! Fit after self-cal, rms=0.142657Jy sigma=2.377592 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142657Jy sigma=2.377592 ! Fit after self-cal, rms=0.142562Jy sigma=2.377528 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.809 mas, bmaj=13.16 mas, bpa=-2.801 degrees ! Estimated noise=1.183 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000171316 Jy ! Component: 100 - total flux cleaned = -0.000140275 Jy ! Component: 150 - total flux cleaned = -0.000110076 Jy ! Component: 200 - total flux cleaned = -0.0001092 Jy ! Component: 250 - total flux cleaned = -0.000137395 Jy ! Component: 300 - total flux cleaned = -0.00016563 Jy ! Component: 350 - total flux cleaned = -0.000137245 Jy ! Component: 400 - total flux cleaned = -0.000164309 Jy ! Total flux subtracted in 400 components = -0.000164309 Jy ! Clean residual min=-0.006683 max=0.005660 Jy/beam ! Clean residual mean=-0.000276 rms=0.001731 Jy/beam ! Combined flux in latest and established models = 1.58733 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 477 components and 1.58733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142535Jy sigma=2.377000 ! Fit after self-cal, rms=0.142533Jy sigma=2.376977 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.66678e-06 Jy ! Component: 100 - total flux cleaned = -7.10763e-06 Jy ! Component: 150 - total flux cleaned = -3.46643e-05 Jy ! Component: 200 - total flux cleaned = -3.45378e-05 Jy ! Component: 250 - total flux cleaned = -6.07801e-05 Jy ! Component: 300 - total flux cleaned = -6.06318e-05 Jy ! Component: 350 - total flux cleaned = -8.65132e-05 Jy ! Component: 400 - total flux cleaned = -8.70839e-05 Jy ! Total flux subtracted in 400 components = -8.70839e-05 Jy ! Clean residual min=-0.006659 max=0.005606 Jy/beam ! Clean residual mean=-0.000275 rms=0.001726 Jy/beam ! Combined flux in latest and established models = 1.58724 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 480 components and 1.58724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142514Jy sigma=2.376557 ! Fit after self-cal, rms=0.142512Jy sigma=2.376540 ! 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, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142512Jy sigma=2.376540 ! Fit after self-cal, rms=0.142444Jy sigma=2.376496 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.083 mas, bmaj=16.37 mas, bpa=0.9665 degrees ! Estimated noise=1.26262 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000776092 Jy ! Component: 100 - total flux cleaned = 0.000681525 Jy ! Component: 150 - total flux cleaned = 0.000598664 Jy ! Component: 200 - total flux cleaned = 0.00059894 Jy ! Component: 250 - total flux cleaned = 0.000598258 Jy ! Component: 300 - total flux cleaned = 0.000597662 Jy ! Component: 350 - total flux cleaned = 0.000574505 Jy ! Component: 400 - total flux cleaned = 0.00057443 Jy ! Total flux subtracted in 400 components = 0.00057443 Jy ! Clean residual min=-0.006245 max=0.006636 Jy/beam ! Clean residual mean=-0.000434 rms=0.002149 Jy/beam ! Combined flux in latest and established models = 1.58782 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 501 components and 1.58782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142437Jy sigma=2.376343 ! Fit after self-cal, rms=0.142435Jy sigma=2.376316 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 (42.8, 28.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0060674 Jy ! Component: 100 - total flux cleaned = 0.0077869 Jy ! Component: 150 - total flux cleaned = 0.00891834 Jy ! Component: 200 - total flux cleaned = 0.00995692 Jy ! Component: 250 - total flux cleaned = 0.0109748 Jy ! Component: 300 - total flux cleaned = 0.0119076 Jy ! Component: 350 - total flux cleaned = 0.0126924 Jy ! Component: 400 - total flux cleaned = 0.013276 Jy ! Total flux subtracted in 400 components = 0.013276 Jy ! Clean residual min=-0.006012 max=0.004989 Jy/beam ! Clean residual mean=-0.000488 rms=0.001782 Jy/beam ! Combined flux in latest and established models = 1.60109 Jy ! Performing phase self-cal ! Adding 147 model components to the UV plane model. ! The established model now contains 647 components and 1.60109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142000Jy sigma=2.366928 ! Fit after self-cal, rms=0.141986Jy sigma=2.366475 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=4.808 mas, bmaj=13.16 mas, bpa=-2.808 degrees ! Estimated noise=1.18264 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.808 x 13.16 at -2.808 degrees (North through East) ! Clean map min=-0.006116 max=1.2384 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.141986Jy sigma=2.366475 ! Fit after self-cal, rms=0.092807Jy sigma=1.424878 ! Inverting map and beam ! Estimated beam: bmin=4.809 mas, bmaj=13.17 mas, bpa=-2.806 degrees ! Estimated noise=1.18275 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000950195 Jy ! Component: 100 - total flux cleaned = 0.00107516 Jy ! Component: 150 - total flux cleaned = 0.00128968 Jy ! Component: 200 - total flux cleaned = 0.00148533 Jy ! Component: 250 - total flux cleaned = 0.00148428 Jy ! Component: 300 - total flux cleaned = 0.00139704 Jy ! Component: 350 - total flux cleaned = 0.00139639 Jy ! Component: 400 - total flux cleaned = 0.00132407 Jy ! Total flux subtracted in 400 components = 0.00132407 Jy ! Clean residual min=-0.005646 max=0.004952 Jy/beam ! Clean residual mean=-0.000360 rms=0.001407 Jy/beam ! Combined flux in latest and established models = 1.60242 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 712 components and 1.60242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092383Jy sigma=1.415680 ! Fit after self-cal, rms=0.092409Jy sigma=1.415451 ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.60474e-06 Jy ! Component: 100 - total flux cleaned = -7.29167e-05 Jy ! Component: 150 - total flux cleaned = 0.000126208 Jy ! Component: 200 - total flux cleaned = 0.00018891 Jy ! Component: 250 - total flux cleaned = 0.000434723 Jy ! Component: 300 - total flux cleaned = 0.000314677 Jy ! Component: 350 - total flux cleaned = 0.000373926 Jy ! Component: 400 - total flux cleaned = 0.000543282 Jy ! Total flux subtracted in 400 components = 0.000543282 Jy ! Clean residual min=-0.005543 max=0.004755 Jy/beam ! Clean residual mean=-0.000367 rms=0.001373 Jy/beam ! Combined flux in latest and established models = 1.60296 Jy ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 765 components and 1.60296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092221Jy sigma=1.411610 ! Fit after self-cal, rms=0.092231Jy sigma=1.411552 ! 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.092231Jy sigma=1.411552 ! Fit after self-cal, rms=0.092260Jy sigma=1.410706 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.989 mas, bmaj=11.44 mas, bpa=-0.9518 degrees ! Estimated noise=1.54561 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.944892 Jy ! Component: 100 - total flux cleaned = 1.21565 Jy ! Component: 150 - total flux cleaned = 1.3447 Jy ! Component: 200 - total flux cleaned = 1.4179 Jy ! Component: 250 - total flux cleaned = 1.46249 Jy ! Component: 300 - total flux cleaned = 1.49164 Jy ! Component: 350 - total flux cleaned = 1.51231 Jy ! Component: 400 - total flux cleaned = 1.52759 Jy ! Total flux subtracted in 400 components = 1.52759 Jy ! Clean residual min=-0.008442 max=0.008906 Jy/beam ! Clean residual mean=0.000267 rms=0.002778 Jy/beam ! Combined flux in latest and established models = 1.52759 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 105 model components to the UV plane model. ! The established model now contains 105 components and 1.52759 Jy ! Inverting map and beam ! Estimated beam: bmin=4.809 mas, bmaj=13.17 mas, bpa=-2.82 degrees ! Estimated noise=1.18281 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 (9.6, 4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0162895 Jy ! Component: 100 - total flux cleaned = 0.0279014 Jy ! Component: 150 - total flux cleaned = 0.0367469 Jy ! Component: 200 - total flux cleaned = 0.0438419 Jy ! Component: 250 - total flux cleaned = 0.0496147 Jy ! Component: 300 - total flux cleaned = 0.0537242 Jy ! Component: 350 - total flux cleaned = 0.055794 Jy ! Component: 400 - total flux cleaned = 0.0580175 Jy ! Total flux subtracted in 400 components = 0.0580175 Jy ! Clean residual min=-0.006212 max=0.004758 Jy/beam ! Clean residual mean=-0.000206 rms=0.001752 Jy/beam ! Combined flux in latest and established models = 1.58561 Jy ! Adding 143 model components to the UV plane model. ! The established model now contains 243 components and 1.58561 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=9.085 mas, bmaj=16.38 mas, bpa=0.9526 degrees ! Estimated noise=1.2625 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00406764 Jy ! Component: 100 - total flux cleaned = 0.00509317 Jy ! Component: 150 - total flux cleaned = 0.00612366 Jy ! Component: 200 - total flux cleaned = 0.00726847 Jy ! Component: 250 - total flux cleaned = 0.0081014 Jy ! Component: 300 - total flux cleaned = 0.00886695 Jy ! Component: 350 - total flux cleaned = 0.00958102 Jy ! Component: 400 - total flux cleaned = 0.00991699 Jy ! Total flux subtracted in 400 components = 0.00991699 Jy ! Clean residual min=-0.006842 max=0.004253 Jy/beam ! Clean residual mean=-0.000449 rms=0.001850 Jy/beam ! Combined flux in latest and established models = 1.59553 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000318873 Jy ! Component: 100 - total flux cleaned = 0.000548258 Jy ! Component: 150 - total flux cleaned = 0.000842736 Jy ! Component: 200 - total flux cleaned = 0.0011949 Jy ! Component: 250 - total flux cleaned = 0.00146226 Jy ! Component: 300 - total flux cleaned = 0.00165673 Jy ! Component: 350 - total flux cleaned = 0.00196601 Jy ! Component: 400 - total flux cleaned = 0.00214441 Jy ! Total flux subtracted in 400 components = 0.00214441 Jy ! Clean residual min=-0.006669 max=0.004300 Jy/beam ! Clean residual mean=-0.000470 rms=0.001762 Jy/beam ! Combined flux in latest and established models = 1.59767 Jy ! Adding 204 model components to the UV plane model. ! The established model now contains 443 components and 1.59767 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.809 mas, bmaj=13.17 mas, bpa=-2.82 degrees ! Estimated noise=1.18281 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.57557e-05 Jy ! Component: 100 - total flux cleaned = 8.46491e-06 Jy ! Component: 150 - total flux cleaned = 0.000180378 Jy ! Component: 200 - total flux cleaned = 0.000260413 Jy ! Component: 250 - total flux cleaned = 0.000335567 Jy ! Component: 300 - total flux cleaned = 0.000336524 Jy ! Component: 350 - total flux cleaned = 0.000334836 Jy ! Component: 400 - total flux cleaned = 0.000526232 Jy ! Total flux subtracted in 400 components = 0.000526232 Jy ! Clean residual min=-0.005704 max=0.004619 Jy/beam ! Clean residual mean=-0.000308 rms=0.001389 Jy/beam ! Combined flux in latest and established models = 1.5982 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 493 components and 1.5982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092209Jy sigma=1.410632 ! Fit after self-cal, rms=0.092212Jy sigma=1.410164 wmodel /scr/pima/rdv93_uvs/J1911-2006_S_map.mod ! Writing 493 model components to file: /scr/pima/rdv93_uvs/J1911-2006_S_map.mod wobs /scr/pima/rdv93_uvs/J1911-2006_S_uvs.fits ! Applying 426 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1911-2006_S_uvs.fits wwins /scr/pima/rdv93_uvs/J1911-2006_S_map.win ! wwins: Wrote 5 windows to /scr/pima/rdv93_uvs/J1911-2006_S_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.00250614 Jy ! Component: 100 - total flux cleaned = -0.00427499 Jy ! Component: 150 - total flux cleaned = -0.00592333 Jy ! Component: 200 - total flux cleaned = -0.0075622 Jy ! Component: 250 - total flux cleaned = -0.00919602 Jy ! Component: 300 - total flux cleaned = -0.0107551 Jy ! Component: 350 - total flux cleaned = -0.0122485 Jy ! Component: 400 - total flux cleaned = -0.0136876 Jy ! Component: 450 - total flux cleaned = -0.0149538 Jy ! Component: 500 - total flux cleaned = -0.016243 Jy ! Component: 550 - total flux cleaned = -0.0173169 Jy ! Component: 600 - total flux cleaned = -0.0183028 Jy ! Component: 650 - total flux cleaned = -0.0190935 Jy ! Component: 700 - total flux cleaned = -0.0199756 Jy ! Component: 750 - total flux cleaned = -0.0208915 Jy ! Component: 800 - total flux cleaned = -0.0216818 Jy ! Component: 850 - total flux cleaned = -0.0225079 Jy ! Component: 900 - total flux cleaned = -0.0233169 Jy ! Component: 950 - total flux cleaned = -0.0241111 Jy ! Component: 1000 - total flux cleaned = -0.0248419 Jy ! Component: 1050 - total flux cleaned = -0.025465 Jy ! Component: 1100 - total flux cleaned = -0.025984 Jy ! Component: 1150 - total flux cleaned = -0.0265871 Jy ! Component: 1200 - total flux cleaned = -0.0269521 Jy ! Component: 1250 - total flux cleaned = -0.0274473 Jy ! Component: 1300 - total flux cleaned = -0.0279351 Jy ! Component: 1350 - total flux cleaned = -0.0283733 Jy ! Component: 1400 - total flux cleaned = -0.0288059 Jy ! Component: 1450 - total flux cleaned = -0.0294876 Jy ! Component: 1500 - total flux cleaned = -0.0299497 Jy ! Component: 1550 - total flux cleaned = -0.0304058 Jy ! Component: 1600 - total flux cleaned = -0.0308161 Jy ! Component: 1650 - total flux cleaned = -0.0313829 Jy ! Component: 1700 - total flux cleaned = -0.0317828 Jy ! Component: 1750 - total flux cleaned = -0.0321778 Jy ! Component: 1800 - total flux cleaned = -0.0326468 Jy ! Component: 1850 - total flux cleaned = -0.0331101 Jy ! Component: 1900 - total flux cleaned = -0.0336059 Jy ! Component: 1950 - total flux cleaned = -0.0340586 Jy ! Component: 2000 - total flux cleaned = -0.0344317 Jy ! Component: 2050 - total flux cleaned = -0.0349116 Jy ! Component: 2100 - total flux cleaned = -0.0352771 Jy ! Component: 2150 - total flux cleaned = -0.0356026 Jy ! Component: 2200 - total flux cleaned = -0.0360329 Jy ! Component: 2250 - total flux cleaned = -0.0363879 Jy ! Component: 2300 - total flux cleaned = -0.03681 Jy ! Component: 2350 - total flux cleaned = -0.0372281 Jy ! Component: 2400 - total flux cleaned = -0.037539 Jy ! Component: 2450 - total flux cleaned = -0.0378814 Jy ! Component: 2500 - total flux cleaned = -0.0383232 Jy ! Component: 2550 - total flux cleaned = -0.0386601 Jy ! Component: 2600 - total flux cleaned = -0.0390606 Jy ! Component: 2650 - total flux cleaned = -0.0393916 Jy ! Component: 2700 - total flux cleaned = -0.0398183 Jy ! Component: 2750 - total flux cleaned = -0.0402089 Jy ! Component: 2800 - total flux cleaned = -0.0406286 Jy ! Component: 2850 - total flux cleaned = -0.0409808 Jy ! Component: 2900 - total flux cleaned = -0.0412986 Jy ! Component: 2950 - total flux cleaned = -0.0416455 Jy ! Component: 3000 - total flux cleaned = -0.0420524 Jy ! Component: 3050 - total flux cleaned = -0.0423938 Jy ! Component: 3100 - total flux cleaned = -0.0426712 Jy ! Component: 3150 - total flux cleaned = -0.0429162 Jy ! Component: 3200 - total flux cleaned = -0.0432505 Jy ! Component: 3250 - total flux cleaned = -0.043552 Jy ! Component: 3300 - total flux cleaned = -0.0439111 Jy ! Component: 3350 - total flux cleaned = -0.0440893 Jy ! Component: 3400 - total flux cleaned = -0.0443253 Jy ! Component: 3450 - total flux cleaned = -0.0445602 Jy ! Component: 3500 - total flux cleaned = -0.0448513 Jy ! Component: 3550 - total flux cleaned = -0.0451692 Jy ! Component: 3600 - total flux cleaned = -0.0453414 Jy ! Component: 3650 - total flux cleaned = -0.0455982 Jy ! Component: 3700 - total flux cleaned = -0.0457966 Jy ! Component: 3750 - total flux cleaned = -0.0459938 Jy ! Component: 3800 - total flux cleaned = -0.0462455 Jy ! Component: 3850 - total flux cleaned = -0.0464122 Jy ! Component: 3900 - total flux cleaned = -0.046633 Jy ! Component: 3950 - total flux cleaned = -0.0468252 Jy ! Component: 4000 - total flux cleaned = -0.0469342 Jy ! Component: 4050 - total flux cleaned = -0.047124 Jy ! Total flux subtracted in 4096 components = -0.0472049 Jy ! Clean residual min=-0.001707 max=0.001404 Jy/beam ! Clean residual mean=-0.000120 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 1.55099 Jy keep ! Adding 368 model components to the UV plane model. ! The established model now contains 861 components and 1.55099 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J1911-2006_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.809 x 13.17 at -2.82 degrees (North through East) ! Clean map min=-0.0060748 max=1.239 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1911-2006_S_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 1.239 rms= 0.00056 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1911-2006_S_uvs.log closed on Tue Oct 8 15:32:49 2013