jhuapl-boss / boss

Main repo for the Boss API
Apache License 2.0
18 stars 11 forks source link

inconsistency between BossDB API and CloudVolume hierarchy levels #118

Open akshitapanigrahi opened 2 months ago

akshitapanigrahi commented 2 months ago

This may be specific to this particular dataset, but for Kasthuri/ac4/em, .available_mips (through CloudVolume) gives hierarchy levels [0, 1, 2, 3], but on the BossDB API site and with intern (via .available_resolutions), it says num hierarchy levels is 1. However, downsampling with resolution=1 / mips=1 is still possible on intern and CloudVolume. Is there a way to standardize hierarchy levels across API site/CloudVolume/possible downsampling resolutions?

j6k4m8 commented 2 months ago

This might just be a bookkeeping mismatch — great find btw! We might want to pass downsample-level boss API calls through to cvdb to check the underlying filesystem...