Ticket #6012 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

Zero padding for SURF

Reported by: Owen Arnold Owned by: Owen Arnold
Priority: minor Milestone: Release 2.3
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Gesner Passos

Description (last modified by Owen Arnold) (diff)

This should be used for SURF:

<zeropadding size="5" startRunNumber="1" prefix="SRF"/> <zeropadding size="6" startRunNumber="100000" prefix="SRF"/>

Should also update the WIKI to give valid xml for the zero padding while I'm at it.

Change History

comment:1 Changed 8 years ago by Owen Arnold

  • Status changed from new to accepted

comment:2 Changed 8 years ago by Owen Arnold

  • Description modified (diff)

comment:3 Changed 8 years ago by Owen Arnold

  • Description modified (diff)

comment:4 Changed 8 years ago by Owen Arnold

  • Description modified (diff)

comment:5 Changed 8 years ago by Owen Arnold

Tester:

The following python script will help you start testing this.

info = ConfigService.getInstrument('SURF')
print info.zeroPadding(99999) # Should print 5 if it's reading the Facilities xml correctly
print info.zeroPadding(100000) # Should print 6 if it's reading the Facilities xml correctly

comment:6 Changed 8 years ago by Owen Arnold

refs #6012. Update facilities xml

Changeset: f14bfab478b99fec525735a7a6a95bf72b0afca4

comment:7 Changed 8 years ago by Owen Arnold

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

comment:8 Changed 8 years ago by Gesner Passos

  • Status changed from verify to verifying
  • Tester set to Gesner Passos

comment:9 Changed 8 years ago by Gesner Passos

  • Status changed from verifying to closed

Tested inside Windows 7 - 64 and Ubuntu - 12.4 - 64.

comment:10 Changed 8 years ago by Owen Arnold

refs #6012. Update facilities xml

Changeset: f14bfab478b99fec525735a7a6a95bf72b0afca4

comment:11 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 6858

Note: See TracTickets for help on using tickets.