Skip to content

Commit

Permalink
Delete old least squares files
Browse files Browse the repository at this point in the history
  • Loading branch information
LuEdRaMo committed Oct 13, 2024
1 parent dd511f4 commit e3c22eb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 984 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ version = "0.10.0"
[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down Expand Up @@ -42,7 +41,6 @@ NEOsRecipesBaseExt = "RecipesBase"
[compat]
Artifacts = "1"
AutoHashEquals = "2"
Clustering = "0.15"
DataFrames = "1.5"
Dates = "1"
DelimitedFiles = "1"
Expand Down
3 changes: 1 addition & 2 deletions src/NEOs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ using Healpix: ang2pixRing, Resolution
using StatsBase: mean, std
using LsqFit: curve_fit, vcov
using Roots: find_zeros
using Clustering: kmeans
using HORIZONS: smb_spk
using OhMyThreads: tmap, tmap!
using TaylorIntegration: RetAlloc, _determine_parsing!, _taylorinteg!
Expand Down Expand Up @@ -88,7 +87,7 @@ include("constants.jl")
include("observations/observations.jl")
include("propagation/propagation.jl")
include("orbitdetermination/orbitdetermination.jl")
include("postprocessing/outlier_rejection.jl")
include("postprocessing/bplane.jl")
include("init.jl")
include("deprecated.jl")

Expand Down
Loading

0 comments on commit e3c22eb

Please sign in to comment.