You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also need weights, then integrate the weights and the emissivity, and divide map by another map which is line intergal of the weights
you don't have to feed in the density, you can compute a new Array which represents emissivity (e.g. data['hydro']['density']**2) and then you only need the weight
what about the dz factor along line of sight? need to apply it manually later?
how do we handle units? right now, the mechanism that only does something if operation is sum is weird.
The text was updated successfully, but these errors were encountered:
nvaytet
changed the title
Thick maps: how to perform intergation along line of sight?
Thick maps: how to perform integration along line of sight?
Feb 10, 2022
Thoughts from February meeting:
data['hydro']['density']**2
) and then you only need the weightsum
is weird.The text was updated successfully, but these errors were encountered: