LSSTDESC / snmachine

Machine learning code for photometric supernova classification
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Improve snaugment #243

Closed Catarina-Alves closed 3 years ago

Catarina-Alves commented 3 years ago

Further improvements on snaugment.

tallamjr commented 3 years ago

Further improvements on snaugment.

Could you comment a bit on what are the key changes.

Is the main idea this PR brings is removal of class NNAugment(SNAugment): along with syntax tidy up?

Catarina-Alves commented 3 years ago

Further improvements on snaugment.

Could you comment a bit on what are the key changes.

Is the main idea this PR brings is removal of class NNAugment(SNAugment): along with syntax tidy up?

@tallamjr, It is basically the removal of class NNAugment(SNAugment), and splitting the augmentation on WFD and DDF augmentation. These are now two child classes of GPAugment.