ajshajib / squirrel

Software to extract kinematics from IFU spectroscopy by deblending the components in a lensing system
MIT License
6 stars 4 forks source link

Add function(s) to load stellar template library #26

Open ajshajib opened 6 months ago

ajshajib commented 6 months ago

Functions to load stellar template libraries that can be loaded with ppxf.ppxf_util are added through #25.

ajshajib commented 6 months ago

@martin-millon, I have also added a function Pipeline.make_template_from_array() in #25 to process a template from libraries such as the XSL (that are not provided as libraries to be loaded with ppxf.ppxf_util.

martin-millon commented 6 months ago

OK, I also had an implementation of that in the TemplateLibrary class but let's stick to your implementation