https://github.com/chill90/BoloCalc
Raw File
Tip revision: 4e931186c72378284981e8a0d3fdb83709c5a847 authored by Charles Hill on 25 November 2019, 19:37:16 UTC
Fixed handling of FBW for very asymmetric bands
Tip revision: 4e93118
.gitignore
# Temporary files
*~
*#

# Python library files
*__pycache__*
*.pyc

# Atmosphere profile files
*src/atmFiles/*
*hdf5

# Latex temporary files
*MANUAL/*
!*MANUAL/
!*MANUAL/BoloCalc_User_Manual.pdf

# All output files
*sensitivity.txt
*opticalPower.txt
*mappingSpeedVary*.txt

# All logging files
*log/*.txt

# Auxiliary scripts
*overplotATM.py
*plotATM.py

# Ignore non-example directories
*Experiments/*
!*Experiments/importExperiment.py
#!*Experiments/ExampleExperiment/
#!*Experiments/ExampleExperiment/*

# Take anything intended to be offline offline
*OFFLINE/
*OFFLINE/*

# OSX style files
*.DS_Store

# For now, ignore the web development directory
*web*

# Ignore VS code files
.vscode/settings.json
.vscode/launch.json

# All output image files
*.jpg

# Certain types of files in auxil for now
auxil/*.txt
auxil/*.ipynb
auxil/.ipynb_checkpoints/*
back to top