Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OIFITS opening with several oiWave tables #10

Open
kluskaj opened this issue Nov 16, 2015 · 0 comments
Open

OIFITS opening with several oiWave tables #10

kluskaj opened this issue Nov 16, 2015 · 0 comments

Comments

@kluskaj
Copy link

kluskaj commented Nov 16, 2015

PAINTER fails to open an OIFITS file with different OIWAVE tables that have different number of wavelength.
The error is happening at L73 of painteroifits.jl:

# # # OI wavelength
        for db in OIFITS.select(master, "OI_WAVELENGTH")
            OIDATA.wvl = vcat(OIDATA.wvl,OIFITS.get_eff_wave(db)')
        end

ERROR: number of columns must match

The problems comes from the fact that the number fo wavelengths is different from one OI_WAVELENGTH table to the other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant