juanep97 / iop4

IOP4, the Interactive Optical Photo-Polarimetric Python Pipeline.
https://juanep97.github.io/iop4/
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

iop4.py: allow select by astrosource #105

Open juanep97 opened 5 months ago

juanep97 commented 5 months ago
juanep97 commented 4 months ago
        for redf in redfL:
            redf.compute_photometry()
            redf.compute_polarimetry()

(Re)computing polarimetry results can not be done only from a single reduced file. Polarimetry groups need to be re-computed possibly, and then the polarimetric results need to be computed for the whole group.