-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
|
||
## Detector Flags | ||
|
||
Detector data can be "flagged" or cut for a variety of reasons. Sometimes a flag | ||
indicates that the data is corrupted in some way and should not be used. In | ||
other cases, flags are used to classify data with particular properties. For | ||
example, samples crossing a planet or while the telescope is in a turnaround. | ||
TOAST supports flags that can be applied for an entire detector within an | ||
observation, and also flags for individual detector samples. | ||
|