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
Have a separate option for object type rather than no_galaxy, no_pointsource, sso. Value would be a list though for normal (non-debugging) calls it would have a single element
Have a separate option for files to be generated rather than no_flux and no_main. Value would be a list though mostly it would only have one element.
Instead of previous item, split creation into two scripts, one for main files and one for flux files.
Eliminate sed_subdir option. This is only used when writing out an instance catalog, a facility which is essentially broken
Add option star_truth so it is possible to use something other than default for value of star_input_format
Either rename galaxy_stride to just stride or add option star_stride
The text was updated successfully, but these errors were encountered:
As far as the options themselves are concerned, I don't have any additional comments. However, even though this is outside the scope of just changing the options, I'd recommend splitting the flux file generation off as an entirely separate application, since that really only depends on the main files, and I would think that most of the options would end up being irrelevant in this case.
Several changes should be considered:
no_galaxy
,no_pointsource
,sso
. Value would be a list though for normal (non-debugging) calls it would have a single elementno_flux
andno_main
. Value would be a list though mostly it would only have one element.sed_subdir
option. This is only used when writing out an instance catalog, a facility which is essentially brokenstar_truth
so it is possible to use something other than default for value ofstar_input_format
galaxy_stride
to juststride
or add optionstar_stride
The text was updated successfully, but these errors were encountered: