Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
RosesHaveThorns committed Mar 10, 2022
1 parent e4e8e86 commit dd8a553
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LASCO_imgdownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-----------------------------
download images from the LASCO coronagraphs for CME analysis
Made with love by ROSE
Made with love by ROSE during March 2022
"""

from fileinput import filename
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ NASA Goddard Space Flight Center for providing this data to the public.

Created by Rose Awen Brindle, 2022.

For more informatio: [email protected]
For more information: [email protected]

## Usage
Call LASCO_imgdownload.py from the command line using the following command line arguments. Downloaded data is placed in the 'download' folder at LASCO_imgdownload.py's location.
Call LASCO_imgdownload.py from the command line using the following command line arguments. Downloaded data is placed in the 'download' folder at LASCO_imgdownload.py's location. NOTE you may need to create this folder yourself before use.

Positional arguments:
int year in yyyy format
int month in mm format
int day in dd format to be downloaded
- int year in yyyy format
- int month in mm format
- int day in dd format to be downloaded

Optional arguments:
-h, --help show this help message and exit
-t str [str ...], --imgtype str [str ...]
- -h, --help show this help message and exit
- -t str [str ...], --imgtype str [str ...]
type of image to retrieve, defaults to 2aia193, first digit denotes which LASCO coronagraph

### image types
Expand Down

0 comments on commit dd8a553

Please sign in to comment.