MIRC Pipeline Changing Directories: Difference between revisions
From Monnier Group Research Wiki
Jump to navigationJump to search
New page: procedure to fix: 1. choose date: '2008Aug22' 2. find out what the mircarray that was used restore,'2008Aug22_info.idlvar' print,mircarray.file /Users/ep41/Subversion/Users/EP/2007Nov_S... |
No edit summary |
||
Line 1: | Line 1: | ||
procedure to fix: | procedure to fix: | ||
1. choose date: '2008Aug22' | 1. choose date: '2008Aug22' | ||
2. find out what the mircarray that was used | 2. find out what the mircarray that was used | ||
restore,'2008Aug22_info.idlvar' | restore,'2008Aug22_info.idlvar' | ||
print,mircarray.file | print,mircarray.file | ||
/Users/ep41/Subversion/Users/EP/2007Nov_S1E1W1W2.mircarray | |||
3. convert your files to use the current directory: you ahve to provide the DATE and the path for the appropriate mircarray | 3. convert your files to use the current directory: you ahve to provide the DATE and the path for the appropriate mircarray | ||
IDL> change_mircfile_dir, date='2008Aug22',mircarray='2007Nov_S1E1W1W2.mircarray' | IDL> change_mircfile_dir, date='2008Aug22',mircarray='2007Nov_S1E1W1W2.mircarray' | ||
4. try mirc reduce now. | 4. try mirc reduce now. |
Latest revision as of 21:18, 9 July 2010
procedure to fix:
1. choose date: '2008Aug22'
2. find out what the mircarray that was used
restore,'2008Aug22_info.idlvar'
print,mircarray.file
/Users/ep41/Subversion/Users/EP/2007Nov_S1E1W1W2.mircarray
3. convert your files to use the current directory: you ahve to provide the DATE and the path for the appropriate mircarray
IDL> change_mircfile_dir, date='2008Aug22',mircarray='2007Nov_S1E1W1W2.mircarray'
4. try mirc reduce now.