
RUST_LOG="trace" ./vot hsort --in I_238A_picat.vot --out I_238A_picat.sorted.vot --count-map-path I_238A_picat.sorted.vot.counts.fits

#RUST_LOG="trace" ./vot hcidx --in I_238A_picat.sorted.vot --depth 1 --out I_238A_picat.sorted.vot.hci.fits
#RUST_LOG="trace" ./vot qhcidx --in I_238A_picat.sorted.vot.hci.fits --depth 1 --ipix 0 > toto.xml


RUST_LOG="trace" ./vot hcidx --in I_238A_picat.sorted.vot --out I_238A_picat.sorted.vot.hci.fits

for i in $(seq 0 47); do
  RUST_LOG="trace" ./vot qhcidx --in I_238A_picat.sorted.vot.hci.fits --depth 1 --ipix $i > d1h$i.xml
done



