-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update files based on recent changes in master branch.
- Loading branch information
Showing
3 changed files
with
42 additions
and
55 deletions.
There are no files selected for viewing
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,50 +1,13 @@ | ||
=========== | ||
fiberassign | ||
=========== | ||
|
||
Introduction | ||
------------ | ||
|
||
This repository provides code for DESI fiber assignment, *i.e.* assigning | ||
which fibers of which telescope pointings (tiles) should be assigned to | ||
observe which objects in a target catalog. | ||
|
||
Compiling | ||
--------- | ||
|
||
To compile the code, set ``$PLATFORM`` to one of the recipes in the | ||
``platforms/`` and then run ``make install``; *e.g.* at NERSC:: | ||
|
||
make PLATFORM=nersc_desiconda install | ||
|
||
The version of fiberassign can be updated with:: | ||
|
||
make version | ||
|
||
or:: | ||
|
||
make TAG=1.2.3 version | ||
|
||
to set the version when tagging. | ||
|
||
Running | ||
------- | ||
fiberassign | ||
============== | ||
|
||
The main executable ``fiberassign`` is a python wrapper around the | ||
C++ ``fiberassign_exec`` code. Run ``fiberassign --help`` to see the | ||
full set of command line options. | ||
This repository contains code to plan the location of DESI fiber positioners. Given information about the instrument, a list of pointings (tiles), and catalogs of prioritized targets, fiber assignment computes the best positioner locations for each tile. | ||
|
||
An example would be:: | ||
For full documentation, please visit `fiberassign on Read the Docs`_ | ||
|
||
fiberassign \ | ||
--mtl targets/mtl.fits \ | ||
--stdstar targets/standards-dark.fits \ | ||
--sky targets/sky.fits \ | ||
--surveytiles fiberassign/dark-tiles.txt \ | ||
--fibstatusfile fiberstatus.ecsv \ | ||
--outdir $SCRATCH/temp/ | ||
.. image:: https://readthedocs.org/projects/fiberassign/badge/?version=latest | ||
:target: http://fiberassign.readthedocs.org/en/latest/ | ||
:alt: Documentation Status | ||
|
||
``doc/Guide_to_FiberAssignment.tex`` contains more details about underlying | ||
algorithms but is out of date for the details of running fiberassign. | ||
A pdf snapshot is available to DESI collaborators at | ||
https://desi.lbl.gov/DocDB/cgi-bin/private/ShowDocument?docid=2742 . | ||
.. _`fiberassign on Read the Docs`: http://fiberassign.readthedocs.org/en/latest/ |
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
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