Version: 1.0
Release Date: January 15, 2008
This is one of two ASCII formats that the AAVSO accepts for variable star observations. Observations in this format may be submitted using the WebObs File Upload Tool [1]. The other format is intended for CCD, DSLR, and PEP observers and is called the AAVSO Extended File Format [2].
Visit the Software that exports to AAVSO format [3] page to help format your observations.
The visual format has two components: parameters and data. Each component is discussed in detail below.
The format is not case sensitive.
Parameters
The Parameters are specified at the top of the file and are used to describe the data that follows. Parameters must begin with a pound sign (#) at the start of the line. There are six specific parameters that we require to exist at the top of the file. Personal comments may also be added as long as they follow a pound sign (#). These comments will be ignored by the software and not loaded into the database. However, they will be retained when the complete file is stored in the AAVSO permanent archives.
The six parameters that we require are:
#TYPE=Visual
#OBSCODE=
#SOFTWARE=
#DELIM=
#DATE=
#OBSTYPE=
The six parameters explained:
The OBSCODE and DATE parameters may also be included elsewhere in the data. Our data processing software will read these parameters and will expect all following data to adhere to them. (For example, you can add "#OBSCODE=TST01" to the report and all subsequent observations will be attributed to observer TST01.)
Data
After the parameters comes the actual variable star observations. There should be one observation per line and the fields should be separated by the same character that is defined in the DELIM parameter field. The list of fields are:
Multiple comment codes should be separated by spaces or not separated at all. (Ex: "A Z Y" or "AZY").
Examples
1. Simple Example
#TYPE=VISUAL
#OBSCODE=TST01
#SOFTWARE=WORD
#DELIM=,
#DATE=JD
SS CYG,2450702.1234,<11.1,na,110,113,070613,This is a test
2. Simple Example with a twist... (not really, we just added a comment line)
#TYPE=VISUAL
#OBSCODE=TST01
#SOFTWARE=WORD
#DELIM=,
#DATE=JD
#NAME,DATE,MAG,COMMENTCODE,COMP1,COMP2,CHART,NOTES
SS CYG,2450702.1234,<11.1,na,110,113,070613,This is a test
Note the existence of the #NAME,DATE,MAG,COMMENTCODE,COMP1... line in the above format. Since it is prepended with a pound sign and doesn't start with any of our special parameter keywords, it will be ignored by our software as a comment. Feel free to do this if it makes writing and reading the format easier for you.
3. Kicking it up a notch...
#TYPE=VISUAL
#OBSCODE=TST01
#SOFTWARE=WORD
#DELIM=,
#DATE=JD
#OBSTYPE=Visual
SS CYG,2450702.1234,<11.1,na,111,na,070613,na
SS CYG,2450703.2341,<11.1,na,111,na,070613,na
SS CYG,2450704.1567,<11.1,IZ,111,na,070613,NO CHART--FROM MEMORY
SS CYG,2450706.1890,<11.1,na,111,na,070613,na
SS CYG,2450707.1001,9.3,Y,93,95,070613,OUTBURST!
SS CYG,2450709.1501,9.1,na,90,93,070613,na
SS CYG,2450710.1781,9.1,na,90,93,070613,na
#OBSCODE=TST02
#DATE=EXCEL
SS CYG,1/1/2007 16:15 a.m,9.3,na,90,95,070613,FIRST TST02 OBS!
SS CYG,1/2/2007 16:15 a.m,9.3,na,90,95,070613,NEXT TST02 OBS!
#OBSCODE=TST01
#DATE=JD
SS CYG,2450709.1900,9.3,na,90,95,070613,TST01 AGAIN
SS CYG,2450719.1,<11.1,na,111,na,070613,na
In this example, the observer changes the observer code and the date format in the middle of the report and then changes it back.
If you have specific questions about the format, please email aavso @ aavso.org.
Links:
[1] http://www.aavso.org/webobs/file
[2] http://www.aavso.org/aavso-extended-file-format
[3] http://www.aavso.org/software-exports-aavso-format
[4] http://www.asciitable.com/
[5] http://www.aavso.org/aavso-unique-identifier
[6] http://www.aavso.org/category/tags/file-upload
[7] http://www.aavso.org/category/tags/observing
[8] http://www.aavso.org/category/tags/visual-format
[9] http://www.aavso.org/category/tags/visual-observers