write_models¶
- sofia_redux.calibration.standard_model.genastmodel2.write_models(model, fit, params, outfile)[source]¶
Write all models to file.
- Parameters:
- modelnumpy.array
Thermal model of asteroid flux.
- fitnumpy.array
Interpolated fit of
model
. Written to a file called ‘bb_fit.out’.- paramsdict
Output of call to JPL Horizons database.
- outfilestr
Name of file to write
model
to.
- Returns:
- None