-
Notifications
You must be signed in to change notification settings - Fork 0
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
end game tests #51
Comments
Should we commit an environment file for conda as well? |
yes when we have the final config - here is a draft one: https://www.cosmo.bnl.gov/Private/gpfs/workarea/beckermr/des-y6-imsims-env.yaml |
If you make this env, then a script to run the sims looks like
you can use my MEDS_DIR at BNL: https://www.cosmo.bnl.gov/Private/gpfs/workarea/beckermr/MEDS_DIR/ |
You'll also need the various yaml configs here: https://www.cosmo.bnl.gov/Private/gpfs/workarea/beckermr/des-y6-analysis/2023_05_09_imsims_noise_debug/ |
I see this warning, is it ok?
|
I edited the eastlake config where it had number of jobs |
I think I see the problem: the part run before pizza cutter is using all cores. How do I set that to 1 core? |
That error is fine. Look in the output section. There should be something to control how many cores are used there. |
That worked, thanks. The field is "nproc" |
I ran with # uses the bit mask from the real image
badpixfromfits:
hdu: 1
mask_hdu: 2
mask_file: "$orig_image_path" and am now getting this
|
Did you comment out the other pixel map section? |
sorry which part do you mean? |
I don't see a section like "pixel_map" |
I mean the other section that is badpix |
thanks, that seems to work |
The text was updated successfully, but these errors were encountered: