-
Notifications
You must be signed in to change notification settings - Fork 7
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
SDSSDR10_htm_044300.hdf5 is broken for h5py #3
Comments
|
Hi Konstantin,
Can you send the catsHTM commands you tried to run on both the files you
found have a problem?
It will help us to help.
Thanks
…On Fri, 12 Feb 2021 at 09:29, Konstantin Malanchev ***@***.***> wrote:
h5stat utility also fails for this file:
Filename: SDSSDR10_htm_044300.hdf5
h5stat warning: Unable to traverse objects/links in file "SDSSDR10_htm_044300.hdf5"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJFWTYU6CGIQ2XXJVHO4J3S6TKEDANCNFSM4XASWCRQ>
.
--
*Dr. Maayane Soumagnac*
Postdoctoral researcher, Computational Research Division
Lawrence Berkeley National Lab
|
Hello Maayane, Thank you for your answer! I cannot remember the exact I have problems with some other files too, I'll prepare a full list and write it here. I use catsHTM 0.1.32, h5py 3.1.0, h5stat 1.8.12 |
Ok, good,
Please go ahead and send me a list of files and I will go through them.
And if you do have cone search examples it will help too. From my
experience.
Maayane
…On Fri, 12 Feb 2021 at 11:12, Konstantin Malanchev ***@***.***> wrote:
Hello Maayane,
Thank you for your answer!
I cannot remember the exact catsHTM.cone_search arguments I used, but
I've gone through the trace and found that the problem occurs when h5py
tries to read this file. I don't think that there is something wrong with
h5py itself, because hdf5 utilities like h5stat or h5dump cannot open
this file too.
I have problems with some other files too, I'll prepare a full list and
write it here.
I use catsHTM 0.1.32, h5py 3.1.0, h5stat 1.8.12
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJFWT7RXBL4BFO27YPVJ6LS6TWIJANCNFSM4XASWCRQ>
.
--
*Dr. Maayane Soumagnac*
Postdoctoral researcher, Computational Research Division
Lawrence Berkeley National Lab
|
I've run the following script on my catsHTM directory: for FILE in $(find . -name '*.hdf5'); do
h5stat "$FILE" > /dev/null
done It gave me this output:
These files look broken for hdf5 utilities |
I've found a cone search example. Output of my script, catalog is NEDz, ra=228.80143 deg, dec=0.48434 deg, radius=60 arcsec:
I've run it with
|
Hi @maayane - is there any update on this issue, and adding object IDs to the catsHTM files. I'm trying to get some reliable multi-catalog crossmatch service setup for LSST DESC, and our activities in the Time Domain and Photo-Z Working Group in particular and would like to use catsHTM, but without object IDs and these broken files for different surveys, we're a bit stuck. |
Hello and thank you for the project.
I'm trying to use catalogs and have found that
SDSSDR10_htm_044300.hdf5
looks broken forh5py
module:I have checked the md5 sum and it is matched.
The text was updated successfully, but these errors were encountered: