Transformation Generator Error

I’m currently enrolled in the CCD photometry course taught by Ed Wiley, and I’ve run into a problem. He suggested I post it here. I’m trying to use the Transform Generator to calculate transformation coefficients for four stacked image sets collected using B,I, R, and V filters (four images per filter). I created the photometry files in VPHOT as instructed, and downleaded them as TXT files, so I have four files. When I submit these four files together to TG, I get the error message shown in the screen capture below. It basically seems to say that the first of the stars in the filed for M67 is “not in list.”

The script I’m running is TG_V6.9a.pyw. I’m using the Linux Ubuntu operating system, release 18.04.6, with the Xfce desktop (xubuntu), and running the TG software in the Spyder IDE with Pythion v 3.9. I successfully used this version of TG for a previous exercise and it worked fine, although that exercise ran with a TG\AIP4WIN input file. I’m also attaching a copy of the TG GUI. Has anyone else run into this error before? I’ve tried the same procedure on two separate computers, but both are configured pretty much the same in terms of operating system and application software. I’m going to try to run on an old Mac I have, just to see if I get any different results but I would much rather use it on my more up-to-date Linux machines.

Additional information; I tried the same procedure using a Macintosh computer, but got the same result. Whatever I’m doing wrong does not seem to be an operating system issue.

Hi,

I think the issue is caused by the star 000-BJY-890 not being included in the list for the M67 field.

TG when M67 is selected get th elist of stars from vsx with this call

https://apps.aavso.org/vsp/api/chart/?ra=132.825&dec=11.8&fov=179&maglimit=16.5&special=std_field&format=json

and in the response I don’t see 000-BJY-890

You should try to exclude this star from the report generated with Vphot

What happened was a truly silly mistake on my part. Instead of working with the M67 data, I was trying to use the SA95 set. Once I realized the error, everything worked fine, but I was kind of slow picking it up. Thanks for comment, though. Much appreciated.