You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently build scripts are taking a region search produced ImageCollection, calculating the ebd WCS, creating the new ebd WorkUnit, and then reprojecting it to a common WCS.
Would be nice to just have a method like
ic = ImageCollection.read(ic_path)
reprojected_wu = ic.to_reprojected_work_unit(
search_config,
heliocentric_guess_dist,
point_on_earth,
common_wcs,
/*various reprojection args I may be forgetting*/)
Especially nice since this lets us avoid various intermediate WorkUnits all with different constructor arguments.
The text was updated successfully, but these errors were encountered:
Currently build scripts are taking a region search produced ImageCollection, calculating the ebd WCS, creating the new ebd WorkUnit, and then reprojecting it to a common WCS.
Would be nice to just have a method like
Especially nice since this lets us avoid various intermediate
WorkUnits
all with different constructor arguments.The text was updated successfully, but these errors were encountered: