Skip to content
Snippets Groups Projects
Commit 4cebd814 authored by Jakob Knollmueller's avatar Jakob Knollmueller
Browse files

reorganizing

parent 65ac6f6c
No related branches found
No related tags found
No related merge requests found
from sugar import build_starblade, starblade_iteration import numpy as np
from matplotlib import pyplot as plt
from astropy.io import fits from astropy.io import fits
from matplotlib import pyplot as plt
import numpy as np from starblade.sugar import build_starblade, starblade_iteration
if __name__ == '__main__': if __name__ == '__main__':
#specifying location of the input file: #specifying location of the input file:
......
from sugar import build_multi_starblade, multi_starblade_iteration
from matplotlib import pyplot as plt
import numpy as np import numpy as np
from matplotlib import pyplot as plt
from starblade.sugar import build_multi_starblade, multi_starblade_iteration
if __name__ == '__main__': if __name__ == '__main__':
......
File moved
import nifty4 as ift
import numpy as np
from matplotlib import pyplot as plt
from multiprocessing import Pool from multiprocessing import Pool
from starblade_energy import StarbladeEnergy
import nifty4 as ift
from starblade.starblade_energy import StarbladeEnergy
def build_starblade(data, alpha=1.5, q=1e-40, cg_iterations=500): def build_starblade(data, alpha=1.5, q=1e-40, cg_iterations=500):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment