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 7a5e305 commit 46e55e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions example/example3.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 <wilfried.mercier@irap.omp.eu>
Generate a resolved stellar mass map using Cigale SED fitting code.
"""

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

0 comments on commit 46e55e8

Please sign in to comment.