Gosia tutorials
From GOSIA
(creation) |
(→Files for the tutorial in the 2011 Gosia Manual) |
||
Line 1: | Line 1: | ||
+ | ==Introduction== | ||
+ | |||
+ | Several sets of Gosia tutorial files are anticipated. At present, there is one tutorial updated for accuracy as of April 2011, described below. This set of files is meant to accompany the tutorial in the [[Gosia Manual]] 2011 version. | ||
+ | |||
+ | |||
==Files for the tutorial in the 2011 Gosia Manual== | ==Files for the tutorial in the 2011 Gosia Manual== | ||
- | The full set of files to go with the tutorial in Chapter 14 can be [http://www.pas.rochester.edu/~hayes/fit_demo_2011/fit_demo_2011.tar | + | The full set of files to go with the tutorial in Chapter 14 of the manual can be [http://www.pas.rochester.edu/~hayes/fit_demo_2011/fit_demo_2011.tar downloaded from the temporary repository]. This is a tar archive containing a tree of directories. To unpack it, create a directory for the tree, and move into it. On a Linux-like system, unpack it by typing |
+ | |||
+ | <pre> | ||
+ | tar -xvf fit_demo_2011.tar | ||
+ | </pre> | ||
+ | |||
+ | The tutorial can then be followed by examining and running Gosia as described in the tutorial text. ''Note that all'' <tt>gosia.inp</tt> ''files except the one in the directory ''''1-gdet'''' must be modified as follows to locate the BrIcc data files on the user's system: Change the two lines'' | ||
+ | |||
+ | <pre> | ||
+ | /home/hayes/programs/bricc/BrIccFOV22.idx | ||
+ | /home/hayes/programs/bricc/BrIccFOV22.icc | ||
+ | </pre> | ||
+ | |||
+ | ''to give the correct path to the BrIcc idx and icc files.'' |