Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cigale
CIGALE
Commits
b2191a0f
Commit
b2191a0f
authored
Feb 25, 2014
by
Médéric Boquien
Browse files
Make file names shorter and more consistent with the code.
parent
64cfb717
Changes
8
Hide whitespace changes
Inline
Side-by-side
pcigale/data/__init__.py
View file @
b2191a0f
...
...
@@ -22,13 +22,13 @@ from sqlalchemy.ext.declarative import declarative_base
from
sqlalchemy.orm
import
class_mapper
,
sessionmaker
import
numpy
as
np
from
.filters
import
Filter
from
.
ssp_
m2005
import
M2005
from
.
ssp_
bc03
import
BC03
from
.
ir_templates_
dh2002
import
DH2002
from
.
ir_agn_templates_
dale2014
import
Dale2014
from
.
ir_models_
dl2007
import
DL2007
from
.
agn_
fritz2006
import
Fritz2006
from
.nebular_cont
import
NebularContinuum
from
.m2005
import
M2005
from
.bc03
import
BC03
from
.dh2002
import
DH2002
from
.dale2014
import
Dale2014
from
.dl2007
import
DL2007
from
.fritz2006
import
Fritz2006
from
.nebular_cont
inuum
import
NebularContinuum
from
.nebular_lines
import
NebularLines
...
...
pcigale/data/
ssp_
bc03.py
→
pcigale/data/bc03.py
View file @
b2191a0f
File moved
pcigale/data/
ir_agn_templates_
dale2014.py
→
pcigale/data/dale2014.py
View file @
b2191a0f
File moved
pcigale/data/
ir_templates_
dh2002.py
→
pcigale/data/dh2002.py
View file @
b2191a0f
File moved
pcigale/data/
ir_models_
dl2007.py
→
pcigale/data/dl2007.py
View file @
b2191a0f
File moved
pcigale/data/
agn_
fritz2006.py
→
pcigale/data/fritz2006.py
View file @
b2191a0f
File moved
pcigale/data/
ssp_
m2005.py
→
pcigale/data/m2005.py
View file @
b2191a0f
File moved
pcigale/data/nebular_cont.py
→
pcigale/data/nebular_cont
inuum
.py
View file @
b2191a0f
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment