File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
parse_input_data(input_data::ImageHDU)
3
- parse_input_data(input_data::String; hdu_in = nothing )
4
- parse_input_data(input_data::FITS; hdu_in = nothing )
3
+ parse_input_data(input_data::String, hdu_in)
4
+ parse_input_data(input_data::FITS, hdu_in)
5
5
6
6
Parse input data and returns an Array and WCS object.
7
7
27
27
28
28
29
29
"""
30
- parse_output_projection(output_projection::WCSTransform; shape_out = nothing)
31
- parse_output_projection(output_projection::ImageHDU; shape_out = nothing)
32
- parse_output_projection(output_projection::String; hdu_number = nothing)
30
+ parse_output_projection(output_projection::WCSTransform, shape_out)
31
+ parse_output_projection(output_projection::ImageHDU; shape_out)
32
+ parse_output_projection(output_projection::String, hdu_number)
33
+ parse_output_projection(output_projection::FITS, hdu_number)
33
34
34
35
Parse output projection and returns a WCS object and shape of output.
35
36
You can’t perform that action at this time.
0 commit comments