Skip to content

Commit 4bcaa15

Browse files
authored
Update README.md
1 parent 37fa1ef commit 4bcaa15

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,14 @@ Notes:
3131
### Creating a source file:
3232
A source file may either be in [ECSV](https://docs.astropy.org/en/stable/io/ascii/ecsv.html) format or a simple `csv` format of the following structure:
3333
```
34-
<Target Name>,<RA-Deg>,<Dec-Deg>,<Source Type>
34+
Name ra dec
35+
# Name ra dec
36+
Deneb 20:41:25.9 +45:16:49
37+
etc HH:MM:SS DD:MM:SS
3538
```
3639

40+
or in fits table format
41+
3742
### Output:
3843
The output folder should countain the following files/folders:
3944
```

0 commit comments

Comments
 (0)