-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
11 deletions.
There are no files selected for viewing
20 changes: 9 additions & 11 deletions
20
stata_code/data_extraction_processing/extraction_wrapper.do
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
/* after running do $BLAST_MRIP */ | ||
/* get the mass location data from oracle */ | ||
|
||
do ${extraction_code}/get_ma_allocation.do | ||
|
||
|
||
/* copying over full years of data */ | ||
global yearlist 2019(1)2022 | ||
global wavelist 1(1)6 | ||
|
||
do ${extraction_code}/copy_over_raw_mrip.do | ||
|
||
*do ${extraction_code}/get_ma_allocation.do | ||
|
||
|
||
/* copying over partial years of data */ | ||
global yearlist 2023(1)2023 | ||
*global wavelist 1(1)5 | ||
global wavelist 1(1)4 | ||
global wavelist 5(1)1 | ||
*global wavelist 1(1)4 | ||
|
||
do ${extraction_code}/copy_over_raw_mrip.do | ||
|
||
/* copying over full years of data */ | ||
global yearlist 2019(1)2022 | ||
global wavelist 1(1)6 | ||
|
||
do ${extraction_code}/copy_over_raw_mrip.do |