Changeset 40740
- Timestamp:
- May 14, 2019, 4:04:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20190329/src/opihi/mana/deimos_fitobj.c
r40658 r40740 54 54 float stilt = 0.0; // angle of the slit 55 55 ohana_gaussdev_init (); 56 57 fprintf (stderr, "use deimos fitalt instead\n"); 58 return FALSE; 56 59 57 60 // a crude noise model valid for both the guess vectors and the … … 293 296 opihi_flt *skytest = deimos_make_test (skyVal, NULL, row, Nrow, TRUE); 294 297 opihi_flt *bcktest = deimos_make_test (bckVal, NULL, row, Nrow, TRUE); 295 298 296 299 // generate the model based on the test values 297 300 // objtest, skytest, bcktest are segments of the full parameter vectors 298 float *model = deimos_make_model (objtest, skytest, bcktest, psf, profile, trace, N x, Nrow, row);301 float *model = deimos_make_model (objtest, skytest, bcktest, psf, profile, trace, NULL, Nx, Nrow, row); 299 302 300 303 // calculate the current chisq … … 333 336 // generate the model based on the test values 334 337 // objtest, skytest, bcktest are segments of the full parameter vectors 335 float *model = deimos_make_model (objtest, skytest, bcktest, psf, profile, trace, N x, Nrow, row);338 float *model = deimos_make_model (objtest, skytest, bcktest, psf, profile, trace, NULL, Nx, Nrow, row); 336 339 337 340 // calculate the current chisq … … 385 388 386 389 // generate the model based on the test values 387 float *model = deimos_make_model (objtest, skytest, bcktest, psf, profile, trace, N x, Nrow, row);390 float *model = deimos_make_model (objtest, skytest, bcktest, psf, profile, trace, NULL, Nx, Nrow, row); 388 391 389 392 // calculate the current chisq
Note:
See TracChangeset
for help on using the changeset viewer.
