ivoa / dm-usecases

The is repo gathers all the material to be used in the DM workshop 2020
The Unlicense
1 stars 3 forks source link

4xmm_lite.xml is invalid #22

Open glemson opened 3 years ago

glemson commented 3 years ago

Not a biggie, but the votable in https://github.com/ivoa/dm-usecases/blob/main/usecases/combined_data/raw_data/4xmm_lite.xml is invalid as it has two separate IDs with the same value, oidsaada_100.

lmichel commented 3 years ago

Cut/Paste. the coder worst friend . Fixed after the next PR.

mcdittmar commented 3 years ago

Not sure if I should add this or make a new issue: rama uses QTable to process the VOTable, it balks on the 'camera' FIELD, which has type='int' for character values ("MOS1"). So, even though the column is not used in the case, I have to work around it.

\\

lmichel commented 3 years ago

I’ll fix it now — Translate with https://www.deepl.com/translator -- jesuischarlie/Tunis/Paris/Bruxelles/Berlin

Laurent Michel SSC XMM-Newton Tél : +33 (0)3 68 85 24 37 Fax : +33 (0)3 )3 68 85 24 32 Université de Strasbourg http://www.unistra.fr Observatoire Astronomique 11 Rue de l'Université F - 67200 Strasbourg

On 25 Mar 2021, at 16:40, Mark Cresitello-Dittmar @.***> wrote:

Not sure if I should add this or make a new issue: rama uses QTable to process the VOTable, it balks on the 'camera' FIELD, which has type='int' for character values ("MOS1"). So, even though the column is not used in the case, I have to work around it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ivoa/dm-usecases/issues/22#issuecomment-806968818, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXOP6C45AOH2TUXED6BI3TTFNKNHANCNFSM4ZVSP23Q.

lmichel commented 3 years ago

Fixed