jeff-regier / KillerAsteroids.jl

Detects asteroids that might kill us
Other
0 stars 1 forks source link

first pass at WISE PSF rendering code #1

Closed ameisner closed 9 years ago

ameisner commented 9 years ago

Hi Jeff,

Here's my first pass at a WISE PSF rendering routine. I'm still just starting to learn Julia, so there's definitely a lot of room for improvement and clean-up. But, even as-is, wise_psf.jl will return a cutout of the WISE PSF in the desired band and with a user-specified side length in pixels.

Feel free to make your own modifications to the new file wise_psf.jl once it's in the master repo. Also, if the src/ subdirectory wasn't the right place for me to put this new code, let me know and I'll put it somewhere else. Thanks very much.

-Aaron