剛剛從GitHub中提取了一個存儲庫並保存在「下載」下。嘗試運行的程序,並不斷收到這些錯誤:無法在Julia中打開文件
julia> using FITSIO
julia> include("readoifits.jl")
ERROR: could not open file /home/ellie/Downloads/readoifits.jl
in include_from_node1(::String) at ./loading.jl:488
julia> include("setupft.jl")
ERROR: could not open file /home/ellie/Downloads/setupft.jl
in include_from_node1(::String) at ./loading.jl:488
julia> include("oichi2.jl")
ERROR: could not open file /home/ellie/Downloads/oichi2.jl
in include_from_node1(::String) at ./loading.jl:488
julia> include("oiplot.jl")
ERROR: could not open file /home/ellie/Downloads/oiplot.jl
in include_from_node1(::String) at ./loading.jl:488
所以它知道文件存在,並且它位於哪裏,但不能打開它們。有人可以解釋一下node1和String位的含義以及如何打開這些文件嗎?謝謝。
託管在足夠長的時間轉着圈跑來實現這個確切的事情。總新手。感謝您的迴應! – ellielinc