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