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
SimSpin errors when using a v2.3.11 SimSpin file in star forming gas mode. Raised by Ryan Bagge at UNSW.
test = build_datacube(simspin_file = ssfile,
method = "sf gas",
telescope = telescope(type = "MUSE", fov = 5),
observing_strategy = observing_strategy())
WARNING! - You are using an old SimSpin file (< v2.6.0).
For smaller SimSpin file sizes, consider re-making your SimSpin files using the make_simspin_file() function.
Error in rowSums(bins) : 'x' must be an array of at least two dimensions
In addition: Warning messages:
1: In build_datacube(simspin_file = ssfile, method = "sf gas", telescope = telescope(type = "MUSE", :
2: In build_datacube(simspin_file = ssfile, method = "sf gas", telescope = telescope(type = "MUSE", :
In SimSpin files built with < v2.3.16, gas star formation rates are stored in g/s.
Re-formatting to display SFR in units of Msol/yr.
The text was updated successfully, but these errors were encountered:
kateharborne
changed the title
method='sf gas' not working (v2.3.16 SimSpin file compatibility)
method='sf gas' not working (v2.3.11 SimSpin file compatibility)
Feb 18, 2024
SimSpin errors when using a v2.3.11 SimSpin file in star forming gas mode. Raised by Ryan Bagge at UNSW.
The text was updated successfully, but these errors were encountered: