DOI-USGS / ISIS3

Integrated Software for Imagers and Spectrometers v3. ISIS3 is a digital image processing software package to manipulate imagery collected by current and past NASA and International planetary missions.
https://isis.astrogeology.usgs.gov
Other
197 stars 167 forks source link

pixel2map is throwing errors - too many files open at once #2378

Closed ascbot closed 5 years ago

ascbot commented 5 years ago

Author Name: Kris Becker (Kris Becker)

Original Assignee: Jesse Mapel


The pixel2map application is reaching system limits for the number of files that are being open at one time.

This requires a change in how we manage certain operations when a large number of files are provided in the FROMLIST parameter.

ascbot commented 5 years ago

Original Redmine Comment Author Name: Jesse Mapel (Jesse Mapel) Original Date: 2017-04-11T00:43:12Z


Available for testing at /work/users/jmapel/HayabusaPixel2Map/isis/

It is built for prog 21. There is also a collection of 2000+ Hayabusa NIRS images which can be used for testing in /work/users/jmapel/HayabusaPixel2Map/20051111_ingested/

ascbot commented 5 years ago

Original Redmine Comment Author Name: Jesse Mapel (Jesse Mapel) Original Date: 2017-04-11T00:44:32Z


Current work-around:

Project the input cubes one at a time with the -batchlist parameter or via a script and then combine the projections with a mosaicing app such as automos.

ascbot commented 5 years ago

Original Redmine Comment Author Name: Kris Becker (Kris Becker) Original Date: 2017-04-13T19:12:36Z


Thanks.