-
Notifications
You must be signed in to change notification settings - Fork 6
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
TypeError
when converting ZTF Lightcurves from hipscat -> hats
#458
Comments
I agree that it's an issue, but I find it a bit strange that float32 was chosen for RA/Dec in the first place. For RA~360, the resolution would be approximately 6'', which is significantly higher than both ZTF astrometry precision (<0.2'') and image FWHM (~2''). |
Hmm, that's interesting. Those are the same types as in the mission-produced parquet files. (Unchanged when converted to hipscat.) |
@troyraen sorry, my math was wrong, it is actually 0.1'' resolution, which is totally fine |
Bug report
I ran into a
TypeError
when following Converting from HiPSCat directions with the ZTF DR20 Lightcurves dataset. The error happens when hats doeshealpix.radec2pix
, which callscdshealpix.lonlat_to_healpix
.Environment:
Full traceback:
This does not seem related to the dataset schema, but FWIW, the schema is:
Have you seen this error before and/or do you have any suggestions?
It would be nice to convert this 10T dataset to HATS format to test #428 on a large dataset, but it is not crucial -- we're not planning to release this version of ZTF Lightcurves and I have smaller datasets I can use for testing purposes.
Before submitting
Please check the following:
The text was updated successfully, but these errors were encountered: