And then, when I faced the problem of determining how to draw the parallels, at first I was stuck.
Then I had what seemed to be a flash of insight: when one goes to an infinitesmial lune, the width will behave as though it were bounded by parabolic curves.
That may be true, although my logic there wasn't rigorous either. But even if that is the case, the fact that the sine curve also approaches a parabola doesn't mean an equal division of the meridians by latitude is appropriate. In a Sinusoidal projection, after all, the meridians are always the part of the sine wave that goes from zero to pi (or 180 degrees), never a smaller region around pi/2 that is closer to a parabola.
So at the least, I'll have to adjust the latitude using the same formula as used in the parabolic equal-area projection.
I remembered seeing it in an old book from the U.S. Government whose name I didn't remember off the top of my head. But then I remembered the names of its authors. Imagine my surprise when a search for the terms "Deetz" and "Adams" on Google did not turn up Elements of Map Projections as its first result, or, indeed, anywhere on the first page. However, adding "map" as a search term fixed that. Somebody connected with an Addams Family movie is apparently a punster with a knowledge of cartography.
I was able to write code in my map drawing program for Craster's parabolic equal-area projection, and for a corrected version of the Dietrich-Kitada.
From QB64, I got the error that the intermediate C++ program failed to compile.
I looked for online information about QB64 to see if there was anything I could do, without much hope. However, upgrading from version 1.0 to the current version, 1.4, fixed the problem.
Here, without further ado, is what the Dietrich-Kitada looks like after my first correction (perhaps I got the lunes wrong and will need to do some other mind-wracking mathematics...):

EDIT: Ah, my pop culture knowledge fails me. Lydia Deetz was a character in Beetlejuice, played by Winona Ryder. As some fans of the Addams Family movies also watched that, and liked her performance there, they have expressed hope she might be given in a role in a future Addams family movie. This is why the names appear together, and Google spell correction is responsible for the rest.