Affiliation
American Association of Variable Star Observers (AAVSO)
Fri, 03/24/2023 - 07:22

Dear obsrvers, help me please to understand how to use sets of simple* data (gotten from different sources) in one plot? All of them are "unspecified" for VStar, and all my attempts to separate sets with creation of serias or adding of obs. codes were unsucsessfull. I guess, that it should be very simple operation, but I can not understand  how to do it, how to select and shift each simple dataset indepenpendently from other ones.
________________________________________________________
*) Simple format, consisting of lines of the form:
Julian Date,Magnitude,[Uncertainty],[Observer Code],[Validation Flag]
or simply: Julian Date,Magnitude       

Affiliation
American Association of Variable Star Observers (AAVSO)
Nothing helps

1. I load simple dataset #1 with Flexible Text Format plugin and see "unspecified" lightcurve. 
2. I make seria 1 from dataset #1.
3. I load simple dataset #2 with Flexible Text Format and "add to current" option. Seria 1 disappears immediately, both datasets are joined as single "unspecified".

Filters do not help too. I suppose, the best way of filtering is using #NAME=dataset (page 7), but how to add #NAME field to simple spreadsheet?

What to do? Help please create different lightcurves from different simple data.

Affiliation
American Association of Variable Star Observers (AAVSO)
Fexible

Hi Degen,

The Flexible Text File Format Reader requires adding some directives at the top of the text file that describes its format and properties.

Try the #FILTER directive.

If you use a non-standard filter, you can also define it for the file (I've just found that this option is not covered by the existing documentation).

For example, if you want to define your own series (filter), you can use:

#FILTER= ASAS-SN V +0.14

#DEFINESERIES=ASAS-SN V +0.14,ASAS-SN V +0.14,#00FF00

The third parameter is the color code (green in the example)

The first two parameters (make them identical for simplicity) are the filter name, which appears on the plot.

As an example, see https://github.com/AAVSO/VStar/wiki/Working-with-Observation-Sources#loading-ztf-data-with-flexible-text-format-plug-in

(at the end of the ZTF 'recipe' you can find an example of the #DEFINESERIES directive)

Affiliation
American Association of Variable Star Observers (AAVSO)
#DEFINESERIES directive

Well, I looked at the documentation by the link https://github.com/AAVSO/VStar/blob/master/plugin/doc/FlexibleTextFileFormat%20Plug-In.pdf and found that the #DEFINESERIES directive is actually mentioned in the doc. However, to see it, the user must click [more pages] at the end. Not obvious to the user, even to me...