Skip to content

Updates on EVN mode and logging#2

Open
ykzhang112233 wants to merge 297 commits into
SHAO-SKA:mainfrom
ykzhang112233:main
Open

Updates on EVN mode and logging#2
ykzhang112233 wants to merge 297 commits into
SHAO-SKA:mainfrom
ykzhang112233:main

Conversation

@ykzhang112233

Copy link
Copy Markdown
Collaborator

Optimize the original code.
Add EVN mode. Some extra input parameters are required in the config.py
Updated the logging output. Generating logging_config.py to set the overall logging as logger. Add some necessary logger info in run_task. More logger.info are waitting to be added. I will make this in the near future.

@shaoguangleo shaoguangleo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add EVN feature

Comment thread vlbi-pipeline/config.py Outdated
AIPS_NUMBER = 248
antname = 'VLBA' # Antenna order for FITLD

AIPS_NUMBER = 606

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest the AIPS_NUMBER setting xxx by default.
Because everyone has their own NO, and if it was set for a special number, there is a danger to conflict other people's data.

we can check this setting in the main.py, if it was set to xxx, then we can remind the user to change it.

Comment thread vlbi-pipeline/config.py Outdated
antname = 'VLBA' # Antenna order for FITLD

AIPS_NUMBER = 606
antname = 'EVN' # Antenna order for FITLD

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest we can change this line to the following:

antname = 'EVN' # Antenna order for FITLD
                              # can be VLBA/EVN/...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants