| 67 | | * Postage stamp (cut outs) subsets and complete single frame warp skycell images |
| 68 | | * These are the data products from IPP warp processing (full state) which are being preserved for PV3. |
| 69 | | * Are results from the entire run needed, psfs cmfs etc. I suspect no. |
| | 68 | * Postage stamp subsets (cut outs) and complete single frame warp skycell images |
| | 69 | * These are the data products from IPP warp processing (full state) which are being preserved from processing version 3 (PV3). |
| | 70 | * Are results from the entire run needed, psfs, cmfs, log files etc. I suspect no. |
| | 82 | * catalogs (except staticsky) |
| | 83 | These were not preserved by the IPP for PV3 because of insufficient space. |
| | 84 | |
| | 85 | === Metadata Required to Support the implementation of an Image Server === |
| | 86 | The plan is to ship the images pre installed on the servers being shipped back to STSCI. The IPP locates images using the Nebulous system. |
| | 87 | Nebulous is essentially a sophisticated lookup tables that maps abstract paths to NFS disk locations in the IPP cluster. |
| | 88 | For example: The file referenced by neb://path_to_bills_file/myfile.fits might resolve to an actual file on disk |
| | 89 | with a name like /data/stsci19.2/nebulous/a8/a7/6829803927.afile.fits |
| | 90 | |
| | 91 | Nebulous is implemented in the IPP through various application programming interfaces which use SOAP to talk to a set of HTTP servers. |
| | 92 | The HTTP servers communicate with the nebulous mysql database. |
| | 93 | |
| | 94 | There are several issues that need to be resolved before these systems are delivered. |
| | 95 | * Data that must stay in the IPP cluster will need to be shuffled off to other systems or replicated. |
| | 96 | * Some system that implements the Nebulous interfaces or a subset thereof will need to be delivered. Of course that could be nebulous but: |
| | 97 | * The full nebulous database currently takes up 3.7 TB and contains information on files that are not part of the delivery |
| | 98 | * Nebulous contains many features that might not be relevant to the new owners |
| | 99 | * It introduces depencies on NFS, apache, and mysql. These might not be issues but should be noted. |
| | 100 | * Management requires expertise that does not currently exist outside of the IPP team. |
| | 101 | * Information describing the composition of the delivered IPP data products is required. |
| | 102 | * This could be a modified copy of the GPC1 mysql database (594 GB) with the states of various data is modified to match the data being shipped. |
| | 103 | * Alternatively a database with a simplfied structure (single frame data represented by warp tables augmented with exposure metadata from rawExp) could be loaded |