Loading etl/assets/commons/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ def get_moldata(species_names: list): """ for species in species_names: data = urllib.request.urlopen(leiden_url_mapping[species]).read().decode() with open(os.path.join('mdl', 'radmc_input_files', f'molecule_{species}.inp'), 'w') as outfile: with open(os.path.join('mdl', 'radmc_files', f'molecule_{species}.inp'), 'w') as outfile: outfile.writelines(data) Loading etl/mdl/mdl_save_results_as_fits.py 0 → 100644 +4 −0 Original line number Diff line number Diff line from radmc3dPy import image imdata = image.readImage(fname='mdl/radmc_files/image.out') imdata.writeFits(fname='prs/fits/test_cube.fits') No newline at end of file Loading
etl/assets/commons/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ def get_moldata(species_names: list): """ for species in species_names: data = urllib.request.urlopen(leiden_url_mapping[species]).read().decode() with open(os.path.join('mdl', 'radmc_input_files', f'molecule_{species}.inp'), 'w') as outfile: with open(os.path.join('mdl', 'radmc_files', f'molecule_{species}.inp'), 'w') as outfile: outfile.writelines(data) Loading
etl/mdl/mdl_save_results_as_fits.py 0 → 100644 +4 −0 Original line number Diff line number Diff line from radmc3dPy import image imdata = image.readImage(fname='mdl/radmc_files/image.out') imdata.writeFits(fname='prs/fits/test_cube.fits') No newline at end of file