Opened 5 years ago
Closed 4 years ago
#591 closed feature (fixed)
Saving I(Q) data
Reported by: | srkline | Owned by: | srkline |
---|---|---|---|
Priority: | major | Milestone: | VSANS Reduction |
Component: | All Components | Keywords: | |
Cc: | Blocking: | ||
Task: |
Description
How do I rescale/trim/save?
I can't concatenate first, then I can't adjust the scales to match
I can't adjust the scales first - the untrimmed data overlapping only at the corners is unreliable for autoscaling.
I need to trim the bad data from ends of all 9 data sets, then rescale each of the data sets (note that there may be no overlap), then concatenate everything, and sort.
BUT - if I sort, then points from the panels are interleaved. I'll need to calculate the resolution information before concatenating and sorting.
But resolution is another issue entirely...
Change History (1)
comment:1 Changed 4 years ago by srkline
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
trimming the data sets and concatenation/sorting has been solved.
Resolution and output format are a separate ticket.