addComment(const string &comment) | ltl::FitsHeader | |
addCommentCard(const string &keyword, const string &comment) | ltl::FitsHeader | |
addCommentCard(FitsCard *cardptr) | ltl::FitsHeader | [protected] |
addHistory(const string &history) | ltl::FitsHeader | |
addJunkCard(const string &native_card) | ltl::FitsHeader | [protected] |
addJunkCard(const string &keyword, const string &comment) | ltl::FitsHeader | [protected] |
addJunkCard(FitsCard *cardptr) | ltl::FitsHeader | [protected] |
addValueCard(const string &keyword, const string &value, const string comment="", const bool fixed=true) | ltl::FitsHeader | |
addValueCard(const string &keyword, const char *value, const string comment="", const bool fixed=true) | ltl::FitsHeader | |
addValueCard(const string &keyword, const bool value, const string comment="", const bool fixed=true) | ltl::FitsHeader | |
addValueCard(const string &keyword, const int value, const string comment="", const bool fixed=true) | ltl::FitsHeader | |
addValueCard(const string &keyword, const long value, const string comment="", const bool fixed=true) | ltl::FitsHeader | |
addValueCard(const string &keyword, const float value, const string comment="", const bool fixed=true) | ltl::FitsHeader | |
addValueCard(const string &keyword, const double value, const string comment="", const bool fixed=true) | ltl::FitsHeader | |
addValueCard(FitsCard *cardptr) | ltl::FitsHeader | [protected] |
adjustKeyword(string keyword) const | ltl::FitsHeader | |
array_ | ltl::FitsHeader | [protected] |
ArrayIter typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
ArrayList typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
begin() (defined in ltl::FitsIn) | ltl::FitsIn | |
bint_ | ltl::FitsIn | [protected] |
bitpix_ | ltl::FitsHeader | [protected] |
blank_ | ltl::FitsHeader | [protected] |
BlankIter typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
BlankList typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
bscale_ | ltl::FitsHeader | [protected] |
bytpix_ | ltl::FitsHeader | [protected] |
bzero_ | ltl::FitsHeader | [protected] |
checkNaxis() | ltl::FitsHeader | [protected] |
clearCardList(list< FitsCard * > &the_list) | ltl::FitsHeader | [protected] |
comment_ | ltl::FitsHeader | [protected] |
CommentIter typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
CommentList typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
copy(const FitsHeader &other) | ltl::FitsHeader | [protected] |
copyCardList(list< FitsCard * > &dest_list, const list< FitsCard * > &src_list) | ltl::FitsHeader | [protected] |
data_length_ | ltl::FitsHeader | [protected] |
data_offset_ | ltl::FitsHeader | [protected] |
describeSelf(ostream &os) | ltl::FitsIn | [virtual] |
end() (defined in ltl::FitsIn) | ltl::FitsIn | |
eraseCard(const string &keyword) | ltl::FitsHeader | |
eraseCardFromList(const string &keyword, list< FitsCard * > &the_list) | ltl::FitsHeader | [protected] |
eraseCardsFromJunkList(const string &keyword) | ltl::FitsHeader | [protected] |
extended_ | ltl::FitsHeader | [protected] |
extension_ | ltl::FitsHeader | [protected] |
ExtensionIter typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
ExtensionList typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
filename_ | ltl::FitsIO | [protected] |
findCardInList(const string &keyword, const list< FitsCard * > &the_list) const | ltl::FitsHeader | [protected] |
fitsdataptr_ | ltl::FitsIO | [protected] |
FitsHeader(const string &filename, const bool quiet_please=false, const bool alljunk=false) | ltl::FitsHeader | |
FitsHeader(const FitsHeader &other, const bool quiet_please=false, const bool alljunk=false) | ltl::FitsHeader | |
FitsHeader() | ltl::FitsHeader | [protected] |
FitsHeader(const string &filename, const bool quiet_please, const bool alljunk, const off_t startoffset) | ltl::FitsHeader | [protected] |
FitsIn(const string &path, const bool quiet_please, const off_t startoffset) | ltl::FitsIn | [protected] |
FitsIn(const char *path, const bool quiet_please=false, const bool ignore_header=false) | ltl::FitsIn | |
FitsIn(const string &path, const bool quiet_please=false, const bool ignore_header=false) | ltl::FitsIn | |
FitsIn(const char *path, const Region &freg, const bool quiet_please=false, const bool ignore_header=false) (defined in ltl::FitsIn) | ltl::FitsIn | |
FitsIn(const string &path, const Region &freg, const bool quiet_please=false, const bool ignore_header=false) (defined in ltl::FitsIn) | ltl::FitsIn | |
FitsIn(const FitsIn &other) | ltl::FitsIn | |
FitsIO(const string &path) | ltl::FitsIO | |
fitsmaplength_ | ltl::FitsIO | [protected] |
FitsOut (defined in ltl::FitsIn) | ltl::FitsIn | [friend] |
fitsregionoffset_ | ltl::FitsIO | [protected] |
fitsstreamptr_ | ltl::FitsIO | [protected] |
freeData() | ltl::FitsIn | |
gcount_ | ltl::FitsHeader | [protected] |
getBitpix() const | ltl::FitsHeader | |
getBool(const string &keyword) const | ltl::FitsHeader | |
getBscale() const | ltl::FitsHeader | |
getBytpix() const | ltl::FitsHeader | |
getBzero() const | ltl::FitsHeader | |
getCardComment(const string &teststring) const | ltl::FitsHeader | [protected] |
getComment(const string &keyword) const | ltl::FitsHeader | |
getComment() const | ltl::FitsHeader | |
getDataArray(const T dummy) | ltl::FitsIn | |
getDataLength() const | ltl::FitsHeader | |
getDataOffset() const | ltl::FitsHeader | |
getFilename() const | ltl::FitsIO | [inline] |
getFloat(const string &keyword) const | ltl::FitsHeader | |
getFullRegion() const | ltl::FitsHeader | |
getHeader() const | ltl::FitsIn | |
getHistory() const | ltl::FitsHeader | |
getInt(const string &keyword) const | ltl::FitsHeader | |
getNaxis() const | ltl::FitsHeader | |
getNaxis(const int i) const | ltl::FitsHeader | |
getNextExtension() | ltl::FitsIn | [virtual] |
getNextPixel(const T dummy) | ltl::FitsIn | |
getPosition() (defined in ltl::FitsIn) | ltl::FitsIn | |
getRegion() const | ltl::FitsIO | |
getRegionArray(const Region ®) | ltl::FitsIn | |
getRegionEnd(const size_t dim) const | ltl::FitsIO | |
getRegionLength() const | ltl::FitsIO | |
getRegionLength(const size_t dim) const | ltl::FitsIO | |
getRegionStart(const size_t dim) const | ltl::FitsIO | |
getString(const string &keyword) const | ltl::FitsHeader | |
getValueCard(const string &keyword) const | ltl::FitsHeader | [protected] |
history_ | ltl::FitsHeader | [protected] |
HistoryIter typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
HistoryList typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
ignore_hd_ | ltl::FitsIn | [protected] |
isFixed(const string &keyword) const | ltl::FitsHeader | |
junk_ | ltl::FitsHeader | [protected] |
JunkIter typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
JunkList typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
KNOWN | ltl::FitsHeader | [protected, static] |
mandatory_ | ltl::FitsHeader | [protected] |
MandatoryIter typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
MandatoryList typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
naxis_ | ltl::FitsHeader | [protected] |
naxis_array_ | ltl::FitsHeader | [protected] |
naxis_i_ | ltl::FitsHeader | [protected] |
NaxisIter typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
NaxisList typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
observe_ | ltl::FitsHeader | [protected] |
ObserveIter typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
ObserveList typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
operator(FitsOut &outfile, FitsIn &infile) | ltl::FitsIO | [related] |
operator(FitsOut &outfile, FitsExtensionIn &infile) | ltl::FitsIO | [related] |
operator=(const FitsHeader &other) | ltl::FitsHeader | |
operator>>(FitsIn &fitsfile, T &a) | ltl::FitsIn | [related] |
operator>>(FitsIn &fitsfile, MArray< T, N > &a) | ltl::FitsIn | [related] |
ltl::FitsIO::operator>>(FitsIn &infile, FitsOut &outfile) | ltl::FitsIO | [related] |
OtherIter typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
otherkeys_ | ltl::FitsHeader | [protected] |
OtherList typedef (defined in ltl::FitsHeader) | ltl::FitsHeader | [protected] |
parseCard(const string &card) const | ltl::FitsHeader | [protected] |
parseCommentToCardList(const string &keyword, const string &comment) | ltl::FitsHeader | [protected] |
parseMandatory(const string &record) | ltl::FitsHeader | [protected] |
parseNaxis(const string &record, string::size_type card_of_record=0) | ltl::FitsHeader | [protected] |
parseRecord(const string &record, const bool alljunk=false) | ltl::FitsHeader | [protected] |
pcount_ | ltl::FitsHeader | [protected] |
PH_C | ltl::FitsHeader | [protected, static] |
readDataArray(T &i) | ltl::FitsIn | |
readHeader(const string &filename, const bool alljunk=false) | ltl::FitsHeader | [protected] |
readRegionArray(T &i, const Region ®) | ltl::FitsIn | |
readRegionArray(T &i) | ltl::FitsIn | |
regionptr_ | ltl::FitsIO | [protected] |
resetPosition() (defined in ltl::FitsIn) | ltl::FitsIn | |
resetRegion() | ltl::FitsIn | |
setBscale(const double value) | ltl::FitsHeader | |
setBzero(const double value) | ltl::FitsHeader | |
setPosition(off_t offset) (defined in ltl::FitsIn) | ltl::FitsIn | |
setRegion(const Region &fregion) | ltl::FitsIn | |
shutup_ | ltl::FitsHeader | [protected] |
streampos() const | ltl::FitsIO | [inline] |
testRegion(const Region &testreg) const | ltl::FitsHeader | [protected] |
writeCardsOfList(const list< FitsCard * > &the_list) const | ltl::FitsHeader | [protected] |
writeCommentsOfList(const list< FitsCard * > &the_list) const | ltl::FitsHeader | [protected] |
writeHeader(const bool with_junk=false) | ltl::FitsHeader | |
~FitsHeader() | ltl::FitsHeader | [virtual] |
~FitsIn() (defined in ltl::FitsIn) | ltl::FitsIn | [virtual] |