Commits on Source (15)
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
as per expected from dict method.
-
Jameson Graef Rollins authored
and use in load_struct
-
Jameson Graef Rollins authored
Improves update() method to be able to update from another Struct, and not overwrite existing Struct attributes, and removes need to from_dict classmethod.
-
Jameson Graef Rollins authored
move load_struct logic into Struct.from_file() class method, and remove load_struct function.
-
Jameson Graef Rollins authored
This replaces load_ifo(), and returns only the Budget class. Any ifo.yaml found in a budget package is loaded as ifo attribute. other stuff can just be assumed to be provided as class attributes as well.
-
Jameson Graef Rollins authored
eliminate need for separate sub-module
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
Needs to be implemented.
-
Jameson Graef Rollins authored
Should cover/simplify the most common use case, equivalent to running: load() update(**kwargs) calc_traces
-
Jameson Graef Rollins authored
Drop specific comparison to MATGWINC output and move to comparisons to cached hdf5 traces. Comparisons to all cached IFO traces will be done by default. A PDF report of all discrepancies for all IFOs will be generated if requested. inspiral ranges will be calculated if the inspiral_range package is available. This adds trace caches (in git-lfs) for all currently supported IFOs, effectively snap-shotting the current state of the repo. gitlab CI also updated to use new tests
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
For some reason these noises were just dividing by L**2 to convert to strain, rather than using the dhdl conversion. This changes the noises for Voyager and CE2, so the tests fail, and the IFO caches should be updated when this is merged.
-
Jameson Graef Rollins authored
all test will pass again after this commit
Showing
- .gitattributes 1 addition, 3 deletions.gitattributes
- .gitlab-ci.yml 12 additions, 13 deletions.gitlab-ci.yml
- README.md 4 additions, 4 deletionsREADME.md
- gwinc/__init__.py 170 additions, 2 deletionsgwinc/__init__.py
- gwinc/__main__.py 7 additions, 9 deletionsgwinc/__main__.py
- gwinc/gwinc.py 0 additions, 121 deletionsgwinc/gwinc.py
- gwinc/gwinc_matlab.py 1 addition, 1 deletiongwinc/gwinc_matlab.py
- gwinc/ifo/__init__.py 14 additions, 58 deletionsgwinc/ifo/__init__.py
- gwinc/nb.py 13 additions, 2 deletionsgwinc/nb.py
- gwinc/noise/substratethermal.py 4 additions, 9 deletionsgwinc/noise/substratethermal.py
- gwinc/struct.py 71 additions, 56 deletionsgwinc/struct.py
- gwinc/test/Aplus.pkl 0 additions, 0 deletionsgwinc/test/Aplus.pkl
- gwinc/test/__main__.py 240 additions, 182 deletionsgwinc/test/__main__.py
- gwinc/test/cache/Aplus.h5 3 additions, 0 deletionsgwinc/test/cache/Aplus.h5
- gwinc/test/cache/CE1.h5 3 additions, 0 deletionsgwinc/test/cache/CE1.h5
- gwinc/test/cache/CE2.h5 3 additions, 0 deletionsgwinc/test/cache/CE2.h5
- gwinc/test/cache/Voyager.h5 3 additions, 0 deletionsgwinc/test/cache/Voyager.h5
- gwinc/test/cache/aLIGO.h5 3 additions, 0 deletionsgwinc/test/cache/aLIGO.h5
- gwinc/util.py 0 additions, 39 deletionsgwinc/util.py
- setup.py 2 additions, 0 deletionssetup.py
gwinc/gwinc.py
deleted
100644 → 0
gwinc/test/Aplus.pkl
deleted
100644 → 0
File deleted
No preview for this file type
File added
File added
File added
File added
gwinc/util.py
deleted
100644 → 0
setup.py
100644 → 100755