Regim Regim is a tool that should make processing of astronomical images easier. The focus is on images that were captured with DSLRs or CCD cameras. Regim is meant to make special processing steps for astronomical images easier. These are calibration of raw images (dark and flat calibration), registration and combination of images. Supported file formats:
System requirements
Installing Regim Download the file regim.zip. Next you need the manual regim_eng.pdf. Open the zip file and copy the directory "regim" to your harddrive. Delete the "sh" and "cmd"(!) files, the latter is made for Windows. That's all! According to the website is the use of OpenJDK not recommended. But I didn't notice any problems. The "regimbugs.txt" and "regim.log" don't show problems, but I didn't test the program to the bottom of what's programmed. So there might be some issues. This is the last version that works with Java 6, next version requires at least Java 8. The used regim.cmd file Regim works with Open JDK in OS/2-eCS. I have made a regim.cmd file with the following contents; @echo off rem http://www.andreasroerig.de/regim/regim.zip set CLASSPATH= set BEGINLIBPATH=[drive: java]\JAVA160ga5\bin set path=[drive: java]\JAVA160ga5\bin [drive: regim] cd [drive: regim]\regim set classpath=.\regim.jar;.\it.tidalwave.imageio.raw-1.6.1.jar java -Duser.home=[drive: regim]\regim -client -Xms64m -Xmx768m -Dit.tidalwave.imageio.raw.defaultSource=rawImage regim.Regim 2>regimbugs.txtThe last two lines are actual one line, I had to break it up in parts. There is a space between "...=rawImage" and "regim.Regim". I use 2 separate folders (directories), one for Java and one for Regim with the files created by this program. The references used in the cmd file;
should be replaced by real drive letters. Adjust the file from the distribution below, ie. different drive and directories (maps). Save regim.cmd and copy it to the regim directory (map). Create a new program object. Specify the path and file name: "[drive: regim]\regim\regim.cmd". In the tabpage Session check the boxes "OS/2 window", "Running as an icon" and "Close Window to end program". In the tabpage General you can enter the name "Regim". The download also has a nice OS/2 icon. Parameters / options explained
I couldn't resist to use this program with a picture which has nothing to do with galaxy or stars. You can't do much then with the program, but sometimes you get special effects which are not found in other packages in OS/2-eCS. Download In the file you can find the above command file (all drive letters are on set to C:) and an OS/2 Regim icon: regim-ecs.zip. revision March 26, 2023 |