Abe404 / root_painter

RootPainter: Deep Learning Segmentation of Biological Images with Corrective Annotation
https://nph.onlinelibrary.wiley.com/doi/full/10.1111/nph.18387
Other
59 stars 17 forks source link

added controls dialog that can be opened with a tickbox or by pressing C #139

Closed Felipegalind0 closed 6 months ago

Felipegalind0 commented 6 months ago

show_ctr_root_painter

Abe404 commented 6 months ago

This is awesome! Thanks! Can you please add the license and copyright information at the top of the the new file you have created (controls_dialog.py) ? See for example: https://github.com/Abe404/root_painter/blob/master/painter/src/main/python/assign_corrections.py

Kind regards, Abraham

Abe404 commented 6 months ago

Note: This addresses https://github.com/Abe404/root_painter/issues/81

Felipegalind0 commented 6 months ago

I’m glad you like it, I definitely think it will make it easier for newbies to get started

Copyright notice added per your request

if you’d like me to address another issue please just let me know

Abe404 commented 6 months ago

Thanks for the swift response. I should have been a bit clearer regarding the copyright notice. I'm doing it on a per file basis (I think that's how it works legally). For this file it is only you who should be listed and the year should be 2024.

""" This file is part of RootPainter.

Copyright (C) 2024 Felipe Galindo

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. """

""" [Brief description of what this file does] """

[Your code starts here]

The breif description is entirely optional :) I think the code is short and self explanatory.

Felipegalind0 commented 6 months ago

Oops, my bad, it should be OK now :D