-
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
Add mock catalog type requiring no calibration, and add example pipeline #361
Conversation
Hi Joe, We also need an output "source_photoz_pdfs" (which is originally generated from the stage "BPZ_lite") to run the stage "CLClusterShearCatlog". Can either create one more stage or add the functionality to "TXSourceSelectorSimple" to generate "source_photoz_pdfs"? I attached the flowchart of CL pipeline and the mock pipeline. |
I will add the BPZ stages to the pipeline, I think it should work fine. |
For speed, and to avoid difficult questions about photo-z for the source sample (which may have only r, i ,z), I have added a quick stage to generate fake source_photoz_pdfs using the true redshifts. I've added it to the pipeline file. I've also added a call to the CLClusterShearCatalogs stage. To use that as-is you will need to download and extract the latest version of the example.tar.gz inputs file. See the README for the URL. |
I ran the pipeline and it generated the files properly. I have not checked output files yet, but it seems working fine. |
@joezuntz Hi Joe, I realized that now I can use the latest version of CLMM in TXPipe at NERSC, but now I cannot run the stage "CLClusterShearCatalogs". Have you checked whether the pipeline works fine? |
P.S. I could run the pipeline till the end by using tx-10 instead of tx |
Addresses issue #360
Still looking at the ingestion part.