Go to the source code of this file.
|
| int | pkdgravToSfd (const Path &filePath, const Path &sfdPath) |
| |
| int | pkdgravToOmega (const Path &filePath, const Path &omegaPath) |
| |
| int | pkdgravToMoons (const Path &filePath, const Float limit) |
| |
| int | ssfToSfd (const Post::HistogramSource source, const Path &filePath, const Path &sfdPath) |
| |
| int | ssfToOmega (const Path &filePath, const Path &omegaPath, const Path &omegaDPath, const Path &omegaDirPath) |
| |
| int | ssfToVelocity (const Path &filePath, const Path &outPath) |
| |
| void | ssfToVelDir (const Path &filePath, const Path &outPath) |
| |
| void | processHarrisFile () |
| |
| void | makeSwift (const Path &filePath) |
| |
| void | origComponents (const Path &lastDumpPath, const Path &firstDumpPath, const Path &colorizedDumpPath) |
| |
| void | extractLr (const Path &inputPath, const Path &outputPath) |
| |
| void | printHelp () |
| |
| int | main (int argc, char **argv) |
| |
◆ extractLr()
| void extractLr |
( |
const Path & |
inputPath, |
|
|
const Path & |
outputPath |
|
) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ makeSwift()
| void makeSwift |
( |
const Path & |
filePath | ) |
|
◆ origComponents()
| void origComponents |
( |
const Path & |
lastDumpPath, |
|
|
const Path & |
firstDumpPath, |
|
|
const Path & |
colorizedDumpPath |
|
) |
| |
◆ pkdgravToMoons()
| int pkdgravToMoons |
( |
const Path & |
filePath, |
|
|
const Float |
limit |
|
) |
| |
- Todo:
- use correct radius here, we assume that very close ecounters will eventually collide
Definition at line 86 of file main.cpp.
◆ pkdgravToOmega()
| int pkdgravToOmega |
( |
const Path & |
filePath, |
|
|
const Path & |
omegaPath |
|
) |
| |
◆ pkdgravToSfd()
| int pkdgravToSfd |
( |
const Path & |
filePath, |
|
|
const Path & |
sfdPath |
|
) |
| |
◆ printHelp()
◆ processHarrisFile()
| void processHarrisFile |
( |
| ) |
|
◆ ssfToOmega()
| int ssfToOmega |
( |
const Path & |
filePath, |
|
|
const Path & |
omegaPath, |
|
|
const Path & |
omegaDPath, |
|
|
const Path & |
omegaDirPath |
|
) |
| |
◆ ssfToSfd()
◆ ssfToVelDir()
| void ssfToVelDir |
( |
const Path & |
filePath, |
|
|
const Path & |
outPath |
|
) |
| |
◆ ssfToVelocity()
| int ssfToVelocity |
( |
const Path & |
filePath, |
|
|
const Path & |
outPath |
|
) |
| |