Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke-takase committed Sep 9, 2023
1 parent 43464ba commit 3369107
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 259 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Falcons"
uuid = "eba0fb4b-2daf-4740-90d2-e5655143e0a0"
authors = ["Yusuke Takase <[email protected]>"]
version = "0.1.9"
version = "1.0.0"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Falcons
<img src="https://user-images.githubusercontent.com/83496454/132532967-9c2f0e19-d920-4b94-863f-93236e093ff9.png" width="600">

This logo was created with the help of our dear collaborator Jonathan Aumont. I would like to thank you from the bottom of my heart.
This logo was created with the help of our dear collaborator Jonathan Aumont.

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://yusuke-takase.github.io/Falcons.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://yusuke-takase.github.io/Falcons.jl/dev)
Expand Down
8 changes: 5 additions & 3 deletions docs/src/Scanning.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@

To define the scanning strategy for a satellite, set the `ScanningStrategy` structure.
```julia
mutable struct ScanningStrategy{T<:AbstractFloat, I<:Int, AA<:AbstractArray{T}, AS<:AbstractString}
mutable struct ScanningStrategy{T<:AbstractFloat, I<:Int, AS<:AbstractString}
nside::I
duration::I
sampling_rate::T
alpha::T
beta::T
gamma::T
prec_rpm::T
spin_rpm::T
hwp_rpm::T
FP_theta::AA
FP_phi::AA
start_point::AS
start_angle::T
coord::AS
quat::Vector{Vector{Float64}}
name::Vector{String}
info::DataFrame
end
```
You can generate `ScanningStrategy` structure using `gen_ScanningStrategy()` function.
Expand Down
170 changes: 43 additions & 127 deletions tutorial/.ipynb_checkpoints/falcons_tutorial-checkpoint.ipynb

Large diffs are not rendered by default.

170 changes: 43 additions & 127 deletions tutorial/falcons_tutorial.ipynb

Large diffs are not rendered by default.

0 comments on commit 3369107

Please sign in to comment.