-
Notifications
You must be signed in to change notification settings - Fork 14
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
1 parent
c0a60ad
commit a973803
Showing
1 changed file
with
7 additions
and
7 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 |
---|---|---|
|
@@ -79,13 +79,13 @@ tess.plotter() | |
# Extracting key variables | ||
|
||
The main variables that TESSreduce assigns during the reduction can be accessed as follows: | ||
- flux: tess.flux | ||
- background: tess.bkg | ||
- reference: tess.ref | ||
- reference index: tess.ref_ind | ||
- lightcurve: tess.lc | ||
- Mask: tess.mask | ||
- Source catalog: tess.cat | ||
- flux: `tess.flux ` | ||
- background: `tess.bkg` | ||
- reference: `tess.ref` | ||
- reference index: `tess.ref_ind` | ||
- lightcurve: `tess.lc` | ||
- Mask: `tess.mask` | ||
- Source catalog: `tess.cat` | ||
|
||
|
||
There are a lot of other functions burried in TESSreduce, so if you want some guidence on how to do a specific analysis contact me at: [email protected] | ||
|