Opened 9 years ago

Closed 9 years ago

#89 closed enhancement (fixed)

edit getNumBins and getNumPixel for monitor

Reported by: durong Owned by: durong
Priority: major Milestone: pre-alpha
Component: Mantid Version: 0.1.0
Keywords: Cc:
Blocked By: Blocking:
Parent ID: Parent Tickets:
Estimated Number of Hours: 0.0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0

Description

edit getNumBins and getNumPixel for monitor
getNumBins(filename, True) get numbins in banks
getNumBins(filename, False) get numbins in monitors
getNumPixel(filename, True) get numbins in banks
getNumPixel(filename, False) get numbins in monitors

Subtickets

Child Tickets

Change History (2)

comment:1 Changed 9 years ago by durong

  • Owner set to durong
  • Status changed from new to accepted

comment:2 Changed 9 years ago by durong

  • Resolution set to fixed
  • Status changed from accepted to closed

/ Number of pixels in banks

size_t m_bNumPixels;
/ Number of pixels in monitors
size_t m_mNumPixels;
/ Number of bins in banks
size_t m_bNumBins;
/ Number of bins in monitor
size_t m_mNumBins;

Note: See TracTickets for help on using tickets.