Template Class SEDLib
Defined in File SEDLib.h
Class Documentation
-
template<class T>
class SEDLib class for a general SED (Star, QSO, or Galaxy) library
Public Functions
-
SEDLib(string config, string typ)
-
virtual ~SEDLib()
-
inline void print_time_tofile(time_t result)
write time of creation and the number of SED recorded to the doc file
-
virtual void print_info()
print config and type onscreen and in the doc file
-
virtual void open_output_files()
open the output files in $LEPHAREWORK/lib_bin
-
virtual void close_output_files()
-
void read_model_list()
-
void write_SED_lib()
-
virtual void readSED(string sedFile, string sedFormat, int nummod, string type)
-
void read_age(string ageFich)
For GAL, read the file with the selected galaxy ages, provided as kw SEL_AGE
-
void readSED(string sedFile, string sedFormat, int nummod, string type)
Public Members
-
string docFile
output file for the doc file
-
string modList
-
string libOut
-
string path
-
double fscale
-
SEDLib(string config, string typ)