IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 20 and Version 21 of pstamp_web_interface_features


Ignore:
Timestamp:
Jan 13, 2010, 12:23:00 PM (16 years ago)
Author:
welling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pstamp_web_interface_features

    v20 v21  
    187187=== Presentation of Results ===
    188188
    189 When a request completes, the results file should be parsed and importand data presented
     189When a request completes, the results file should be parsed and important data presented
    190190to the user in an easy to understand way.
    191191
     
    230230=== Patterns of Use ===
    231231
    232 Presumably the most common usage pattern will be to collect observations of a transient.  This interface works reasonably
    233 well for this.  We've included a feature to generate a table of grayscale images within an html index.  This turns out
     232Presumably the most common usage pattern will be to collect observations of a transient.  We've included a feature to
     233generate a table of grayscale images within an html index.  This turns out
    234234to be a nice way to select 'useful' images.  These can be selected and more detailed information (image, weight and mask)
    235235can be downloaded.  The trick is to avoid images for which the source of interest is hidden by a mask.
    236236
    237237=== Comparison to IPP Stampserver Functionality ===
     238
     239For this system the source images are precomputed and available, whereas they must be computed on demand in the IPP framework. 
     240On the other hand, the source data for *all* observations is available to the IPP framework.  Would it be possible to display
     241observations for which computation was necessary in gray?  The user could then select them and click a button to cause them
     242to be processed; the display would update to show them no longer gray when the processing was complete.
     243
     244It would be hugely helpful to have the masks immediately available.  The user could then select images for further processing
     245based on the masks, avoiding the computation of unnecessary images.
     246
     247User accounts can easily be added via the usual Apache mechanism.
    238248
    239249=== Underlying Software ===