Ticket #104 (closed Defect: fixed)

Opened 6 years ago

Last modified 6 years ago

Batch processing methods generated by the build system should keep input, output, and constant parameters in their original order

Reported by: jjr8 Owned by: jjr8
Priority: Medium Milestone: 0.3
Component: Core - Batch Processing Version: 0.2
Keywords: Cc:

Description

Currently, the batch processing code generates methods with parameters in a fixed order: input parameters followed by output parameters followed by constant parameters. This causes some parameters to be reordered in the batch method from the order specified in the non-batch method. For example, the CoastWatch tools have a cloudMaskFile parameter which appears in the middle of the optional masking parameters. In the batch version, this parameter gets moved up towards the front. This is not desired because the parameter is optional, and won't need to be specified most of the time, because most users will be working with CoastWatch HDF files.

Change History

Changed 6 years ago by jjr8

  • status changed from new to assigned

Changed 6 years ago by jjr8

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in MGET 0.3.

Note: See TracTickets for help on using tickets.