IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#69 closed defect (fixed)

Function names not consistant with coding conventions

Reported by: robert.desonia@… Owned by: eugene
Priority: high Milestone:
Component: PSLib SDRS Version: unspecified
Severity: normal Keywords:
Cc:

Description

Many of the functions in section 5 do not follow the naming conventions set in
the coding convention documentation, i.e.:

  • psSphereTransformItoE (should be psSphereTransformIToE or better yet

psSphereTransformIcrsToEcliptic)

  • psSphereTransformEtoI (should be psSphereTransformEToI or better yet

psSphereTransformEclipticToIcrs)

  • psSphereTransformItoG (should be psSphereTransformIToG or better yet

psSphereTransformIcrsToGalactic)

  • psSphereTransformGtoI (should be psSphereTransformGToI or better yet

psSphereTransformGalacticToIcrs)

  • psCoordCelltoChip (psCoordCellToChip)
  • psCoordChiptoFPA (psCoordChipToFPA)
  • psCoordCellToSkyQD (psCoordCellToSkyQd or psCoordCellToSkyQuick?)
  • psCoordTPtoFPA (psCoordTPToFPA)
  • psCoordFPAtoChip (psCoordFPAToChip)
  • psCoordChiptoCell (psCoordChipToCell)
  • psCoordSkyToCellQD (psCoordSkyToCellQd or psCoordSkyToCellQuick?)

Can we assume that the capitalization style in the coding standards should be
followed instead of the SDRS?

-rdd

Change History (2)

comment:1 by eugene, 22 years ago

Status: newassigned

comment:2 by eugene, 22 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.