Astrophotography – Moon Mosaic Part II

Date : 26/04/2020
Telescope: Vixen VC200L
Camera: ZWO ASI120MM-S

6 part mosaic comprised of 800 frames for each panel.
Stacked on registax and then assembled in Pixinsight.

The Moon today is in a Waxing Crescent Phase. A Waxing Crescent is the first Phase after the New Moon and is a great time to see the features of the moon’s surface. During this phase, the Moon can be seen in the western sky after the sun dips below the horizon at sunset. The moon is close to the sun in the sky and mostly dark except for the right edge of the moon which becomes brighter as the days get closer to the next phase which is the First Quarter with a 50% illumination.

Fix for Flutter error : No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

Flutter Logo

Trying to run a slightly older Flutter project, the build sometimes fails with the error :

No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

The problem is that -> mips64el-linux-android is missing in the NDK as it got deprecated some time ago.

What usually 🙂 works is changing 2 files in the Android folder of the project.

Open android/gradle/gradle-wrapper.properties and change this line:

distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

to this line:

distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

Open android/build.gradle and change this line:

classpath 'com.android.tools.build:gradle:3.0.1'

to this:

classpath 'com.android.tools.build:gradle:3.1.2'

Do a : flutter clean and rebuild. Happy coding!

Lathe – Threading gear calculator

Having bought a lathe for various DIY projects back in 2015, i quickly discovered the need to cut some unusual thread pitches (Astronomy adapters in particular have some of the weirdest out there).

The lathe manual (or the housing of the transmission system :D) , usually provides some information regarding the gearing for the most used ones, such as 0.05mm, 0.1mm, 0.2mm, 0.4mm, 0.5mm, 1mm and so forth.

But nothing for lets say an M42x0.75 adapter widely used in photography and astronomy!

While looking through the web in 2016 for a lathe gear calculator there was none to be found, that took into consideration the spindle to gear A ratio.
The spindle in this specific lathe (and many other brands from what i have read ) has a ratio of 4.5 turns. So in order for gear A to make a full turn the spindle makes 4.5 turns.

Without this number the usual quadrant calculations for gearing lathes, obviously fails and your thread pitches are not what you have expected at all 😛

Here is a very crude calculator for finding out possible, combinations of gears in a metric lathe (that is, a lathe with a metric leadscrew although it can cut some imperial threads by approximation), in order to produce the desired pitch when cutting threads!

Do note that some of the produced combinations, are not feasible at all for the time being, but I will upgrade it when time permits.

Lathe threading gear calculator

Have fun!

 

New astronomy website!

Astronomy is a really broad subject. Same goes for astrophotography and all the weird gimmicks of this hobby.

Because for the most part of the year, I went full berserk mode into both and have gathered allot of images, data, procedures and various tutorials, which would kind of hijack this personal blog I decided to move astronomy and astrophotography into its own separate – special website 🙂

So if you are into any of those things or maybe like “nice”  images of the cosmos, do visit the website :  http://www.starcanvas.org