Loading .gitignore +5 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ dist/ starmodel/ cpism_refdata/ *.egg-info example/example_output refdata/starmodel refdata/target_model # Other files and folders .settings/ Loading @@ -26,6 +30,7 @@ docs/notebooks/image_files/_* # unitest output tests/.coverage tests/htmlcov/ tests/*.xml # Executables *.swf Loading .gitignore copy 0 → 100644 +40 −0 Original line number Diff line number Diff line # Build and Release Folders bin-debug/ bin-release/ [Oo]bj/ [Bb]in/ build/ dist/ starmodel/ cpism_refdata/ *.egg-info # Other files and folders .settings/ _*/ ~* .VSCodeCounter .vscode *.log output/ *.log.* /*.fits testrun/ example/example_output/ docs/notebooks/image_files/_* # unitest output tests/.coverage tests/htmlcov/ # Executables *.swf *.air *.ipa *.apk # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` # should NOT be excluded as they contain compiler settings and other important # information for Eclipse / Flash Builder. CpicImgSim/__init__.pydeleted 100644 → 0 +0 −19 Original line number Diff line number Diff line # from .main import quick_run, observation_simulation from .optics import make_focus_image, focal_mask from .target import star_photlam, planet_contrast, extract_target_x_y, spectrum_generator from .camera import EMCCD, CosmicRayFrameMaker, sky_frame_maker from .config import __version__ __all__ = [ "EMCCD", "CosmicRayFrameMaker", "sky_frame_maker", "star_photlam", "planet_contrast", "extract_target_x_y", "spectrum_generator", "make_focus_image", "focal_mask", # "quick_run", # "observation_simulation" ] No newline at end of file Loading
.gitignore +5 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ dist/ starmodel/ cpism_refdata/ *.egg-info example/example_output refdata/starmodel refdata/target_model # Other files and folders .settings/ Loading @@ -26,6 +30,7 @@ docs/notebooks/image_files/_* # unitest output tests/.coverage tests/htmlcov/ tests/*.xml # Executables *.swf Loading
.gitignore copy 0 → 100644 +40 −0 Original line number Diff line number Diff line # Build and Release Folders bin-debug/ bin-release/ [Oo]bj/ [Bb]in/ build/ dist/ starmodel/ cpism_refdata/ *.egg-info # Other files and folders .settings/ _*/ ~* .VSCodeCounter .vscode *.log output/ *.log.* /*.fits testrun/ example/example_output/ docs/notebooks/image_files/_* # unitest output tests/.coverage tests/htmlcov/ # Executables *.swf *.air *.ipa *.apk # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` # should NOT be excluded as they contain compiler settings and other important # information for Eclipse / Flash Builder.
CpicImgSim/__init__.pydeleted 100644 → 0 +0 −19 Original line number Diff line number Diff line # from .main import quick_run, observation_simulation from .optics import make_focus_image, focal_mask from .target import star_photlam, planet_contrast, extract_target_x_y, spectrum_generator from .camera import EMCCD, CosmicRayFrameMaker, sky_frame_maker from .config import __version__ __all__ = [ "EMCCD", "CosmicRayFrameMaker", "sky_frame_maker", "star_photlam", "planet_contrast", "extract_target_x_y", "spectrum_generator", "make_focus_image", "focal_mask", # "quick_run", # "observation_simulation" ] No newline at end of file