Update README.md

This commit is contained in:
Никита Тырин 2025-05-08 16:29:40 +03:00
parent 2cd67bd295
commit abfa40d1a3

View File

@ -11,7 +11,7 @@ ART-XC upper limits django application
Allows to populate the database with data for a survey in healpix format. Takes about 100 minutes for an nside=4096 map to load using sqlite. Supports resuming after interruption. Allows to populate the database with data for a survey in healpix format. Takes about 100 minutes for an nside=4096 map to load using sqlite. Supports resuming after interruption.
Syntax: python manage.py load_survey --counts='*path_to_counts_map*' --exposure='*path_to_exposure_map*' --survey=*integer survey number* Syntax: python manage.py load_survey --counts='*path_to_counts_map*' --exposure='*path_to_exposure_map*' --survey_number=*integer survey number* --batch_size=*number of pixels to insert in one transaction*
## Models (models.py) ## Models (models.py)