You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/analysis/data_analysis.jl
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1831,7 +1831,6 @@ Compute a mockup image emulating an SDSS observation.
1831
1831
- `data_dict::Dict`: Data dictionary (see [`makeDataDict`](@ref) for the canonical description).
1832
1832
- `grid::CubicGrid`: Cubic grid.
1833
1833
- `projection_plane::Symbol=:xy`: Projection plane. The options are `:xy`, `:xz`, and `:yz`.
1834
-
- `l_unit::Unitful.Units=u"pc"`: Length unit
1835
1834
- `smooth::Bool=false`: If gaussian smooththing will be applied to the whole image.
1836
1835
- `extinction::Bool=false`: If neutral gas extinction will be consider.
1837
1836
- `filter_function::Function=filterNothing`: Filter function to be applied to `data_dict` before any other computation. See the required signature and examples in `./src/analysis/filters.jl`.
Copy file name to clipboardExpand all lines: src/plotting/convenience.jl
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7292,7 +7292,6 @@ Make a mockup image emulating an SDSS observation.
7292
7292
- `slice::IndexType`: Slice of the simulation, i.e. which snapshots will be plotted. It can be an integer (a single snapshot), a vector of integers (several snapshots), an `UnitRange` (e.g. 5:13), an `StepRange` (e.g. 5:2:13) or (:) (all snapshots). Starts at 1 and out of bounds indices are ignored.
7293
7293
- `box_size::Unitful.Length=BOX_L`: Size of the plotting box.
7294
7294
- `output_path::String="."`: Path to the output folder.
7295
-
- `l_unit::Unitful.Units=u"pc"`: Length unit.
7296
7295
- `resolution::Int=800`: Number of bins per side of the cubic grid.
7297
7296
- `projection_plane::Symbol=:xy`: Projection plane. The options are `:xy`, `:xz`, and `:yz`.
7298
7297
- `smooth::Bool=false`: If gaussian smooththing will be applied to the whole image.
0 commit comments