Skip to content

Commit d0dea0e

Browse files
authored
Update README.md
1 parent b7a5d2c commit d0dea0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# $\texttt{TAU}$: telluric-autoencoder
22
This is a pytorch based code for $\texttt{TAU}$ (Telluric AUtoencoder), which can be used to perform quick and high accuracy telluric correction of astrophysical spectral data. See the paper for more details.
33

4-
$\texttt{TAU}$ is based on a constrained autoencoder structure, which learns a compressed representation of the training data. The compressed representation can be used to extract intepreteable componenets. Some of these components relate to telluric absorption of light in the atmosphere of Earth. The extracted telluric spectrum can be applied to new observations to perform accurate telluric correction at low computational expense.
4+
$\texttt{TAU}$ is based on a constrained autoencoder structure, which learns a compressed representation of the training data. The compressed representation can be used to extract intepreteable components. Some of these components relate to telluric absorption of light in the atmosphere of Earth. The extracted telluric spectrum can be applied to new observations to perform accurate telluric correction at low computational expense.
55

66
## Performing telluric correction
77
Inspect the *AE_correction.ipynb* notebook for a guide on performing telluric correction. Here $\texttt{TAU}$ uses the extracted telluric spectrum on new observations to perform telluric correction. Telluric correction is performed with the *telluric_fit* function from *correction.py*.

0 commit comments

Comments
 (0)