Skip to content

Commit

Permalink
bunit
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Jan 5, 2015
1 parent 83e83ff commit 489df19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/qso_template/desi_qso_templ.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ def desi_qso_templates(z_wind=0.2, zmnx=(0.4,4.), outfil=None, Ntempl=500,
hdu.header.set('AIRORVAC', 'vac', ' wavelengths in vacuum (vac) or air')
hdu.header.set('VELSCALE', velpixsize, ' pixel size in km/s')
hdu.header.set('WAVEUNIT', 'Angstrom', ' wavelength units')
hdu.header.set('BUNIT', '1e-17 erg/s/cm2/A', ' flux unit')

idval = range(totN)
col0 = fits.Column(name='TEMPLATEID',format='K', array=idval)
Expand Down

0 comments on commit 489df19

Please sign in to comment.