From a973803b8d201778b16d73f4f733d79cbe4ede96 Mon Sep 17 00:00:00 2001 From: Ryan Ridden Date: Tue, 30 Jul 2024 14:43:39 -0400 Subject: [PATCH] updating --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cbf73a4..163ea53 100644 --- a/README.md +++ b/README.md @@ -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: ryan.ridden@canterbury.ac.nz