#to recompile codes run
1. make clean
2. make 

#to remake figures 
1. Just remake the *pdf from *H file.
	make remake-figs
	Notes: 
	- you need to regenerate all *H files before running this command
	- see commands to generate individual figures in FIGMakefile

#esnure you have sufficient compute resources....runs python scripts for parallelization....check your directory paths!!
#most rules have been commented to ensure they are not run mistakenly
#if you have any trouble running the makerules, please contact gayeni@sep.stanford.edu
To generate all figures from scratch, you need to run the make rules in the following files 
DMMAINMakefile: Multiple attenuation
	rules: 
		make dmult-all
		make dmult-negpos-2759
DMAINMakefile:  Migration 
	rules: make mig-all
GMAINMakefile: Greens funstions modeling
	rules:
		make grns-norne-dmult-06-2759
HMAINMakefile:  Hessian compute
	rules:
		make hess-all
DFMAINMakefile: RMO + Warping
		make warp-all
HESSMakefile:   Inversion 
		make dinvo-2 
		make dinv-2
FIGMakefile:    Figures
	rule:
		make remake-figs
