This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
recheck [2008/07/22 21:12] egs |
recheck [2019/05/31 22:48] (current) |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ^ Section # ^ Person working on it ^ Status ^ | ^ Section # ^ Person working on it ^ Status ^ | ||
| - | | 0 | This could be you! | Not reserved | | + | | 0 | A. Dutton | Complete | |
| - | | 1 | This could be you! | Not reserved | | + | | 1 | B. Gerke | Complete | |
| - | | 2 | This could be you! | Not reserved | | + | | 2 | P. Guhathakurta | Reserved | |
| - | | 3 | This could be you! | Not reserved | | + | | 3 | A. Phillips | Complete | |
| - | | 4 | This could be you! | Not reserved | | + | | 4 | D. Koo | Complete | |
| - | | 5 | This could be you! | Not reserved | | + | | 5 | B. Weiner | Complete | |
| - | | 6 | This could be you! | Not reserved | | + | | 6 | D. Rosario | Complete | |
| - | | 7 | This could be you! | Not reserved | | + | | 7 | C. Willmer | Complete | |
| - | | 8 | This could be you! | Not reserved | | + | | 8 | R. Yan | Complete | |
| - | | 9 | This could be you! | Not reserved | | + | | 9 | B. Gerke | Complete | |
| - | | 10 | J. Newman | Reserved | | + | | 10 | J. Newman | Complete | |
| ===== Instructions: ===== | ===== Instructions: ===== | ||
| Line 45: | Line 45: | ||
| ''cd $D2_RESULTS\\ | ''cd $D2_RESULTS\\ | ||
| pwd\\ | pwd\\ | ||
| - | rsync -uarvL --rsh="ssh" deepteam@lupus.berkeley.edu:/deep2/marc/d2_data/v1_1/zresult .\\ | + | rsync -uarvL %%--%%rsh=%%"%%ssh%%"%% deepteam@lupus.berkeley.edu:/deep2/marc/d2_data/v1_1/zresult .\\ |
| '' | '' | ||
| \\ | \\ | ||
| Line 64: | Line 64: | ||
| \\ | \\ | ||
| ''cd $D2_RESULTS \\ | ''cd $D2_RESULTS \\ | ||
| - | rm -rf */*/sl* \\ | + | rm %%-%%rf */*/sl* \\ |
| - | rm -rf */*/spec* \\ | + | rm %%-%%rf */*/spec* \\ |
| '' | '' | ||
| Line 74: | Line 74: | ||
| \\ | \\ | ||
| ''cd $D2_RESULTS \\ | ''cd $D2_RESULTS \\ | ||
| - | rsync -uarvL --include "*recheck*_X.*" --exclude "*.*" --rsh="ssh" deepteam@lupus.berkeley.edu:/deepscr0/jnewman/recheck/ . \\ | + | rsync %%-%%uarvL %%--%%include %%"*recheck*_X.*"%% %%--%%exclude %%"*.*"%% %%--rsh="ssh"%% deepteam@lupus.berkeley.edu:/deepscr0/jnewman/recheck/ . \\ |
| - | rsync -uarvL --rsh="ssh" deepteam@lupus.berkeley.edu:/deepscr0/jnewman/recheck/files_X/ . \\ | + | rsync %%-%%uarvL %%--%%rsh=%%"ssh"%% deepteam@lupus.berkeley.edu:/deepscr0/jnewman/recheck/files_X/ . \\ |
| '' | '' | ||
| where X is 0,1,... 10 --- whatever the number of your set is. | where X is 0,1,... 10 --- whatever the number of your set is. | ||
| Line 83: | Line 83: | ||
| start IDL, and run zspec_list :\\ | start IDL, and run zspec_list :\\ | ||
| \\ | \\ | ||
| - | ''IDL> zstructs=mrdfits('zrecheck_X.fits',1) \\'' | + | ''IDL> zstructs%%=%%mrdfits(%%'zrecheck_X.fits'%%,1) \\ |
| + | '' | ||
| where X is 0,1,...10\\ | where X is 0,1,...10\\ | ||
| \\ | \\ | ||
| Line 89: | Line 90: | ||
| '' | '' | ||
| - | When you find an object whose redshift/quality/comment you want to change, edit the corresponding line in the file redshiftstofix5_X.txt . The file should contain the original comments+Marc's comments, and have Marc's redshift quality. | + | When you find an object whose redshift/quality/comment you want to change, edit the corresponding line in the file redshifts_recheck_X.txt . The file should contain the original comments+Marc's comments, and have Marc's redshift quality. |
| This is a text file in the necessary format for modifying the zcat. You probably want to do a search-and-replace to change 'marc' to your own username before editing. | This is a text file in the necessary format for modifying the zcat. You probably want to do a search-and-replace to change 'marc' to your own username before editing. | ||
| Line 95: | Line 96: | ||
| e.g. (at a UNIX prompt):\\ | e.g. (at a UNIX prompt):\\ | ||
| \\ | \\ | ||
| - | ''sed s/marc/yournamehere/g redshifts_recheck_X.txt > redshifts_recheck_X_yourname.txt \\ | + | ''sed s/marc_rechecked/yournamehere/g redshifts_recheck_X.txt > redshifts_recheck_X_yourname.txt \\ |
| '' | '' | ||
| \\ | \\ | ||
| Line 101: | Line 102: | ||
| This file should show up in your $D2_RESULTS directory if you follow the rsync commands above. | This file should show up in your $D2_RESULTS directory if you follow the rsync commands above. | ||
| - | + | \\ | |
| + | When you're done, send the edited redshifts_recheck file to Michael Cooper for incorporation into the zcat. | ||
| + | \\ | ||
| + | **NOTE:** in some cases, zspec_list may not automatically show a template fit for Marc's redshift choice. In that case, redo the fit yourself with Marc's redshift and then proceed. | ||
| Line 112: | Line 115: | ||
| - | + | ||