Opened 12 years ago

Closed 12 years ago

#140 closed defect (fixed)

WCS errors in setting final parameters

Reported by: MatthewWhiting Owned by: MatthewWhiting
Priority: high Milestone: Release-1.2
Component: Code base Version: 1.1.13
Severity: critical Keywords:
Cc:

Description

For a number of tests (input_small and Tara's bug-test case), I'm seeing the following error:

Calculating final parameters and setting flags...  |#######             |ERROR <pixToWCSSingle> : WCS Error Code = 8: stat=3 : One or more of the pixel coordinates were invalid

Duchamp failed with the following error:
WCS Error Code = 8: stat=3 : One or more of the pixel coordinates were invalid

Something's gone wrong, perhaps with the new position stuff (although that seems unlikely). Follow up and fix!

Change History (1)

comment:1 Changed 12 years ago by MatthewWhiting

Resolution: fixed
Status: newclosed

Located the problem - it was an issue with the conversion of a pixel location, that ended up being -1 in size_t, to double.

Fixed in [924]. Closing.

Note: See TracTickets for help on using tickets.