- 06 Feb, 2023 4 commits
-
-
Adam Mercer authored
part 4 of a large clean-up of lalmetaio and related code See merge request !1899
-
Adam Mercer authored
part 3 of a large clean-up of lalmetaio and related code See merge request !1898
-
Adam Mercer authored
Refactor conda recipes See merge request lscsoft/lalsuite!2087
-
Adam Mercer authored
Lint installed packages as well as rpm files with rpmlint See merge request lscsoft/lalsuite!2063
-
- 04 Feb, 2023 1 commit
-
-
Karl Wette authored
Updates the reviewers for the LALApps Ring code See merge request !2083
-
- 03 Feb, 2023 29 commits
-
-
Adam Mercer authored
lscsoft/lalsuite!1897#note_630259
-
Adam Mercer authored
they have left the collaboration
-
Duncan Macleod authored
to match upstream changes in lalpulsar-feedstock
-
Duncan Macleod authored
to match upstream changes to lalinference-feedstock
-
Duncan Macleod authored
to match upstream changes to lalinspiral-feedstock
-
Duncan Macleod authored
to match upstream changes to lalburst-feedstock
-
Duncan Macleod authored
to match upstream changes to lalsimulation-feedstock
-
Duncan Macleod authored
to match upstream changes to lalmetaio-feedstock
-
Duncan Macleod authored
to match upstream lalframe-feedstock changes
-
Duncan Macleod authored
to match upstream changes to lal-feedstock [ci conda]
-
Duncan Macleod authored
-
Duncan Macleod authored
-
Adam Mercer authored
lalframe: remove use of six Python package See merge request lscsoft/lalsuite!2089
-
Adam Mercer authored
Remove use of 'six' python module in LAL See merge request !2088
-
Kipp Cannon authored
- have row object destroy functions return the value of the .next element - simplifies calling code logic where used.
-
Kipp Cannon authored
- move from lalburst to lalmetaio - completes the gathering of XML I/O related functions in lalmetaio. other "assign IDs" functions are already in lalmetaio - there are still functions for manipulating linked lists of row objects in other libraries, but these functions tend to be used as the last thing done in a program before writing the document to disk, i.e., they are more a part of the document writing code, than document contents manipulation code.
-
Kipp Cannon authored
- remove superfluous prefixes from column names in writing code - this completes a years-long format conversion
-
Kipp Cannon authored
- this will hopefully make future maintenance of this code easier to understand - it's a minor point, but by grouping code by table programs don't need to load all of liblalmetaio at runtime, only the code for the specific tables they will use.
-
Kipp Cannon authored
- while cleaning up XML I/O related code, found XLALSimInspiralChirpMassCut(), XLALSimInspiralCompMassCut(), XLALSimInspiralTotalMassCut(), LALSortSnglInspiral() which are not used by any code in lalsuite. delete - also obsolete LALStatus-style LALInspiralSiteTimeAndDist() is only used by one function in lalinspiral, so remove it from the exported API (change declaration to static). there is an XLAL replacement if any code needs a function like this
-
Kipp Cannon authored
- equivalent to a similar function in lalsimulation
-
Kipp Cannon authored
- also move SnglBurst and SimBurst row object create/destroy and linked list destroy functions from lalburst to lalmetaio, where all other such functions live - completes the consolidation of XML I/O code into lalmetaio (and in-line in lalapps)
-
Kipp Cannon authored
- increases consistency with other functions in this family - most calling codes were using these parameters incorrectly anyway: they were supposed to be pointers to LIGOTimeGPS, not integers. (luckily 0 did what people thought it was going to do ... but ... OMG).
-
Kipp Cannon authored
- only one program in lalsuite still uses the code in this file. this migrates the .c and .h files to the lalapps/src/ring/ directory where they get linked directly into the coh_PTF code, whose maintainers will care for this code going forward.
-
Kipp Cannon authored
- also remove LIGOLwXMLInspiralRead.h - each of the remaining two functions is now used by only one program: move them into their respective programs' own source code for those tools' authors/maintainers to care for going forward.
-
Kipp Cannon authored
- delete all elements from structure except file pointer. for now the Stream structure is retained, even though it's a trivial wrapper around a file pointer, because it might help to ease future API changes in the XML I/O code. - move associated MetadataTableType enum declaration to LIGOLwXMLlegacy.h - move associated MetadataTable union declaration to LIGOLwXMLlegacy.h
-
Kipp Cannon authored
- replace PRINT_LIGOLW_XML_HEADER() PRINT_LIGOLW_XML_FOOTER() macros with string constants, moving the XLALFilePuts() calls into the code where these macros are used. - remove PRINT_LIGOLW_XML_TABLE_FOOTER() - put replacements for the original macros inline in LIGOLwXMLlegacy.c - add this file to lalmetaio's exported API
-
Kipp Cannon authored
- remove unused #define's from LIGOMetadatTables.h - remove LALPlaygroundDataMask structure type from LIGOMetadataUtils.h - and move/correct some very old obsolete documentation
-
Kipp Cannon authored
-
Karl Wette authored
MFDv4: --noiseSFTs and --SFTWindowType compatibility See merge request !2090
-
- 02 Feb, 2023 4 commits
-
-
David Keitel authored
- allow passing both even if known type documented in SFT header - only fail if inconsistent - same fix as for MFDv5 in fbc9d9d859d3159d754e62c87676688c41aeadff
-
Adam Mercer authored
lalframe: remove unused LALStatus functions See merge request !1909
-
Kipp Cannon authored
- LALFrSetMode(), LALFrEnd(), LALFrNext(), LALFrRewind(), LALFrTell(), LALFrGetTimeSeriesType(), LALFrGetCOMPLEX16TimeSeries(), LALFrGetCOMPLEX16TimeSeriesMetadata(), LALFrGetREAL4FrequencySeries(), LALFrGetREAL8FrequencySeries(), LALFrGetCOMPLEX16FrequencySeries(), LALFrWriteINT2TimeSeries(), LALFrWriteINT8TimeSeries(), LALFrWriteREAL8TimeSeries(), LALFrWriteCOMPLEX8TimeSeries(), LALFrWriteCOMPLEX16TimeSeries(), LALFrWriteREAL4FrequencySeries(), LALFrWriteREAL8FrequencySeries(), LALFrWriteCOMPLEX8FrequencySeries(), LALFrWriteCOMPLEX16FrequencySeries(), LALFrGetPos(), LALFrSetPos()
-
Kipp Cannon authored
- port to XLAL versions of the functions this is testing - there are some legacy LALStatus based routines that this test code is the only thing still using.
-
- 01 Feb, 2023 2 commits
-
-
Duncan Macleod authored
-
Adam Mercer authored
_thinca.c: fix array bounds check See merge request !2086
-