<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:44:33 JST 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[OBSPROC-30] Review the pfsDesign generation script in 2022Sep run and plan for 2022Nov run</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/OBSPROC-30</link>
                <project id="11003" key="OBSPROC">PFS observation processing/procedure</project>
                    <description>&lt;ul&gt;
	&lt;li&gt;What we noticed during the 2022Sep run
	&lt;ul&gt;
		&lt;li&gt;general
		&lt;ul&gt;
			&lt;li&gt;The designed OBSTIME is not persisted anywhere. I remember RHL liked to save such information outside the datamodel (maybe queue or processing-related DB?).
			&lt;ul&gt;
				&lt;li&gt;&lt;font color=&quot;#FF0000&quot;&gt;--&amp;gt; The information is stored in log file so far&lt;/font&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;script
		&lt;ul&gt;
			&lt;li&gt;Currently, the scripts are located on `ets_target_database/examples/commissioning_2022sep` for the historical reason, we should move them to a canonical place (see &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/OBSPROC-25&quot; title=&quot;Location of the script to generate a pfsDesign file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;OBSPROC-25&quot;&gt;&lt;del&gt;OBSPROC-25&lt;/del&gt;&lt;/a&gt;).
			&lt;ul&gt;
				&lt;li&gt;&lt;font color=&quot;#FF0000&quot;&gt;--&amp;gt; The scripts are in `ets_pointing` repository now&lt;/font&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
			&lt;li&gt;Also, maybe we should fit the `EUPS` mechanism so that we can switch to different versions, but need to check if this is possible.&lt;/li&gt;
			&lt;li&gt;FiberStatus is not propagated to pfsDesign (see &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1748&quot; title=&quot;FiberStatus information not propagated to PfsDesign files &quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1748&quot;&gt;&lt;del&gt;INSTRM-1748&lt;/del&gt;&lt;/a&gt;)
			&lt;ul&gt;
				&lt;li&gt;&lt;font color=&quot;#FF0000&quot;&gt;--&amp;gt; Fixed&lt;/font&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;fiber allocation
		&lt;ul&gt;
			&lt;li&gt;Do we need to control the calibrators (sky and fluxstds) not to be closed to bright fibers?&#160;&lt;/li&gt;
			&lt;li&gt;The assigned flux standard stars are too faint for the further study of the flux calibration, so next time assign as bright flux standards as possible
			&lt;ul&gt;
				&lt;li&gt;&lt;font color=&quot;#FF0000&quot;&gt;--&amp;gt; It seems that the flux standards are relatively faint in the NGC1980 field unfortunately. There are bright stars assigned in different fields.&lt;/font&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;targetDB
		&lt;ul&gt;
			&lt;li&gt;targets
			&lt;ul&gt;
				&lt;li&gt;`target` table has columns for epoch and proper motion but pfsDesign datamodel not (see &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/DAMD-137&quot; title=&quot;Support proper motion and parallax for targets in pfsDesign files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DAMD-137&quot;&gt;&lt;del&gt;DAMD-137&lt;/del&gt;&lt;/a&gt;).&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
			&lt;li&gt;sky objects
			&lt;ul&gt;
				&lt;li&gt;The populated `sky` table was huge so it took very long to make a query for sky fibers. During the run, the coordinate of objects was&#160;&lt;em&gt;indexed&lt;/em&gt; with `q3c_radial_query` mechanism and query speed was significantly improved. We should think about more in future (see &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/OBSPROC-29&quot; title=&quot;Consider efficient query for sky targets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;OBSPROC-29&quot;&gt;&lt;del&gt;OBSPROC-29&lt;/del&gt;&lt;/a&gt;).
				&lt;ul&gt;
					&lt;li&gt;&lt;font color=&quot;#FF0000&quot;&gt;--&amp;gt; We will keep using `q3c` for a while&lt;/font&gt;&lt;/li&gt;
				&lt;/ul&gt;
				&lt;/li&gt;
				&lt;li&gt;On the other hand, in some regions, the number density of the sky objects was very high so it took long time for the netflow and collision avoidance optimization. In the end of the run, we randomly picked up the fetched sky targets and reduced the number so that the processing time was reasonable short.
				&lt;ul&gt;
					&lt;li&gt;&lt;font color=&quot;#FF0000&quot;&gt;--&amp;gt; We will use the same mechanism for a while&lt;/font&gt;&lt;/li&gt;
				&lt;/ul&gt;
				&lt;/li&gt;
				&lt;li&gt;For `obj_id`, `string` and `int64` were mixed
				&lt;ul&gt;
					&lt;li&gt;&lt;font color=&quot;#FF0000&quot;&gt;--&amp;gt; Fixed?&lt;/font&gt;&lt;/li&gt;
				&lt;/ul&gt;
				&lt;/li&gt;
				&lt;li&gt;We couldn&apos;t utilized the file of mapping between tract information and target coordinates&lt;/li&gt;
				&lt;li&gt;We should think about more on how to make sky targets in a field with diffuse feature and very high target density (such as M31).&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;gaiaDB
		&lt;ul&gt;
			&lt;li&gt;We moved to Gaia DR3 database cloned in the summit/Hilo. There was no change in queries other than the table name from `gaia` to `gaia3`.&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Plan for the next run
	&lt;ul&gt;
		&lt;li&gt;Fix scripts for above issues before the next run&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="23014">OBSPROC-30</key>
            <summary>Review the pfsDesign generation script in 2022Sep run and plan for 2022Nov run</summary>
                <type id="10001" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10515&amp;avatarType=issuetype">Story</type>
                                            <priority id="10000" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/medium.svg">Normal</priority>
                        <status id="10002" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/generic.png" description="The issue is resolved, reviewed, and merged">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="kiyoto.yabe">Kiyoto Yabe</assignee>
                                    <reporter username="kiyoto.yabe">Kiyoto Yabe</reporter>
                        <labels>
                    </labels>
                <created>Fri, 30 Sep 2022 01:39:58 +0000</created>
                <updated>Tue, 29 Nov 2022 18:37:49 +0000</updated>
                            <resolved>Tue, 29 Nov 2022 18:37:49 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="31860" author="kiyoto.yabe" created="Tue, 29 Nov 2022 18:37:37 +0000"  >&lt;p&gt;Now the changes in the Nov. run merged. I&apos;ll close this and file a new for the Dec. run.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="23038">INSTRM-1748</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|zzsuun:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>