will-henney / proplyd-cloudy

Ionization/dynamic models of proplyds
http://deprecated.github.com/proplyd-cloudy/
2 stars 0 forks source link

Extract spectrum from rectangular aperture #15

Closed will-henney closed 11 years ago

will-henney commented 12 years ago

First step would be assume no seeing, so just reject all model points whose projected position is outside the aperture.

Second step would use erf functions to simulate the seeing

will-henney commented 12 years ago

Nahiely is now working on this. The strategy is to first create the entire PPV cube (e.g., with model_profile_fast.py), then to extract a particular aperture from that.

nahieflores commented 12 years ago

Now we have it. The python script is emission/extract_aperture.py.

It reads the ppv cubes and extract and aperture cube. After that, it calculates the aperture profile (saved in an special folder inside de model, each line in a each file.FITS) and the total aperture flux normalized to Hbeta (just printed).