Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cigale
CIGALE
Commits
3d9c2c11
Commit
3d9c2c11
authored
Jan 07, 2019
by
Rodrigo González-Castillo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding license header in the new code files
parent
93bfb93e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
0 deletions
+29
-0
pcigale_plots/plot_types/chi2.py
pcigale_plots/plot_types/chi2.py
+7
-0
pcigale_plots/plot_types/mock.py
pcigale_plots/plot_types/mock.py
+8
-0
pcigale_plots/plot_types/pdf.py
pcigale_plots/plot_types/pdf.py
+7
-0
pcigale_plots/plot_types/sed.py
pcigale_plots/plot_types/sed.py
+7
-0
No files found.
pcigale_plots/plot_types/chi2.py
View file @
3d9c2c11
# -*- coding: utf-8 -*-
# Copyright (C) 2013 Centre de données Astrophysiques de Marseille
# Copyright (C) 2013-2014 Yannick Roehlly
# Copyright (C) 2013 Institute of Astronomy
# Copyright (C) 2014 Laboratoire d'Astrophysique de Marseille
# Licensed under the CeCILL-v2 licence - see Licence_CeCILL_V2-en.txt
# Author: Yannick Roehlly, Médéric Boquien & Denis Burgarella
import
glob
from
itertools
import
product
...
...
pcigale_plots/plot_types/mock.py
View file @
3d9c2c11
# -*- coding: utf-8 -*-
# Copyright (C) 2013 Centre de données Astrophysiques de Marseille
# Copyright (C) 2013-2014 Yannick Roehlly
# Copyright (C) 2013 Institute of Astronomy
# Copyright (C) 2014 Laboratoire d'Astrophysique de Marseille
# Licensed under the CeCILL-v2 licence - see Licence_CeCILL_V2-en.txt
# Author: Yannick Roehlly, Médéric Boquien & Denis Burgarella
from
astropy.table
import
Table
import
matplotlib
import
sys
...
...
pcigale_plots/plot_types/pdf.py
View file @
3d9c2c11
# -*- coding: utf-8 -*-
# Copyright (C) 2013 Centre de données Astrophysiques de Marseille
# Copyright (C) 2013-2014 Yannick Roehlly
# Copyright (C) 2013 Institute of Astronomy
# Copyright (C) 2014 Laboratoire d'Astrophysique de Marseille
# Licensed under the CeCILL-v2 licence - see Licence_CeCILL_V2-en.txt
# Author: Yannick Roehlly, Médéric Boquien & Denis Burgarella
import
glob
from
itertools
import
product
...
...
pcigale_plots/plot_types/sed.py
View file @
3d9c2c11
# -*- coding: utf-8 -*-
# Copyright (C) 2013 Centre de données Astrophysiques de Marseille
# Copyright (C) 2013-2014 Yannick Roehlly
# Copyright (C) 2013 Institute of Astronomy
# Copyright (C) 2014 Laboratoire d'Astrophysique de Marseille
# Licensed under the CeCILL-v2 licence - see Licence_CeCILL_V2-en.txt
# Author: Yannick Roehlly, Médéric Boquien & Denis Burgarella
from
itertools
import
repeat
from
collections
import
OrderedDict
...
...
Write
Preview
Markdown
is supported
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