We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6ec5f commit 91f9a71Copy full SHA for 91f9a71
src/fast++.cpp
@@ -20,11 +20,12 @@ int phypp_main(int argc, char* argv[]) {
20
// Initizalize the fitter
21
fitter_t fitter(opts, input, gridder, output);
22
23
- // Build/read the grid for this redshift
+ // Build/read the grid and fit galaxies
24
if (!gridder.build_and_send(fitter)) {
25
return 1;
26
}
27
28
+ // Compile results
29
fitter.find_best_fits();
30
31
// Write output to disk
0 commit comments