Added new calls specific to EuclidianTransform
This commit is contained in:
parent
bba009ef42
commit
e3ff41e30a
@ -122,12 +122,22 @@ namespace CosmoTool
|
||||
calls::execute(m_synthesis);
|
||||
realMap->scale(1/volume);
|
||||
}
|
||||
|
||||
void synthesis_unnormed()
|
||||
{
|
||||
calls::execute(m_synthesis);
|
||||
}
|
||||
|
||||
void analysis()
|
||||
{
|
||||
calls::execute(m_analysis);
|
||||
fourierMap->scale(volume/N);
|
||||
}
|
||||
|
||||
void analysis_unnormed()
|
||||
{
|
||||
calls::execute(m_analysis);
|
||||
}
|
||||
|
||||
void synthesis_conjugate()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user