Skip to content

Commit

Permalink
Merge pull request #71 from hamogu/saosac_color_rays
Browse files Browse the repository at this point in the history
Update marx.par and remove obsolete SAOSAV_color_Rays
  • Loading branch information
hamogu authored Nov 21, 2023
2 parents 2943c63 + d28fab7 commit 9fdd7f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@
/Makefile.in
/aclocal.m4
/autom4te.cache/
*/autom4te.cache/
*/*/autom4te.cache/
/config.*
*/config.*
*/*/config.*
/configure
*/configure
*/*/configure
/depcomp
/install-sh
*/install-sh
*/*/install-sh
/libtool
/ltmain.sh
/m4/
Expand All @@ -26,6 +34,7 @@
confdefs.h



# shared libraries
*.l[ao]

Expand Down
4 changes: 2 additions & 2 deletions marx/par/marx.par
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#
#----------------------------------------------------------------------------
NumRays,i,a,1000000,,,"TOTAL number of rays to generate (if negative, to num to detect)"
dNumRays,i,a,100000,1,100000,"number of rays per iteration"
TStart,r,a,2009.5,1999.56,,"year of observation"
dNumRays,i,a,100000,1,1000000,"number of rays per iteration"
TStart,r,a,2023.5,1999.56,,"year of observation"
ExposureTime,r,a,10000,,,"exposure time (0.0 for none)"
OutputDir,f,a,"point",,,"output directory name"
DataDirectory,s,h,"$MARX_DATA_DIR",,,"directory for input data"
Expand Down

0 comments on commit 9fdd7f2

Please sign in to comment.