![]() |
![]() |
![]() |
PHOEBE Reference Manual | ![]() |
---|---|---|---|---|
extern PHOEBE_passband **PHOEBE_passbands; extern int PHOEBE_passbands_no; PHOEBE_passband* phoebe_passband_new (); PHOEBE_passband* phoebe_passband_new_from_file (char *filename); PHOEBE_passband* phoebe_passband_lookup (const char *name); PHOEBE_passband* phoebe_passband_lookup_by_id (const char *id); int phoebe_passband_free (PHOEBE_passband *passband); int phoebe_read_in_passbands (char *dir_name); int phoebe_free_passbands (); int wd_passband_id_lookup (int *id, const char *passband);
PHOEBE_passband* phoebe_passband_new_from_file (char *filename);
|
|
Returns : |
PHOEBE_passband* phoebe_passband_lookup (const char *name);
|
|
Returns : |
PHOEBE_passband* phoebe_passband_lookup_by_id (const char *id);
Looks up the passband that corresponds to the curve ID. If the lookup fails, NULL is returned.
|
curve ID (light or RV curve) |
Returns : |
pointer to PHOEBE_passband. |
int wd_passband_id_lookup (int *id, const char *passband);
Looks up the WD ID of the passband. If the passband is not set or if it is not supported by WD, ERROR_PASSBAND_INVALID is returned.
|
WD passband ID |
|
PHOEBE passband name |
Returns : |
PHOEBE_error_code. |