Skip to content

Commit

Permalink
Merge pull request #7 from emit-sds/develop
Browse files Browse the repository at this point in the history
Merge develop into main for v1.4.1
  • Loading branch information
winstonolson authored Jul 26, 2022
2 parents ecdefff + bfc5933 commit bef4589
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.4.1](https://github.com/emit-sds/emit-sds-l1a/compare/v1.4.0...v1.4.1)

> 26 July 2022
- Update version to 1.4.1 [`69d7df0`](https://github.com/emit-sds/emit-sds-l1a/commit/69d7df0bb6b9695a0ee11dd0b8ff94738f3ef6b3)
- Use 7 digit default orbit id [`e073e9e`](https://github.com/emit-sds/emit-sds-l1a/commit/e073e9e3e50428477797de4533e017b2d03cd5a4)

#### [v1.4.0](https://github.com/emit-sds/emit-sds-l1a/compare/v1.3.0...v1.4.0)

> 22 July 2022
- Merge develop into main for v1.4.0 [`#6`](https://github.com/emit-sds/emit-sds-l1a/pull/6)
- Dcid report [`#5`](https://github.com/emit-sds/emit-sds-l1a/pull/5)
- FSW 1.3 CCSDS update and pkt_format switch [`#4`](https://github.com/emit-sds/emit-sds-l1a/pull/4)
- Update ScienceDataPacket and SciencePacketProcessor to use new fsw_ver switch. [`f934b92`](https://github.com/emit-sds/emit-sds-l1a/commit/f934b925858892415d98d5d81bd7f0ea3faa06f1)
Expand Down
2 changes: 1 addition & 1 deletion reassemble_raw_cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def main():
parser.add_argument("--level", help="Logging level", default="INFO")
parser.add_argument("--log_path", help="Path to log file", default="reassemble_raw.log")
parser.add_argument("--chunksize", help="Number of lines per output acquisition.", type=int, default=320000)
parser.add_argument("--orbit", help="Orbit number (padded)", default="00000")
parser.add_argument("--orbit", help="Orbit number (padded)", default="0000000")
parser.add_argument("--scene", help="Scene in orbit number (padded)", default="000")
parser.add_argument("--submode", help="Submode (science or dark)", default="science")
parser.add_argument("--test_mode", action="store_true",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name="emit_sds_l1a",
version="1.4.0",
version="1.4.1",
author="Winston Olson-Duvall",
author_email="[email protected]",
description="""
Expand Down

0 comments on commit bef4589

Please sign in to comment.