Skip to content
Snippets Groups Projects
Commit 25058890 authored by Carl Schaffer's avatar Carl Schaffer
Browse files

adding IFU check to splitting

parent 01160cec
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,12 @@ 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
return
endif
stop
; gnerate common header, everything
; before the COEFI-1 kw is assumed to
; be the common header for all files?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment