Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdc
GRIS Gregor Infrared Spectrograph
grisred
Commits
10621f44
Commit
10621f44
authored
Nov 08, 2021
by
Carl Schaffer
Browse files
adding ifu splitting to gris_split
parent
ee7cf671
Changes
1
Hide whitespace changes
Inline
Side-by-side
grisred/gris_split.pro
View file @
10621f44
...
...
@@ -103,8 +103,8 @@ pro gris_split,filebase
hdr=strjoin(hdr)
hdr=string(reform(byte(hdr),80,strlen(hdr)/80))
if STRTRIM(SXPAR(hdr,"IMGSYS")) eq "IFU" then begin
print, "Splitting
not implemented for
IFU data
yet
."
print, "Skipping "+
filebase
print, "Splitting IFU data."
split_ifu,
filebase
return
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment