From abfa40d1a3fdc9cc3d49fc4f3fc4dec3a4e16b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=A2=D1=8B=D1=80?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Thu, 8 May 2025 16:29:40 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd1309e..bc5c074 100644 --- a/README.md +++ b/README.md @@ -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. -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)