Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate patch file differences #1368

Closed
stscijgbot-rstdms opened this issue Aug 15, 2024 · 0 comments
Closed

Investigate patch file differences #1368

stscijgbot-rstdms opened this issue Aug 15, 2024 · 0 comments

Comments

@stscijgbot-rstdms
Copy link
Collaborator

Issue RCAL-892 was created on JIRA by Brett Graham:

Currently the pipeline uses the following "patches" file for determining the skycell:

████████████████████████████████████████

This file contains a single "patches" structured array:

└─patches (NDArrayType): shape=(5580000,), dtype=void1760

a proposed new file:

█████████████████████████████████████████████████████

contains a different structure:

...

├─16 (NDArrayType): shape=(2403,), dtype=void1920
├─17 (NDArrayType): shape=(2403,), dtype=void1920
├─18 (NDArrayType): shape=(2403,), dtype=void1920
└─4039 not shown

that doesn't look to be compatible with the way that pipeline opens the "patches" file:

PATCH_TABLE = af.tree["patches"].copy()

Investigate the differences, what would be required to either:

  • regenerate the file in a compatible format
  • update the pipeline for the new formt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant