We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b600fa commit d988f14Copy full SHA for d988f14
Project.toml
@@ -1,7 +1,7 @@
1
name = "StellarSpectraObservationFitting"
2
uuid = "6b1189bd-9150-44f8-8055-f6ca7d16451e"
3
authors = ["Chistian Gilbertson <chistianjgilbertson@gmail.com>"]
4
-version = "0.1.1"
+version = "0.1.2"
5
6
[deps]
7
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
src/model_functions.jl
@@ -1426,4 +1426,4 @@ end
1426
1427
Figure out whether a `model` uses its telluric model
1428
"""
1429
-no_tellurics(model::OrderModel) = all(isone.(model.tel.lm.μ)) && !SSOF.is_time_variable(model.tel)
+no_tellurics(model::OrderModel) = all(isone.(model.tel.lm.μ)) && !is_time_variable(model.tel)
0 commit comments