-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Don't really like the type or even dtype as they are have other meanings/uses but can't think of an alternative right now maybe vtype for value type
c= countcr= count ratedc= differential countdcr= differential count ratedcrf= differential count rate flux
So modify last few line and above as necessary to divid by the appropriate normalisations give the type
stixpy/stixpy/product/sources/science.py
Lines 1006 to 1010 in fb3004c
| counts_err = np.sqrt(counts * u.ct + counts_var) / (e_norm * t_norm) | |
| counts = counts / (e_norm * t_norm) | |
| return counts, counts_err, times, t_norm, energies |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request