toltec-astro / macana2

AzTEC data reduction pipeline
0 stars 2 forks source link

Removed the flag from AnalParams constructor. #7

Closed javierzaragoza closed 5 years ago

javierzaragoza commented 5 years ago

This pull request addresses #2. Now the constructor reads the xml and decides if is beammap or science map what is requested. Since now it is possible to run the constructor for a beammap xml file from macanap and for a science xml from beammap, an error appears in macanap or beammap if the xml is not correct.

Jerry-Ma commented 5 years ago

I rebased your code to the tip of the master and resolved all the conflicts. I also updated the unit tests, and the PR is good to be merged.