Login  Register

Re: Reducing data failing - cropping feature

Posted by Peter on Jun 23, 2015; 9:21pm
URL: http://astroimagej.170.s1.nabble.com/Reducing-data-failing-tp272p276.html

My cropping feature is rather simple for my case:
//setTool("rectangle");
makeRectangle(185, 71, 1674, 957);
run("Crop");

But, the RA/DEC coordinates aren't correctly adjusted as a result, which I need.
Do you have any recommendations on how to rectify this?

(Also, which are the best settings do you think to use for removing Cosmic rays? My images come out quite blurry using radius 2, threshold 10%.)

Thank you!

Peter