FKPCatalog failing in absence of N(z)
parphyam opened this issue · 1 comments
parphyam commented
Hi,
I am using the FKPCatalogue
object for power spectrum of a survey box. On doing fkp = FKPCatalog(data, randoms)
, I am getting an error ValueError: Column 'NZ' is not defined in 'data'
. The catalogue is an hdf5 catalogue and I am using the method outlined here.
Surprisingly, I am receiving the same error when following the above tutorial verbatim. As per the API documentation, N(z) is an optional parameter (as described here, so why is this happening?
I am using the version 0.3.15 of the code, installed in a conda environment (following these instructions).
Any help/suggestion is appreciated. Thank you.