Gets the name of the paksha (lunar fortnight)
String getPakshaName(bool isShukla) { return isShukla ? 'Shukla' : 'Krishna'; }