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
Use of streaks. It probably is the case that we'll always want to render SSOs as streaks, not point sources. When that's confirmed, eliminate streak option (now defaulted to True) in SsoObject.get_gsobject_components
Don't do division by cos(dec) in SsoObject.get_gsobject_components. Either (preferred) request that Sorcha output not include this factor in ra rate or do the division just once when creating the main sky catalog
SED file (currently an sqlite3 db) should be in standard text format, readable by galsim. It could be included in the skyCatalogs package. (Will it always be the case that the same SED is used for all SSOs?)
Move hard-coded default path for SSO input (from Sorcha run) to the script create_sc.py
The text was updated successfully, but these errors were encountered:
Although streak is the default, there are situations where it's impossible to render a particular SSO as a streak, in which case we fall back to point source.
The initial SSO code has some rough edges.
streak
option (now defaulted to True)in SsoObject.get_gsobject_components
cos(dec)
inSsoObject.get_gsobject_components
. Either (preferred) request that Sorcha output not include this factor in ra rate or do the division just once when creating the main sky catalogcreate_sc.py
The text was updated successfully, but these errors were encountered: