Changes between Version 20 and Version 21 of pstamp_web_interface_features
- Timestamp:
- Jan 13, 2010, 12:23:00 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pstamp_web_interface_features
v20 v21 187 187 === Presentation of Results === 188 188 189 When a request completes, the results file should be parsed and importan ddata presented189 When a request completes, the results file should be parsed and important data presented 190 190 to the user in an easy to understand way. 191 191 … … 230 230 === Patterns of Use === 231 231 232 Presumably the most common usage pattern will be to collect observations of a transient. This interface works reasonably233 well for this. We've included a feature togenerate a table of grayscale images within an html index. This turns out232 Presumably the most common usage pattern will be to collect observations of a transient. We've included a feature to 233 generate a table of grayscale images within an html index. This turns out 234 234 to be a nice way to select 'useful' images. These can be selected and more detailed information (image, weight and mask) 235 235 can be downloaded. The trick is to avoid images for which the source of interest is hidden by a mask. 236 236 237 237 === Comparison to IPP Stampserver Functionality === 238 239 For this system the source images are precomputed and available, whereas they must be computed on demand in the IPP framework. 240 On the other hand, the source data for *all* observations is available to the IPP framework. Would it be possible to display 241 observations for which computation was necessary in gray? The user could then select them and click a button to cause them 242 to be processed; the display would update to show them no longer gray when the processing was complete. 243 244 It would be hugely helpful to have the masks immediately available. The user could then select images for further processing 245 based on the masks, avoiding the computation of unnecessary images. 246 247 User accounts can easily be added via the usual Apache mechanism. 238 248 239 249 === Underlying Software ===
