Skip to content

Commit

Permalink
added info at the beginning of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
WilfriedMercier committed Feb 28, 2022
1 parent d614501 commit 7a5e305
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions example/example1.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
.. codeauthor:: Wilfried Mercier - IRAP <[email protected]>
Generate a resolved stellar mass map using LePhare SED fitting code.
"""

import os.path as opath
from astropy.io import fits
import SED
Expand Down

0 comments on commit 7a5e305

Please sign in to comment.