Changeset 41165 for trunk/Ohana/src/opihi/include/deimos.h
- Timestamp:
- Nov 27, 2019, 11:22:34 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/deimos.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/deimos.h
r40642 r41165 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_red, Spline *slit_trace_blu, float redlimit, 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_red, Spline *slit_trace_blu, float redlimit, float *input, int Nx, int Ny, int row); 20 20
Note:
See TracChangeset
for help on using the changeset viewer.
