-
Notifications
You must be signed in to change notification settings - Fork 3
Mosaic test #181
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
Mosaic test #181
Conversation
…o allow for quick visual inspection of each set. Reduced number of cores from 6 to 4.
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
| return fits_path | ||
|
|
||
|
|
||
| def vid_match(table, name, path): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would probably be better as 3 functions:
- a function to plot a "batch" of data or X maps in a certain layout (dealing) with missing maps
- A function to make a bunch of plots based on the input table
- A function to turn the plots into a video
Also did you look at using matplotlib for the video part or why use openCV - I guess we already have a dependency on it so no big deal either way.
…_match, as well as unlocalising reference to srs and hek parq files, moving copies to catalogs folder.
…ew version of precommit.
…evaluations. Changed train_utils test to validate to avoid pytest issues.
samaloney
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looksg good, maybe move mosaic_plot and ,mosaic_vid to arccnet/visualisation/data where most of the plotting code is.
Added functionality to produce animation and pack L4 files automatically. Incorporated some of Eduardo's feedback, more in next PR.