Uploaded image for project: 'Data Management'
  1. Data Management
  2. DM-23483

Write ForcedPhotDiffimTask

    XMLWordPrintable

    Details

    • Type: Story
    • Status: Done
    • Resolution: Done
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None
    • Story Points:
      4
    • Sprint:
      DRP S20-3 (Feb), DRP S20-5 (Apr), DRP S20-6 (May), DRP F20-1 (June), DRP F20-2 (July), DRP F20-3 (Aug), DRP F20-5 (Oct), DRP S21a (Dec Jan)
    • Team:
      Data Release Production
    • Urgent?:
      No

      Description

      Pair-Coding a forcedPhotDiffimTask that we can use to generate diffim lightcurves.

      ...in order to compare with the ForcedPhotCcdTask lightcurves during the difference image task.

        Attachments

          Issue Links

            Activity

            No builds found.
            yusra Yusra AlSayyad created issue -
            yusra Yusra AlSayyad made changes -
            Field Original Value New Value
            Epic Link DM-22588 [ 427655 ]
            csaunder Clare Saunders made changes -
            Status To Do [ 10001 ] In Progress [ 3 ]
            yusra Yusra AlSayyad made changes -
            Epic Link DM-22588 [ 427655 ] DM-23740 [ 431397 ]
            yusra Yusra AlSayyad made changes -
            Sprint DRP S20-3 (Feb) [ 1000 ] DRP S20-3 (Feb), DRP S20-5 (Apr) [ 1000, 1014 ]
            yusra Yusra AlSayyad made changes -
            Sprint DRP S20-3 (Feb), DRP S20-5 (Apr) [ 1000, 1014 ] DRP S20-3 (Feb), DRP S20-5 (Apr), DRP S20-6 (May) [ 1000, 1014, 1021 ]
            yusra Yusra AlSayyad made changes -
            Epic Link DM-23740 [ 431397 ] DM-25271 [ 435631 ]
            yusra Yusra AlSayyad made changes -
            Sprint DRP S20-3 (Feb), DRP S20-5 (Apr), DRP S20-6 (May) [ 1000, 1014, 1021 ] DRP S20-3 (Feb), DRP S20-5 (Apr), DRP S20-6 (May), DRP F20-1 (June) [ 1000, 1014, 1021, 1030 ]
            yusra Yusra AlSayyad made changes -
            Sprint DRP S20-3 (Feb), DRP S20-5 (Apr), DRP S20-6 (May), DRP F20-1 (June) [ 1000, 1014, 1021, 1030 ] DRP S20-3 (Feb), DRP S20-5 (Apr), DRP S20-6 (May), DRP F20-1 (June), DRP F20-2 (July) [ 1000, 1014, 1021, 1030, 1036 ]
            yusra Yusra AlSayyad made changes -
            Sprint DRP S20-3 (Feb), DRP S20-5 (Apr), DRP S20-6 (May), DRP F20-1 (June), DRP F20-2 (July) [ 1000, 1014, 1021, 1030, 1036 ] DRP S20-3 (Feb), DRP S20-5 (Apr), DRP S20-6 (May), DRP F20-1 (June), DRP F20-2 (July), DRP F20-3 (Aug) [ 1000, 1014, 1021, 1030, 1036, 1042 ]
            yusra Yusra AlSayyad made changes -
            Epic Link DM-25271 [ 435631 ] DM-26789 [ 439739 ]
            yusra Yusra AlSayyad made changes -
            Sprint DRP S20-3 (Feb), DRP S20-5 (Apr), DRP S20-6 (May), DRP F20-1 (June), DRP F20-2 (July), DRP F20-3 (Aug) [ 1000, 1014, 1021, 1030, 1036, 1042 ] DRP S20-3 (Feb), DRP S20-5 (Apr), DRP S20-6 (May), DRP F20-1 (June), DRP F20-2 (July), DRP F20-3 (Aug), DRP F20-5 (Oct) [ 1000, 1014, 1021, 1030, 1036, 1042, 1054 ]
            yusra Yusra AlSayyad made changes -
            Epic Link DM-26789 [ 439739 ] DM-27974 [ 442759 ]
            yusra Yusra AlSayyad made changes -
            Sprint DRP S20-3 (Feb), DRP S20-5 (Apr), DRP S20-6 (May), DRP F20-1 (June), DRP F20-2 (July), DRP F20-3 (Aug), DRP F20-5 (Oct) [ 1000, 1014, 1021, 1030, 1036, 1042, 1054 ] DRP S20-3 (Feb), DRP S20-5 (Apr), DRP S20-6 (May), DRP F20-1 (June), DRP F20-2 (July), DRP F20-3 (Aug), DRP F20-5 (Oct), DRP S21 (Dec Jan) [ 1000, 1014, 1021, 1030, 1036, 1042, 1054, 1071 ]
            yusra Yusra AlSayyad made changes -
            Epic Link DM-27974 [ 442759 ] DM-29152 [ 458509 ]
            Hide
            yusra Yusra AlSayyad added a comment -

            The initial diffim vs calexp lightcurve analysis was presented in the attached notebook:

            https://github.com/lsst-dm/drp-analysis-sprint-feb20/blob/master/calexp_vs_diffim_lightcurves/StarLightcurves.ipynb

            It was based off of code in these 3 branches that implemented a Gen2 ForcedPhotDiffimTask:

            In Gen3 running forcedPhot on any ccd level product is as simple as running ForcedPhotCcdTask with different input and output connections:
            https://github.com/lsst/pipe_tasks/blob/ffa78901a5f8a13eb045ff606a31c27f92fd453b/pipelines/DRP.yaml#L61

            I'm going to close this ticket without merging the only-necessary-in-gen2 ForcedPhotDiffimTask.

            Show
            yusra Yusra AlSayyad added a comment - The initial diffim vs calexp lightcurve analysis was presented in the attached notebook: https://github.com/lsst-dm/drp-analysis-sprint-feb20/blob/master/calexp_vs_diffim_lightcurves/StarLightcurves.ipynb It was based off of code in these 3 branches that implemented a Gen2 ForcedPhotDiffimTask: https://github.com/lsst/meas_base/compare/tickets/DM-23483 https://github.com/LSST/obs_base/tree/tickets%2FDM-23483 https://github.com/lsst/obs_subaru/compare/tickets/DM-23483 In Gen3 running forcedPhot on any ccd level product is as simple as running ForcedPhotCcdTask with different input and output connections: https://github.com/lsst/pipe_tasks/blob/ffa78901a5f8a13eb045ff606a31c27f92fd453b/pipelines/DRP.yaml#L61 I'm going to close this ticket without merging the only-necessary-in-gen2 ForcedPhotDiffimTask.
            yusra Yusra AlSayyad made changes -
            Story Points 2 4
            yusra Yusra AlSayyad made changes -
            Resolution Done [ 10000 ]
            Status In Progress [ 3 ] Done [ 10002 ]
            yusra Yusra AlSayyad made changes -
            Link This issue relates to DM-29796 [ DM-29796 ]

              People

              Assignee:
              csaunder Clare Saunders
              Reporter:
              yusra Yusra AlSayyad
              Watchers:
              Yusra AlSayyad
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:

                  Jenkins

                  No builds found.