The first one is a missing file in test_align.py; the others are warnings raised by VS Code. Align can still run with these warnings.
- File not found error:
lis_file = 'mag' + epochs[ee] + '_ob150029_kp_rms_named.lis'
starset is not defined
plot_mag_scatter_multi_trans not defined
starlist_f not defined
- Multiple variables not defined:
starlist, reference, restrict, weights, N_trans, deltaMag
The first one is a missing file in
test_align.py; the others are warnings raised by VS Code. Align can still run with these warnings.lis_file = 'mag' + epochs[ee] + '_ob150029_kp_rms_named.lis'starsetis not definedplot_mag_scatter_multi_transnot definedstarlist_fnot definedstarlist,reference,restrict,weights,N_trans,deltaMag