Releases: observerly/fits
Releases · observerly/fits
v0.1.0
What's Changed
Features
- feat: added getFITSBlocks(). by @michealroberts in #1
- feat: added getExcessByteSize(). by @michealroberts in #2
- feat: added FITSBlock type. by @michealroberts in #3
- feat: added hasDataUnit(). by @michealroberts in #4
- feat: added B() to the dataunit module. by @michealroberts in #5
- feat: added I(). by @michealroberts in #6
- feat: added J(). by @michealroberts in #7
- feat: added parseFITSHeaderRow(). by @michealroberts in #8
- feat: added FITSHeader type. by @michealroberts in #9
- feat: added swopEndian(). by @michealroberts in #11
- feat: added getFITSHeader(). by @michealroberts in #10
- feat: extended getFITSBlocks() to return parsed status. by @michealroberts in #12
- feat: added readBlockAsArrayBuffer() in utilities module. by @michealroberts in #13
- feat: added parseFITSHeaderBlock() to header module. by @michealroberts in #14
- feat: added readFITSHeaderFromBlocks() to header module. by @michealroberts in #15
- feat: add sanitizeString() utility to @observerly/fits. by @michealroberts in #23
- feat: add readBlocksFromFile to fits module in @observerly/fits by @michealroberts in #45
- feat: add median() to stats module in @observerly/fits by @michealroberts in #47
- feat: add mean() to stats module in @observerly/fits by @michealroberts in #48
- feat: add variance() to stats module in @observerly/fits by @michealroberts in #49
- feat: add parseHeadersFromBlocks to header module in @observerly/fits by @michealroberts in #51
- feat: add performLinearRegression to stats module in @observerly/fits by @michealroberts in #52
- feat: add ZScaleInterval to processing module in @observerly/fits by @michealroberts in #53
- feat: add FITS() class to fits module in @observerly/fits by @michealroberts in #59
New Contributors
- @michealroberts made their first contribution in #1
Full Changelog: https://github.com/observerly/fits/commits/v0.1.0