summaryrefslogtreecommitdiffstats
path: root/tksao/fitsy++/file.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-01-19 22:30:54 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-01-19 22:30:54 (GMT)
commit674b5acf07b88489b245d074f9c238e6ae55ce05 (patch)
treef75e57d5b043696366029207b2c35e270fdefba8 /tksao/fitsy++/file.h
parentaf56db7f8599b9604e1191927005967437091ebc (diff)
downloadblt-674b5acf07b88489b245d074f9c238e6ae55ce05.zip
blt-674b5acf07b88489b245d074f9c238e6ae55ce05.tar.gz
blt-674b5acf07b88489b245d074f9c238e6ae55ce05.tar.bz2
support WCS-TAB
Diffstat (limited to 'tksao/fitsy++/file.h')
-rw-r--r--tksao/fitsy++/file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tksao/fitsy++/file.h b/tksao/fitsy++/file.h
index e410d92..5b245d0 100644
--- a/tksao/fitsy++/file.h
+++ b/tksao/fitsy++/file.h
@@ -106,6 +106,8 @@ public:
FitsHead* primary() {return primary_;}
int ext() {return ext_;}
const char* extname() {return head_ ? head_->extname() : NULL;}
+ int extver() {return head_ ? head_->extver() : 1;}
+ int extlevel() {return head_ ? head_->extlevel() : 1;}
int inherit() {return inherit_;}
void setValid(int vv) {valid_=vv;}
int isValid() {return valid_;}