- Timestamp:
- Mar 31, 2019, 3:08:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20190329/src/opihi/include/deimos.h
r40642 r40663 7 7 } DeimosResult; 8 8 9 float *deimos_make_model (opihi_flt *obj, opihi_flt *sky, opihi_flt *bck, Vector *psf, Vector *profile, Spline * trace, int Nx, int Ny, int row);9 float *deimos_make_model (opihi_flt *obj, opihi_flt *sky, opihi_flt *bck, Vector *psf, Vector *profile, Spline *slit_trace, Spline *psf_trace, int Nx, int Ny, int row); 10 10 void deimos_make_kernel (float stilt, int Nx); 11 11 void deimos_free_kernel (); … … 13 13 14 14 // internal to make_model: 15 float *deimos_make_straight_image (opihi_flt *obj, opihi_flt *sky, Vector *psf, int Nx, int Ny, int row);15 float *deimos_make_straight_image (opihi_flt *obj, opihi_flt *sky, Vector *psf, Spline *psf_trace, int Nx, int Ny, int row); 16 16 float *deimos_apply_tilt (float *input, int Nx, int Ny); 17 17 void deimos_apply_profile (Vector *profile, float *out, int Nx, int Ny); 18 18 void deimos_add_background (opihi_flt *backgnd, float *out, int Nx, int Ny, int row); 19 float *deimos_apply_trace (Spline * trace, float *input, int Nx, int Ny, int row);19 float *deimos_apply_trace (Spline *slit_trace, float *input, int Nx, int Ny, int row); 20 20
Note:
See TracChangeset
for help on using the changeset viewer.
