Changes between Version 8 and Version 9 of Development/cabb-upgrade/PGFLAG


Ignore:
Timestamp:
10/07/09 16:16:25 (15 years ago)
Author:
JamieStevens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/cabb-upgrade/PGFLAG

    v8 v9  
    1414   * instead have made it possible to 'measure' the point under the cursor via keypress
    1515 * it would be helpful to display the source name as well, either as a live readback, or as an annotation on the display window (perhaps at the scan boundaries)
    16    * not implemented in version 1
     16   * not implemented in version 1.3
    1717
    1818We want to use this to select subsets of the displayed data and apply flagging commands to the subset.
     
    4343   * however one does want to be able to flag an entire row while still zoomed in (ie data extends beyond display borders)
    4444     * version 1 can extend the selection to the entire row/column, but only on viewed region
    45      * it is a simple matter to add this function
     45     * version 1.3 can extend the selection to entire row/column, past the viewed region, allowing flagging of all data while zoomed
    4646 * should be able to abort a flagging session, ie throw all flags for the current baseline and/or all baselines flagged so far.
    4747   * version 1 can abort completely, not start again without reloading
    48    * small amount of effort required for implementation
     48   * version 1.3 can discard flags on displayed baseline or all baselines without restarting
    4949 * probably want to use temporary flagging files that only replace the flag file for the dataset at the end of the task
    5050   * version 1 uses in-memory flagging, and applies only at the end