Planetary Planter Mac OS

Mar 23, 2018 Os Jardineiros 017a5794-f336-479e-8bce-7d714f8fa2a1 ONErpm Where Can I Find Love Livin' Joy 017bf6fd-487c-4629-a6b2-e1843f05fb8f Fortunate Son The ABC Company 017eb6a1-7f9a-4eda-bb28-6f6fb44d69e1 and more bears Richard Weize 海上花 (feat. 音樂工廠) 017ebd70-c95b-45c7-a812-0310bdcf83b4 Gracias a Dios Joey Sanchez 017ff5c8-7f73-45c8-b980. Note that running PIPP on a Mac can be achieved using other approaches such as basic Wine, Wineskin or CrossOver but I tried WineBottler first and it worked so that is what I have documented here. These instructions were successfully tested (August 2018) on my MacBook Pro running macOS High Sierra.

macOS is our primary development environment.

Generic troubleshooting: https://planetaryannihilation.com/support/troubleshooting/

Official Support: https://support.planetaryannihilation.com/

Mac

Official Discord: https://discord.gg/pa

macOS System Requirements

macOS Planetary Annihilation Data Directory

The default location is in your local library folder:

Your user library folder is hidden by default and can be accessed via:

  • Finder > option key + Go menu > Library: https://support.apple.com/kb/PH18928

macOS Crash Dumps

The default location for minidumps generated by PA is now the logs directory in the Planetary Annihilation data directory.

On macOS you can also use the console application to locate macOS generated crash reports:

Introducing PIPP - Planetary Imaging PreProcessor

PIPP is a Windows application designed for pre-processing planetaryimages before stacking them with image stacking software such as Registax. PIPP's main purpose is to crop each image frame and select only the best quality frames to reduce the memory and processing requirements of the stacking software. For example, this would allow the best 1500 frames from a 7200 frame AVI (2 minute AVI at 60 fps) to be cropped ready for stacking by Registax. On my PC, Registax does not handle AVI files with that many frames but can easily handle 1500 pre-processed bitmap files so this is very useful.

PIPP was originally written to speed up the my own processing of the multitude large AVI files that that eachplanetary imaging session seems to generate. Now that PIPP has reached the point where it does actually speedup my processing workflow I decided to make it available to others to see if they find it useful and maybe give a little back to the astronomy community.

PIPP's functions:

  • Load a sequence of images from supported video files, SER video filesor TIFF/BMP/FITS/JPEG/RAW camera image files.
  • Calibrate frames with dark, flat and dark flat calibration frames.
  • Debayer raw frames from colour cameras toproduce colour frames.
  • Check each frame contains a planet that iscompletely on the image and discard any frames that do not.
  • Check for and discard overexposed frames.
  • Centre the planet in the frames.
  • Offset the centred planet.
  • Crop each frame around the centred planet.
  • Apply a fixed gain to each frame.
  • Apply a fixed gamma correct to each frame.
  • Apply a median noise filter to each frame.
  • Stretch histogram for each frame (equalising R, G and B channels for colour images).
  • Estimate the quality of each frame and reorderthe processed frames in order of quality.
  • Keep only the number of best quality framesspecified by the user.
  • Split colour frames into R, G and B frames.
  • Save processed frames as a sequence of TIFF/BMP/FITS image files, as a single AVI/SER video file ready for stacking or archiving or as an animated GIF for sharing online.

PIPP's functionality continues to be extended over time.


Planetary Planter Mac Os Download

Supported Platforms

Current supported platforms:

Mac Os Versions

  • Windows XP with Service pack 3 or all later versions of Windows.
  • Linux with Wine (See Installing PIPP on Linux with Wine.).
  • macOS with Wine (See Installing PIPP on macOS with WineBottler).

An updated version of PIPP that will run natively on Linux and Mac OS X as well as Windows is currently being worked on. Here are a few features of this version in case anyone in interested:

  • All C# .net code to be replaced with C++ code so the entire program will be C++.
  • The Qt framework to be used for cross platform GUI support.
  • Improved integration between the GUI and the core code will hopefully allow a more natural user interface to run (no need for the 'Test Options' button).
  • Support for languages other than English will be added. This will require some volunteer translators!
  • This version will be released under an open source license so that other developers will be able to contribute bug fixes and new features.
  • A large rewrite of the internal code to tidy it up before releasing the source.

This work is taking longer than hoped, but it is now PIPP's highest development priority.


Acknowledgements

Thanks for Martin Lewis (http://www.skyinspector.co.uk/) for all his help with testing PIPP, his feedback and suggestions have been invaluable.

Thanks also to Anthony Wesley for permission to usethe quality estimation source code from his Ninox planetary imagingsoftware (http://www.acquerra.com.au/astro/software/ninox/) in PIPP. This is the basis for PIPP's quality estimation algorithm. In truth, although PIPP has moved on quite a bit now, it was originally inspired by Ninox.

Thanks also go to Heiko Wilkens, author of the LucamRecorder image acquisition software (http://www.lucamrecorder.de),for permission to incorporate his proprietary SER video format in PIPP.

Thanks go out to Dave Coffin for all his work on DCRAW and making the code available for others to use. This is the code that enables PIPP to decode almost any camera raw image format.