Skip to content

Commit

Permalink
update README.md to refer to obs_lsst instead of obs_lsstCam
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiang87 committed Jan 16, 2019
1 parent 165ac18 commit 0ddad33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ execute the `setup imsim` command, and that command can be issued from
any directory. The `scons` build step needs only to be re-run if a
new command line executable is added to the `bin.src` folder.

### obs_lsstCam
### obs_lsst
The CCD pixel and LSST focalplane geometries are obtained from the
lsst/obs_lsstCam package, which is not yet part of the standard LSST
lsst/obs_lsst package, which is not yet part of the standard LSST
distribution. Until it is, you'll need to clone a copy, set it up,
and build:
```
$ git clone https://github.com/lsst/obs_lsstCam.git
$ cd obs_lsstCam
$ git clone https://github.com/lsst/obs_lsst.git
$ cd obs_lsst
$ setup -r . -j
$ scons
```
Expand Down

0 comments on commit 0ddad33

Please sign in to comment.